Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/gnome-bluetooth/files: gnome-bluetooth-0.8.0-G_DEPRECATED.patch
Date: Thu, 27 Sep 2007 22:54:19
Message-Id: E1Ib274-0007e2-Vj@stork.gentoo.org
1 philantrop 07/09/27 22:45:42
2
3 Added: gnome-bluetooth-0.8.0-G_DEPRECATED.patch
4 Log:
5 Added a patch to get rid of G*_DISABLE_DEPRECATED. Fixes bug 193467.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.1 net-wireless/gnome-bluetooth/files/gnome-bluetooth-0.8.0-G_DEPRECATED.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/gnome-bluetooth/files/gnome-bluetooth-0.8.0-G_DEPRECATED.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/gnome-bluetooth/files/gnome-bluetooth-0.8.0-G_DEPRECATED.patch?rev=1.1&content-type=text/plain
13
14 Index: gnome-bluetooth-0.8.0-G_DEPRECATED.patch
15 ===================================================================
16 diff -Naur gnome-bluetooth-0.8.0.orig/libegg/libegg/iconlist/Makefile.am gnome-bluetooth-0.8.0/libegg/libegg/iconlist/Makefile.am
17 --- gnome-bluetooth-0.8.0.orig/libegg/libegg/iconlist/Makefile.am 2003-09-26 15:38:39.000000000 +0200
18 +++ gnome-bluetooth-0.8.0/libegg/libegg/iconlist/Makefile.am 2007-09-27 23:30:53.000000000 +0200
19 @@ -2,11 +2,7 @@
20 INCLUDES = \
21 $(EGG_CFLAGS) \
22 -I$(top_srcdir)/libegg/util \
23 - -DEGG_COMPILATION \
24 - -DGTK_DISABLE_DEPRECATED \
25 - -DGDK_DISABLE_DEPRECATED \
26 - -DG_DISABLE_DEPRECATED
27 -
28 + -DEGG_COMPILATION
29
30 noinst_LTLIBRARIES = libeggiconlist.la
31
32 diff -Naur gnome-bluetooth-0.8.0.orig/libegg/libegg/Makefile.am gnome-bluetooth-0.8.0/libegg/libegg/Makefile.am
33 --- gnome-bluetooth-0.8.0.orig/libegg/libegg/Makefile.am 2003-09-26 15:38:38.000000000 +0200
34 +++ gnome-bluetooth-0.8.0/libegg/libegg/Makefile.am 2007-09-27 23:30:31.000000000 +0200
35 @@ -3,10 +3,7 @@
36
37 INCLUDES = \
38 $(EGG_CFLAGS) \
39 - -DEGG_COMPILATION \
40 - -DGTK_DISABLE_DEPRECATED \
41 - -DGDK_DISABLE_DEPRECATED \
42 - -DG_DISABLE_DEPRECATED
43 + -DEGG_COMPILATION
44
45 ##noinst_LTLIBRARIES = libegg.la
46
47 diff -Naur gnome-bluetooth-0.8.0.orig/libegg/libegg/tray/Makefile.am gnome-bluetooth-0.8.0/libegg/libegg/tray/Makefile.am
48 --- gnome-bluetooth-0.8.0.orig/libegg/libegg/tray/Makefile.am 2003-09-26 15:38:41.000000000 +0200
49 +++ gnome-bluetooth-0.8.0/libegg/libegg/tray/Makefile.am 2007-09-27 23:29:31.000000000 +0200
50 @@ -2,11 +2,7 @@
51 INCLUDES = \
52 $(EGG_TRAY_CFLAGS) \
53 -I$(top_srcdir)/libegg/util \
54 - -DEGG_COMPILATION \
55 - -DGTK_DISABLE_DEPRECATED \
56 - -DGDK_DISABLE_DEPRECATED \
57 - -DG_DISABLE_DEPRECATED
58 -
59 + -DEGG_COMPILATION
60
61 noinst_LTLIBRARIES = libeggtray.la
62
63
64
65
66 --
67 gentoo-commits@g.o mailing list