diff options
Diffstat (limited to 'xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.2.ebuild')
-rw-r--r-- | xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
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 } |