Merge branch 'compiz'
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
AUX compiz-plugins-extra-0.8.8-libnotify.patch 701 RMD160 be292728a4da1e3647919feb8c377fd3b079d001 SHA1 f4a1db4145840d4ef61be6d08f35c44726b66798 SHA256 8ebc9f57ed80476387a8142facd60e231dd1aa70ff5df508421cd7ca27616bcc
|
||||
AUX compiz-plugins-extra-no-gconf.patch 585 RMD160 bb3b291eab783be7f9754d724d3a96618fe2e614 SHA1 564d6614cc157397ae24347a731a9f4d65bf30f8 SHA256 0567850b07c3973f1b4bfd5c36a1e240a57e45a1714b63637ecec577febfc13f
|
||||
DIST compiz-plugins-extra-0.8.8.tar.bz2 2689953 RMD160 948fc491075f202759a31a3395fcd31deb6fa101 SHA1 ce592993696c0b5d4e0bb13171897b4c25b3844e SHA256 bdce203098c62370b01b87741b04d3d9bc37e918789acce07120c4f081d5bbe3
|
||||
EBUILD compiz-plugins-extra-0.8.8-r9999.ebuild 1564 RMD160 28cf176862dd4bb9cfee9b434ab691090e9490f0 SHA1 ffedde3e900095a8b784856285f07937006da03a SHA256 59504a217dcdbbe674c9f21932d9a1a1e3b7981b5c1f0ebce02240196f89256a
|
||||
EBUILD compiz-plugins-extra-0.8.8-r9999.ebuild 1362 RMD160 cf9e0bcd591be126171e7265917d05b0dd2b6d1e SHA1 368395db9f46b20bca12cbb081f7f1e0110dd42f SHA256 14c848899c5e850fb57573461c87112965937116874aac9c5a2f1418fa8bdee4
|
||||
MISC metadata.xml 635 RMD160 254ac795726f3ed90c85945f1c3bca9597cfc1d2 SHA1 cae4d4184b4530628dac878f077bca339b2fec24 SHA256 e2023c254ee05395db536f19d88d1735ddcec97e260a50a5db717249e0f3ba93
|
||||
|
@ -1,8 +1,8 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.6-r1.ebuild,v 1.5 2011/03/21 19:47:45 nirbheek Exp $
|
||||
|
||||
EAPI="2"
|
||||
EAPI="4"
|
||||
|
||||
inherit autotools eutils gnome2-utils
|
||||
|
||||
@ -15,12 +15,10 @@ SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
|
||||
IUSE="gconf libnotify"
|
||||
|
||||
MY_PV="0.8.4"
|
||||
|
||||
RDEPEND="
|
||||
>=gnome-base/librsvg-2.14.0:2
|
||||
virtual/jpeg:0
|
||||
>=x11-libs/compiz-bcop-${MY_PV}
|
||||
>=x11-libs/compiz-bcop-${PV}
|
||||
>=x11-plugins/compiz-plugins-main-${PV}
|
||||
>=x11-wm/compiz-${PV}[gconf?]
|
||||
libnotify? ( x11-libs/libnotify )
|
||||
@ -28,27 +26,25 @@ RDEPEND="
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-util/intltool-0.35
|
||||
>=dev-util/pkgconfig-0.19
|
||||
virtual/pkgconfig
|
||||
>=sys-devel/gettext-0.15
|
||||
x11-libs/cairo
|
||||
gconf? ( gnome-base/gconf:2 )
|
||||
"
|
||||
|
||||
DOCS="AUTHORS ChangeLog INSTALL NEWS README TODO"
|
||||
|
||||
src_prepare() {
|
||||
if ! use gconf; then
|
||||
epatch "${FILESDIR}"/${PN}-no-gconf.patch
|
||||
fi
|
||||
|
||||
epatch "${FILESDIR}/${P}-libnotify.patch"
|
||||
|
||||
# required to apply the above patch
|
||||
intltoolize --copy --force || die "intltoolize failed"
|
||||
eautoreconf || die "eautoreconf failed"
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--disable-dependency-tracking \
|
||||
--enable-fast-install \
|
||||
--disable-static \
|
||||
$(use_enable gconf schemas) \
|
||||
@ -56,8 +52,8 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "emake install failed"
|
||||
find "${D}" -name '*.la' -delete || die
|
||||
default
|
||||
prune_libtool_files
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
|
17
x11-plugins/compiz-plugins-extra/metadata.xml
Normal file
17
x11-plugins/compiz-plugins-extra/metadata.xml
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>desktop-effects</herd>
|
||||
<longdescription lang="en">
|
||||
>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.
|
||||
</longdescription>
|
||||
<use>
|
||||
<flag name="gconf">
|
||||
Install GConf schemas for the plugins, needed when using the GConf-based
|
||||
configuration backend in <pkg>x11-wm/compiz</pkg>.
|
||||
</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
@ -1,3 +1,4 @@
|
||||
AUX compiz-plugins-main-no-gconf.patch 586 RMD160 1222325cbec30e35030c930cd3a9358a3b975047 SHA1 95ef3484e60b4f3c4d0bced6b0fb654e7cbcff89 SHA256 bc13b648e2198dd3611ba4f4734540903a740570a2c181dc666dd1e66f13e1da
|
||||
DIST compiz-plugins-main-0.8.8.tar.bz2 1230627 RMD160 b6835f95d2f5e3e46bf36fe4e5347b08debcda19 SHA1 3c99841b744ae6c4a3edf2019626484880607dc6 SHA256 c79278b5369660d6274661a2c196f1cb016ef2b5d34e30bd18dbaeb241bee248
|
||||
EBUILD compiz-plugins-main-0.8.8-r9999.ebuild 1403 RMD160 f080d6b5f7b678ef28cbc4e00369f292f9d89bc3 SHA1 d87a87334f3c0c25e5a798ab72b20e1052683c36 SHA256 7aa45b32b82a440595bd9ad9ec8cb65b7402fed4bfc18428d46dc3fb8c1961c8
|
||||
EBUILD compiz-plugins-main-0.8.8-r9999.ebuild 1199 RMD160 02afe6e70cb5bc8feed60ac8bb6e284ad4e815b8 SHA1 4bfeb171a8743ed3c4cc42b0a8e8d1ab929bc0e0 SHA256 4abdd82b1872e7f636c105535080d2b1d0c7a3ff8ff5b455c0ac7a2a58980baa
|
||||
MISC metadata.xml 612 RMD160 2c509701c4d10caa747d3d5ecdac89d591d92fba SHA1 fa635c34711c80e4f7d430c67421aeb7839daca1 SHA256 70c3031e9483ffa40727107ea5272d67501f24a44d2e7040356572490c4e34a6
|
||||
|
@ -1,8 +1,8 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-main/compiz-plugins-main-0.8.6-r1.ebuild,v 1.4 2011/03/21 19:50:33 nirbheek Exp $
|
||||
|
||||
EAPI="2"
|
||||
EAPI="4"
|
||||
|
||||
inherit autotools eutils gnome2-utils
|
||||
|
||||
@ -15,44 +15,40 @@ SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
|
||||
IUSE="gconf"
|
||||
|
||||
MY_PV="0.8.4"
|
||||
|
||||
RDEPEND="
|
||||
>=gnome-base/librsvg-2.14.0:2
|
||||
virtual/jpeg:0
|
||||
x11-libs/cairo
|
||||
>=x11-libs/compiz-bcop-${MY_PV}
|
||||
>=x11-libs/compiz-bcop-${PV}
|
||||
>=x11-wm/compiz-${PV}[gconf?]
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-util/intltool-0.35
|
||||
>=dev-util/pkgconfig-0.19
|
||||
virtual/pkgconfig
|
||||
>=sys-devel/gettext-0.15
|
||||
gconf? ( gnome-base/gconf:2 )
|
||||
"
|
||||
|
||||
DOCS="AUTHORS ChangeLog INSTALL NEWS README TODO"
|
||||
|
||||
src_prepare() {
|
||||
if ! use gconf; then
|
||||
epatch "${FILESDIR}"/${PN}-no-gconf.patch
|
||||
|
||||
# required to apply the above patch
|
||||
intltoolize --copy --force || die "intltoolize failed"
|
||||
eautoreconf || die "eautoreconf failed"
|
||||
eautoreconf
|
||||
fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--disable-dependency-tracking \
|
||||
--enable-fast-install \
|
||||
--disable-static \
|
||||
$(use_enable gconf schemas)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "emake install failed"
|
||||
find "${D}" -name '*.la' -delete || die
|
||||
default
|
||||
prune_libtool_files
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
|
16
x11-plugins/compiz-plugins-main/metadata.xml
Normal file
16
x11-plugins/compiz-plugins-main/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>desktop-effects</herd>
|
||||
<longdescription lang="en">
|
||||
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.
|
||||
</longdescription>
|
||||
<use>
|
||||
<flag name="gconf">
|
||||
Install GConf schemas for the plugins, needed when using the GConf-based
|
||||
configuration backend in <pkg>x11-wm/compiz</pkg>.
|
||||
</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
@ -1,2 +1,3 @@
|
||||
DIST compiz-plugins-unsupported-0.8.8.tar.bz2 1155793 RMD160 d5aa9550ca8fadf3c968f5f9820b66b111b990bc SHA1 e3d47d2c5bb61b57b859c3541453136046f4e80a SHA256 0b2ed265eda34dd60e1155280cb944bef07499f5f8178fc2498c243b2809481e
|
||||
EBUILD compiz-plugins-unsupported-0.8.8-r9999.ebuild 869 RMD160 728263ad82309c682dcc0bf346764b5bfa403c11 SHA1 006140e282292cea3e0590d57aedc777317757a4 SHA256 e5f0823eb5f8945cadca6eb3945d93221a53f4992d264a6e6ae40026b8e360ec
|
||||
EBUILD compiz-plugins-unsupported-0.8.8-r9999.ebuild 833 RMD160 09dc20fa30fd770c05f8c4fa2adce437afe68af0 SHA1 0482daae6eab28912ba5ed91c0fe1765ddc59c45 SHA256 b7d066171cf19a3815a47fce78015cf14a89af8469a349d37d1a85ef2678061b
|
||||
MISC metadata.xml 586 RMD160 95d079833d5993cddce7367e5750dd30597688fe SHA1 3ef0bd09dcd77a37767f7163ce3af6f8957e0312 SHA256 628eb48cfaa4a337b9d01b233404238deff5e2dfc2618490c0737fce00fd8f8a
|
||||
|
@ -1,8 +1,8 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.4-r1.ebuild,v 1.3 2011/03/21 19:51:02 nirbheek Exp $
|
||||
|
||||
EAPI="2"
|
||||
EAPI="4"
|
||||
|
||||
DESCRIPTION="Compiz Fusion Window Decorator Unsupported Plugins"
|
||||
HOMEPAGE="http://www.compiz.org/"
|
||||
@ -23,13 +23,11 @@ RDEPEND="
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-util/intltool-0.35
|
||||
>=dev-util/pkgconfig-0.19
|
||||
virtual/pkgconfig
|
||||
>=sys-devel/gettext-0.15
|
||||
x11-libs/cairo
|
||||
"
|
||||
|
||||
RESTRICT="mirror"
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "emake install failed"
|
||||
}
|
||||
DOCS="AUTHORS ChangeLog INSTALL NEWS README TODO"
|
||||
|
19
x11-plugins/compiz-plugins-unsupported/metadata.xml
Normal file
19
x11-plugins/compiz-plugins-unsupported/metadata.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>pinkbyte@mail.ru</email>
|
||||
<name>Pinkbyte</name>
|
||||
<description>Maintainer. Assign bugs to him</description>
|
||||
</maintainer>
|
||||
<maintainer>
|
||||
<email>naota@gentoo.org</email>
|
||||
<name>Naohiro Aota</name>
|
||||
<description>Proxy maintainer. CC him on bugs</description>
|
||||
</maintainer>
|
||||
<herd>desktop-effects</herd>
|
||||
<longdescription lang="en">
|
||||
Package with several compiz-fusion plugins:
|
||||
fakeargb, mswitch, snow, tile.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
Reference in New Issue
Block a user