Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+: gtk+-2.12.0.ebuild
Date: Fri, 21 Sep 2007 22:01:43
Message-Id: E1IYqRP-0001p4-F5@stork.gentoo.org
1 remi 07/09/21 21:53:39
2
3 Modified: gtk+-2.12.0.ebuild
4 Log:
5 last minute fix for tracker
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.2 x11-libs/gtk+/gtk+-2.12.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/gtk+-2.12.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/gtk+-2.12.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/gtk+-2.12.0.ebuild?r1=1.1&r2=1.2
14
15 Index: gtk+-2.12.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.12.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gtk+-2.12.0.ebuild 21 Sep 2007 18:58:28 -0000 1.1
22 +++ gtk+-2.12.0.ebuild 21 Sep 2007 21:53:39 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.12.0.ebuild,v 1.1 2007/09/21 18:58:28 remi Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.12.0.ebuild,v 1.2 2007/09/21 21:53:39 remi Exp $
28
29 inherit gnome.org flag-o-matic eutils autotools virtualx
30
31 @@ -71,6 +71,9 @@
32 # http://bugzilla.gnome.org/show_bug.cgi?id=476342
33 epatch "${FILESDIR}"/${P}-icon-cache-speedup.patch
34
35 + # http://bugzilla.gnome.org/show_bug.cgi?id=478173
36 + epatch "${FILESDIR}/${PN}-2.12.0-libtracker_so.patch"
37 +
38 # -O3 and company cause random crashes in applications. Bug #133469
39 replace-flags -O3 -O2
40 strip-flags
41
42
43
44 --
45 gentoo-commits@g.o mailing list