Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/gtk-engines-ubuntulooks: ChangeLog gtk-engines-ubuntulooks-0.9.12-r3.ebuild
Date: Sun, 03 Jun 2012 19:57:21
Message-Id: 20120603195710.903C02004C@flycatcher.gentoo.org
1 ssuominen 12/06/03 19:57:10
2
3 Modified: ChangeLog gtk-engines-ubuntulooks-0.9.12-r3.ebuild
4 Log:
5 Fix building with dev-libs/glib >= 2.31 wrt #419395 by Pacho Ramos
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.14 x11-themes/gtk-engines-ubuntulooks/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-ubuntulooks/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-ubuntulooks/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-ubuntulooks/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-ubuntulooks/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 5 May 2012 04:10:03 -0000 1.13
23 +++ ChangeLog 3 Jun 2012 19:57:10 -0000 1.14
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-themes/gtk-engines-ubuntulooks
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-ubuntulooks/ChangeLog,v 1.13 2012/05/05 04:10:03 jdhore Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-ubuntulooks/ChangeLog,v 1.14 2012/06/03 19:57:10 ssuominen Exp $
29 +
30 + 03 Jun 2012; Samuli Suominen <ssuominen@g.o>
31 + gtk-engines-ubuntulooks-0.9.12-r3.ebuild,
32 + +files/gtk-engines-ubuntulooks-0.9.12-glib-2.31.patch:
33 + Fix building with dev-libs/glib >= 2.31 wrt #419395 by Pacho Ramos
34
35 05 May 2012; Jeff Horelick <jdhore@g.o>
36 gtk-engines-ubuntulooks-0.9.12-r2.ebuild,
37
38
39
40 1.7 x11-themes/gtk-engines-ubuntulooks/gtk-engines-ubuntulooks-0.9.12-r3.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-ubuntulooks/gtk-engines-ubuntulooks-0.9.12-r3.ebuild?rev=1.7&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-ubuntulooks/gtk-engines-ubuntulooks-0.9.12-r3.ebuild?rev=1.7&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-ubuntulooks/gtk-engines-ubuntulooks-0.9.12-r3.ebuild?r1=1.6&r2=1.7
45
46 Index: gtk-engines-ubuntulooks-0.9.12-r3.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-ubuntulooks/gtk-engines-ubuntulooks-0.9.12-r3.ebuild,v
49 retrieving revision 1.6
50 retrieving revision 1.7
51 diff -u -r1.6 -r1.7
52 --- gtk-engines-ubuntulooks-0.9.12-r3.ebuild 5 May 2012 04:10:03 -0000 1.6
53 +++ gtk-engines-ubuntulooks-0.9.12-r3.ebuild 3 Jun 2012 19:57:10 -0000 1.7
54 @@ -1,14 +1,14 @@
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-ubuntulooks/gtk-engines-ubuntulooks-0.9.12-r3.ebuild,v 1.6 2012/05/05 04:10:03 jdhore Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-ubuntulooks/gtk-engines-ubuntulooks-0.9.12-r3.ebuild,v 1.7 2012/06/03 19:57:10 ssuominen Exp $
59
60 -EAPI=2
61 -inherit eutils autotools
62 +EAPI=4
63 +inherit autotools eutils
64
65 PATCH_LEVEL=12
66 -MY_PN=${PN/gtk-engines-/}
67 +MY_PN=${PN/gtk-engines-}
68
69 -DESCRIPTION="a derivative of the standard Clearlooks engine, using a more orange approach"
70 +DESCRIPTION="A derivative of the standard Clearlooks GTK+ 2.x engine with more orange approach"
71 HOMEPAGE="http://packages.ubuntu.com/search?keywords=gtk2-engines-ubuntulooks"
72 SRC_URI="mirror://ubuntu/pool/main/u/${MY_PN}/${MY_PN}_${PV}.orig.tar.gz
73 mirror://ubuntu/pool/main/u/${MY_PN}/${MY_PN}_${PV}-${PATCH_LEVEL}.diff.gz"
74 @@ -18,7 +18,8 @@
75 KEYWORDS="amd64 ~ppc x86 ~x86-interix ~amd64-linux ~x86-linux ~x86-macos"
76 IUSE=""
77
78 -RDEPEND=">=x11-libs/gtk+-2.8:2"
79 +RDEPEND=">=dev-libs/glib-2
80 + x11-libs/gtk+:2"
81 DEPEND="${RDEPEND}
82 virtual/pkgconfig"
83
84 @@ -26,17 +27,19 @@
85
86 src_prepare() {
87 epatch "${WORKDIR}"/${MY_PN}_${PV}-${PATCH_LEVEL}.diff
88 - EPATCH_FORCE="yes" EPATCH_SUFFIX="patch" epatch debian/patches
89 + EPATCH_FORCE=yes EPATCH_SUFFIX=patch epatch debian/patches
90 + epatch "${FILESDIR}"/${P}-glib-2.31.patch #419395
91
92 - eautoreconf # need new libtool for interix
93 + eautoreconf # update libtool for interix
94 }
95
96 src_configure() {
97 - econf --disable-dependency-tracking --enable-animation
98 + econf --enable-animation
99 }
100
101 src_install() {
102 - emake DESTDIR="${D}" install || die "emake install failed"
103 + emake DESTDIR="${D}" install
104 dodoc AUTHORS ChangeLog README
105 newdoc debian/changelog ChangeLog.debian
106 + find "${ED}"/usr -name '*.la' -type f -exec rm -f {} +
107 }