summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-10-23 10:46:02 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-10-23 10:46:02 +0000
commit41e6c2c3bcf86710275577a8946e39cc4a2b395d (patch)
treedcb9e662b56c32cc511a3303ab7cd243cd730c29 /xfce-extra/xfce4-timer-plugin
parentFix segmentation fault with empty directories wrt #331135 by "Vladimir" (diff)
downloadgentoo-2-41e6c2c3bcf86710275577a8946e39cc4a2b395d.tar.gz
gentoo-2-41e6c2c3bcf86710275577a8946e39cc4a2b395d.tar.bz2
gentoo-2-41e6c2c3bcf86710275577a8946e39cc4a2b395d.zip
Import missing nl.po from git wrt #386973 by Agostino Sarubbo
(Portage version: 2.2.0_alpha70/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-timer-plugin')
-rw-r--r--xfce-extra/xfce4-timer-plugin/ChangeLog6
-rw-r--r--xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.2.ebuild6
2 files changed, 9 insertions, 3 deletions
diff --git a/xfce-extra/xfce4-timer-plugin/ChangeLog b/xfce-extra/xfce4-timer-plugin/ChangeLog
index e72825335180..d8eded00aa86 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.8 2011/10/16 05:25:45 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/ChangeLog,v 1.9 2011/10/23 10:46:02 ssuominen Exp $
+
+ 23 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
+ xfce4-timer-plugin-0.6.2.ebuild:
+ Import missing nl.po from git wrt #386973 by Agostino Sarubbo
16 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 81e2ecbe44f0..f2f2df17a132 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.5 2011/10/16 05:25:45 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.2.ebuild,v 1.6 2011/10/23 10:46:02 ssuominen Exp $
EAPI=4
inherit xfconf
@@ -9,7 +9,8 @@ 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}-hr.po.bz2"
+ http://dev.gentoo.org/~ssuominen/${P}-hr.po.bz2
+ http://dev.gentoo.org/~ssuominen/${P}-nl.po.bz2"
LICENSE="GPL-2"
SLOT="0"
@@ -30,5 +31,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
+ mv -vf "${WORKDIR}"/${P}-nl.po po/nl.po || die
xfconf_src_prepare
}