Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/compiz-plugins-extra: metadata.xml ChangeLog compiz-plugins-extra-0.8.2.ebuild
Date: Fri, 03 Apr 2009 11:08:42
Message-Id: E1LphGJ-00072c-Od@stork.gentoo.org
1 jmbsvicetto 09/04/03 11:08:39
2
3 Added: metadata.xml ChangeLog
4 compiz-plugins-extra-0.8.2.ebuild
5 Log:
6 Bumped compiz to the 0.8.2 release.
7 (Portage version: 2.2_rc28/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 x11-plugins/compiz-plugins-extra/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/compiz-plugins-extra/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/compiz-plugins-extra/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>desktop-effects</herd>
21 <longdescription lang="en">
22 >Package with several compiz-fusion plugins:
23 addhelper, bench, crashhandler, cubecaps, cubereflex, extrawm, fadedesktop, firepaint, gears,
24 goto-viewport, group, mblur, reflex, scalefilter, showdesktop, splash, trailfocus, widget.
25 </longdescription>
26 </pkgmetadata>
27
28
29
30
31 1.1 x11-plugins/compiz-plugins-extra/ChangeLog
32
33 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/compiz-plugins-extra/ChangeLog?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/compiz-plugins-extra/ChangeLog?rev=1.1&content-type=text/plain
35
36 Index: ChangeLog
37 ===================================================================
38 # ChangeLog for x11-plugins/compiz-plugins-extra
39 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
40 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-extra/ChangeLog,v 1.1 2009/04/03 11:08:39 jmbsvicetto Exp $
41
42 *compiz-plugins-extra-0.8.2 (03 Apr 2009)
43
44 03 Apr 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
45 +metadata.xml, +compiz-plugins-extra-0.8.2.ebuild:
46 Bumped compiz to the 0.8.2 release.
47
48
49
50
51 1.1 x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.2.ebuild
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.2.ebuild?rev=1.1&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.2.ebuild?rev=1.1&content-type=text/plain
55
56 Index: compiz-plugins-extra-0.8.2.ebuild
57 ===================================================================
58 # Copyright 1999-2009 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.2.ebuild,v 1.1 2009/04/03 11:08:39 jmbsvicetto Exp $
61
62 EAPI="2"
63
64 inherit autotools eutils
65
66 DESCRIPTION="Compiz Fusion Window Decorator Extra Plugins"
67 HOMEPAGE="http://www.compiz.org/"
68 SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2"
69
70 LICENSE="GPL-2"
71 SLOT="0"
72 KEYWORDS="~amd64 ~x86"
73 IUSE="gnome"
74
75 RDEPEND="
76 !x11-plugins/compiz-fusion-plugins-extra
77 >=gnome-base/librsvg-2.14.0
78 media-libs/jpeg
79 ~x11-libs/compiz-bcop-${PV}
80 ~x11-plugins/compiz-plugins-main-${PV}
81 ~x11-wm/compiz-${PV}
82 "
83
84 DEPEND="${RDEPEND}
85 >=dev-util/intltool-0.35
86 >=dev-util/pkgconfig-0.19
87 >=sys-devel/gettext-0.15
88 x11-libs/cairo[glitz]
89 gnome? ( gnome-base/gconf )
90 "
91
92 src_prepare() {
93 use gnome || {
94 epatch "${FILESDIR}"/${PN}-no-gconf.patch
95
96 # required to apply the above patch
97 intltoolize --copy --force || die "intltoolize failed"
98 eautoreconf || die "eautoreconf failed"
99 }
100 }
101
102 src_configure() {
103 econf $(use_enable gnome gconf) || die "econf failed"
104 }
105
106 src_install() {
107 emake DESTDIR="${D}" install || die "emake install failed"
108 }