summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-10-13 14:24:57 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-10-13 14:24:57 +0000
commit70f3cddd64456cdaf9321d0494b7dce3b6a147bb (patch)
treeaef791cadf87256d7760ff96977c63ba326d0816 /xfce-extra/xfce4-xkb-plugin
parentImport missing ca.po from git wrt #386973 by Agostino Sarubbo (diff)
downloadgentoo-2-70f3cddd64456cdaf9321d0494b7dce3b6a147bb.tar.gz
gentoo-2-70f3cddd64456cdaf9321d0494b7dce3b6a147bb.tar.bz2
gentoo-2-70f3cddd64456cdaf9321d0494b7dce3b6a147bb.zip
Import missing sk.po from git wrt #386975 by Agostino Sarubbo
(Portage version: 2.2.0_alpha64/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-xkb-plugin')
-rw-r--r--xfce-extra/xfce4-xkb-plugin/ChangeLog6
-rw-r--r--xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.1.ebuild10
2 files changed, 13 insertions, 3 deletions
diff --git a/xfce-extra/xfce4-xkb-plugin/ChangeLog b/xfce-extra/xfce4-xkb-plugin/ChangeLog
index 3e78cfd1250c..453699b06d26 100644
--- a/xfce-extra/xfce4-xkb-plugin/ChangeLog
+++ b/xfce-extra/xfce4-xkb-plugin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/xfce4-xkb-plugin
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog,v 1.29 2011/05/22 20:37:00 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog,v 1.30 2011/10/13 14:24:57 ssuominen Exp $
+
+ 13 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
+ xfce4-xkb-plugin-0.5.4.1.ebuild:
+ Import missing sk.po from git wrt #386975 by Agostino Sarubbo
*xfce4-xkb-plugin-0.5.4.1 (22 May 2011)
diff --git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.1.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.1.ebuild
index 391091fa1e79..bda1effa96aa 100644
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.1.ebuild
+++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.1.ebuild
@@ -1,13 +1,14 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.1.ebuild,v 1.1 2011/05/22 20:37:00 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.1.ebuild,v 1.2 2011/10/13 14:24:57 ssuominen Exp $
EAPI=4
inherit xfconf
DESCRIPTION="XKB layout switching panel plug-in for the Xfce desktop environment"
HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.5/${P}.tar.bz2"
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.5/${P}.tar.bz2
+ http://dev.gentoo.org/~ssuominen/${P}-sk.po.bz2"
LICENSE="BSD-2 GPL-2"
SLOT="0"
@@ -30,3 +31,8 @@ pkg_setup() {
XFCONF=( $(xfconf_use_debug) )
DOCS=( AUTHORS ChangeLog README )
}
+
+src_prepare() {
+ mv -vf "${WORKDIR}"/${P}-sk.po po/sk.po || die
+ xfconf_src_prepare
+}