diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2006-11-15 04:03:06 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2006-11-15 04:03:06 +0000 |
commit | 3119852fe50b572b0b2566f2b6929fe4763624eb (patch) | |
tree | 3965285447a09f239a5378f19017f1f5b5054e85 /x11-plugins | |
parent | adding 0.1.2 to the tree, thanks to pierre for the help in tracking something... (diff) | |
download | gentoo-2-3119852fe50b572b0b2566f2b6929fe4763624eb.tar.gz gentoo-2-3119852fe50b572b0b2566f2b6929fe4763624eb.tar.bz2 gentoo-2-3119852fe50b572b0b2566f2b6929fe4763624eb.zip |
adding 0.1.2 to the tree, thanks to pierre for the help in tracking something down
(Portage version: 2.1.1-r1)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/beryl-plugins/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/beryl-plugins/beryl-plugins-0.1.2.ebuild | 34 | ||||
-rw-r--r-- | x11-plugins/beryl-plugins/files/digest-beryl-plugins-0.1.2 | 3 |
3 files changed, 44 insertions, 1 deletions
diff --git a/x11-plugins/beryl-plugins/ChangeLog b/x11-plugins/beryl-plugins/ChangeLog index f09c3796fdfe..a1a4149cbfd1 100644 --- a/x11-plugins/beryl-plugins/ChangeLog +++ b/x11-plugins/beryl-plugins/ChangeLog @@ -1,6 +1,12 @@ # 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.3 2006/10/28 20:24:25 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/beryl-plugins/ChangeLog,v 1.4 2006/11/15 04:03:06 tsunam Exp $ + +*beryl-plugins-0.1.2 (15 Nov 2006) + + 15 Nov 2006; Joshua Jackson <tsunam@gentoo.org> + +beryl-plugins-0.1.2.ebuild: + adding 0.1.2 to the tree *beryl-plugins-0.1.1-r1 (28 Oct 2006) diff --git a/x11-plugins/beryl-plugins/beryl-plugins-0.1.2.ebuild b/x11-plugins/beryl-plugins/beryl-plugins-0.1.2.ebuild new file mode 100644 index 000000000000..e1d46a067358 --- /dev/null +++ b/x11-plugins/beryl-plugins/beryl-plugins-0.1.2.ebuild @@ -0,0 +1,34 @@ +# 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.2.ebuild,v 1.1 2006/11/15 04:03:06 tsunam Exp $ + +inherit flag-o-matic + +DESCRIPTION="Beryl Window Decorator Plugins" +HOMEPAGE="http://beryl-project.org" +SRC_URI="http://releases.beryl-project.org/${PV}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="dbus" + +DEPEND="=x11-wm/beryl-core-0.1.2 + >=gnome-base/librsvg-2.14.0" + +PDEPEND="dbus? ( =x11-plugins/beryl-dbus-0.1.2 )" + +MAKEOPTS="${MAKEOPTS} -j1" + +src_compile() { + #filter ldflags to follow upstream + filter-ldflags -znow -z,now -Wl,-znow -Wl,-z,now + glib-gettextize --copy --force || die + + econf || die "econf failed" + emake || die "make failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" +} diff --git a/x11-plugins/beryl-plugins/files/digest-beryl-plugins-0.1.2 b/x11-plugins/beryl-plugins/files/digest-beryl-plugins-0.1.2 new file mode 100644 index 000000000000..b26597cdb0fb --- /dev/null +++ b/x11-plugins/beryl-plugins/files/digest-beryl-plugins-0.1.2 @@ -0,0 +1,3 @@ +MD5 6721bf8bd5fcbe0cabb0a67caa920fcb beryl-plugins-0.1.2.tar.bz2 1849712 +RMD160 b3abeaecb580bbed9572e7e41fe65b81170bacd6 beryl-plugins-0.1.2.tar.bz2 1849712 +SHA256 f646a5976887c9d29e42f8dfb15daa3dd4bf20666a30834a37ad230270dfc703 beryl-plugins-0.1.2.tar.bz2 1849712 |