diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-02-27 22:54:15 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-02-27 22:54:15 +0000 |
commit | f66d842b41d0cce8126668217c374387f422ca4a (patch) | |
tree | 34ae368e77fbc0835de3ff7095d57256d7de46cd /x11-libs | |
parent | Version bump. Remove old. New snapshot (diff) | |
download | gentoo-2-f66d842b41d0cce8126668217c374387f422ca4a.tar.gz gentoo-2-f66d842b41d0cce8126668217c374387f422ca4a.tar.bz2 gentoo-2-f66d842b41d0cce8126668217c374387f422ca4a.zip |
Fix tests. Bug #356029. Thanks to Diego Elio Pettenò <flameeyes@gentoo.org>
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libfm/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild | 13 | ||||
-rw-r--r-- | x11-libs/libfm/libfm-9999.ebuild | 13 |
3 files changed, 29 insertions, 3 deletions
diff --git a/x11-libs/libfm/ChangeLog b/x11-libs/libfm/ChangeLog index 2e844b15c3b4..e6d8ea08e962 100644 --- a/x11-libs/libfm/ChangeLog +++ b/x11-libs/libfm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libfm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.33 2011/02/20 11:54:36 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.34 2011/02/27 22:54:15 hwoarang Exp $ + + 27 Feb 2011; Markos Chandras <hwoarang@gentoo.org> + libfm-0.1.15_pre20110216.ebuild, libfm-9999.ebuild: + Fix tests. Bug #356029. Thanks to Diego Elio Pettenò <flameeyes@gentoo.org> 20 Feb 2011; Markos Chandras <hwoarang@gentoo.org> libfm-0.1.15_pre20110216.ebuild, libfm-9999.ebuild: diff --git a/x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild b/x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild index 4fb1e6788337..dd54565cb631 100644 --- a/x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild +++ b/x11-libs/libfm/libfm-0.1.15_pre20110216.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/x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild,v 1.3 2011/02/20 11:54:36 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild,v 1.4 2011/02/27 22:54:15 hwoarang Exp $ EAPI=2 @@ -48,6 +48,17 @@ src_prepare() { gtkdocize --copy || die fi intltoolize --force --copy --automake || die + #disable unused translations. Bug #356029 + data/ui/app-chooser.ui + data/ui/ask-rename.ui + data/ui/exec-file.ui + data/ui/file-prop.ui + data/ui/preferred-apps.ui + data/ui/progress.ui + for trans in app-chooser ask-rename exec-file file-prop preferred-apps \ + progress;do + echo "data/ui/"${trans}.ui >> po/POTFILES.in + done eautoreconf } diff --git a/x11-libs/libfm/libfm-9999.ebuild b/x11-libs/libfm/libfm-9999.ebuild index cc336072c0a7..e2b49cf49d79 100644 --- a/x11-libs/libfm/libfm-9999.ebuild +++ b/x11-libs/libfm/libfm-9999.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/x11-libs/libfm/libfm-9999.ebuild,v 1.12 2011/02/20 11:54:36 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.13 2011/02/27 22:54:15 hwoarang Exp $ EAPI=2 @@ -48,6 +48,17 @@ src_prepare() { gtkdocize --copy || die fi intltoolize --force --copy --automake || die + #disable unused translations. Bug #356029 + data/ui/app-chooser.ui + data/ui/ask-rename.ui + data/ui/exec-file.ui + data/ui/file-prop.ui + data/ui/preferred-apps.ui + data/ui/progress.ui + for trans in app-chooser ask-rename exec-file file-prop preferred-apps \ + progress;do + echo "data/ui/"${trans}.ui >> po/POTFILES.in + done eautoreconf } |