Gentoo Archives: gentoo-commits

From: "Daniel Gryniewicz (dang)" <dang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gksu/files: gksu-2.0.0-gnome-2.22.patch
Date: Mon, 31 Mar 2008 19:34:46
Message-Id: E1JgPmF-0000va-OU@stork.gentoo.org
1 dang 08/03/31 19:34:43
2
3 Added: gksu-2.0.0-gnome-2.22.patch
4 Log:
5 gksu needs gnome-vfs, but it's not pulled by nautilus anymore. Explicitly pull it in, along with it's CFLAGS and LDFLAGS. Bug #215419
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 x11-libs/gksu/files/gksu-2.0.0-gnome-2.22.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gksu/files/gksu-2.0.0-gnome-2.22.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gksu/files/gksu-2.0.0-gnome-2.22.patch?rev=1.1&content-type=text/plain
13
14 Index: gksu-2.0.0-gnome-2.22.patch
15 ===================================================================
16 diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN gksu-2.0.0.orig/configure.ac gksu-2.0.0/configure.ac
17 --- gksu-2.0.0.orig/configure.ac 2006-09-23 16:08:21.000000000 -0400
18 +++ gksu-2.0.0/configure.ac 2008-03-31 15:21:46.000000000 -0400
19 @@ -66,7 +66,7 @@ AC_ARG_ENABLE(nautilus-extension, [ --e
20 AM_CONDITIONAL(ENABLE_NAUTILUS_EXTENSION, test x$enable_nautilus_extension = xyes)
21
22 if test x$enable_nautilus_extension = xyes; then
23 - PKG_CHECK_MODULES(NAUTILUS, [libgksu2 >= 2.0.0, libnautilus-extension])
24 + PKG_CHECK_MODULES(NAUTILUS, [libgksu2 >= 2.0.0, libnautilus-extension, gnome-vfs-2.0])
25 fi
26
27 AC_CONFIG_FILES([
28
29
30
31 --
32 gentoo-commits@l.g.o mailing list