SOURCES: entice-no_buildtime_gimp.patch - updated for current CVS

sparky sparky at pld-linux.org
Thu Mar 16 21:47:05 CET 2006


Author: sparky                       Date: Thu Mar 16 20:47:05 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for current CVS

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

---- Diffs:

================================================================
Index: SOURCES/entice-no_buildtime_gimp.patch
diff -u SOURCES/entice-no_buildtime_gimp.patch:1.1 SOURCES/entice-no_buildtime_gimp.patch:1.2
--- SOURCES/entice-no_buildtime_gimp.patch:1.1	Sun Jul 10 01:57:40 2005
+++ SOURCES/entice-no_buildtime_gimp.patch	Thu Mar 16 21:46:59 2006
@@ -1,17 +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)
+@@ -99,13 +99,7 @@
+   [ AC_MSG_ERROR(Cannot find epsilon) ]
+ )
  
 -AC_PATH_PROG(GIMP_REMOTE_BIN, "gimp-remote-2.2", "", $PATH)
--if [ test -z $GIMP_REMOTE_BIN ]; then
+-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
+-  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
+ 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.";
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/entice-no_buildtime_gimp.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list