diff options
author | Hanno Boeck <hanno@gentoo.org> | 2007-10-23 22:54:15 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2007-10-23 22:54:15 +0000 |
commit | 0873f17d4c80b2350daf14e2e39aafecedeffe19 (patch) | |
tree | 40a72fb24e2d616630648a822c6e1d8f303715d9 /x11-libs | |
parent | initial commit of libcompizconfig, part of compiz fusion (diff) | |
download | historical-0873f17d4c80b2350daf14e2e39aafecedeffe19.tar.gz historical-0873f17d4c80b2350daf14e2e39aafecedeffe19.tar.bz2 historical-0873f17d4c80b2350daf14e2e39aafecedeffe19.zip |
initial commit of compizconfig-backend-gconf
Package-Manager: portage-2.1.3.15
Diffstat (limited to 'x11-libs')
4 files changed, 45 insertions, 0 deletions
diff --git a/x11-libs/compizconfig-backend-gconf/ChangeLog b/x11-libs/compizconfig-backend-gconf/ChangeLog new file mode 100644 index 000000000000..75d3e5ab3f44 --- /dev/null +++ b/x11-libs/compizconfig-backend-gconf/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-libs/compizconfig-backend-gconf +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/compizconfig-backend-gconf/ChangeLog,v 1.1 2007/10/23 22:54:14 hanno Exp $ + +*compizconfig-backend-gconf-0.6.0 (23 Oct 2007) + + 23 Oct 2007; Hanno Boeck <hanno@gentoo.org> +metadata.xml, + +compizconfig-backend-gconf-0.6.0.ebuild: + Initial compiz-fusion commit, ebuild based on xeffects overlay. + diff --git a/x11-libs/compizconfig-backend-gconf/compizconfig-backend-gconf-0.6.0.ebuild b/x11-libs/compizconfig-backend-gconf/compizconfig-backend-gconf-0.6.0.ebuild new file mode 100644 index 000000000000..e99f3251fe5a --- /dev/null +++ b/x11-libs/compizconfig-backend-gconf/compizconfig-backend-gconf-0.6.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/compizconfig-backend-gconf/compizconfig-backend-gconf-0.6.0.ebuild,v 1.1 2007/10/23 22:54:14 hanno Exp $ + +DESCRIPTION="libcompizconfig gconf backend" +HOMEPAGE="http://compiz-fusion.org" +SRC_URI="http://releases.compiz-fusion.org/${PV}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND=">=x11-wm/compiz-0.6.0 + >=x11-libs/libcompizconfig-0.6.0 + >=gnome-base/gconf-2.0" + +S="${WORKDIR}/${P}" + +src_compile() { + econf || die "econf failed" + emake || die "make failed" +} + +src_install() { + emake DESTDIR="${D}" install || die "make install failed" +} diff --git a/x11-libs/compizconfig-backend-gconf/files/digest-compizconfig-backend-gconf-0.6.0 b/x11-libs/compizconfig-backend-gconf/files/digest-compizconfig-backend-gconf-0.6.0 new file mode 100644 index 000000000000..4e094c0cbc6b --- /dev/null +++ b/x11-libs/compizconfig-backend-gconf/files/digest-compizconfig-backend-gconf-0.6.0 @@ -0,0 +1,3 @@ +MD5 f7a0ec178a3a47c7d087c654eb78f0a5 compizconfig-backend-gconf-0.6.0.tar.bz2 236287 +RMD160 31b8616d91ceebf682dac56815b2ccd26e9d8518 compizconfig-backend-gconf-0.6.0.tar.bz2 236287 +SHA256 5956e1cbc0c75244d47327aab21bd2eb294fe9c44582a77651f412c6a24e1940 compizconfig-backend-gconf-0.6.0.tar.bz2 236287 diff --git a/x11-libs/compizconfig-backend-gconf/metadata.xml b/x11-libs/compizconfig-backend-gconf/metadata.xml new file mode 100644 index 000000000000..efa54454de71 --- /dev/null +++ b/x11-libs/compizconfig-backend-gconf/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer><email>hanno@gentoo.org</email></maintainer> +</pkgmetadata> |