Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/xbill/files: xbill-2.1-gtk2.patch digest-xbill-2.1-r2
Date: Wed, 05 Dec 2007 22:52:54
Message-Id: E1J036j-0003Jn-3j@stork.gentoo.org
1 tupone 07/12/05 22:52:45
2
3 Added: xbill-2.1-gtk2.patch digest-xbill-2.1-r2
4 Log:
5 Patched to use gtk-2. Bug #201214
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.1 games-arcade/xbill/files/xbill-2.1-gtk2.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xbill/files/xbill-2.1-gtk2.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xbill/files/xbill-2.1-gtk2.patch?rev=1.1&content-type=text/plain
13
14 Index: xbill-2.1-gtk2.patch
15 ===================================================================
16 --- configure.in.old 2007-12-05 22:37:57.000000000 +0100
17 +++ configure.in 2007-12-05 22:54:57.000000000 +0100
18 @@ -88,12 +88,11 @@
19 [ --enable-gtk build with the GTK widget set])
20
21 if test "$enable_gtk" != "no"; then
22 - AC_CHECK_PROG(GTKCONFIG, gtk-config, yes, no)
23 + PKG_CHECK_MODULES(GTK, gtk+-2.0)
24
25 - if test "X$GTKCONFIG" = X"yes"; then
26 + if test $pkg_failed = no; then
27 AC_DEFINE(USE_GTK)
28 - GTK_CFLAGS="`gtk-config --cflags`"
29 - WIDGET_LIBS="$WIDGET_LIBS `gtk-config --libs`"
30 + WIDGET_LIBS="$WIDGET_LIBS $GTK_LIBS"
31 WIDGET_OBJS="$WIDGET_OBJS gtk.o"
32 fi
33 fi
34
35
36
37 1.1 games-arcade/xbill/files/digest-xbill-2.1-r2
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xbill/files/digest-xbill-2.1-r2?rev=1.1&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/xbill/files/digest-xbill-2.1-r2?rev=1.1&content-type=text/plain
41
42 Index: digest-xbill-2.1-r2
43 ===================================================================
44 MD5 585e4866b15255a24203db9959407b2f xbill-2.1.tar.gz 77610
45 RMD160 1d8a680f45775e7c840b4fe12cd21a439d41b2dc xbill-2.1.tar.gz 77610
46 SHA256 0efdfff1ce2df70b7a15601cb488cd7b2eb918d21d78e877bd773f112945608d xbill-2.1.tar.gz 77610
47
48
49
50 --
51 gentoo-commits@g.o mailing list