diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2006-12-29 18:48:26 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2006-12-29 18:48:26 +0000 |
commit | 055bf4723507906fc9a945e942a6924d910fe562 (patch) | |
tree | 2d55ccfebb24ee74ee35f6ee2df013968334968c /x11-plugins/beryl-plugins | |
parent | Stable on ppc wrt bug #158907. (diff) | |
download | gentoo-2-055bf4723507906fc9a945e942a6924d910fe562.tar.gz gentoo-2-055bf4723507906fc9a945e942a6924d910fe562.tar.bz2 gentoo-2-055bf4723507906fc9a945e942a6924d910fe562.zip |
Fixing errors with languages
(Portage version: 2.1.1-r2)
Diffstat (limited to 'x11-plugins/beryl-plugins')
-rw-r--r-- | x11-plugins/beryl-plugins/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/beryl-plugins/beryl-plugins-0.1.4.ebuild | 9 |
2 files changed, 12 insertions, 3 deletions
diff --git a/x11-plugins/beryl-plugins/ChangeLog b/x11-plugins/beryl-plugins/ChangeLog index 005296e5ec7a..22030341f3c6 100644 --- a/x11-plugins/beryl-plugins/ChangeLog +++ b/x11-plugins/beryl-plugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/beryl-plugins # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/beryl-plugins/ChangeLog,v 1.7 2006/12/28 19:47:51 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/beryl-plugins/ChangeLog,v 1.8 2006/12/29 18:48:26 tsunam Exp $ + + 29 Dec 2006; Joshua Jackson <tsunam@gentoo.org> + beryl-plugins-0.1.4.ebuild: + fix for languages causing failures, bug #159412 *beryl-plugins-0.1.4 (28 Dec 2006) diff --git a/x11-plugins/beryl-plugins/beryl-plugins-0.1.4.ebuild b/x11-plugins/beryl-plugins/beryl-plugins-0.1.4.ebuild index 057842badda1..7d3ebcab0978 100644 --- a/x11-plugins/beryl-plugins/beryl-plugins-0.1.4.ebuild +++ b/x11-plugins/beryl-plugins/beryl-plugins-0.1.4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/beryl-plugins/beryl-plugins-0.1.4.ebuild,v 1.1 2006/12/28 19:47:51 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/beryl-plugins/beryl-plugins-0.1.4.ebuild,v 1.2 2006/12/29 18:48:26 tsunam Exp $ -inherit flag-o-matic +inherit flag-o-matic gnome2 DESCRIPTION="Beryl Window Decorator Plugins" HOMEPAGE="http://beryl-project.org" @@ -20,6 +20,11 @@ PDEPEND="dbus? ( =x11-plugins/beryl-dbus-${PV} )" MAKEOPTS="${MAKEOPTS} -j1" +src_unpack() { + gnome2_src_unpack + intltoolize --force || die "intltool failed" +} + src_compile() { #filter ldflags to follow upstream filter-ldflags -znow -z,now -Wl,-znow -Wl,-z,now |