diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2007-03-21 02:48:42 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2007-03-21 02:48:42 +0000 |
commit | 85f2d37f5d0520efdb13995013d2f6c336425f41 (patch) | |
tree | 6e7b14189c2511afffd41e892a845e9bf6c5f04d /x11-plugins | |
parent | starting to add beryl-0.2.1 to the tree (diff) | |
download | gentoo-2-85f2d37f5d0520efdb13995013d2f6c336425f41.tar.gz gentoo-2-85f2d37f5d0520efdb13995013d2f6c336425f41.tar.bz2 gentoo-2-85f2d37f5d0520efdb13995013d2f6c336425f41.zip |
starting to add beryl-0.2.1 to the tree
(Portage version: 2.1.2.2)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/beryl-plugins/ChangeLog | 10 | ||||
-rw-r--r-- | x11-plugins/beryl-plugins/beryl-plugins-0.2.1.ebuild | 46 | ||||
-rw-r--r-- | x11-plugins/beryl-plugins/files/digest-beryl-plugins-0.2.1 | 3 |
3 files changed, 57 insertions, 2 deletions
diff --git a/x11-plugins/beryl-plugins/ChangeLog b/x11-plugins/beryl-plugins/ChangeLog index 22030341f3c6..1277e668ca9f 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.8 2006/12/29 18:48:26 tsunam Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/beryl-plugins/ChangeLog,v 1.9 2007/03/21 02:48:42 tsunam Exp $ + +*beryl-plugins-0.2.1 (21 Mar 2007) + + 21 Mar 2007; Joshua Jackson <tsunam@gentoo.org> + +beryl-plugins-0.2.1.ebuild: + adding beryl-0.2.1 29 Dec 2006; Joshua Jackson <tsunam@gentoo.org> beryl-plugins-0.1.4.ebuild: diff --git a/x11-plugins/beryl-plugins/beryl-plugins-0.2.1.ebuild b/x11-plugins/beryl-plugins/beryl-plugins-0.2.1.ebuild new file mode 100644 index 000000000000..73ced930720a --- /dev/null +++ b/x11-plugins/beryl-plugins/beryl-plugins-0.2.1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2007 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.2.1.ebuild,v 1.1 2007/03/21 02:48:42 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" +RESTRICT="mirror" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="dbus" + +RDEPEND="~x11-wm/beryl-core-${PV} + >=gnome-base/librsvg-2.14.0 + dbus? ( + || ( dev-libs/dbus-glib ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.36 ) ) + ) + !x11-plugins/beryl-dbus" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.19 + >=sys-devel/gettext-0.15 + >=dev-util/intltool-0.35" + +pkg_setup() { + if ! built_with_use x11-libs/cairo glitz ; then + elog "Please rebuild cairo with USE=\"glitz\"" + die "x11-libs/cairo missing glitz support" + fi +} + +src_compile() { + filter-ldflags -znow -z,now + filter-ldflags -Wl,-znow -Wl,-z,now + + econf $(use_enable dbus) || die "econf failed" + emake -j1 || 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.2.1 b/x11-plugins/beryl-plugins/files/digest-beryl-plugins-0.2.1 new file mode 100644 index 000000000000..0cba22690fdc --- /dev/null +++ b/x11-plugins/beryl-plugins/files/digest-beryl-plugins-0.2.1 @@ -0,0 +1,3 @@ +MD5 3d7d13dd42aea48bba5be7cfe6c7f371 beryl-plugins-0.2.1.tar.bz2 2603366 +RMD160 4aa8d520985f26f2e309ef59cd35d46eb3150601 beryl-plugins-0.2.1.tar.bz2 2603366 +SHA256 8dcbc086db511695f29951536dfbd6d3b586f56d56027c9df6b0c53664373451 beryl-plugins-0.2.1.tar.bz2 2603366 |