diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-06-20 13:44:42 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-06-20 13:44:42 +0000 |
commit | ee173087248c29a1d858d6cf23b4a05366eb5f08 (patch) | |
tree | 00e41a137a971fb01279c040aaf0a5c22d1700ac /xfce-extra/xfce4-mount-plugin | |
parent | Version bump. Frontends switched to Python 3.x only. (diff) | |
download | gentoo-2-ee173087248c29a1d858d6cf23b4a05366eb5f08.tar.gz gentoo-2-ee173087248c29a1d858d6cf23b4a05366eb5f08.tar.bz2 gentoo-2-ee173087248c29a1d858d6cf23b4a05366eb5f08.zip |
The release tarball is broken with missing localizations wrt #510872 by Nick Brooker
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'xfce-extra/xfce4-mount-plugin')
3 files changed, 24 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-mount-plugin/ChangeLog b/xfce-extra/xfce4-mount-plugin/ChangeLog index 330dfffddced..b7d5d0f7e0c5 100644 --- a/xfce-extra/xfce4-mount-plugin/ChangeLog +++ b/xfce-extra/xfce4-mount-plugin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-extra/xfce4-mount-plugin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mount-plugin/ChangeLog,v 1.20 2014/06/20 06:56:49 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mount-plugin/ChangeLog,v 1.21 2014/06/20 13:44:42 ssuominen Exp $ + + 20 Jun 2014; Samuli Suominen <ssuominen@gentoo.org> + +files/xfce4-mount-plugin-0.6.7-LINGUAS.patch, + xfce4-mount-plugin-0.6.7.ebuild: + The release tarball is broken with missing localizations wrt #510872 by Nick + Brooker 20 Jun 2014; Samuli Suominen <ssuominen@gentoo.org> xfce4-mount-plugin-0.6.7.ebuild: diff --git a/xfce-extra/xfce4-mount-plugin/files/xfce4-mount-plugin-0.6.7-LINGUAS.patch b/xfce-extra/xfce4-mount-plugin/files/xfce4-mount-plugin-0.6.7-LINGUAS.patch new file mode 100644 index 000000000000..69fa0511c570 --- /dev/null +++ b/xfce-extra/xfce4-mount-plugin/files/xfce4-mount-plugin-0.6.7-LINGUAS.patch @@ -0,0 +1,14 @@ +http://bugs.gentoo.org/510872 +http://bugzilla.xfce.org/show_bug.cgi?id=10968 + +--- configure ++++ configure +@@ -13946,7 +13946,7 @@ + + + +- ALL_LINGUAS="ar ast bg ca cs da de el en_AU en_GB es eu fi fr gl hr hu id is it ja ko lt lv ms nb nl oc pa pl pt_BR pt ru sk sq sr sv th tr ug uk ur_PK ur vi zh_CN zh_TW " ++ ALL_LINGUAS="ar ast ca cs da de el en_GB es eu fi fr gl hu id it ja ko lt lv nb nl pl pt_BR pt ru sq sv tr ug ur_PK ur vi zh_CN zh_TW " + + for ac_header in locale.h + do : diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.6.7.ebuild b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.6.7.ebuild index 9f48d273cc09..aa94507c7f05 100644 --- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.6.7.ebuild +++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.6.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.6.7.ebuild,v 1.2 2014/06/20 06:56:49 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.6.7.ebuild,v 1.3 2014/06/20 13:44:42 ssuominen Exp $ EAPI=5 inherit xfconf @@ -22,6 +22,8 @@ DEPEND="${RDEPEND} virtual/pkgconfig" pkg_setup() { + PATCHES=( "${FILESDIR}"/${P}-LINGUAS.patch ) + XFCONF=( $(xfconf_use_debug) ) |