summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-10-29 20:30:00 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-10-29 20:30:00 +0000
commit4fe0034d96329d175facd941064d18c1dca40dd2 (patch)
treecc883d971baf87c0acb403b81b712367b6316a0d /xfce-extra/thunar-vcs-plugin
parentold (diff)
downloadgentoo-2-4fe0034d96329d175facd941064d18c1dca40dd2.tar.gz
gentoo-2-4fe0034d96329d175facd941064d18c1dca40dd2.tar.bz2
gentoo-2-4fe0034d96329d175facd941064d18c1dca40dd2.zip
Import missing ru.po from git wrt #379051 by Dmitri Bogomolov
(Portage version: 2.2.0_alpha71_p73/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/thunar-vcs-plugin')
-rw-r--r--xfce-extra/thunar-vcs-plugin/ChangeLog6
-rw-r--r--xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild10
2 files changed, 13 insertions, 3 deletions
diff --git a/xfce-extra/thunar-vcs-plugin/ChangeLog b/xfce-extra/thunar-vcs-plugin/ChangeLog
index 8c00368bc7b9..fc9cd5981458 100644
--- a/xfce-extra/thunar-vcs-plugin/ChangeLog
+++ b/xfce-extra/thunar-vcs-plugin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/thunar-vcs-plugin
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v 1.14 2011/03/20 13:25:50 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v 1.15 2011/10/29 20:30:00 ssuominen Exp $
+
+ 29 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
+ thunar-vcs-plugin-0.1.4.ebuild:
+ Import missing ru.po from git wrt #379051 by Dmitri Bogomolov
*thunar-vcs-plugin-0.1.4 (20 Mar 2011)
diff --git a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild
index 3eb0c4a685ba..d1a2b0c95741 100644
--- a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild
+++ b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.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/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild,v 1.2 2011/05/19 21:41:22 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.4.ebuild,v 1.3 2011/10/29 20:30:00 ssuominen Exp $
EAPI=4
inherit xfconf
DESCRIPTION="adds Subversion and GIT actions to the context menu of thunar"
HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin"
-SRC_URI="mirror://xfce/src/thunar-plugins/${PN}/0.1/${P}.tar.bz2"
+SRC_URI="mirror://xfce/src/thunar-plugins/${PN}/0.1/${P}.tar.bz2
+ http://dev.gentoo.org/~ssuominen/${P}-ru.po.bz2"
LICENSE="GPL-2"
SLOT="0"
@@ -35,3 +36,8 @@ pkg_setup() {
DOCS=( AUTHORS ChangeLog NEWS README )
}
+
+src_prepare() {
+ mv -vf "${WORKDIR}"/${P}-ru.po po/ru.po || die
+ xfconf_src_prepare
+}