[28123] trunk/dports/graphics/gimp

source_changes at macosforge.org source_changes at macosforge.org
Tue Aug 21 07:41:41 PDT 2007


Revision: 28123
          http://trac.macosforge.org/projects/macports/changeset/28123
Author:   yves at macports.org
Date:     2007-08-21 07:41:41 -0700 (Tue, 21 Aug 2007)

Log Message:
-----------
upgrade for gimp 2.4 and add a nice theme (nodoka)

Modified Paths:
--------------
    trunk/dports/graphics/gimp/Portfile

Removed Paths:
-------------
    trunk/dports/graphics/gimp/files/

Modified: trunk/dports/graphics/gimp/Portfile
===================================================================
--- trunk/dports/graphics/gimp/Portfile	2007-08-21 14:41:00 UTC (rev 28122)
+++ trunk/dports/graphics/gimp/Portfile	2007-08-21 14:41:41 UTC (rev 28123)
@@ -2,8 +2,7 @@
 
 PortSystem 1.0
 name            gimp
-version         2.3
-revision        1
+version         2.4
 categories      graphics
 maintainers     yves
 homepage        http://www.gimp.org/
@@ -12,11 +11,13 @@
 description     The Gimp - Batteries Included
 long_description \
 	This is a META port for the gimp2 which includes help and documentation, \
-	various plug-ins and a MacOS X application bundle for Finder integration.
+	various plug-ins, a MacOS X application bundle for Finder integration \
+        and even a nice theme.
 
 depends_lib     port:icns-gimp \
                 port:gimp-jp2 \
                 port:gimp-user-manual \
+                port:gtk-nodoka-engine \
                 port:gutenprint \
                 port:ufraw \
                 port:xsane
@@ -32,7 +33,8 @@
 build           {}
 
 destroot {
-    xinstall -d ${destroot}${prefix}/share/gimp
-    xinstall -m 644 ${filespath}/DO_NOT_README \
-        ${destroot}${prefix}/share/gimp
+    xinstall -d ${destroot}${prefix}/share/gimp/2.0/themes/Nodoka
+    cd ${destroot}${prefix}/share/gimp/2.0/themes/Nodoka
+    ln -s ${prefix}/share/themes/Nodoka/gtk-2.0/gtkrc
 }
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070821/f0f63d1d/attachment.html


More information about the macports-changes mailing list