Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@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.6-r1.ebuild
Date: Sat, 04 Sep 2010 22:15:25
Message-Id: 20100904221521.4903C20051@flycatcher.gentoo.org
1 flameeyes 10/09/04 22:15:21
2
3 Modified: metadata.xml ChangeLog
4 Added: compiz-plugins-extra-0.8.6-r1.ebuild
5 Log:
6 Rename gnome USE flag to gconf (like x11-wm/compiz); disable static libs and remove .la files (ibid.).
7
8 (Portage version: 2.2_rc75/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 x11-plugins/compiz-plugins-extra/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-extra/metadata.xml?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-extra/metadata.xml?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-extra/metadata.xml?r1=1.1&r2=1.2
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-extra/metadata.xml,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- metadata.xml 3 Apr 2009 11:08:39 -0000 1.1
24 +++ metadata.xml 4 Sep 2010 22:15:21 -0000 1.2
25 @@ -7,5 +7,11 @@
26 addhelper, bench, crashhandler, cubecaps, cubereflex, extrawm, fadedesktop, firepaint, gears,
27 goto-viewport, group, mblur, reflex, scalefilter, showdesktop, splash, trailfocus, widget.
28 </longdescription>
29 + <use>
30 + <flag name="gconf">
31 + Install GConf schemas for the plugins, needed when using the GConf-based
32 + configuration backend in <pkg>x11-wm/compiz</pkg>.
33 + </flag>
34 + </use>
35 </pkgmetadata>
36
37
38
39
40 1.12 x11-plugins/compiz-plugins-extra/ChangeLog
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-extra/ChangeLog?rev=1.12&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-extra/ChangeLog?rev=1.12&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-extra/ChangeLog?r1=1.11&r2=1.12
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-extra/ChangeLog,v
49 retrieving revision 1.11
50 retrieving revision 1.12
51 diff -u -r1.11 -r1.12
52 --- ChangeLog 3 Apr 2010 05:11:17 -0000 1.11
53 +++ ChangeLog 4 Sep 2010 22:15:21 -0000 1.12
54 @@ -1,6 +1,13 @@
55 # ChangeLog for x11-plugins/compiz-plugins-extra
56 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-extra/ChangeLog,v 1.11 2010/04/03 05:11:17 jmbsvicetto Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-extra/ChangeLog,v 1.12 2010/09/04 22:15:21 flameeyes Exp $
59 +
60 +*compiz-plugins-extra-0.8.6-r1 (04 Sep 2010)
61 +
62 + 04 Sep 2010; Diego E. Pettenò <flameeyes@g.o>
63 + +compiz-plugins-extra-0.8.6-r1.ebuild, metadata.xml:
64 + Rename gnome USE flag to gconf (like x11-wm/compiz); disable static libs
65 + and remove .la files (ibid.).
66
67 *compiz-plugins-extra-0.8.6 (03 Apr 2010)
68
69
70
71
72 1.1 x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.6-r1.ebuild
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.6-r1.ebuild?rev=1.1&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.6-r1.ebuild?rev=1.1&content-type=text/plain
76
77 Index: compiz-plugins-extra-0.8.6-r1.ebuild
78 ===================================================================
79 # Copyright 1999-2010 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.6-r1.ebuild,v 1.1 2010/09/04 22:15:21 flameeyes Exp $
82
83 EAPI="2"
84
85 inherit autotools eutils gnome2-utils
86
87 DESCRIPTION="Compiz Fusion Window Decorator Extra Plugins"
88 HOMEPAGE="http://www.compiz.org/"
89 SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2"
90
91 LICENSE="GPL-2"
92 SLOT="0"
93 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
94 IUSE="gconf"
95
96 MY_PV="0.8.4"
97
98 RDEPEND="
99 >=gnome-base/librsvg-2.14.0
100 media-libs/jpeg
101 >=x11-libs/compiz-bcop-${MY_PV}
102 >=x11-plugins/compiz-plugins-main-${PV}
103 >=x11-wm/compiz-${PV}[gconf?]
104 "
105
106 DEPEND="${RDEPEND}
107 >=dev-util/intltool-0.35
108 >=dev-util/pkgconfig-0.19
109 >=sys-devel/gettext-0.15
110 x11-libs/cairo
111 gconf? ( gnome-base/gconf )
112 "
113
114 src_prepare() {
115 if ! use gconf; then
116 epatch "${FILESDIR}"/${PN}-no-gconf.patch
117
118 # required to apply the above patch
119 intltoolize --copy --force || die "intltoolize failed"
120 eautoreconf || die "eautoreconf failed"
121 fi
122 }
123
124 src_configure() {
125 econf \
126 --disable-dependency-tracking \
127 --enable-fast-install \
128 --disable-static \
129 $(use_enable gconf schemas)
130 }
131
132 src_install() {
133 emake DESTDIR="${D}" install || die "emake install failed"
134 find "${D}" -name '*.la' -delete || die
135 }
136
137 pkg_preinst() {
138 use gconf && gnome2_gconf_savelist
139 }
140
141 pkg_postinst() {
142 use gconf && gnome2_gconf_install
143 }