From a97e5e4eb153268afea10cf00c798f56663af169 Mon Sep 17 00:00:00 2001 From: Jeffrey Gardner Date: Tue, 21 Aug 2007 06:58:43 +0000 Subject: Initial import of compiz-fusion from xeffects overlay. svn path=/; revision=47 --- dev-python/compizconfig-python/ChangeLog | 22 ++++++ dev-python/compizconfig-python/Manifest | 5 ++ .../compizconfig-python-0.5.2.ebuild | 39 +++++++++++ .../compizconfig-python-9999.ebuild | 42 ++++++++++++ dev-python/compizconfig-python/metadata.xml | 15 ++++ x11-libs/compiz-bcop/ChangeLog | 8 +++ x11-libs/compiz-bcop/Manifest | 5 ++ x11-libs/compiz-bcop/compiz-bcop-0.5.2.ebuild | 37 ++++++++++ x11-libs/compiz-bcop/compiz-bcop-9999.ebuild | 38 ++++++++++ x11-libs/compiz-bcop/metadata.xml | 17 +++++ x11-libs/compizconfig-backend-gconf/ChangeLog | 12 ++++ x11-libs/compizconfig-backend-gconf/Manifest | 5 ++ .../compizconfig-backend-gconf-0.5.2.ebuild | 38 ++++++++++ .../compizconfig-backend-gconf-9999.ebuild | 40 +++++++++++ x11-libs/compizconfig-backend-gconf/metadata.xml | 15 ++++ x11-libs/compizconfig-backend-kconfig/ChangeLog | 8 +++ x11-libs/compizconfig-backend-kconfig/Manifest | 5 ++ .../compizconfig-backend-kconfig-0.5.2.ebuild | 28 ++++++++ .../compizconfig-backend-kconfig-9999.ebuild | 29 ++++++++ x11-libs/compizconfig-backend-kconfig/metadata.xml | 15 ++++ x11-libs/libcompizconfig/ChangeLog | 12 ++++ x11-libs/libcompizconfig/Manifest | 5 ++ .../libcompizconfig/libcompizconfig-0.5.2.ebuild | 40 +++++++++++ .../libcompizconfig/libcompizconfig-9999.ebuild | 42 ++++++++++++ x11-libs/libcompizconfig/metadata.xml | 15 ++++ x11-plugins/compiz-fusion-plugins-extra/ChangeLog | 19 +++++ x11-plugins/compiz-fusion-plugins-extra/Manifest | 5 ++ .../compiz-fusion-plugins-extra-0.5.2.ebuild | 57 +++++++++++++++ .../compiz-fusion-plugins-extra-9999.ebuild | 61 +++++++++++++++++ .../compiz-fusion-plugins-extra/metadata.xml | 11 +++ x11-plugins/compiz-fusion-plugins-main/ChangeLog | 11 +++ x11-plugins/compiz-fusion-plugins-main/Manifest | 5 ++ .../compiz-fusion-plugins-main-0.5.2.ebuild | 56 +++++++++++++++ .../compiz-fusion-plugins-main-9999.ebuild | 60 ++++++++++++++++ .../compiz-fusion-plugins-main/metadata.xml | 11 +++ x11-themes/emerald-themes/ChangeLog | 45 ++++++++++++ x11-themes/emerald-themes/Manifest | 5 ++ .../emerald-themes/emerald-themes-0.5.2.ebuild | 36 ++++++++++ .../emerald-themes/emerald-themes-9999.ebuild | 37 ++++++++++ x11-themes/emerald-themes/metadata.xml | 15 ++++ x11-wm/compiz-fusion/ChangeLog | 16 +++++ x11-wm/compiz-fusion/Manifest | 4 ++ x11-wm/compiz-fusion/compiz-fusion-0.5.2.ebuild | 26 +++++++ x11-wm/compiz-fusion/compiz-fusion-9999.ebuild | 28 ++++++++ x11-wm/compiz-fusion/metadata.xml | 16 +++++ x11-wm/compiz/ChangeLog | 29 ++++++++ x11-wm/compiz/Manifest | 9 +++ x11-wm/compiz/compiz-0.5.2.ebuild | 67 ++++++++++++++++++ x11-wm/compiz/compiz-0.5.4.ebuild | 75 ++++++++++++++++++++ x11-wm/compiz/compiz-9999.ebuild | 80 ++++++++++++++++++++++ x11-wm/compiz/files/compiz-no-gconf.patch | 9 +++ x11-wm/compiz/files/compiz-start | 41 +++++++++++ x11-wm/compiz/metadata.xml | 16 +++++ x11-wm/emerald/ChangeLog | 50 ++++++++++++++ x11-wm/emerald/Manifest | 5 ++ x11-wm/emerald/emerald-0.5.2.ebuild | 47 +++++++++++++ x11-wm/emerald/emerald-9999.ebuild | 49 +++++++++++++ x11-wm/emerald/metadata.xml | 16 +++++ 58 files changed, 1554 insertions(+) create mode 100644 dev-python/compizconfig-python/ChangeLog create mode 100644 dev-python/compizconfig-python/Manifest create mode 100644 dev-python/compizconfig-python/compizconfig-python-0.5.2.ebuild create mode 100644 dev-python/compizconfig-python/compizconfig-python-9999.ebuild create mode 100644 dev-python/compizconfig-python/metadata.xml create mode 100644 x11-libs/compiz-bcop/ChangeLog create mode 100644 x11-libs/compiz-bcop/Manifest create mode 100644 x11-libs/compiz-bcop/compiz-bcop-0.5.2.ebuild create mode 100644 x11-libs/compiz-bcop/compiz-bcop-9999.ebuild create mode 100644 x11-libs/compiz-bcop/metadata.xml create mode 100644 x11-libs/compizconfig-backend-gconf/ChangeLog create mode 100644 x11-libs/compizconfig-backend-gconf/Manifest create mode 100644 x11-libs/compizconfig-backend-gconf/compizconfig-backend-gconf-0.5.2.ebuild create mode 100644 x11-libs/compizconfig-backend-gconf/compizconfig-backend-gconf-9999.ebuild create mode 100644 x11-libs/compizconfig-backend-gconf/metadata.xml create mode 100644 x11-libs/compizconfig-backend-kconfig/ChangeLog create mode 100644 x11-libs/compizconfig-backend-kconfig/Manifest create mode 100644 x11-libs/compizconfig-backend-kconfig/compizconfig-backend-kconfig-0.5.2.ebuild create mode 100644 x11-libs/compizconfig-backend-kconfig/compizconfig-backend-kconfig-9999.ebuild create mode 100644 x11-libs/compizconfig-backend-kconfig/metadata.xml create mode 100644 x11-libs/libcompizconfig/ChangeLog create mode 100644 x11-libs/libcompizconfig/Manifest create mode 100644 x11-libs/libcompizconfig/libcompizconfig-0.5.2.ebuild create mode 100644 x11-libs/libcompizconfig/libcompizconfig-9999.ebuild create mode 100644 x11-libs/libcompizconfig/metadata.xml create mode 100644 x11-plugins/compiz-fusion-plugins-extra/ChangeLog create mode 100644 x11-plugins/compiz-fusion-plugins-extra/Manifest create mode 100644 x11-plugins/compiz-fusion-plugins-extra/compiz-fusion-plugins-extra-0.5.2.ebuild create mode 100644 x11-plugins/compiz-fusion-plugins-extra/compiz-fusion-plugins-extra-9999.ebuild create mode 100644 x11-plugins/compiz-fusion-plugins-extra/metadata.xml create mode 100644 x11-plugins/compiz-fusion-plugins-main/ChangeLog create mode 100644 x11-plugins/compiz-fusion-plugins-main/Manifest create mode 100644 x11-plugins/compiz-fusion-plugins-main/compiz-fusion-plugins-main-0.5.2.ebuild create mode 100644 x11-plugins/compiz-fusion-plugins-main/compiz-fusion-plugins-main-9999.ebuild create mode 100644 x11-plugins/compiz-fusion-plugins-main/metadata.xml create mode 100644 x11-themes/emerald-themes/ChangeLog create mode 100644 x11-themes/emerald-themes/Manifest create mode 100644 x11-themes/emerald-themes/emerald-themes-0.5.2.ebuild create mode 100644 x11-themes/emerald-themes/emerald-themes-9999.ebuild create mode 100644 x11-themes/emerald-themes/metadata.xml create mode 100644 x11-wm/compiz-fusion/ChangeLog create mode 100644 x11-wm/compiz-fusion/Manifest create mode 100644 x11-wm/compiz-fusion/compiz-fusion-0.5.2.ebuild create mode 100644 x11-wm/compiz-fusion/compiz-fusion-9999.ebuild create mode 100644 x11-wm/compiz-fusion/metadata.xml create mode 100644 x11-wm/compiz/ChangeLog create mode 100644 x11-wm/compiz/Manifest create mode 100644 x11-wm/compiz/compiz-0.5.2.ebuild create mode 100644 x11-wm/compiz/compiz-0.5.4.ebuild create mode 100644 x11-wm/compiz/compiz-9999.ebuild create mode 100644 x11-wm/compiz/files/compiz-no-gconf.patch create mode 100755 x11-wm/compiz/files/compiz-start create mode 100644 x11-wm/compiz/metadata.xml create mode 100644 x11-wm/emerald/ChangeLog create mode 100644 x11-wm/emerald/Manifest create mode 100644 x11-wm/emerald/emerald-0.5.2.ebuild create mode 100644 x11-wm/emerald/emerald-9999.ebuild create mode 100644 x11-wm/emerald/metadata.xml diff --git a/dev-python/compizconfig-python/ChangeLog b/dev-python/compizconfig-python/ChangeLog new file mode 100644 index 0000000..cd0bef6 --- /dev/null +++ b/dev-python/compizconfig-python/ChangeLog @@ -0,0 +1,22 @@ +# ChangeLog for Gentoo XEffects Overlay +# $Header: $ + + 21 Aug 2007; Jorge Manuel B. S. Vicetto + metadata.xml: + Updated metadata.xml + + 20 Aug 2007; Jorge Manuel B. S. Vicetto + compizconfig-python-9999.ebuild: + Added missing dep for libcompizconfig to compizconfig-python-9999. + + 20 Aug 2007; Jorge Manuel B. S. Vicetto + +metadata.xml: + Added metadata.xml. + + 19 Aug 2007; Jorge Manuel B. S. Vicetto + compizconfig-python-9999.ebuild: + Update to allow compiz-0.5.2 or compiz-9999 as deps. + + 13 May 2007; Alex Heck +ccs-python-9999.ebuild: + dev-python/ccs-python: Initial import + diff --git a/dev-python/compizconfig-python/Manifest b/dev-python/compizconfig-python/Manifest new file mode 100644 index 0000000..98cedcb --- /dev/null +++ b/dev-python/compizconfig-python/Manifest @@ -0,0 +1,5 @@ +DIST compizconfig-python-0.5.2.tar.bz2 254604 RMD160 16d2c06b97d76a984a609e5288d3c75574ada549 SHA1 3f1da3f3d01d32b9c975571929e5f112ba1e2b68 SHA256 8bd8ffde02f2d0d3bc5ed754beaa5f94c69fc43ecdfefc1fba3ec0298c943e1c +EBUILD compizconfig-python-0.5.2.ebuild 904 RMD160 6a03e1962900aedcdb59e1dce4b4ffdd33a2414b SHA1 60d1843b359a66522e04ae1e17671441745da0c7 SHA256 5c6c00bfc625f94d0200d29f6fe305f037f8623583a1617f8f07177e63457ac8 +EBUILD compizconfig-python-9999.ebuild 996 RMD160 ca2ec44c57759792c414b429e0a6f1cb76ebffa2 SHA1 00ea51059c5cc5e423c31714b517a343aea078ab SHA256 2ec08fedc3261349d65c7d745eddf711fece50c4a92c7209f927d54a207a9631 +MISC ChangeLog 709 RMD160 163573997c999dcfa63ac42affb69caa08a2fbb0 SHA1 1d31daed560a11d560838e0d436e66283d45179d SHA256 813e55f3e5970b98eed1c5f541230b6cb143d41ad6178051be5441831490f775 +MISC metadata.xml 431 RMD160 53cd5ce8c0700a18b6a6e813a8346c789edb77a3 SHA1 ac6f289d05bbf734564a53a48dcbe19c89f7ef97 SHA256 9f45963d25610de6659aea23a3604fb03c3da7fb8b1e615c0dc0237f1070de11 diff --git a/dev-python/compizconfig-python/compizconfig-python-0.5.2.ebuild b/dev-python/compizconfig-python/compizconfig-python-0.5.2.ebuild new file mode 100644 index 0000000..2699532 --- /dev/null +++ b/dev-python/compizconfig-python/compizconfig-python-0.5.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit autotools + +DESCRIPTION="Compizconfig Python Bindings" +HOMEPAGE="http://opencompositing.org" +SRC_URI="http://releases.compiz-fusion.org/${PV}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RESTRICT="mirror" + +DEPEND="~x11-libs/libcompizconfig-${PV} + >=dev-libs/glib-2.6 + || ( >=dev-lang/python-2.4 >=dev-lang/python-2.5 ) + dev-python/pyrex" + +S="${WORKDIR}/${P}" + +src_compile() { + eautoreconf || die "eautoreconf failed" + + econf || die "econf failed" + emake || die "make failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" +} + +pkg_postinst() { + ewarn "DO NOT report bugs to Gentoo's bugzilla" + einfo "Please report all bugs at http://forums.gentoo-xeffects.org/" + einfo "Thank you on behalf of the Gentoo Xeffects team" +} diff --git a/dev-python/compizconfig-python/compizconfig-python-9999.ebuild b/dev-python/compizconfig-python/compizconfig-python-9999.ebuild new file mode 100644 index 0000000..2946a49 --- /dev/null +++ b/dev-python/compizconfig-python/compizconfig-python-9999.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit git autotools + +EGIT_REPO_URI="git://anongit.opencompositing.org/fusion/compizconfig/${PN}" +COMPIZ_RELEASE="0.5.2" + +DESCRIPTION="Compizconfig Python Bindings (git)" +HOMEPAGE="http://opencompositing.org" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="|| ( ~x11-wm/compiz-${PV} =x11-wm/compiz-${COMPIZ_RELEASE} ) + ~x11-libs/libcompizconfig-${PV} + >=dev-libs/glib-2.6 + || ( >=dev-lang/python-2.4 >=dev-lang/python-2.5 ) + dev-python/pyrex" + +S="${WORKDIR}/${PN}" + +src_compile() { + eautoreconf || die "eautoreconf failed" + + econf || die "econf failed" + emake || die "make failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" +} + +pkg_postinst() { + ewarn "DO NOT report bugs to Gentoo's bugzilla" + einfo "Please report all bugs at http://forums.gentoo-xeffects.org/" + einfo "Thank you on behalf of the Gentoo Xeffects team" +} diff --git a/dev-python/compizconfig-python/metadata.xml b/dev-python/compizconfig-python/metadata.xml new file mode 100644 index 0000000..e9ed645 --- /dev/null +++ b/dev-python/compizconfig-python/metadata.xml @@ -0,0 +1,15 @@ + + + +no-herd + +jmbsvicetto@gentoo.org +Jorge Manuel B. S. Vicetto + + +nesl247@gmail.com +Alex Heck + +Python bindings for libcompizconfig. + + diff --git a/x11-libs/compiz-bcop/ChangeLog b/x11-libs/compiz-bcop/ChangeLog new file mode 100644 index 0000000..137ffb4 --- /dev/null +++ b/x11-libs/compiz-bcop/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for x11-libs/compiz-bcop +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 21 Aug 2007; Jorge Manuel B. S. Vicetto + +metadata.xml: + Added metadata.xml + diff --git a/x11-libs/compiz-bcop/Manifest b/x11-libs/compiz-bcop/Manifest new file mode 100644 index 0000000..0d4c72f --- /dev/null +++ b/x11-libs/compiz-bcop/Manifest @@ -0,0 +1,5 @@ +DIST compiz-bcop-0.5.2.tar.bz2 68297 RMD160 9db7c1b613e3e16f443c0b40f0ae51ee383a605d SHA1 12146c368952718865d74ee91177b784afe22d5c SHA256 b53ecab9a54c0436be03b9ef32a4bd82b8c584ca399a4db1cc550c0947b31691 +EBUILD compiz-bcop-0.5.2.ebuild 825 RMD160 8d8c1a01289843c57d91ce247b896773211b945b SHA1 ee0bb9cdaf93b668531ceee23bc2ae2ceb0898b3 SHA256 e71602b00ec6a04e8b5a89e9ef3cad7c82a37bb91cbb6c3d945f728c2fe78181 +EBUILD compiz-bcop-9999.ebuild 827 RMD160 f270cba8ac9ceed725cea5aae1c670c9e3a16e9e SHA1 0bbfb49adf2119f9ff9ada0ed32715a7ef5227f8 SHA256 f6c51154abdcf08ccb3165b42c676fc3ba911298f342d9dcc87e993c08074719 +MISC ChangeLog 227 RMD160 f40f94f167002d3d0feef475d2299d67c1d116af SHA1 05d5921110f7a5da680ec9cea722c13f9a5cceb0 SHA256 5e76233e44119be6aa600883c19bd0526aecce97317961fb8a98aa0135e04413 +MISC metadata.xml 537 RMD160 e50d249ca9e01d72bbe013e9855a5ab08af6b5cb SHA1 4f0d76dc75aa9c710aa3cf15f40a71f34b34a5eb SHA256 86079d40fa567dc0c6db1614bb63e73f0db91c0a4a2f5a3edb7afe35117010bc diff --git a/x11-libs/compiz-bcop/compiz-bcop-0.5.2.ebuild b/x11-libs/compiz-bcop/compiz-bcop-0.5.2.ebuild new file mode 100644 index 0000000..037785a --- /dev/null +++ b/x11-libs/compiz-bcop/compiz-bcop-0.5.2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit autotools + +DESCRIPTION="Compiz Option code Generator" +HOMEPAGE="http://opencompositing.org" +SRC_URI="http://releases.compiz-fusion.org/${PV}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RESTRICT="mirror" + +DEPEND=">=dev-util/pkgconfig-0.19 + dev-libs/libxslt" + +S="${WORKDIR}/${P}" + +src_compile() { + eautoreconf || die "eautoreconf failed" + + econf || die "econf failed" + emake || die "make failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" +} + +pkg_postinst() { + ewarn "DO NOT report bugs to Gentoo's bugzilla" + einfo "Please report all bugs at http://forums.gentoo-xeffects.org/" + einfo "Thank you on behalf of the Gentoo Xeffects team" +} diff --git a/x11-libs/compiz-bcop/compiz-bcop-9999.ebuild b/x11-libs/compiz-bcop/compiz-bcop-9999.ebuild new file mode 100644 index 0000000..fdeaa05 --- /dev/null +++ b/x11-libs/compiz-bcop/compiz-bcop-9999.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit git autotools + +EGIT_REPO_URI="git://anongit.opencompositing.org/fusion/libraries/bcop" + +DESCRIPTION="Compiz Option code Generator (git)" +HOMEPAGE="http://opencompositing.org" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND=">=dev-util/pkgconfig-0.19 + dev-libs/libxslt" + +S="${WORKDIR}/bcop" + +src_compile() { + eautoreconf || die "eautoreconf failed" + + econf || die "econf failed" + emake || die "make failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" +} + +pkg_postinst() { + ewarn "DO NOT report bugs to Gentoo's bugzilla" + einfo "Please report all bugs at http://forums.gentoo-xeffects.org/" + einfo "Thank you on behalf of the Gentoo Xeffects team" +} diff --git a/x11-libs/compiz-bcop/metadata.xml b/x11-libs/compiz-bcop/metadata.xml new file mode 100644 index 0000000..ba6a884 --- /dev/null +++ b/x11-libs/compiz-bcop/metadata.xml @@ -0,0 +1,17 @@ + + + +no-herd + +jmbsvicetto@gentoo.org +Jorge Manuel B. S. Vicetto + + +nesl247@gmail.com +Alex Heck + +BCOP is a code generator that provides an easy way to +handle plugin options by generating parts of the plugin code directly +from the xml metadata file. + + diff --git a/x11-libs/compizconfig-backend-gconf/ChangeLog b/x11-libs/compizconfig-backend-gconf/ChangeLog new file mode 100644 index 0000000..e1534b4 --- /dev/null +++ b/x11-libs/compizconfig-backend-gconf/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for x11-libs/compizconfig-backend-gconf +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 21 Aug 2007; Jorge Manuel B. S. Vicetto + +metadata.xml: + Added metadata.xml + + 19 Aug 2007; Jorge Manuel B. S. Vicetto + compizconfig-backend-gconf-9999.ebuild: + Update to allow compiz-0.5.2 or compiz-9999 as deps. + diff --git a/x11-libs/compizconfig-backend-gconf/Manifest b/x11-libs/compizconfig-backend-gconf/Manifest new file mode 100644 index 0000000..e7e3d48 --- /dev/null +++ b/x11-libs/compizconfig-backend-gconf/Manifest @@ -0,0 +1,5 @@ +DIST compizconfig-backend-gconf-0.5.2.tar.bz2 236234 RMD160 bbcdb7186e624d1b89d5e7eb8860d8db49a4108d SHA1 fb6897799c34c8bbe527a5c4f4e2b0fbd8b61654 SHA256 9c62533019683cbf6811e8d71feb4ea7ef1e4e37e44b5a63f701b2b25d12d4c1 +EBUILD compizconfig-backend-gconf-0.5.2.ebuild 854 RMD160 05248af68e9ad82f249767cec514651fe8606035 SHA1 63162bc97a4a23c646bb358a2a1f1c8112f0813e SHA256 c7435a358351b79d5eb3dddf05601ed4572c8cd3cade2378365daf445826ada0 +EBUILD compizconfig-backend-gconf-9999.ebuild 924 RMD160 2d46f73830c521e7f17990eff2de7d05c9de4db1 SHA1 0a3f20e271ea6fdf4b47e3ed2bcec8c0087a0966 SHA256 8e4ab2d7b5e279486c0baaaa33877dd13546ea4c59b01281b89571347fc4d0d7 +MISC ChangeLog 407 RMD160 46830d284944a979997a91cedd2cb3f24c741055 SHA1 160401c3539082a181fee3abdc4833a5923be474 SHA256 95c2f42f7e857fa6a1b1b6f06d0e68e6f27aeaaca0c2c104937cb6fdeb2dc86f +MISC metadata.xml 419 RMD160 28709fc8a684212f2df025262bae689b58fc75cb SHA1 e3066048fd138f674bcc4b74ab8ce8276bf5b9ec SHA256 320a3b94ad8da8588eaf02bb031ed3422435898358e94f0b18bdc3454b25822e diff --git a/x11-libs/compizconfig-backend-gconf/compizconfig-backend-gconf-0.5.2.ebuild b/x11-libs/compizconfig-backend-gconf/compizconfig-backend-gconf-0.5.2.ebuild new file mode 100644 index 0000000..e057cf2 --- /dev/null +++ b/x11-libs/compizconfig-backend-gconf/compizconfig-backend-gconf-0.5.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit autotools + +DESCRIPTION="Compizconfig Gconf Backend" +HOMEPAGE="http://opencompositing.org" +SRC_URI="http://releases.compiz-fusion.org/${PV}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RESTRICT="mirror" + +DEPEND="~x11-wm/compiz-${PV} + ~x11-libs/libcompizconfig-${PV} + >=gnome-base/gconf-2.0" + +S="${WORKDIR}/${P}" + +src_compile() { + eautoreconf || die "eautoreconf failed" + + econf || die "econf failed" + emake || die "make failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" +} + +pkg_postinst() { + ewarn "DO NOT report bugs to Gentoo's bugzilla" + einfo "Please report all bugs to http://trac.gentoo-xeffects.org" + einfo "Thank you on behalf of the Gentoo Xeffects team" +} diff --git a/x11-libs/compizconfig-backend-gconf/compizconfig-backend-gconf-9999.ebuild b/x11-libs/compizconfig-backend-gconf/compizconfig-backend-gconf-9999.ebuild new file mode 100644 index 0000000..afd753a --- /dev/null +++ b/x11-libs/compizconfig-backend-gconf/compizconfig-backend-gconf-9999.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit git autotools + +EGIT_REPO_URI="git://anongit.opencompositing.org/fusion/compizconfig/${PN}" +COMPIZ_RELEASE="0.5.2" + +DESCRIPTION="Compizconfig Gconf Backend (git)" +HOMEPAGE="http://opencompositing.org" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="|| ( ~x11-wm/compiz-${PV} =x11-wm/compiz-${COMPIZ_RELEASE} ) + ~x11-libs/libcompizconfig-${PV} + >=gnome-base/gconf-2.0" + +S="${WORKDIR}/${PN}" + +src_compile() { + eautoreconf || die "eautoreconf failed" + + econf || die "econf failed" + emake || die "make failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" +} + +pkg_postinst() { + ewarn "DO NOT report bugs to Gentoo's bugzilla" + einfo "Please report all bugs to http://trac.gentoo-xeffects.org" + einfo "Thank you on behalf of the Gentoo Xeffects team" +} diff --git a/x11-libs/compizconfig-backend-gconf/metadata.xml b/x11-libs/compizconfig-backend-gconf/metadata.xml new file mode 100644 index 0000000..5e6cb60 --- /dev/null +++ b/x11-libs/compizconfig-backend-gconf/metadata.xml @@ -0,0 +1,15 @@ + + + +no-herd + +jmbsvicetto@gentoo.org +Jorge Manuel B. S. Vicetto + + +nesl247@gmail.com +Alex Heck + +The gconf backend for CompizConfig + + diff --git a/x11-libs/compizconfig-backend-kconfig/ChangeLog b/x11-libs/compizconfig-backend-kconfig/ChangeLog new file mode 100644 index 0000000..022083a --- /dev/null +++ b/x11-libs/compizconfig-backend-kconfig/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for x11-libs/compizconfig-backend-kconfig +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 21 Aug 2007; Jorge Manuel B. S. Vicetto + +metadata.xml: + Added metadata.xml + diff --git a/x11-libs/compizconfig-backend-kconfig/Manifest b/x11-libs/compizconfig-backend-kconfig/Manifest new file mode 100644 index 0000000..0838020 --- /dev/null +++ b/x11-libs/compizconfig-backend-kconfig/Manifest @@ -0,0 +1,5 @@ +DIST compizconfig-backend-kconfig-0.5.2.tar.bz2 411731 RMD160 a06a92cc7466ecbbb687a079049f4990b0868b6a SHA1 d701d6c360cc7330502254292e7c70ca0f00597a SHA256 409e592d2e7a6bf09b33dc04ae18251a5b31e757ca488d266f63d441c258ceef +EBUILD compizconfig-backend-kconfig-0.5.2.ebuild 647 RMD160 fb08da8e7dc250091ee098e1ea0fe6a5babd4e00 SHA1 ec2a0e3e6fbb23bf73c02a111f9f3aecb2e4547c SHA256 c1a83449920e0e48426c33ac4ee747008b24d6b32392a22eef6d163b2e35f98d +EBUILD compizconfig-backend-kconfig-9999.ebuild 654 RMD160 f4b1e65fa5adab2f52aba4a522d6409195f7147c SHA1 84c22e8e822ecceb200accbf17f4117948031fbd SHA256 b3bed6cd35b376aa2dd44bfbd19b703ddbc8827a5b122d5ae3b4bf1c22a4f0de +MISC ChangeLog 244 RMD160 14e565460500dd006a4dd91a5d3a8625c5c2aca6 SHA1 a19779c977fb0c138867dee44495b8eef02c2b46 SHA256 cc0c38af4508d52843613489000d13d9a5014fe1f45434c2a9efa6c0abf9473d +MISC metadata.xml 422 RMD160 d37ae03fdbb897770932189dada159208ad498b4 SHA1 31d81d63bae13c03b1ae2a5eabde6da4feb1f6e4 SHA256 b3bd494d61b6e9f4557ae7287b5913eb206d1ad5c47c82b69aca8581edee1da1 diff --git a/x11-libs/compizconfig-backend-kconfig/compizconfig-backend-kconfig-0.5.2.ebuild b/x11-libs/compizconfig-backend-kconfig/compizconfig-backend-kconfig-0.5.2.ebuild new file mode 100644 index 0000000..471b19c --- /dev/null +++ b/x11-libs/compizconfig-backend-kconfig/compizconfig-backend-kconfig-0.5.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit kde autotools + +DESCRIPTION="Compizconfig Kconfig Backend" +HOMEPAGE="http://opencompositing.org" +SRC_URI="http://releases.compiz-fusion.org/${PV}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RESTRICT="mirror" + +DEPEND="~x11-libs/libcompizconfig-${PV}" + +S="${WORKDIR}/${P}" + +pkg_postinst() { + kde_pkg_postinst + echo + + ewarn "DO NOT report bugs to Gentoo's bugzilla" + einfo "Please report all bugs at http://forums.gentoo-xeffects.org/" + einfo "Thank you on behalf of the Gentoo Xeffects team" +} diff --git a/x11-libs/compizconfig-backend-kconfig/compizconfig-backend-kconfig-9999.ebuild b/x11-libs/compizconfig-backend-kconfig/compizconfig-backend-kconfig-9999.ebuild new file mode 100644 index 0000000..a1a1ef2 --- /dev/null +++ b/x11-libs/compizconfig-backend-kconfig/compizconfig-backend-kconfig-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit kde git autotools + +EGIT_REPO_URI="git://anongit.opencompositing.org/fusion/compizconfig/${PN}" + +DESCRIPTION="Compizconfig Kconfig Backend (git)" +HOMEPAGE="http://opencompositing.org" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="~x11-libs/libcompizconfig-${PV}" + +S="${WORKDIR}/${PN}" + +pkg_postinst() { + kde_pkg_postinst + echo + + ewarn "DO NOT report bugs to Gentoo's bugzilla" + einfo "Please report all bugs at http://forums.gentoo-xeffects.org/" + einfo "Thank you on behalf of the Gentoo Xeffects team" +} diff --git a/x11-libs/compizconfig-backend-kconfig/metadata.xml b/x11-libs/compizconfig-backend-kconfig/metadata.xml new file mode 100644 index 0000000..519b94e --- /dev/null +++ b/x11-libs/compizconfig-backend-kconfig/metadata.xml @@ -0,0 +1,15 @@ + + + +no-herd + +jmbsvicetto@gentoo.org +Jorge Manuel B. S. Vicetto + + +nesl247@gmail.com +Alex Heck + +The kconfig backend for CompizConfig. + + diff --git a/x11-libs/libcompizconfig/ChangeLog b/x11-libs/libcompizconfig/ChangeLog new file mode 100644 index 0000000..0b7415b --- /dev/null +++ b/x11-libs/libcompizconfig/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for x11-libs/libcompizconfig +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 21 Aug 2007; Jorge Manuel B. S. Vicetto + +metadata.xml: + Added metadata.xml + + 19 Aug 2007; Jorge Manuel B. S. Vicetto + libcompizconfig-9999.ebuild: + Update to allow compiz-0.5.2 or compiz-9999 as deps. + diff --git a/x11-libs/libcompizconfig/Manifest b/x11-libs/libcompizconfig/Manifest new file mode 100644 index 0000000..9cb6f3d --- /dev/null +++ b/x11-libs/libcompizconfig/Manifest @@ -0,0 +1,5 @@ +DIST libcompizconfig-0.5.2.tar.bz2 318788 RMD160 32c04e27cd66a5e42dd8f0c6af0244fca75bf4c7 SHA1 2a6ed8c3276d0f6ef83e3ae9e8233df8fe81793d SHA256 a84382c5486c36e2ab78b9e9b3fcf2fc1919170d200032cf594abe5ca374a103 +EBUILD libcompizconfig-0.5.2.ebuild 972 RMD160 734fd16fd76468e0e15bf38b049d4b96ed3ace09 SHA1 bfb3d6317e7ca6d8241cdbbe3a37f860c170b216 SHA256 e7e8298f883a32216a399537a16e68f2fda4da7e785f30e032e13182bbe7d859 +EBUILD libcompizconfig-9999.ebuild 1036 RMD160 bca3da94d133e2dc2942e9e056d3ff5f204202cb SHA1 01a6ade7f954c5b0e6cd015cac26ba1bdf7ce3d6 SHA256 2e36aba5347f7eaed1d446a14f770426e302874c19480b3b135dd0539208908d +MISC ChangeLog 385 RMD160 5cc686ee6643fce1a24e630a3676e211338290de SHA1 50ecd3af14a6cf53e9100e00295237bbfccb54d2 SHA256 1340502266fc93f14779ce7a60bfa44511130c5e52a20d54ef1b0e95d00b596f +MISC metadata.xml 451 RMD160 dc5a5c03e9035726e464bc8e41e8b560ebcf4e36 SHA1 6a68795aef45dca821e16c8a9960dac5f17718c2 SHA256 3fdc18c512833291361a2df7a9418a435abd035cabfdd74cd169ae75d82dcf6d diff --git a/x11-libs/libcompizconfig/libcompizconfig-0.5.2.ebuild b/x11-libs/libcompizconfig/libcompizconfig-0.5.2.ebuild new file mode 100644 index 0000000..280e6af --- /dev/null +++ b/x11-libs/libcompizconfig/libcompizconfig-0.5.2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit autotools + +DESCRIPTION="Compiz Configuration System (git)" +HOMEPAGE="http://opencompositing.org" +SRC_URI="http://releases.compiz-fusion.org/${PV}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RESTRICT="mirror" + +DEPEND=">=dev-util/pkgconfig-0.19 + ~x11-wm/compiz-${PV} + dev-libs/libxml2" + +S="${WORKDIR}/${P}" + +src_compile() { + eautoreconf || die "eautoreconf failed" + glib-gettextize --copy --force || die "glib-gettextize failed" + intltoolize --copy --force || die "intltoolize failed" + + econf || die "econf failed" + emake || die "make failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" +} + +pkg_postinst() { + ewarn "DO NOT report bugs to Gentoo's bugzilla" + einfo "Please report all bugs at http://forums.gentoo-xeffects.org/" + einfo "Thank you on behalf of the Gentoo Xeffects team" +} diff --git a/x11-libs/libcompizconfig/libcompizconfig-9999.ebuild b/x11-libs/libcompizconfig/libcompizconfig-9999.ebuild new file mode 100644 index 0000000..cca5d7f --- /dev/null +++ b/x11-libs/libcompizconfig/libcompizconfig-9999.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit git autotools + +EGIT_REPO_URI="git://anongit.opencompositing.org/fusion/compizconfig/${PN}" +COMPIZ_RELEASE="0.5.2" + +DESCRIPTION="Compiz Configuration System (git)" +HOMEPAGE="http://opencompositing.org" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND=">=dev-util/pkgconfig-0.19 + || ( ~x11-wm/compiz-${PV} =x11-wm/compiz-${COMPIZ_RELEASE} ) + dev-libs/libxml2" + +S="${WORKDIR}/${PN}" + +src_compile() { + eautoreconf || die "eautoreconf failed" + glib-gettextize --copy --force || die "glib-gettextize failed" + intltoolize --copy --force || die "intltoolize failed" + + econf || die "econf failed" + emake || die "make failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" +} + +pkg_postinst() { + ewarn "DO NOT report bugs to Gentoo's bugzilla" + einfo "Please report all bugs at http://forums.gentoo-xeffects.org/" + einfo "Thank you on behalf of the Gentoo Xeffects team" +} diff --git a/x11-libs/libcompizconfig/metadata.xml b/x11-libs/libcompizconfig/metadata.xml new file mode 100644 index 0000000..848c713 --- /dev/null +++ b/x11-libs/libcompizconfig/metadata.xml @@ -0,0 +1,15 @@ + + + +no-herd + +jmbsvicetto@gentoo.org +Jorge Manuel B. S. Vicetto + + +nesl247@gmail.com +Alex Heck + +Libcompizconfig is an alternative configuration system for compiz. + + diff --git a/x11-plugins/compiz-fusion-plugins-extra/ChangeLog b/x11-plugins/compiz-fusion-plugins-extra/ChangeLog new file mode 100644 index 0000000..ce5d1ee --- /dev/null +++ b/x11-plugins/compiz-fusion-plugins-extra/ChangeLog @@ -0,0 +1,19 @@ +# ChangeLog for Gentoo XEffects Overlay +# $Header: $ + + 20 Aug 2007; Jorge Manuel B. S. Vicetto + +metadata.xml: + Added metadata.xml + + 19 Aug 2007; Jorge Manuel B. S. Vicetto + compiz-fusion-plugins-extra-9999.ebuild: + Update to allow compiz-0.5.2 or compiz-9999 as deps. + + 10 Jul 2007; Alex Heck + compiz-fusion-plugins-extra-9999.ebuild: + x11-plugins/compiz-fusion-plugins-extra: Require compiz-fusion-plugins-main + + 23 May 2007; Alex Heck + +compcomm-plugins-extra-9999.ebuild: + x11-plugins/compcomm-plugins-extra: Initial import + diff --git a/x11-plugins/compiz-fusion-plugins-extra/Manifest b/x11-plugins/compiz-fusion-plugins-extra/Manifest new file mode 100644 index 0000000..a75459d --- /dev/null +++ b/x11-plugins/compiz-fusion-plugins-extra/Manifest @@ -0,0 +1,5 @@ +DIST compiz-fusion-plugins-extra-0.5.2.tar.bz2 1647092 RMD160 c1d68567a88273ec434bbb69a810fecf3e68817e SHA1 bf0c13850ff7e11986f91653fe0c3103ee000ab2 SHA256 0fa0259bea5983df832c782751e509b4d392f34124163fb91d387746c93c4f6b +EBUILD compiz-fusion-plugins-extra-0.5.2.ebuild 1420 RMD160 63886d5bb8c921fee9bbde9e57b6d0ee0e4ee6cd SHA1 61ab965dc50bf318a0df489d4d7a27ad7b5abf5a SHA256 0423f2e06af01ca862ff92c9f09c4e68a47f9ab78d48089d9543768856c3e450 +EBUILD compiz-fusion-plugins-extra-9999.ebuild 1513 RMD160 5effa0899c5c3df0166987b51a8283503904db71 SHA1 d8c1dcf5f4ff5b41d3155c84a24e88961a5368af SHA256 d8439374bc314e1429c3285c8f9fb668e46ea6d86da3c57edec896420b1781bc +MISC ChangeLog 631 RMD160 940d2c6eb414c01a863f8a26055ac56d4f97b089 SHA1 057f0c3eb121da65978aa0deeb0ca854ad6e8e88 SHA256 bbc43cf7636040764a080f65539493af9a3a4eb14f8bfaa5f7a2f2361b1c8ac7 +MISC metadata.xml 420 RMD160 f4c1e1f6342e57a60f9eb2656eca55b24ef70554 SHA1 fb45c8783322bdb06078e0812e48b27facbf0f27 SHA256 86b304724c2fee270594fc5e9ccd90fc3e1fab8c6bdea256d28617b47ff55919 diff --git a/x11-plugins/compiz-fusion-plugins-extra/compiz-fusion-plugins-extra-0.5.2.ebuild b/x11-plugins/compiz-fusion-plugins-extra/compiz-fusion-plugins-extra-0.5.2.ebuild new file mode 100644 index 0000000..9eadddf --- /dev/null +++ b/x11-plugins/compiz-fusion-plugins-extra/compiz-fusion-plugins-extra-0.5.2.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit flag-o-matic autotools + +DESCRIPTION="Compiz Fusion Window Decorator Extra Plugins" +HOMEPAGE="http://opencompositing.org" +SRC_URI="http://releases.compiz-fusion.org/${PV}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RESTRICT="mirror" + +RDEPEND="~x11-wm/compiz-${PV} + media-libs/jpeg + >=gnome-base/librsvg-2.14.0 + ~x11-libs/compiz-bcop-${PV} + ~x11-plugins/compiz-fusion-plugins-main-${PV}" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.19 + >=sys-devel/gettext-0.15 + >=dev-util/intltool-0.35" + +S="${WORKDIR}/${P}" + +pkg_setup() { + if ! built_with_use x11-libs/cairo glitz ; then + einfo "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 + + eautoreconf || die "eautoreconf failed" + glib-gettextize --copy --force || die "glib-gettextize failed" + intltoolize --automake --copy --force || die "intloolize failed" + + econf || die "econf failed" + emake -j1 || die "make failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" +} + +pkg_postinst() { + ewarn "DO NOT report bugs to Gentoo's bugzilla" + einfo "Please report all bugs at http://forums.gentoo-xeffects.org/" + einfo "Thank you on behalf of the Gentoo Xeffects team" +} diff --git a/x11-plugins/compiz-fusion-plugins-extra/compiz-fusion-plugins-extra-9999.ebuild b/x11-plugins/compiz-fusion-plugins-extra/compiz-fusion-plugins-extra-9999.ebuild new file mode 100644 index 0000000..acbac9a --- /dev/null +++ b/x11-plugins/compiz-fusion-plugins-extra/compiz-fusion-plugins-extra-9999.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +MY_PN="${PN/compiz-fusion-}" + +inherit git flag-o-matic autotools + +EGIT_REPO_URI="git://anongit.opencompositing.org/fusion/${MY_PN}" +COMPIZ_RELEASE="0.5.2" + +DESCRIPTION="Compiz Fusion Window Decorator Extra Plugins (git)" +HOMEPAGE="http://opencompositing.org" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" +IUSE="" + +RDEPEND="|| ( ~x11-wm/compiz-${PV} =x11-wm/compiz-${COMPIZ_RELEASE} ) + media-libs/jpeg + >=gnome-base/librsvg-2.14.0 + ~x11-libs/compiz-bcop-${PV} + ~x11-plugins/compiz-fusion-plugins-main-${PV}" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.19 + >=sys-devel/gettext-0.15 + >=dev-util/intltool-0.35" + +S="${WORKDIR}/${MY_PN}" + +pkg_setup() { + if ! built_with_use x11-libs/cairo glitz ; then + einfo "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 + + eautoreconf || die "eautoreconf failed" + glib-gettextize --copy --force || die "glib-gettextize failed" + intltoolize --automake --copy --force || die "intloolize failed" + + econf || die "econf failed" + emake -j1 || die "make failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" +} + +pkg_postinst() { + ewarn "DO NOT report bugs to Gentoo's bugzilla" + einfo "Please report all bugs at http://forums.gentoo-xeffects.org/" + einfo "Thank you on behalf of the Gentoo Xeffects team" +} diff --git a/x11-plugins/compiz-fusion-plugins-extra/metadata.xml b/x11-plugins/compiz-fusion-plugins-extra/metadata.xml new file mode 100644 index 0000000..4f1d0eb --- /dev/null +++ b/x11-plugins/compiz-fusion-plugins-extra/metadata.xml @@ -0,0 +1,11 @@ + +no-herd + +jmbsvicetto@gentoo.org +Jorge Manuel B. S. Vicetto + +Package with several compiz-fusion plugins: +addhelper, bench, crashhandler, cubecaps, cubereflex, extrawm, fadedesktop, firepaint, gears, +goto-viewport, group, mblur, reflex, scalefilter, showdesktop, splash, trailfocus, widget. + + diff --git a/x11-plugins/compiz-fusion-plugins-main/ChangeLog b/x11-plugins/compiz-fusion-plugins-main/ChangeLog new file mode 100644 index 0000000..04d3c24 --- /dev/null +++ b/x11-plugins/compiz-fusion-plugins-main/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for Gentoo XEffects Overlay +# $Header: $ + + 19 Aug 2007; Jorge Manuel B. S. Vicetto + compiz-fusion-plugins-main-9999.ebuild: + Update to allow compiz-0.5.2 or compiz-9999 as deps. + + 23 May 2007; Alex Heck + +compcomm-plugins-main-9999.ebuild: + x11-plugins/compcomm-plugins-main: Initial import + diff --git a/x11-plugins/compiz-fusion-plugins-main/Manifest b/x11-plugins/compiz-fusion-plugins-main/Manifest new file mode 100644 index 0000000..2d20266 --- /dev/null +++ b/x11-plugins/compiz-fusion-plugins-main/Manifest @@ -0,0 +1,5 @@ +DIST compiz-fusion-plugins-main-0.5.2.tar.bz2 606991 RMD160 c85593bbdee72d31452d13ab00bf6f0047d5cdff SHA1 b488709c5401f5295f89e9f74958aa3fc3101828 SHA256 72f32fe4ee5ad0a04899b10a598573d08bff728802832e04da48d5e9ad2ceaf8 +EBUILD compiz-fusion-plugins-main-0.5.2.ebuild 1367 RMD160 70c966b3d0fbd6f89c3c4dc06d3cb46c6408264f SHA1 961cef25c06ae169bcc0d7f70d3757242688c947 SHA256 f98cbcc469a9e09cd94ea8245fa3688db47f5488fcfca30cd235a8b2dcc20537 +EBUILD compiz-fusion-plugins-main-9999.ebuild 1460 RMD160 5109263a3519aa762808f8b1f00eb19ff58725d6 SHA1 d85d7f5bd3bf96ebafa358ed05807a9902443f88 SHA256 f16320b60b8217d35fce372caccecfd41f36e94c51743f234b56b86228343def +MISC ChangeLog 355 RMD160 f20238ee05b848978e3747d3775a2f3cd21c272a SHA1 759ff0d79a22be3d762ca6777bef98e2f6f48e88 SHA256 7cf6b1bd7eeac554d7bdcbb9ea220d3e5e3241d329cc9648c338774f2088fcb0 +MISC metadata.xml 399 RMD160 555b0e2f5bc52b86f0062dfcdc90da1017ca3ca9 SHA1 94a5ed2b57bbf30502d84205e296180238d6368f SHA256 64f35c1071c2e1dfd4782474a350b2dadc3c432444046e99c8a770c6c9b5cbae diff --git a/x11-plugins/compiz-fusion-plugins-main/compiz-fusion-plugins-main-0.5.2.ebuild b/x11-plugins/compiz-fusion-plugins-main/compiz-fusion-plugins-main-0.5.2.ebuild new file mode 100644 index 0000000..dda39c3 --- /dev/null +++ b/x11-plugins/compiz-fusion-plugins-main/compiz-fusion-plugins-main-0.5.2.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit flag-o-matic autotools + +DESCRIPTION="Compiz Fusion Window Decorator Plugins" +HOMEPAGE="http://opencompositing.org" +SRC_URI="http://releases.compiz-fusion.org/${PV}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RESTRICT="mirror" + +RDEPEND="~x11-wm/compiz-${PV} + media-libs/jpeg + >=gnome-base/librsvg-2.14.0 + ~x11-libs/compiz-bcop-${PV}" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.19 + >=sys-devel/gettext-0.15 + >=dev-util/intltool-0.35" + +S="${WORKDIR}/${P}" + +pkg_setup() { + if ! built_with_use x11-libs/cairo glitz ; then + einfo "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 + + eautoreconf || die "eautoreconf failed" + glib-gettextize --copy --force || die "glib-gettextize failed" + intltoolize --automake --copy --force || die "intloolize failed" + + econf || die "econf failed" + emake -j1 || die "make failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" +} + +pkg_postinst() { + ewarn "DO NOT report bugs to Gentoo's bugzilla" + einfo "Please report all bugs at http://forums.gentoo-xeffects.org/" + einfo "Thank you on behalf of the Gentoo Xeffects team" +} diff --git a/x11-plugins/compiz-fusion-plugins-main/compiz-fusion-plugins-main-9999.ebuild b/x11-plugins/compiz-fusion-plugins-main/compiz-fusion-plugins-main-9999.ebuild new file mode 100644 index 0000000..f5e5faf --- /dev/null +++ b/x11-plugins/compiz-fusion-plugins-main/compiz-fusion-plugins-main-9999.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +MY_PN="${PN/compiz-fusion-}" + +inherit git flag-o-matic autotools + +EGIT_REPO_URI="git://anongit.opencompositing.org/fusion/${MY_PN}" +COMPIZ_RELEASE="0.5.2" + +DESCRIPTION="Compiz Fusion Window Decorator Plugins (git)" +HOMEPAGE="http://opencompositing.org" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" +IUSE="" + +RDEPEND="|| ( ~x11-wm/compiz-${PV} =x11-wm/compiz-${COMPIZ_RELEASE} ) + media-libs/jpeg + >=gnome-base/librsvg-2.14.0 + ~x11-libs/compiz-bcop-${PV}" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.19 + >=sys-devel/gettext-0.15 + >=dev-util/intltool-0.35" + +S="${WORKDIR}/${MY_PN}" + +pkg_setup() { + if ! built_with_use x11-libs/cairo glitz ; then + einfo "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 + + eautoreconf || die "eautoreconf failed" + glib-gettextize --copy --force || die "glib-gettextize failed" + intltoolize --automake --copy --force || die "intloolize failed" + + econf || die "econf failed" + emake -j1 || die "make failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" +} + +pkg_postinst() { + ewarn "DO NOT report bugs to Gentoo's bugzilla" + einfo "Please report all bugs at http://forums.gentoo-xeffects.org/" + einfo "Thank you on behalf of the Gentoo Xeffects team" +} diff --git a/x11-plugins/compiz-fusion-plugins-main/metadata.xml b/x11-plugins/compiz-fusion-plugins-main/metadata.xml new file mode 100644 index 0000000..e03a672 --- /dev/null +++ b/x11-plugins/compiz-fusion-plugins-main/metadata.xml @@ -0,0 +1,11 @@ + +no-herd + +jmbsvicetto@gentoo.org +Jorge Manuel B. S. Vicetto + +Package with the base compiz-fusion plugins: +animation, colourfilter, expo, ezoom, jpeg, neg, opacify, put, resizeinfo, ring, +scaleaddon, shift, snap, text, thumbnail, vpswitch,, wall, winrules, workarounds. + + diff --git a/x11-themes/emerald-themes/ChangeLog b/x11-themes/emerald-themes/ChangeLog new file mode 100644 index 0000000..3c3cd4e --- /dev/null +++ b/x11-themes/emerald-themes/ChangeLog @@ -0,0 +1,45 @@ +# ChangeLog for x11-misc/emerald-themes +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 21 Aug 2007; Jorge Manuel B. S. Vicetto + metadata.xml: + Updated metadata.xml + + 20 Aug 2007; Jorge Manuel B. S. Vicetto + metadata.xml: + Added my details to metadata.xml + + 17 Mar 2007; Alex Heck emerald-themes-9999.ebuild: + Switch to git per upstream + + 17 Mar 2007; Alex Heck +emerald-themes-0.2.1.ebuild: + Version bump - license fixes, nothing new + + 15 Mar 2007; Alex Heck +emerald-themes-0.2.0.ebuild: + Version bump - 0.2.0 + + 17 Feb 2007; Alex Heck emerald-themes-9999.ebuild: + Fix for new svn url + + 13 Feb 2007; Alex Heck + +emerald-themes-0.1.9999.2.ebuild: + Version bump + + 12 Feb 2007; Alex Heck + -emerald-themes-0.1.99.2.ebuild: + Version cleanup + + 28 Jan 2007; Alex Heck +metadata.xml: + Add missing metadata.xml + + 25 Jan 2007; Alex Heck + +emerald-themes-0.1.99.2.ebuild: + Version bump, missed during bump stage + + 20 Dec 2006; Alex Heck -emerald-themes-0.1.3.ebuild: + 0.1.3 in portage + + 12 Nov 2006; Alex Heck emerald-themes-9999.ebuild: + Dep on 9999 + diff --git a/x11-themes/emerald-themes/Manifest b/x11-themes/emerald-themes/Manifest new file mode 100644 index 0000000..d3367e9 --- /dev/null +++ b/x11-themes/emerald-themes/Manifest @@ -0,0 +1,5 @@ +DIST emerald-themes-0.5.2.tar.bz2 1563758 RMD160 e61676b946ba13eb05b0417aadac6ea1294e0254 SHA1 98a1c03592e883d15b3579f28b45cd7d8432ce94 SHA256 1c2c77a0fff352569a2f013e8b6c1fd99e2b6f9185c9a64d2cf2e918d9de4841 +EBUILD emerald-themes-0.5.2.ebuild 806 RMD160 fb6599f98c6010fd9e7d208b69d8bfed2b23e312 SHA1 1341840023f1bb028ef283139d6c7725fd7cc8b9 SHA256 94fcfc00016725d6070bb8f61c953ff7a018fd1a12c00989400f14a87ee853bd +EBUILD emerald-themes-9999.ebuild 811 RMD160 c49461e87d04cd425517b292c494d01f096f4ec9 SHA1 de8c8f17f1a177dc4bb8bfef34340300d1c7637d SHA256 7b38b743d217e9db680a3ad1a04c084d9a60aeec5b76a78b7bfaa7c1fcb80199 +MISC ChangeLog 1358 RMD160 794e141f4eec195f1f954f3d8d9ee52c21a15dc4 SHA1 7a234ede56272f9295d274b40c57c0dde04b02cd SHA256 937dd84e8b68d04f51a1b27e75bb0ed506fe6c1672981f41005387b9e6bd53d9 +MISC metadata.xml 436 RMD160 bd25b12e140b197a46f125609196a57e9fa0a2fe SHA1 bdc73a9640eb88eb94bcdbf27400383306bea953 SHA256 ccef4f0b70d1abee2fa6effc3c1d383efaa13588ed94575fd5200ff48ee3e50e diff --git a/x11-themes/emerald-themes/emerald-themes-0.5.2.ebuild b/x11-themes/emerald-themes/emerald-themes-0.5.2.ebuild new file mode 100644 index 0000000..c3526bb --- /dev/null +++ b/x11-themes/emerald-themes/emerald-themes-0.5.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit autotools + +DESCRIPTION="Emerald Window Decorator Themes" +HOMEPAGE="http://opencompositing.org" +SRC_URI="http://releases.compiz-fusion.org/${PV}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RESTRICT="mirror" + +DEPEND="~x11-wm/emerald-${PV}" + +S="${WORKDIR}/${P}" + +src_compile() { + eautoreconf || die "eautoreconf failed" + + econf || die "econf failed" + emake || die "make failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" +} + +pkg_postinst() { + ewarn "DO NOT report bugs to Gentoo's bugzilla" + einfo "Please report all bugs at http://forums.gentoo-xeffects.org/" + einfo "Thank you on behalf of the Gentoo Xeffects team" +} diff --git a/x11-themes/emerald-themes/emerald-themes-9999.ebuild b/x11-themes/emerald-themes/emerald-themes-9999.ebuild new file mode 100644 index 0000000..c7ed46d --- /dev/null +++ b/x11-themes/emerald-themes/emerald-themes-9999.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit git autotools + +EGIT_REPO_URI="git://anongit.opencompositing.org/fusion/decorators/${PN}" + +DESCRIPTION="Emerald Window Decorator Themes (git)" +HOMEPAGE="http://opencompositing.org" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="~x11-wm/emerald-${PV}" + +S="${WORKDIR}/${PN}" + +src_compile() { + eautoreconf || die "eautoreconf failed" + + econf || die "econf failed" + emake || die "make failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" +} + +pkg_postinst() { + ewarn "DO NOT report bugs to Gentoo's bugzilla" + einfo "Please report all bugs at http://forums.gentoo-xeffects.org/" + einfo "Thank you on behalf of the Gentoo Xeffects team" +} diff --git a/x11-themes/emerald-themes/metadata.xml b/x11-themes/emerald-themes/metadata.xml new file mode 100644 index 0000000..d9cfe9f --- /dev/null +++ b/x11-themes/emerald-themes/metadata.xml @@ -0,0 +1,15 @@ + + + +no-herd + +jmbsvicetto@gentoo.org +Jorge Manuel B. S. Vicetto + + +nesl247@gmail.com +Alex Heck + +Emerald themes are the themes for emerald + + diff --git a/x11-wm/compiz-fusion/ChangeLog b/x11-wm/compiz-fusion/ChangeLog new file mode 100644 index 0000000..52a07cf --- /dev/null +++ b/x11-wm/compiz-fusion/ChangeLog @@ -0,0 +1,16 @@ +# ChangeLog for x11-wm/compiz-fusion +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 21 Aug 2007; Jorge Manuel B. S. Vicetto + metadata.xml: + Updated metadata.xml + + 20 Aug 2007; Jorge Manuel B. S. Vicetto + +metadata.xml: + Added metadata.xml + + 19 Aug 2007; Jorge Manuel B. S. Vicetto + compiz-fusion-9999.ebuild: + Update to allow compiz-0.5.2 or compiz-9999 as deps. + diff --git a/x11-wm/compiz-fusion/Manifest b/x11-wm/compiz-fusion/Manifest new file mode 100644 index 0000000..0e673d1 --- /dev/null +++ b/x11-wm/compiz-fusion/Manifest @@ -0,0 +1,4 @@ +EBUILD compiz-fusion-0.5.2.ebuild 749 RMD160 356403b4b8d35ffc8d1140fd3e4160dc3d8ea11e SHA1 21cc00d234d986c2eedeec24787642f01f919d9c SHA256 7ce93cfc6284be9934bd1abffc94837700cc3c264102c2fbcd841462fd2cbe74 +EBUILD compiz-fusion-9999.ebuild 802 RMD160 a23168506ece8b971b43ebd5232b22f1f9d6004d SHA1 b368d6261904314c638cffaa760e6721b5d74257 SHA256 dbb7725b85a64e06423f132745d16e51abd16db13d05411369ab4aa669e29d49 +MISC ChangeLog 486 RMD160 6cf2cb4914c48384642c4d3ee2731880b8fe4b48 SHA1 61ac9084bb45021e9da77a07f5fdfbb48d7abe27 SHA256 23846235312cd9d10306ec21a1e93ac7811336c4a39cf96bd2975dc5984ba3cd +MISC metadata.xml 482 RMD160 c18fa7ac8c111e3f450a54914ac070297620349b SHA1 8e6f6f1ea419b1f2889bbc534e0734ab95599d8c SHA256 12815333bb41cedf7f8a6ecf2ff989e16f64f66ddf0ec688aa8a7518d942f73c diff --git a/x11-wm/compiz-fusion/compiz-fusion-0.5.2.ebuild b/x11-wm/compiz-fusion/compiz-fusion-0.5.2.ebuild new file mode 100644 index 0000000..a47b5bd --- /dev/null +++ b/x11-wm/compiz-fusion/compiz-fusion-0.5.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="Compiz Fusion (meta)" +HOMEPAGE="http://opencompositing.org" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="gnome kde" + +RDEPEND="~x11-wm/compiz-${PV} + ~x11-plugins/compiz-fusion-plugins-main-${PV} + ~x11-plugins/compiz-fusion-plugins-extra-${PV} + ~x11-wm/emerald-${PV} + ~x11-apps/ccsm-${PV} + gnome? ( ~x11-libs/compizconfig-backend-gconf-${PV} ) + kde? ( ~x11-libs/compizconfig-backend-kconfig-${PV} )" + +pkg_postinst() { + ewarn "DO NOT report bugs to Gentoo's bugzilla" + einfo "Please report all bugs at http://forums.gentoo-xeffects.org/" + einfo "Thank you on behalf of the Gentoo Xeffects team" +} diff --git a/x11-wm/compiz-fusion/compiz-fusion-9999.ebuild b/x11-wm/compiz-fusion/compiz-fusion-9999.ebuild new file mode 100644 index 0000000..08b4abc --- /dev/null +++ b/x11-wm/compiz-fusion/compiz-fusion-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +COMPIZ_RELEASE="0.5.2" + +DESCRIPTION="Compiz Fusion (meta)" +HOMEPAGE="http://opencompositing.org" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" +IUSE="gnome kde" + +RDEPEND="|| ( ~x11-wm/compiz-${PV} =x11-wm/compiz-${COMPIZ_RELEASE} ) + ~x11-plugins/compiz-fusion-plugins-main-${PV} + ~x11-plugins/compiz-fusion-plugins-extra-${PV} + ~x11-wm/emerald-${PV} + ~x11-apps/ccsm-${PV} + gnome? ( ~x11-libs/compizconfig-backend-gconf-${PV} ) + kde? ( ~x11-libs/compizconfig-backend-kconfig-${PV} )" + +pkg_postinst() { + ewarn "DO NOT report bugs to Gentoo's bugzilla" + einfo "Please report all bugs at http://forums.gentoo-xeffects.org/" + einfo "Thank you on behalf of the Gentoo Xeffects team" +} diff --git a/x11-wm/compiz-fusion/metadata.xml b/x11-wm/compiz-fusion/metadata.xml new file mode 100644 index 0000000..aa36812 --- /dev/null +++ b/x11-wm/compiz-fusion/metadata.xml @@ -0,0 +1,16 @@ + + + +no-herd + +jmbsvicetto@gentoo.org +Jorge Manuel B. S. Vicetto + + +nesl247@gmail.com +Alex Heck + +compiz-fusion is a community-driven project +that is aimed at extending the compiz window manager. + + diff --git a/x11-wm/compiz/ChangeLog b/x11-wm/compiz/ChangeLog new file mode 100644 index 0000000..f7b4e04 --- /dev/null +++ b/x11-wm/compiz/ChangeLog @@ -0,0 +1,29 @@ +# ChangeLog for x11-wm/compiz +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 21 Aug 2007; Jorge Manuel B. S. Vicetto + metadata.xml: + Updated metadata.xml + + 20 Aug 2007; Jorge Manuel B. S. Vicetto + compiz-0.5.2.ebuild, +compiz-0.5.4.ebuild: + Added ebuild for compiz-0.5.4. As it depends on xcb, it has empty keywords. + Updated SRC_URI for the compiz packages. + + 20 Aug 2007; Jorge Manuel B. S. Vicetto + +metadata.xml: + Added metadata.xml + + 23 Jun 2007; Alex Heck compiz-9999.ebuild: + x11-wm/compiz: Added damageproto as a dep, thanks mikem + + 06 May 2007; Alex Heck compiz-9999.ebuild: + x11-wm/compiz: Cleanup ebuild + + 01 May 2007; Alex Heck compiz-9999.ebuild: + x11-wm/compiz: Fix up the live ebuild + + 17 Apr 2007; Alex Heck +compiz-9999.ebuild: + Initial import + diff --git a/x11-wm/compiz/Manifest b/x11-wm/compiz/Manifest new file mode 100644 index 0000000..d657572 --- /dev/null +++ b/x11-wm/compiz/Manifest @@ -0,0 +1,9 @@ +AUX compiz-no-gconf.patch 362 RMD160 1f0a8a8b2ba3fb2e7e508dc0298ca0caa8ab4af3 SHA1 5e715c08864fdd2f4851fa0e69317f3fc188bfa5 SHA256 5b06426e2622181a731af1472127eccacb497126b41ba27b2ff20378d69a21a5 +AUX compiz-start 1122 RMD160 6e2e0db666a9fd7648e894d9f778dcb1c59bb6c0 SHA1 f710dcfbd6274ff7bed3f264d284a4dcecb27254 SHA256 04a944e8e39ef1a6226b350027a5865bb56b45230aa59eae9574cd6c75529fa4 +DIST compiz-0.5.2.tar.gz 1778046 RMD160 9b307090af4717796e092095e7c293350292e30b SHA1 0d0a4a39bfbe0ada770d9206b7a1b6b443c53c29 SHA256 e1cc3f3bd144d32d0ebd1e505a7ea7727fb0246f36e5fcea53b808e27adf197c +DIST compiz-0.5.4.tar.gz 1791937 RMD160 fe02758e1743d18e4b52dde695c0d57e22b1f943 SHA1 761e5ac96426cab48588d14960e84971ad103372 SHA256 adefa81ca462080f89ebcedd37bed22efe1afce3849c731e6ab523a16e138ef4 +EBUILD compiz-0.5.2.ebuild 1772 RMD160 7752a56957def9c39482429092ad7ad303b82a33 SHA1 1e27ca74c360f0b2a5c3aa98d70fe15675730033 SHA256 fc85733703d12ac99cb91054301ed5fa1331802737df987050930408d3c2a8c9 +EBUILD compiz-0.5.4.ebuild 1980 RMD160 39ed2007c3e482b1f58d61f90e24125843823dff SHA1 3e80dcfde1cbcc939b8ace105368f7c6953ff005 SHA256 825651878ae52c52993a645bf5dfc0d683b31a440e46ef43cad6abc4078f763a +EBUILD compiz-9999.ebuild 2052 RMD160 78d3b702750547b9f110ec8fbeb908e3fd732ea4 SHA1 3330ad4efdc9e8fa1c6dff51a1c55a129bdf1fc5 SHA256 cdab36aacb0b937a743b7f367f58648f9bb1b4b2e4da72d9bbf0fb0c4c6df0df +MISC ChangeLog 973 RMD160 fe2ef2e0aa8868625d9e412f3b0cd8d45eaf6938 SHA1 8f6057df64fee05f8966e34e35c8166ea92b097c SHA256 a1a1b89002f13b295cae05c2680bd9dfc9ef0c3634eea91b9810509917b3c2e5 +MISC metadata.xml 470 RMD160 c1d5267c753359f5587eca93688e24b6eb84ca8f SHA1 71fc4cb5c08499a1e7efa374ffe8217da8663d74 SHA256 9fd6c1f993233a1ea9edabb1a065a3187e9f30bac2ea2f7ec798ac03ae5fdb01 diff --git a/x11-wm/compiz/compiz-0.5.2.ebuild b/x11-wm/compiz/compiz-0.5.2.ebuild new file mode 100644 index 0000000..51988a1 --- /dev/null +++ b/x11-wm/compiz/compiz-0.5.2.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/compiz-0.5.0.ebuild,v 1.1 2007/04/24 01:51:02 hanno Exp $ + +inherit autotools + +DESCRIPTION="3D composite- and windowmanager" +HOMEPAGE="http://www.compiz.org/" +SRC_URI="http://xorg.freedesktop.org/archive/individual/app/${P}.tar.gz" + +LICENSE="GPL-2 LGPL-2.1 MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="dbus fuse gnome gtk kde svg" +RESTRICT="mirror" + +DEPEND=">=media-libs/mesa-6.5.1-r1 + >=media-libs/glitz-0.5.6 + >=x11-base/xorg-server-1.1.1-r1 + x11-libs/libXdamage + x11-libs/libXrandr + x11-libs/libXcomposite + x11-libs/libXinerama + x11-proto/damageproto + media-libs/libpng + >=x11-libs/gtk+-2.0 + x11-libs/startup-notification + gnome-base/gconf + gnome? ( >=x11-libs/libwnck-2.16.1 + >=gnome-base/control-center-2.16.1 ) + svg? ( gnome-base/librsvg ) + dbus? ( >=sys-apps/dbus-1.0 ) + kde? ( + || ( kde-base/kdebase kde-base/kwin ) + dev-libs/dbus-qt3-old ) + fuse? ( sys-fs/fuse )" + +RDEPEND="${DEPEND} + x11-apps/mesa-progs" + +src_compile() { + cd "${S}" + + eautoreconf || die "eautoreconf failed" + intltoolize --copy --force || die "intltoolize failed" + glib-gettextize --copy --force || die "glib-gettextize failed" + + econf \ + --with-default-plugins \ + $(use_enable gtk) \ + $(use_enable gnome gconf) \ + $(use_enable gnome) \ + $(use_enable gnome metacity) \ + $(use_enable kde) \ + $(use_enable svg librsvg) \ + $(use_enable dbus) \ + $(use_enable dbus dbus-glib) \ + $(use_enable fuse) || die + + emake || die "make failed" +} + +src_install() { + emake DESTDIR="${D}" install || die "make install failed" + dobin "${FILESDIR}/compiz-start" || die "dobin failed" + dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed" +} diff --git a/x11-wm/compiz/compiz-0.5.4.ebuild b/x11-wm/compiz/compiz-0.5.4.ebuild new file mode 100644 index 0000000..0f9d5b8 --- /dev/null +++ b/x11-wm/compiz/compiz-0.5.4.ebuild @@ -0,0 +1,75 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/compiz-0.5.0.ebuild,v 1.1 2007/04/24 01:51:02 hanno Exp $ + +inherit autotools + +DESCRIPTION="3D composite- and windowmanager" +HOMEPAGE="http://www.compiz.org/" +SRC_URI="http://xorg.freedesktop.org/archive/individual/app/${P}.tar.gz" + +LICENSE="GPL-2 LGPL-2.1 MIT" +SLOT="0" +KEYWORDS="" +IUSE="dbus fuse gnome gtk kde svg" +RESTRICT="mirror" + +DEPEND=">=media-libs/mesa-6.5.1-r1 + >=media-libs/glitz-0.5.6 + >=x11-base/xorg-server-1.1.1-r1 + x11-libs/libXdamage + x11-libs/libXrandr + x11-libs/libXcomposite + x11-libs/libXinerama + x11-proto/damageproto + media-libs/libpng + >=x11-libs/gtk+-2.0 + x11-libs/startup-notification + gnome-base/gconf + gnome? ( >=x11-libs/libwnck-2.16.1 + >=gnome-base/control-center-2.16.1 ) + svg? ( gnome-base/librsvg ) + dbus? ( >=sys-apps/dbus-1.0 ) + kde? ( + || ( kde-base/kdebase kde-base/kwin ) + dev-libs/dbus-qt3-old ) + fuse? ( sys-fs/fuse )" + +RDEPEND="${DEPEND} + x11-apps/mesa-progs" + +pkg_setup() { + if ! built_with_use "x11-libs/libX11" "xcb" ; then + eerror "Compiz now requires libX11 to be built with xcb." + eerror "Please build libX11 with USE=\"xcb\"" + die "Build libX11 with USE=\"xcb\"" + fi +} + +src_compile() { + cd "${S}" + + eautoreconf || die "eautoreconf failed" + intltoolize --copy --force || die "intltoolize failed" + glib-gettextize --copy --force || die "glib-gettextize failed" + + econf \ + --with-default-plugins \ + $(use_enable gtk) \ + $(use_enable gnome gconf) \ + $(use_enable gnome) \ + $(use_enable gnome metacity) \ + $(use_enable kde) \ + $(use_enable svg librsvg) \ + $(use_enable dbus) \ + $(use_enable dbus dbus-glib) \ + $(use_enable fuse) || die + + emake || die "make failed" +} + +src_install() { + emake DESTDIR="${D}" install || die "make install failed" + dobin "${FILESDIR}/compiz-start" || die "dobin failed" + dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed" +} diff --git a/x11-wm/compiz/compiz-9999.ebuild b/x11-wm/compiz/compiz-9999.ebuild new file mode 100644 index 0000000..bae71bf --- /dev/null +++ b/x11-wm/compiz/compiz-9999.ebuild @@ -0,0 +1,80 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/compiz-0.5.0.ebuild,v 1.1 2007/04/24 01:51:02 hanno Exp $ + +inherit autotools git + +EGIT_REPO_URI="git://anongit.freedesktop.org/git/xorg/app/compiz" + +DESCRIPTION="3D composite- and windowmanager" +HOMEPAGE="http://www.compiz.org/" +SRC_URI="" + +LICENSE="GPL-2 LGPL-2.1 MIT" +SLOT="0" +KEYWORDS="" +IUSE="dbus gnome kde svg fuse gtk" + +DEPEND=">=media-libs/mesa-6.5.1-r1 + >=media-libs/glitz-0.5.6 + >=x11-base/xorg-server-1.1.1-r1 + x11-libs/libXdamage + x11-libs/libXrandr + x11-libs/libXcomposite + x11-libs/libXinerama + x11-proto/damageproto + media-libs/libpng + x11-libs/libxcb + >=x11-libs/gtk+-2.0 + x11-libs/startup-notification + gnome-base/gconf + gnome? ( >=x11-libs/libwnck-2.16.1 + >=gnome-base/control-center-2.16.1 ) + svg? ( gnome-base/librsvg ) + dbus? ( >=sys-apps/dbus-1.0 ) + kde? ( + || ( kde-base/kdebase kde-base/kwin ) + dev-libs/dbus-qt3-old ) + fuse? ( sys-fs/fuse )" + +RDEPEND="${DEPEND} + x11-apps/mesa-progs" + +pkg_setup() { + if ! built_with_use "x11-libs/libX11" "xcb" ; then + eerror "Compiz now requires libX11 to be built with xcb." + eerror "Please build libX11 with USE=\"xcb\"" + die "Build libX11 with USE=\"xcb\"" + fi +} + +src_compile() { + cd "${S}" + + eautoreconf || die "eautoreconf failed" + intltoolize --copy --force || die "intltoolize failed" + glib-gettextize --copy --force || die "glib-gettextize failed" + + # Temporarily removed $(use_enable gnome) + # It breaks building + + econf \ + --with-default-plugins \ + $(use_enable gtk) \ + $(use_enable gnome gconf) \ + $(use_enable gnome) \ + $(use_enable gnome metacity) \ + $(use_enable kde) \ + $(use_enable svg librsvg) \ + $(use_enable dbus) \ + $(use_enable dbus dbus-glib) \ + $(use_enable fuse) || die + + make || die "make failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dobin "${FILESDIR}/compiz-start" || die "dobin failed" + dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed" +} diff --git a/x11-wm/compiz/files/compiz-no-gconf.patch b/x11-wm/compiz/files/compiz-no-gconf.patch new file mode 100644 index 0000000..4ccf712 --- /dev/null +++ b/x11-wm/compiz/files/compiz-no-gconf.patch @@ -0,0 +1,9 @@ +--- configure.ac 2007-06-17 13:04:46.000000000 -0400 ++++ configure.ac 2007-06-18 01:45:41.000000000 -0400 +@@ -152,6 +152,8 @@ + if test x"$GCONFTOOL" = xno; then + AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf]) + fi ++else ++ AM_CONDITIONAL(GCONF_SCHEMAS_INSTALL, test "x$use_gconf" = "xyes") + fi diff --git a/x11-wm/compiz/files/compiz-start b/x11-wm/compiz/files/compiz-start new file mode 100755 index 0000000..161068b --- /dev/null +++ b/x11-wm/compiz/files/compiz-start @@ -0,0 +1,41 @@ +# compiz-start script +# +# hacky autodetection of neccessary options for XGL/AIGLX/NVIDIA +# +# Hanno Boeck, http://www.hboeck.de/ +# +# Licensed under the same conditions as compiz itself (MIT or GPL) + +if [ ! -x /usr/bin/glxinfo ]; then + echo "glxinfo not found, please install mesa-progs." + exit -1 +fi + +GLX_WITH_DIRECT=`glxinfo|grep -c GLX_EXT_texture_from_pixmap` +GLX_WITH_INDIRECT=`LIBGL_ALWAYS_INDIRECT=1 glxinfo|grep -c GLX_EXT_texture_from_pixmap` +GLX_RENDER=`glxinfo|grep -c "OpenGL renderer string: Mesa GLX Indirect"` + + +COMPIZ_OPTIONS="--replace" + +if [ $GLX_WITH_DIRECT -eq 3 ]; then + if [ $GLX_RENDER -eq 0 ]; then + echo NVIDA detected + export __GL_YIELD="NOTHING" + else + echo XGL detected + fi +elif [ $GLX_WITH_INDIRECT -eq 3 ]; then + echo AIGLX detected + export LIBGL_ALWAYS_INDIRECT=1 +fi + +if [ ! -z $KDE_FULL_SESSION ] && [ -x /usr/bin/kde-window-decorator ]; then + echo Using KDE decorator + kde-window-decorator --replace & +else + echo Using GTK decorator + gtk-window-decorator --replace & +fi + +compiz $COMPIZ_OPTIONS gconf move resize minimize place decoration wobbly fade cube rotate scale switcher zoom dbus diff --git a/x11-wm/compiz/metadata.xml b/x11-wm/compiz/metadata.xml new file mode 100644 index 0000000..1d4e416 --- /dev/null +++ b/x11-wm/compiz/metadata.xml @@ -0,0 +1,16 @@ + + + +no-herd + +jmbsvicetto@gentoo.org +Jorge Manuel B. S. Vicetto + + +nesl247@gmail.com +Alex Heck + +compiz is a compositing window manager that uses +3D graphics acceleration via OpenGL. + + diff --git a/x11-wm/emerald/ChangeLog b/x11-wm/emerald/ChangeLog new file mode 100644 index 0000000..060e3e3 --- /dev/null +++ b/x11-wm/emerald/ChangeLog @@ -0,0 +1,50 @@ +# ChangeLog for x11-wm/emerald +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 21 Aug 2007; Jorge Manuel B. S. Vicetto + metadata.xml: + Updated metadata.xml + + 20 Aug 2007; Jorge Manuel B. S. Vicetto + metadata.xml: + Added my details to metadata.xml + + 19 Aug 2007; Jorge Manuel B. S. Vicetto + emerald-9999.ebuild: + Update to allow compiz-0.5.2 or compiz-9999 as deps. + + 17 Mar 2007; Alex Heck emerald-9999.ebuild: + Switch to git per upstream + + 17 Mar 2007; Alex Heck +emerald-0.2.1.ebuild: + Version bump - license fixes, nothing new + + 15 Mar 2007; Alex Heck +emerald-0.2.0.ebuild: + Version bump - 0.2.0 + + 24 Feb 2007; Alex Heck -emerald-0.1.9999.1.ebuild, + emerald-0.1.9999.2.ebuild, emerald-9999.ebuild: + Updated deps to include build stuff like pkgconfig, gettext, intltool + + 17 Feb 2007; Alex Heck emerald-9999.ebuild: + Fix for new svn url + + 13 Feb 2007; Alex Heck +emerald-0.1.9999.2.ebuild: + Version bump + + 12 Feb 2007; Alex Heck -emerald-0.1.99.2.ebuild: + Version cleanup + + 28 Jan 2007; Alex Heck +metadata.xml: + Add missing metadata.xml + + 25 Jan 2007; Alex Heck +emerald-0.1.99.2.ebuild: + Version bump + + 20 Dec 2006; Alex Heck -emerald-0.1.3.ebuild: + 0.1.3 in portage + + 12 Nov 2006; Alex Heck emerald-9999.ebuild: + Make emerald dep on 9999 only + diff --git a/x11-wm/emerald/Manifest b/x11-wm/emerald/Manifest new file mode 100644 index 0000000..e954c20 --- /dev/null +++ b/x11-wm/emerald/Manifest @@ -0,0 +1,5 @@ +DIST emerald-0.5.2.tar.bz2 521776 RMD160 31449885afa9b1b667d1df24c3408be478080b1a SHA1 deefc2e92ea8581588e74194fbb2727a83ef9c64 SHA256 540cf76f70f8a08c19e5407d9e686d7a90fc2f8d3fa44be716a5fd8337ff6fd9 +EBUILD emerald-0.5.2.ebuild 1101 RMD160 921554ce911eacf58b51b89a47181677462aa70a SHA1 dbb0723414f7e3121e125f857cb64ba23b8c17ff SHA256 b87e2a2b04fbf6f742ed833faafa26b1309ed9319434aad9eb01354d2eb72c46 +EBUILD emerald-9999.ebuild 1169 RMD160 2d6dd1d71bc7044a4f663d4447529e72c617769d SHA1 9fa7b0a03c909c8d2177ed9b9c38b76409e8fde1 SHA256 17aaa455d7196200bc65ac675dbad6e713d8d12ffe2684af262a17f2324390ad +MISC ChangeLog 1614 RMD160 eec31ba09415267940d6605d478ac2fa0aac984d SHA1 ca03b1a563d75b133389bb4c2b4b0a556c407a54 SHA256 f05d3a25da26c9fbacc532d2409b61eb6b782024f0bf73671defa97892606cab +MISC metadata.xml 476 RMD160 755c7088dd07baf9c77c0c9352d11fa8dc641977 SHA1 c2cb13a4f7541440ae9fde8131185b388967c6d3 SHA256 1a4933f2b7cd2a18b858cc509f2aa326c7adf7826c6e956a9da1b67ea9435438 diff --git a/x11-wm/emerald/emerald-0.5.2.ebuild b/x11-wm/emerald/emerald-0.5.2.ebuild new file mode 100644 index 0000000..6c17669 --- /dev/null +++ b/x11-wm/emerald/emerald-0.5.2.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit autotools + +DESCRIPTION="Emerald Window Decorator" +HOMEPAGE="http://opencompositing.org" +SRC_URI="http://releases.compiz-fusion.org/${PV}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RESTRICT="mirror" + +PDEPEND="~x11-themes/emerald-themes-${PV}" + +RDEPEND=">=x11-libs/gtk+-2.8.0 + >=x11-libs/libwnck-2.14.2 + ~x11-wm/compiz-${PV}" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.19 + >=sys-devel/gettext-0.15 + >=dev-util/intltool-0.35" + +S="${WORKDIR}/${P}" + +src_compile() { + eautoreconf || die "eautoreconf failed" + glib-gettextize --copy --force || die + intltoolize --automake --copy --force || die + + econf --disable-mime-update || die "econf failed" + emake || die "emake failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" +} + +pkg_postinst() { + ewarn "DO NOT report bugs to Gentoo's bugzilla" + einfo "Please report all bugs at http://forums.gentoo-xeffects.org/" + einfo "Thank you on behalf of the Gentoo Xeffects team" +} diff --git a/x11-wm/emerald/emerald-9999.ebuild b/x11-wm/emerald/emerald-9999.ebuild new file mode 100644 index 0000000..7beb380 --- /dev/null +++ b/x11-wm/emerald/emerald-9999.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit git autotools + +EGIT_REPO_URI="git://anongit.opencompositing.org/fusion/decorators/${PN}" +COMPIZ_RELEASE="0.5.2" + +DESCRIPTION="Emerald Window Decorator (git)" +HOMEPAGE="http://opencompositing.org" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" +IUSE="" + +PDEPEND="~x11-themes/emerald-themes-${PV}" + +RDEPEND=">=x11-libs/gtk+-2.8.0 + >=x11-libs/libwnck-2.14.2 + || ( ~x11-wm/compiz-${PV} =x11-wm/compiz-${COMPIZ_RELEASE} )" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.19 + >=sys-devel/gettext-0.15 + >=dev-util/intltool-0.35" + +S="${WORKDIR}/${PN}" + +src_compile() { + eautoreconf || die "eautoreconf failed" + glib-gettextize --copy --force || die + intltoolize --automake --copy --force || die + + econf --disable-mime-update || die "econf failed" + emake || die "emake failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" +} + +pkg_postinst() { + ewarn "DO NOT report bugs to Gentoo's bugzilla" + einfo "Please report all bugs at http://forums.gentoo-xeffects.org/" + einfo "Thank you on behalf of the Gentoo Xeffects team" +} diff --git a/x11-wm/emerald/metadata.xml b/x11-wm/emerald/metadata.xml new file mode 100644 index 0000000..ea0b536 --- /dev/null +++ b/x11-wm/emerald/metadata.xml @@ -0,0 +1,16 @@ + + + +no-herd + +jmbsvicetto@gentoo.org +Jorge Manuel B. S. Vicetto + + +nesl247@gmail.com +Alex Heck + +Emerald is a 3D window decorator for compositing + window managers such as compiz. + + -- cgit v1.2.3-65-gdbad