SOURCES: gimp-nognome.patch - moved from DEVEL
arekm
arekm at pld-linux.org
Wed Oct 24 15:20:21 CEST 2007
Author: arekm Date: Wed Oct 24 13:20:21 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- moved from DEVEL
---- Files affected:
SOURCES:
gimp-nognome.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/gimp-nognome.patch
diff -u SOURCES/gimp-nognome.patch:1.1 SOURCES/gimp-nognome.patch:1.2
--- SOURCES/gimp-nognome.patch:1.1 Tue Aug 29 09:53:39 2006
+++ SOURCES/gimp-nognome.patch Wed Oct 24 15:20:15 2007
@@ -1,12 +1,13 @@
---- gimp-2.3.10.orig/configure.in 2006-08-29 09:49:01.000000000 +0200
-+++ gimp-2.3.10/configure.in 2006-08-29 09:50:06.000000000 +0200
-@@ -1235,21 +1235,21 @@
- uri_modules="gnome-vfs-2.0 >= gnome_vfs_required_version"
+diff -ruN gimp-2.3.12./configure.in gimp-2.3.12/configure.in
+--- gimp-2.3.12./configure.in 2006-10-13 12:40:40.000000000 +0200
++++ gimp-2.3.12/configure.in 2006-10-13 12:45:49.550094250 +0200
+@@ -1232,21 +1232,21 @@
+ gnome_vfs_modules="gnome-vfs-2.0 >= gnome_vfs_required_version"
if $PKG_CONFIG --atleast-version=gnomeui_required_version libgnomeui-2.0; then
- have_gnomeui=yes
+ have_gnomeui="no (we dont use)"
- uri_modules="$uri_modules libgnomeui-2.0"
+ gnome_vfs_modules="$gnome_vfs_modules libgnomeui-2.0"
else
have_gnomeui="no (libgnomeui-2.0 not found)"
fi
@@ -14,12 +15,12 @@
if $PKG_CONFIG --atleast-version=gnome_keyring_required_version gnome-keyring-1; then
- have_gnome_keyring=yes
+ have_gnome_keyring="no (we dont use)"
- uri_modules="$uri_modules gnome-keyring-1"
+ gnome_vfs_modules="$gnome_vfs_modules gnome-keyring-1"
else
have_gnome_keyring="no (gnome-keyring-1 not found)"
fi
- PKG_CHECK_MODULES(URI, $uri_modules,
+ PKG_CHECK_MODULES(URI_GNOME_VFS, $gnome_vfs_modules,
- have_gnomevfs=yes,
+ have_gnomevfs="no (we dont use)",
have_gnomevfs="no (gnome-vfs-2.0 not found)")
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/gimp-nognome.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list