SOURCES (DEVEL): gimp-nognome.patch - 2.3.12

wolf wolf at pld-linux.org
Fri Oct 13 13:15:36 CEST 2006


Author: wolf                         Date: Fri Oct 13 11:15:36 2006 GMT
Module: SOURCES                       Tag: DEVEL
---- Log message:
- 2.3.12

---- Files affected:
SOURCES:
   gimp-nognome.patch (1.1 -> 1.1.2.1) 

---- Diffs:

================================================================
Index: SOURCES/gimp-nognome.patch
diff -u SOURCES/gimp-nognome.patch:1.1 SOURCES/gimp-nognome.patch:1.1.2.1
--- SOURCES/gimp-nognome.patch:1.1	Tue Aug 29 09:53:39 2006
+++ SOURCES/gimp-nognome.patch	Fri Oct 13 13:15:30 2006
@@ -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/SOURCES/gimp-nognome.patch?r1=1.1&r2=1.1.2.1&f=u



More information about the pld-cvs-commit mailing list