diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-15 17:00:01 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-15 17:00:01 +0000 |
commit | 143c9d486d5002366b68b104b95e924f6b6ccc64 (patch) | |
tree | d193f0a7803556ae5c3ebc4c2cb225e8b77d20c4 /xfce-extra/xfce4-timer-plugin | |
parent | Version bump. (diff) | |
download | gentoo-2-143c9d486d5002366b68b104b95e924f6b6ccc64.tar.gz gentoo-2-143c9d486d5002366b68b104b95e924f6b6ccc64.tar.bz2 gentoo-2-143c9d486d5002366b68b104b95e924f6b6ccc64.zip |
Import missing hr.po from git wrt #386973 by Agostino Sarubbo
(Portage version: 2.2.0_alpha64/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-timer-plugin')
-rw-r--r-- | xfce-extra/xfce4-timer-plugin/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.2.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/xfce-extra/xfce4-timer-plugin/ChangeLog b/xfce-extra/xfce4-timer-plugin/ChangeLog index a24a1cf4c38e..e00c882a06f0 100644 --- a/xfce-extra/xfce4-timer-plugin/ChangeLog +++ b/xfce-extra/xfce4-timer-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-timer-plugin # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/ChangeLog,v 1.5 2011/10/13 14:16:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/ChangeLog,v 1.6 2011/10/15 17:00:01 ssuominen Exp $ + + 15 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> + xfce4-timer-plugin-0.6.2.ebuild: + Import missing hr.po from git wrt #386973 by Agostino Sarubbo 13 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> xfce4-timer-plugin-0.6.2.ebuild: diff --git a/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.2.ebuild b/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.2.ebuild index c6df7114e6f4..3b61911b762d 100644 --- a/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.2.ebuild +++ b/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.2.ebuild,v 1.2 2011/10/13 14:16:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.2.ebuild,v 1.3 2011/10/15 17:00:01 ssuominen Exp $ EAPI=4 inherit xfconf @@ -8,7 +8,8 @@ inherit xfconf DESCRIPTION="A simple timer plug-in for the Xfce desktop environment" HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin" SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.6/${P}.tar.bz2 - http://dev.gentoo.org/~ssuominen/${P}-ca.po.bz2" + http://dev.gentoo.org/~ssuominen/${P}-ca.po.bz2 + http://dev.gentoo.org/~ssuominen/${P}-hr.po.bz2" LICENSE="GPL-2" SLOT="0" @@ -28,5 +29,6 @@ pkg_setup() { src_prepare() { mv -vf "${WORKDIR}"/${P}-ca.po po/ca.po || die + mv -vf "${WORKDIR}"/${P}-hr.po po/hr.po || die xfconf_src_prepare } |