diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2006-10-28 20:24:25 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2006-10-28 20:24:25 +0000 |
commit | 63622d0f92c676d0673c068afa9d578c57a64449 (patch) | |
tree | b18c1dc7de077769fb9e4b5097a8a7a28a584068 /x11-plugins | |
parent | Version bump (diff) | |
download | gentoo-2-63622d0f92c676d0673c068afa9d578c57a64449.tar.gz gentoo-2-63622d0f92c676d0673c068afa9d578c57a64449.tar.bz2 gentoo-2-63622d0f92c676d0673c068afa9d578c57a64449.zip |
Following upstream and limiting ldflags that can be used for now. Should be fixed in latter versions but for now
(Portage version: 2.1.1)
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.1-r1.ebuild | 36 | ||||
-rw-r--r-- | x11-plugins/beryl-plugins/files/digest-beryl-plugins-0.1.1-r1 | 3 |
3 files changed, 46 insertions, 1 deletions
diff --git a/x11-plugins/beryl-plugins/ChangeLog b/x11-plugins/beryl-plugins/ChangeLog index f052d77adb7a..f09c3796fdfe 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.2 2006/10/24 02:06:59 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/beryl-plugins/ChangeLog,v 1.3 2006/10/28 20:24:25 tsunam Exp $ + +*beryl-plugins-0.1.1-r1 (28 Oct 2006) + + 28 Oct 2006; Joshua Jackson <tsunam@gentoo.org> + +beryl-plugins-0.1.1-r1.ebuild: + Adding some filtering to follow upstream recommendations 24 Oct 2006; Joshua Jackson <tsunam@gentoo.org> ChangeLog: updating license to gpl-2 diff --git a/x11-plugins/beryl-plugins/beryl-plugins-0.1.1-r1.ebuild b/x11-plugins/beryl-plugins/beryl-plugins-0.1.1-r1.ebuild new file mode 100644 index 000000000000..a2f575020d6e --- /dev/null +++ b/x11-plugins/beryl-plugins/beryl-plugins-0.1.1-r1.ebuild @@ -0,0 +1,36 @@ +# 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.1-r1.ebuild,v 1.1 2006/10/28 20:24:25 tsunam Exp $ + +inherit autotools flag-o-matic + +DESCRIPTION="Beryl Window Decorator Plugins" +HOMEPAGE="http://beryl-project.org" +SRC_URI="http://distfiles.gentoo-xeffects.org/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="dbus" + +DEPEND="x11-wm/beryl-core + >=gnome-base/librsvg-2.14.0" + +PDEPEND="dbus? ( x11-plugins/beryl-dbus )" + +S="${WORKDIR}/${PN}" +MAKEOPTS="${MAKEOPTS} -j1" + +src_compile() { + #filter ldflags to follow upstream + filter-ldflags -znow -z,now -Wl,-znow -Wl,-z,now + eautoreconf || die "eautoreconf failed" + 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.1-r1 b/x11-plugins/beryl-plugins/files/digest-beryl-plugins-0.1.1-r1 new file mode 100644 index 000000000000..4e7fe21c2ac9 --- /dev/null +++ b/x11-plugins/beryl-plugins/files/digest-beryl-plugins-0.1.1-r1 @@ -0,0 +1,3 @@ +MD5 16b71bb67854661521c34f9c0b911382 beryl-plugins-0.1.1.tar.bz2 1729715 +RMD160 cc6facc0500b4de2f5afd7f8a2c53c6291a41cab beryl-plugins-0.1.1.tar.bz2 1729715 +SHA256 dc5d4f03b0309a6c7ff60b99bf87ccc811c32659173067669f9928bbd7d47c48 beryl-plugins-0.1.1.tar.bz2 1729715 |