diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2006-10-28 20:27:10 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2006-10-28 20:27:10 +0000 |
commit | a97abdda30a2f07e38589dad332c94f1abcc8220 (patch) | |
tree | 27aad9763195e3de68c7fc4da67791b70fc10601 /x11-plugins | |
parent | Version bump (diff) | |
download | historical-a97abdda30a2f07e38589dad332c94f1abcc8220.tar.gz historical-a97abdda30a2f07e38589dad332c94f1abcc8220.tar.bz2 historical-a97abdda30a2f07e38589dad332c94f1abcc8220.zip |
Following upstream and limiting ldflags that can be used for now. Should be fixed in latter versions but for now
Package-Manager: portage-2.1.1
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/beryl-dbus/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/beryl-dbus/beryl-dbus-0.1.1-r1.ebuild | 33 | ||||
-rw-r--r-- | x11-plugins/beryl-dbus/files/digest-beryl-dbus-0.1.1-r1 | 3 | ||||
-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 |
6 files changed, 89 insertions, 2 deletions
diff --git a/x11-plugins/beryl-dbus/ChangeLog b/x11-plugins/beryl-dbus/ChangeLog index 4a4d42b89e4a..c3ff50dabf01 100644 --- a/x11-plugins/beryl-dbus/ChangeLog +++ b/x11-plugins/beryl-dbus/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-plugins/beryl-dbus # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/beryl-dbus/ChangeLog,v 1.2 2006/10/24 02:09:59 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/beryl-dbus/ChangeLog,v 1.3 2006/10/28 20:27:10 tsunam Exp $ + +*beryl-dbus-0.1.1-r1 (28 Oct 2006) + + 28 Oct 2006; Joshua Jackson <tsunam@gentoo.org> + +beryl-dbus-0.1.1-r1.ebuild: + Adding some filtering to follow upstream recommendations 24 Oct 2006; Joshua Jackson <tsunam@gentoo.org> beryl-dbus-0.1.1.ebuild: updating license to gpl-2 diff --git a/x11-plugins/beryl-dbus/beryl-dbus-0.1.1-r1.ebuild b/x11-plugins/beryl-dbus/beryl-dbus-0.1.1-r1.ebuild new file mode 100644 index 000000000000..c29ce073eb1f --- /dev/null +++ b/x11-plugins/beryl-dbus/beryl-dbus-0.1.1-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/beryl-dbus/beryl-dbus-0.1.1-r1.ebuild,v 1.1 2006/10/28 20:27:10 tsunam Exp $ + +inherit autotools flag-o-matic + +DESCRIPTION="Beryl Window Decorator Dbus Plugin" +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="" + +DEPEND="x11-plugins/beryl-plugins + sys-apps/dbus" + +S="${WORKDIR}/${PN}" +MAKEOPTS="${MAKEOPTS} -j1" + +src_compile() { + 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-dbus/files/digest-beryl-dbus-0.1.1-r1 b/x11-plugins/beryl-dbus/files/digest-beryl-dbus-0.1.1-r1 new file mode 100644 index 000000000000..8fd270565521 --- /dev/null +++ b/x11-plugins/beryl-dbus/files/digest-beryl-dbus-0.1.1-r1 @@ -0,0 +1,3 @@ +MD5 beedd4b8bdd6296ad53a32688a6d97c0 beryl-dbus-0.1.1.tar.bz2 18031 +RMD160 86aef968aa9a98b12386d3895632f5e4af934d6b beryl-dbus-0.1.1.tar.bz2 18031 +SHA256 b57148d9329f3009f18e72bad9de2c90f2a701dd669e9efc74289f349c99af22 beryl-dbus-0.1.1.tar.bz2 18031 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 |