Gentoo Archives: gentoo-commits

From: "Nirbheek Chauhan (nirbheek)" <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/empathy/files: empathy-2.28-networkmanager-0.8.patch
Date: Sun, 28 Feb 2010 12:44:21
Message-Id: E1NliVP-0001K6-BN@stork.gentoo.org
1 nirbheek 10/02/28 12:44:19
2
3 Added: empathy-2.28-networkmanager-0.8.patch
4 Log:
5 Add patch to fix compilation with networkmanager-0.8 (causes dropping of keywords, bug 296548), fixes bug 306977 . Also remove old versions.
6 (Portage version: 2.1.7.17/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 net-im/empathy/files/empathy-2.28-networkmanager-0.8.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/empathy/files/empathy-2.28-networkmanager-0.8.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/empathy/files/empathy-2.28-networkmanager-0.8.patch?rev=1.1&content-type=text/plain
13
14 Index: empathy-2.28-networkmanager-0.8.patch
15 ===================================================================
16 NetworkManager-0.8 renamed libnm_glib to libnm-glib
17
18 http://bugs.gentoo.org/show_bug.cgi?id=306977
19
20 Patch found by Andrea Pinazzi on the debian bugzilla
21 ---
22 --- configure.ac
23 +++ configure.ac
24 @@ -40,7 +40,7 @@
25 GEOCLUE_REQUIRED=0.11
26 WEBKIT_REQUIRED=1.1.7
27 KEYRING_REQUIRED=2.22
28 -NETWORK_MANAGER_REQUIRED=0.7.0
29 +NETWORK_MANAGER_REQUIRED=0.8
30
31 # Use --enable-maintainer-mode to disabled deprecated symbols
32 GNOME_MAINTAINER_MODE_DEFINES
33 @@ -184,7 +184,7 @@
34
35 PKG_CHECK_MODULES(NETWORK_MANAGER,
36 [
37 - libnm_glib >= $NETWORK_MANAGER_REQUIRED
38 + libnm-glib >= $NETWORK_MANAGER_REQUIRED
39 ], have_nm="yes", have_nm="no")
40
41 if test "x$have_nm" = "xyes"; then