SOURCES: entice-no_buildtime_gimp.patch (NEW) - do not require gim...

sparky sparky at pld-linux.org
Sun Jul 10 01:57:45 CEST 2005


Author: sparky                       Date: Sat Jul  9 23:57:45 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- do not require gimp at build time to enable external editing

---- Files affected:
SOURCES:
   entice-no_buildtime_gimp.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/entice-no_buildtime_gimp.patch
diff -u /dev/null SOURCES/entice-no_buildtime_gimp.patch:1.1
--- /dev/null	Sun Jul 10 01:57:45 2005
+++ SOURCES/entice-no_buildtime_gimp.patch	Sun Jul 10 01:57:40 2005
@@ -0,0 +1,17 @@
+--- entice/configure.in~	2005-05-07 23:11:45.000000000 +0000
++++ entice/configure.in	2005-07-02 13:37:00.000000000 +0000
+@@ -124,13 +124,7 @@
+ AC_SUBST(edje_cflags)
+ AC_SUBST(edje_libs)
+ 
+-AC_PATH_PROG(GIMP_REMOTE_BIN, "gimp-remote-2.2", "", $PATH)
+-if [ test -z $GIMP_REMOTE_BIN ]; then
+-  AC_PATH_PROG(GIMP_REMOTE_BIN, "gimp-remote-2.0", "", $PATH)
+-  if [ test -z $GIMP_REMOTE_BIN ]; then
+-    AC_PATH_PROG(GIMP_REMOTE_BIN, "gimp-remote", "", $PATH)
+-  fi
+-fi
++GIMP_REMOTE_BIN=/usr/bin/gimp-remote
+ if [ test -z $GIMP_REMOTE_BIN ]; then
+   echo "The GIMP remote is not in your \$PATH. Please ensure it is.";
+   echo "Read the manual page for you shell as to how to extend your path.";
================================================================



More information about the pld-cvs-commit mailing list