[Lunar-commits] CVS: moonbase/graphics/gimp CONFIGURE, NONE,
1.1 BUILD, 1.4, 1.5 DETAILS, 1.18, 1.19
Auke Kok
sofar at lunar-linux.org
Fri Apr 1 14:42:04 UTC 2005
Update of /var/cvs/lunar/moonbase/graphics/gimp
In directory espresso.foo-projects.org:/home/sofar/active/moonbase/graphics/gimp
Modified Files:
BUILD DETAILS
Added Files:
CONFIGURE
Log Message:
Adding (optional) gimp-shop patchset
--- NEW FILE: CONFIGURE ---
mquery GIMPSHOP "Use gimpshop patch to radically change gimps apperance? [experimental]" n
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/gimp/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD 22 Dec 2004 17:44:15 -0000 1.4
+++ BUILD 1 Apr 2005 14:42:02 -0000 1.5
@@ -1,5 +1,10 @@
(
+
+ if [ "$GIMPSHOP" == "y" ]; then
+ patch_it $SOURCE2 1
+ fi
+
touch plug-ins/pygimp/pygimp-logo.png &&
- export OPTS="$OPTS --without-sendmail"
+ export OPTS="$OPTS --without-sendmail"
default_build
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/gimp/DETAILS,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- DETAILS 23 Feb 2005 19:55:06 -0000 1.18
+++ DETAILS 1 Apr 2005 14:42:02 -0000 1.19
@@ -1,9 +1,12 @@
MODULE=gimp
VERSION=2.2.4
SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=$MODULE-gimpshop-$VERSION.diff
SOURCE_URL[0]=ftp://ftp.gimp.org/pub/gimp/v2.2/
SOURCE_URL[1]=ftp://ftp.cs.umn.edu/pub/gimp/v2.2/
+ SOURCE2_URL=http://exchange.esa.int/~auke/
SOURCE_VFY=sha1:fea1d8e0c7e0bdadccda237ffac7919d210fc0a7
+ SOURCE2_VFY=sha1:b8bd260c4eb3e2e9529720b4e30d2ef018effbdc
WEB_SITE=http://www.gimp.org
ENTERED=20020218
UPDATED=20050223
More information about the Lunar-commits
mailing list