summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-09-13 14:32:28 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-09-13 14:32:28 +0800
commit4c427dfb72bba2614233a7487aa1a49fe23dcb7c (patch)
treee2cd89cf59503d7f1230a1d4f8bbb3ec3796eab5 /graphics
parenta82420962b6d3d357fd0e7298be94f049e20927d (diff)
downloadmarcuscom-ports-4c427dfb72bba2614233a7487aa1a49fe23dcb7c.tar
marcuscom-ports-4c427dfb72bba2614233a7487aa1a49fe23dcb7c.tar.gz
marcuscom-ports-4c427dfb72bba2614233a7487aa1a49fe23dcb7c.tar.bz2
marcuscom-ports-4c427dfb72bba2614233a7487aa1a49fe23dcb7c.tar.lz
marcuscom-ports-4c427dfb72bba2614233a7487aa1a49fe23dcb7c.tar.xz
marcuscom-ports-4c427dfb72bba2614233a7487aa1a49fe23dcb7c.tar.zst
marcuscom-ports-4c427dfb72bba2614233a7487aa1a49fe23dcb7c.zip
Add gimp-devel and update to 1.3.20.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1208 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gimp-devel/Makefile99
-rw-r--r--graphics/gimp-devel/distinfo1
-rw-r--r--graphics/gimp-devel/files/gimp.setfont157
-rw-r--r--graphics/gimp-devel/files/patch-aa20
-rw-r--r--graphics/gimp-devel/files/patch-ab13
-rw-r--r--graphics/gimp-devel/files/patch-ae13
-rw-r--r--graphics/gimp-devel/files/patch-am19
-rw-r--r--graphics/gimp-devel/files/patch-app_plug-in_plug-in-shm.c10
-rw-r--r--graphics/gimp-devel/files/patch-configure22
-rw-r--r--graphics/gimp-devel/files/patch-gimptool-1.3.in29
-rw-r--r--graphics/gimp-devel/files/patch-ltmain.sh41
-rw-r--r--graphics/gimp-devel/files/patch-plug-ins_print_print.c11
-rw-r--r--graphics/gimp-devel/pkg-descr21
-rw-r--r--graphics/gimp-devel/pkg-plist1632
14 files changed, 2088 insertions, 0 deletions
diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile
new file mode 100644
index 000000000..e5c9e0473
--- /dev/null
+++ b/graphics/gimp-devel/Makefile
@@ -0,0 +1,99 @@
+# New ports collection makefile for: The GIMP
+# Date created: Mon Nov 18 21:28:43 CST 1996
+# Whom: erich@FreeBSD.org
+#
+# $FreeBSD: ports/graphics/gimp-devel/Makefile,v 1.129 2003/08/30 22:42:23 marcus Exp $
+#
+
+PORTNAME= gimp
+PORTVERSION= 1.3.20
+PORTEPOCH= 1
+CATEGORIES= graphics gnome
+MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
+ ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \
+ ftp://ftp.ameth.org/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \
+ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,}
+MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R}/v${PORTVERSION}
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A GNU Image Manipulation Program (unstable development version)
+
+LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \
+ exif.10:${PORTSDIR}/graphics/libexif \
+ jpeg.9:${PORTSDIR}/graphics/jpeg \
+ mng.1:${PORTSDIR}/graphics/libmng \
+ png.5:${PORTSDIR}/graphics/png \
+ tiff.4:${PORTSDIR}/graphics/tiff
+
+SHLIBVER?= 2
+
+NO_LATEST_LINK= yes
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_XPM= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+USE_GNOME= gnomehack gtk20 libartlgpl2
+WANT_GNOME= yes
+INSTALLS_SHLIB= yes
+USE_REINPLACE= yes
+LIBTOOLFLAGS= --disable-ltlibs --release-ignore
+PLIST_SUB= SHLIBVER="${SHLIBVER}"
+CONFIGURE_ARGS= --disable-perl \
+ --with-html-dir=${PREFIX}/share/doc/gimp \
+ --disable-gtk-doc
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+
+GIMP_DISTFILE= ${DISTDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
+
+MAN1= gimp-1.3.1 gimptool-1.3.1 gimp-remote-1.3.1
+MAN5= gimprc-1.3.5
+
+.if defined(WITH_PYTHON)
+USE_PYTHON= yes
+BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/_gtk.so:${PORTSDIR}/x11-toolkits/py-gtk2
+RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/_gtk.so:${PORTSDIR}/x11-toolkits/py-gtk2
+CONFIGURE_ARGS+= --enable-python
+PLIST_SUB+= PYTHON:=""
+.else
+CONFIGURE_ARGS+= --disable-python
+PLIST_SUB+= PYTHON:="@comment "
+.endif
+
+.if defined(WITHOUT_PRINT)
+CONFIGURE_ARGS+= --disable-print
+.else
+LIB_DEPENDS+= gimpprint.2:${PORTSDIR}/print/gimp-print
+.endif
+
+.include <bsd.port.pre.mk>
+
+.if exists(${X11BASE}/libdata/pkgconfig/libgtkhtml-2.0.pc)
+WITH_HTML_HELP_BROWSER= yes
+.endif
+
+.if ${HAVE_GNOME:Mgnomepanel}!=""
+USE_GNOME+= gnomepanel
+CONFIGURE_ARGS+= --with-desktop-dir=${X11BASE}/share/gnome
+PKGNAMESUFFIX= -gnome
+.endif
+
+.if defined(WITH_HTML_HELP_BROWSER)
+USE_GNOME+= libgtkhtml
+PLIST_SUB+= HELPBROWSER:=""
+.else
+PLIST_SUB+= HELPBROWSER:="@comment "
+.endif
+
+pre-everything::
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} "gimp-devel has the following tunable option(s):"
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} " WITH_PYTHON=yes Turns on Python-Fu support"
+ @${ECHO_MSG} " WITHOUT_PRINT=yes Turns off GIMP printing"
+ @${ECHO_MSG} " WITH_HTML_HELP_BROWSER=yes Turns on the GIMP help browser"
+ @${ECHO_MSG} ""
+
+.include <bsd.port.post.mk>
diff --git a/graphics/gimp-devel/distinfo b/graphics/gimp-devel/distinfo
new file mode 100644
index 000000000..ff309d9d2
--- /dev/null
+++ b/graphics/gimp-devel/distinfo
@@ -0,0 +1 @@
+MD5 (gimp-1.3.20.tar.bz2) = e77d4b2948b57eb0739cde0f76aea57b
diff --git a/graphics/gimp-devel/files/gimp.setfont b/graphics/gimp-devel/files/gimp.setfont
new file mode 100644
index 000000000..f81fa5d9b
--- /dev/null
+++ b/graphics/gimp-devel/files/gimp.setfont
@@ -0,0 +1,157 @@
+#!/usr/bin/perl
+
+# Font setting Perl script for GIMP
+#
+# by MANTANI Nobutaka <nobutaka@nobutaka.com>
+
+$progname = "gimp.setfont";
+$version = "Version 0.4 Feb 07 2000";
+
+$fontset{'chinese'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1,-*-kai-medium-r-normal--16-*-*-*-*-*-big5-0";
+$fontset{'czech'} = "-*-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-2";
+$fontset{'danish'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1";
+$fontset{'dutch'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1";
+$fontset{'english'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1";
+$fontset{'finnish'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1";
+$fontset{'french'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1";
+$fontset{'german'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1";
+$fontset{'hungarian'} = "-*-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-2";
+$fontset{'italian'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1";
+$fontset{'japanese'} = "-*-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-1,-*-fixed-medium-r-normal--14-*-*-*-*-*-jisx0201.1976-0,-*-fixed-medium-r-normal--14-*-*-*-*-*-jisx0208.1983-0";
+$fontset{'korean'} = "-*-fixed-medium-r-normal--16-*-*-*-*-*-iso8859-1,-daewoo-gothic-medium-r-normal--16-*-*-*-*-*-ksc5601.1987-0";
+$fontset{'norwegian'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1";
+$fontset{'polish'} = "-*-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-2";
+$fontset{'russian'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-koi8-r";
+$fontset{'slovak'} = "-*-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-2";
+$fontset{'swedish'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1";
+$fontset{'ukrainian'} = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-koi8-r";
+
+$locale{'chinese'} = "zh_TW.Big5";
+$locale{'czech'} = "cs_CZ.ISO8859-2";
+$locale{'danish'} = "da_DK.ISO_8859-1";
+$locale{'dutch'} = "nl_NL.ISO_8859-1";
+$locale{'english'} = "C";
+$locale{'finnish'} = "fi_FI.ISO_8859-1";
+$locale{'french'} = "fr_FR.ISO_8859-1";
+$locale{'german'} = "de_DE.ISO_8859-1";
+$locale{'hungarian'} = "hu_HU.ISO_8859-2";
+$locale{'italian'} = "it_IT.ISO_8859-1";
+$locale{'japanese'} = "ja_JP.EUC";
+$locale{'korean'} = "ko_KR.EUC";
+$locale{'norwegian'} = "no_NO.ISO_8859-1";
+$locale{'polish'} = "pl_PL.ISO_8859-2";
+$locale{'russian'} = "ru_SU.KOI8-R";
+$locale{'slovak'} = "sk_SK.ISO_8859-2";
+$locale{'swedish'} = "sv_SE.ISO_8859-1";
+$locale{'ukrainian'} = "uk_UA.KOI8-U";
+
+# Show usage
+sub usage() {
+ print <<EOF;
+Usage: gimp.setfont <language>
+
+----------------------------------------------------------------
+[language] [fontset]
+ chinese -*-helvetica-(iso8859-1),-*-kai-(big5-0)
+ czech -*-fixed-(iso8859-2)
+ danish -*-helvetica-(iso8859-1)
+ dutch -*-helvetica-(iso8859-1)
+ english -*-helvetica-(iso8859-1)
+ finnish -*-helvetica-(iso8859-1)
+ french -*-helvetica-(iso8859-1)
+ german -*-helvetica-(iso8859-1)
+ hungarian -*-fixed-(iso8859-2)
+ italian -*-helvetica-(iso8859-1)
+ japanese -*-fixed-(iso8859-1,jisx0201,jisx0208)
+ korean -*-fixed-(iso8859-1),-daewoo-gothic-(ksc5601)
+ norwegian -*-helvetica-(iso8859-1)
+ polish -*-fixed-(iso8859-2)
+ russian -*-helvetica-(koi8-r)
+ slovak -*-fixed-(iso8869-2)
+ swedish -*-helvetica-(iso8859-1)
+ ukrainian -*-helvetica-(koi8-r)
+----------------------------------------------------------------
+
+If you need iso8859-2 fonts, please install etlfonts
+(x11-fonts/etlfonts).
+
+EOF
+}
+
+# Write gtkrc of user's .gimp-1.2 directory
+sub write_gtkrc($) {
+ my $fontset = shift;
+ my $path = "$ENV{'HOME'}/.gimp-1.2";
+
+ if (-d $path) {
+ if (-e "$path/gtkrc") {
+ chmod(0644, "$path/gtkrc");
+ print "Renaming $path/gtkrc to $path/gtkrc.old...\n";
+ rename("$path/gtkrc", "$path/gtkrc.old");
+ }
+
+ print "Writing $path/gtkrc...\n";
+ open(FILE, ">$path/gtkrc");
+ print FILE <<EOF;
+\# style <name> [= <name>]
+\# {
+\# <option>
+\# }
+\#
+\# widget <widget_set> style <style_name>
+\# widget_class <widget_class_set> style <style_name>
+
+style "default"
+{
+ fontset = "$fontset"
+}
+
+widget_class "*" style "default"
+EOF
+ close(FILE);
+ print "Done.\n\n";
+ } else {
+ print <<EOF;
+Directory $path is not found.
+Please execute "gimp" and install files into $path
+directory first.
+
+EOF
+ exit;
+ }
+}
+
+sub main() {
+ my $lang = $ARGV[0];
+ my $tmp = ucfirst($lang);
+
+ print <<EOF;
+
+$progname - Font setting utility for GIMP ($version)
+
+EOF
+
+ if (@ARGV != 1) {
+ usage();
+ exit;
+ }
+
+ print "Setting for $tmp language...\n\n";
+
+ print qq(Please set "LANG" environment variable to "$locale{$lang}" and execute "gimp".\n\n);
+
+ if ($lang eq "slovak") {
+ print <<EOF;
+And please make symbolic link from lt_LN.ISO_8859-2 to sk_SK.ISO_8859-2 in
+/usr/share/locale.
+
+EOF
+ }
+
+ write_gtkrc($fontset{$lang});
+
+ exit;
+}
+
+
+main();
diff --git a/graphics/gimp-devel/files/patch-aa b/graphics/gimp-devel/files/patch-aa
new file mode 100644
index 000000000..33a7ddbd8
--- /dev/null
+++ b/graphics/gimp-devel/files/patch-aa
@@ -0,0 +1,20 @@
+--- app/main.c.orig Thu Feb 10 14:41:02 2000
++++ app/main.c Sat Feb 19 13:51:36 2000
+@@ -22,6 +22,7 @@
+ #include <signal.h>
+ #include <string.h>
+ #include <sys/types.h>
++#include <floatingpoint.h>
+
+ #ifdef HAVE_SYS_WAIT_H
+ #include <sys/wait.h>
+@@ -129,6 +130,9 @@
+ /* Initialize variables */
+
+ prog_name = argv[0];
++
++ /* Ignore floating point exceptions */
++ fpsetmask(0);
+
+ /* Initialize i18n support */
+ INIT_LOCALE ("gimp");
diff --git a/graphics/gimp-devel/files/patch-ab b/graphics/gimp-devel/files/patch-ab
new file mode 100644
index 000000000..9b41f6891
--- /dev/null
+++ b/graphics/gimp-devel/files/patch-ab
@@ -0,0 +1,13 @@
+--- plug-ins/common/url.c.orig Thu Jun 26 15:45:03 2003
++++ plug-ins/common/url.c Sat Jun 28 18:17:59 2003
+@@ -187,8 +187,8 @@
+ putenv ("LANG=C");
+ #endif
+
+- execlp ("wget", "wget", "-T", TIMEOUT, filename, "-O", tmpname, NULL);
+- g_message ("exec() failed: wget: %s", g_strerror (errno));
++ execlp ("fetch", "fetch", "-T", TIMEOUT, filename, "-p", "-o", tmpname, NULL);
++ g_message ("exec() failed: fetch: %s", g_strerror (errno));
+ g_free (tmpname);
+ _exit (127);
+ }
diff --git a/graphics/gimp-devel/files/patch-ae b/graphics/gimp-devel/files/patch-ae
new file mode 100644
index 000000000..feb21f17a
--- /dev/null
+++ b/graphics/gimp-devel/files/patch-ae
@@ -0,0 +1,13 @@
+
+$FreeBSD: ports/graphics/gimp-devel/files/patch-ae,v 1.5 2002/05/20 17:57:32 sobomax Exp $
+
+--- plug-ins/common/plugindetails.c.orig Wed Jan 30 17:25:54 2002
++++ plug-ins/common/plugindetails.c Fri May 17 20:45:33 2002
+@@ -27,6 +27,7 @@
+ #include <stdio.h>
+ #include <string.h>
+ #include <time.h>
++#include <sys/types.h>
+
+ #ifdef __GNUC__
+ #warning GTK_DISABLE_DEPRECATED
diff --git a/graphics/gimp-devel/files/patch-am b/graphics/gimp-devel/files/patch-am
new file mode 100644
index 000000000..45c58cbe5
--- /dev/null
+++ b/graphics/gimp-devel/files/patch-am
@@ -0,0 +1,19 @@
+--- libgimp/gimp.c.orig Fri May 12 12:37:27 2000
++++ libgimp/gimp.c Thu May 18 16:42:21 2000
+@@ -26,6 +26,7 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <sys/types.h>
++#include <floatingpoint.h>
+
+ #ifdef HAVE_SYS_TIME_H
+ #include <sys/time.h>
+@@ -211,6 +212,9 @@
+ }
+
+ progname = argv[0];
++
++ /* Ignore floating point exceptions */
++ fpsetmask(0);
+
+ g_set_prgname (g_basename (progname));
diff --git a/graphics/gimp-devel/files/patch-app_plug-in_plug-in-shm.c b/graphics/gimp-devel/files/patch-app_plug-in_plug-in-shm.c
new file mode 100644
index 000000000..b6a6abe36
--- /dev/null
+++ b/graphics/gimp-devel/files/patch-app_plug-in_plug-in-shm.c
@@ -0,0 +1,10 @@
+--- app/plug-in/plug-in-shm.c.orig Wed Feb 19 01:40:37 2003
++++ app/plug-in/plug-in-shm.c Wed Feb 19 01:40:49 2003
+@@ -17,6 +17,7 @@
+ */
+
+ #include "config.h"
++#include <sys/types.h>
+
+ #ifdef HAVE_IPC_H
+ #include <sys/ipc.h>
diff --git a/graphics/gimp-devel/files/patch-configure b/graphics/gimp-devel/files/patch-configure
new file mode 100644
index 000000000..f05feba3b
--- /dev/null
+++ b/graphics/gimp-devel/files/patch-configure
@@ -0,0 +1,22 @@
+--- configure.orig Thu Oct 10 18:44:32 2002
++++ configure Fri Oct 11 12:52:28 2002
+@@ -1462,7 +1462,7 @@
+
+
+ LT_RELEASE=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
+-LT_CURRENT=`expr $GIMP_MICRO_VERSION - $GIMP_INTERFACE_AGE`
++LT_CURRENT=2
+ LT_REVISION=$GIMP_INTERFACE_AGE
+ LT_AGE=`expr $GIMP_BINARY_AGE - $GIMP_INTERFACE_AGE`
+ LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
+@@ -17657,8 +17658,8 @@
+ fi
+ fi;
+
+-gimpdatadir=$datadir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
+-gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
++gimpdatadir=$datadir/$PACKAGE
++gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
+ gimpsysconfdir=$sysconfdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
+
+ localedir='${prefix}/${DATADIRNAME}/locale'
diff --git a/graphics/gimp-devel/files/patch-gimptool-1.3.in b/graphics/gimp-devel/files/patch-gimptool-1.3.in
new file mode 100644
index 000000000..97d431aea
--- /dev/null
+++ b/graphics/gimp-devel/files/patch-gimptool-1.3.in
@@ -0,0 +1,29 @@
+
+$FreeBSD: ports/graphics/gimp-devel/files/patch-gimptool-1.3.in,v 1.1 2002/05/20 17:57:32 sobomax Exp $
+
+--- gimptool-1.3.in.orig Tue Jan 15 12:21:05 2002
++++ gimptool-1.3.in Fri May 17 20:46:18 2002
+@@ -215,19 +215,19 @@
+ | --uninstall-script | --uninstall-admin-script )
+ case $1 in
+ --*install-bin)
+- install_cmd="@INSTALL_PROGRAM@"
++ install_cmd="@INSTALL_SCRIPT@"
+ install_dir="$HOME/@gimpdir@/plug-ins"
+ ;;
+ --install-bin-strip)
+- install_cmd="@INSTALL_PROGRAM@ -s"
++ install_cmd="@INSTALL_SCRIPT@ -s"
+ install_dir="$HOME/@gimpdir@/plug-ins"
+ ;;
+ --*install-admin-bin)
+- install_cmd="@INSTALL_PROGRAM@"
++ install_cmd="@INSTALL_SCRIPT@"
+ install_dir="$gimpplugindir/plug-ins"
+ ;;
+ --install-admin-bin-strip)
+- install_cmd="@INSTALL_PROGRAM@ -s"
++ install_cmd="@INSTALL_SCRIPT@ -s"
+ install_dir="$gimpplugindir/plug-ins"
+ ;;
+ --*install-script)
diff --git a/graphics/gimp-devel/files/patch-ltmain.sh b/graphics/gimp-devel/files/patch-ltmain.sh
new file mode 100644
index 000000000..14cb2f8c7
--- /dev/null
+++ b/graphics/gimp-devel/files/patch-ltmain.sh
@@ -0,0 +1,41 @@
+--- ltmain.sh.orig Sun Sep 7 16:23:57 2003
++++ ltmain.sh Sat Sep 13 01:29:14 2003
+@@ -1278,7 +1278,7 @@
+ esac
+ elif test "X$arg" = "X-lc_r"; then
+ case $host in
+- *-*-openbsd* | *-*-freebsd*)
++ *-*-openbsd* | *-*-freebsd4*)
+ # Do not include libc_r directly, use -pthread flag.
+ continue
+ ;;
+@@ -1288,8 +1288,16 @@
+ continue
+ ;;
+
++ -pthread)
++ compile_command="$compile_command -pthread"
++ finalize_command="$finalize_command -pthread"
++ compiler_flags="$compiler_flags -pthread"
++ continue
++ ;;
++
+ -module)
+ module=yes
++ build_old_libs=no
+ continue
+ ;;
+
+@@ -5457,10 +5465,12 @@
+ fi
+
+ # Install the pseudo-library for information purposes.
++ if /usr/bin/false; then
+ name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ instname="$dir/$name"i
+ $show "$install_prog $instname $destdir/$name"
+ $run eval "$install_prog $instname $destdir/$name" || exit $?
++ fi
+
+ # Maybe install the static library, too.
+ test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/graphics/gimp-devel/files/patch-plug-ins_print_print.c b/graphics/gimp-devel/files/patch-plug-ins_print_print.c
new file mode 100644
index 000000000..36f4bf714
--- /dev/null
+++ b/graphics/gimp-devel/files/patch-plug-ins_print_print.c
@@ -0,0 +1,11 @@
+--- plug-ins/print/print.c.orig Tue Dec 26 07:43:54 2000
++++ plug-ins/print/print.c Tue Dec 26 07:44:07 2000
+@@ -1417,7 +1417,7 @@
+
+ if (i < (sizeof(lpcs) / sizeof(lpcs[0])))
+ {
+- strcat(command, " status < /dev/null");
++ strcat(command, " status all < /dev/null");
+ type = PRINTERS_LPC;
+ }
+ else
diff --git a/graphics/gimp-devel/pkg-descr b/graphics/gimp-devel/pkg-descr
new file mode 100644
index 000000000..0b1467dad
--- /dev/null
+++ b/graphics/gimp-devel/pkg-descr
@@ -0,0 +1,21 @@
+The GIMP is designed to provide an intuitive graphical interface to a
+variety of image editing operations. Here is a list of the GIMP's
+major features:
+
+ Image editing
+ -------------
+
+ * Selection tools including rectangle, ellipse, free, fuzzy, bezier
+ and intelligent.
+ * Transformation tools including rotate, scale, shear and flip.
+ * Painting tools including bucket, brush, airbrush, clone, convolve,
+ blend and text.
+ * Effects filters (such as blur, edge detect).
+ * Channel & color operations (such as add, composite, decompose).
+ * Plug-ins which allow for the easy addition of new file formats and
+ new effect filters.
+ * Multiple undo/redo.
+
+This is unstable development version of the GIMP, so use it with caution.
+
+WWW: http://www.gimp.org/
diff --git a/graphics/gimp-devel/pkg-plist b/graphics/gimp-devel/pkg-plist
new file mode 100644
index 000000000..d1699770a
--- /dev/null
+++ b/graphics/gimp-devel/pkg-plist
@@ -0,0 +1,1632 @@
+bin/gimp-1.3
+bin/gimp-remote-1.3
+bin/gimptool-1.3
+etc/gimp/1.3/gimprc
+etc/gimp/1.3/gtkrc_user
+etc/gimp/1.3/ps-menurc
+etc/gimp/1.3/sessionrc
+etc/gimp/1.3/templaterc
+etc/gimp/1.3/unitrc
+include/gimp-1.3/libgimp/gimp.h
+include/gimp-1.3/libgimp/gimp_pdb.h
+include/gimp-1.3/libgimp/gimpbrushes_pdb.h
+include/gimp-1.3/libgimp/gimpbrushmenu.h
+include/gimp-1.3/libgimp/gimpbrushselect.h
+include/gimp-1.3/libgimp/gimpbrushselect_pdb.h
+include/gimp-1.3/libgimp/gimpchannel.h
+include/gimp-1.3/libgimp/gimpchannel_pdb.h
+include/gimp-1.3/libgimp/gimpcolor_pdb.h
+include/gimp-1.3/libgimp/gimpcompat.h
+include/gimp-1.3/libgimp/gimpconvert_pdb.h
+include/gimp-1.3/libgimp/gimpdisplay_pdb.h
+include/gimp-1.3/libgimp/gimpdrawable.h
+include/gimp-1.3/libgimp/gimpdrawable_pdb.h
+include/gimp-1.3/libgimp/gimpedit_pdb.h
+include/gimp-1.3/libgimp/gimpenums.h
+include/gimp-1.3/libgimp/gimpexport.h
+include/gimp-1.3/libgimp/gimpfileops_pdb.h
+include/gimp-1.3/libgimp/gimpfloatingsel_pdb.h
+include/gimp-1.3/libgimp/gimpfontmenu.h
+include/gimp-1.3/libgimp/gimpfonts_pdb.h
+include/gimp-1.3/libgimp/gimpfontselect.h
+include/gimp-1.3/libgimp/gimpfontselect_pdb.h
+include/gimp-1.3/libgimp/gimpgimprc_pdb.h
+include/gimp-1.3/libgimp/gimpgradients_pdb.h
+include/gimp-1.3/libgimp/gimpgradientmenu.h
+include/gimp-1.3/libgimp/gimpgradientselect.h
+include/gimp-1.3/libgimp/gimpgradientselect_pdb.h
+include/gimp-1.3/libgimp/gimpguides_pdb.h
+include/gimp-1.3/libgimp/gimphelp_pdb.h
+include/gimp-1.3/libgimp/gimpimage.h
+include/gimp-1.3/libgimp/gimpimage_pdb.h
+include/gimp-1.3/libgimp/gimplayer.h
+include/gimp-1.3/libgimp/gimplayer_pdb.h
+include/gimp-1.3/libgimp/gimpmenu.h
+include/gimp-1.3/libgimp/gimpmessage_pdb.h
+include/gimp-1.3/libgimp/gimpmisc.h
+include/gimp-1.3/libgimp/gimpmisc_pdb.h
+include/gimp-1.3/libgimp/gimpmisctools_pdb.h
+include/gimp-1.3/libgimp/gimpmiscui.h
+include/gimp-1.3/libgimp/gimppainttools_pdb.h
+include/gimp-1.3/libgimp/gimppalettes_pdb.h
+include/gimp-1.3/libgimp/gimppaletteselect_pdb.h
+include/gimp-1.3/libgimp/gimppalette_pdb.h
+include/gimp-1.3/libgimp/gimpparasite_pdb.h
+include/gimp-1.3/libgimp/gimppaths_pdb.h
+include/gimp-1.3/libgimp/gimppatterns_pdb.h
+include/gimp-1.3/libgimp/gimppatternmenu.h
+include/gimp-1.3/libgimp/gimppatternselect.h
+include/gimp-1.3/libgimp/gimppatternselect_pdb.h
+include/gimp-1.3/libgimp/gimppixelrgn.h
+include/gimp-1.3/libgimp/gimpplugin_pdb.h
+include/gimp-1.3/libgimp/gimpproceduraldb.h
+include/gimp-1.3/libgimp/gimpproceduraldb_pdb.h
+include/gimp-1.3/libgimp/gimpselection.h
+include/gimp-1.3/libgimp/gimpselection_pdb.h
+include/gimp-1.3/libgimp/gimpselectiontools_pdb.h
+include/gimp-1.3/libgimp/gimptexttool_pdb.h
+include/gimp-1.3/libgimp/gimptile.h
+include/gimp-1.3/libgimp/gimptransformtools_pdb.h
+include/gimp-1.3/libgimp/gimptypes.h
+include/gimp-1.3/libgimp/gimpui.h
+include/gimp-1.3/libgimp/gimpuitypes.h
+include/gimp-1.3/libgimp/gimpundo_pdb.h
+include/gimp-1.3/libgimp/gimpunit_pdb.h
+include/gimp-1.3/libgimpbase/gimpbase.h
+include/gimp-1.3/libgimpbase/gimpbasetypes.h
+include/gimp-1.3/libgimpbase/gimpdatafiles.h
+include/gimp-1.3/libgimpbase/gimpenv.h
+include/gimp-1.3/libgimpbase/gimplimits.h
+include/gimp-1.3/libgimpbase/gimpparasite.h
+include/gimp-1.3/libgimpbase/gimpparasiteio.h
+include/gimp-1.3/libgimpbase/gimpsignal.h
+include/gimp-1.3/libgimpbase/gimpunit.h
+include/gimp-1.3/libgimpbase/gimputils.h
+include/gimp-1.3/libgimpbase/gimpversion.h
+include/gimp-1.3/libgimpcolor/gimpadaptivesupersample.h
+include/gimp-1.3/libgimpcolor/gimpbilinear.h
+include/gimp-1.3/libgimpcolor/gimpcmyk.h
+include/gimp-1.3/libgimpcolor/gimpcolor.h
+include/gimp-1.3/libgimpcolor/gimpcolorspace.h
+include/gimp-1.3/libgimpcolor/gimpcolortypes.h
+include/gimp-1.3/libgimpcolor/gimphsv.h
+include/gimp-1.3/libgimpcolor/gimprgb.h
+include/gimp-1.3/libgimpmath/gimpmath.h
+include/gimp-1.3/libgimpmath/gimpmathtypes.h
+include/gimp-1.3/libgimpmath/gimpmatrix.h
+include/gimp-1.3/libgimpmath/gimpmd5.h
+include/gimp-1.3/libgimpmath/gimpvector.h
+include/gimp-1.3/libgimpmodule/gimpmodule.h
+include/gimp-1.3/libgimpmodule/gimpmoduledb.h
+include/gimp-1.3/libgimpmodule/gimpmoduletypes.h
+include/gimp-1.3/libgimpwidgets/gimpbutton.h
+include/gimp-1.3/libgimpwidgets/gimpchainbutton.h
+include/gimp-1.3/libgimpwidgets/gimpcolorarea.h
+include/gimp-1.3/libgimpwidgets/gimpcolorbutton.h
+include/gimp-1.3/libgimpwidgets/gimpcolordisplay.h
+include/gimp-1.3/libgimpwidgets/gimpcolornotebook.h
+include/gimp-1.3/libgimpwidgets/gimpcolorscale.h
+include/gimp-1.3/libgimpwidgets/gimpcolorscales.h
+include/gimp-1.3/libgimpwidgets/gimpcolorselect.h
+include/gimp-1.3/libgimpwidgets/gimpcolorselector.h
+include/gimp-1.3/libgimpwidgets/gimpdialog.h
+include/gimp-1.3/libgimpwidgets/gimpfileselection.h
+include/gimp-1.3/libgimpwidgets/gimphelpui.h
+include/gimp-1.3/libgimpwidgets/gimpmemsizeentry.h
+include/gimp-1.3/libgimpwidgets/gimpoffsetarea.h
+include/gimp-1.3/libgimpwidgets/gimppatheditor.h
+include/gimp-1.3/libgimpwidgets/gimppickbutton.h
+include/gimp-1.3/libgimpwidgets/gimppixmap.h
+include/gimp-1.3/libgimpwidgets/gimpquerybox.h
+include/gimp-1.3/libgimpwidgets/gimpsizeentry.h
+include/gimp-1.3/libgimpwidgets/gimpstock.h
+include/gimp-1.3/libgimpwidgets/gimpunitmenu.h
+include/gimp-1.3/libgimpwidgets/gimpwidgets.h
+include/gimp-1.3/libgimpwidgets/gimpwidgetstypes.h
+lib/libgimp-1.3.a
+lib/libgimp-1.3.so
+lib/libgimp-1.3.so.%%SHLIBVER%%
+lib/libgimpbase-1.3.a
+lib/libgimpbase-1.3.so
+lib/libgimpbase-1.3.so.%%SHLIBVER%%
+lib/libgimpcolor-1.3.a
+lib/libgimpcolor-1.3.so
+lib/libgimpcolor-1.3.so.%%SHLIBVER%%
+lib/libgimpmath-1.3.a
+lib/libgimpmath-1.3.so
+lib/libgimpmath-1.3.so.%%SHLIBVER%%
+lib/libgimpmodule-1.3.a
+lib/libgimpmodule-1.3.so
+lib/libgimpmodule-1.3.so.%%SHLIBVER%%
+lib/libgimpui-1.3.a
+lib/libgimpui-1.3.so
+lib/libgimpui-1.3.so.%%SHLIBVER%%
+lib/libgimpwidgets-1.3.a
+lib/libgimpwidgets-1.3.so
+lib/libgimpwidgets-1.3.so.%%SHLIBVER%%
+libdata/pkgconfig/gimp-1.3.pc
+libdata/pkgconfig/gimpui-1.3.pc
+libexec/gimp/1.3/environ/default.env
+%%PYTHON:%%libexec/gimp/1.3/environ/pygimp.env
+libexec/gimp/1.3/modules/libcdisplay_colorblind.so
+libexec/gimp/1.3/modules/libcdisplay_gamma.so
+libexec/gimp/1.3/modules/libcdisplay_highcontrast.so
+libexec/gimp/1.3/modules/libcolorsel_cmyk.so
+libexec/gimp/1.3/modules/libcolorsel_triangle.so
+libexec/gimp/1.3/modules/libcolorsel_water.so
+libexec/gimp/1.3/plug-ins/AlienMap
+libexec/gimp/1.3/plug-ins/AlienMap2
+libexec/gimp/1.3/plug-ins/CEL
+libexec/gimp/1.3/plug-ins/CML_explorer
+libexec/gimp/1.3/plug-ins/FractalExplorer
+libexec/gimp/1.3/plug-ins/Lighting
+libexec/gimp/1.3/plug-ins/MapObject
+libexec/gimp/1.3/plug-ins/aa
+libexec/gimp/1.3/plug-ins/align_layers
+libexec/gimp/1.3/plug-ins/animationplay
+libexec/gimp/1.3/plug-ins/animoptimize
+libexec/gimp/1.3/plug-ins/apply_lens
+libexec/gimp/1.3/plug-ins/autocrop
+libexec/gimp/1.3/plug-ins/autostretch_hsv
+libexec/gimp/1.3/plug-ins/blinds
+libexec/gimp/1.3/plug-ins/blur
+libexec/gimp/1.3/plug-ins/bmp
+libexec/gimp/1.3/plug-ins/borderaverage
+libexec/gimp/1.3/plug-ins/bumpmap
+libexec/gimp/1.3/plug-ins/bz2
+libexec/gimp/1.3/plug-ins/c_astretch
+libexec/gimp/1.3/plug-ins/ccanalyze
+libexec/gimp/1.3/plug-ins/checkerboard
+%%PYTHON:%%libexec/gimp/1.3/plug-ins/clothify.py
+libexec/gimp/1.3/plug-ins/color_enhance
+%%PYTHON:%%libexec/gimp/1.3/plug-ins/colorhtml.py
+libexec/gimp/1.3/plug-ins/colorify
+libexec/gimp/1.3/plug-ins/colortoalpha
+libexec/gimp/1.3/plug-ins/compose
+libexec/gimp/1.3/plug-ins/convmatrix
+libexec/gimp/1.3/plug-ins/csource
+libexec/gimp/1.3/plug-ins/cubism
+libexec/gimp/1.3/plug-ins/curve_bend
+libexec/gimp/1.3/plug-ins/dbbrowser
+libexec/gimp/1.3/plug-ins/decompose
+libexec/gimp/1.3/plug-ins/deinterlace
+libexec/gimp/1.3/plug-ins/depthmerge
+libexec/gimp/1.3/plug-ins/despeckle
+libexec/gimp/1.3/plug-ins/destripe
+libexec/gimp/1.3/plug-ins/diffraction
+libexec/gimp/1.3/plug-ins/displace
+libexec/gimp/1.3/plug-ins/edge
+libexec/gimp/1.3/plug-ins/emboss
+libexec/gimp/1.3/plug-ins/engrave
+libexec/gimp/1.3/plug-ins/exchange
+libexec/gimp/1.3/plug-ins/faxg3
+libexec/gimp/1.3/plug-ins/film
+libexec/gimp/1.3/plug-ins/fits
+libexec/gimp/1.3/plug-ins/flame
+libexec/gimp/1.3/plug-ins/flarefx
+%%PYTHON:%%libexec/gimp/1.3/plug-ins/foggify.py
+libexec/gimp/1.3/plug-ins/fp
+libexec/gimp/1.3/plug-ins/fractaltrace
+libexec/gimp/1.3/plug-ins/gauss_iir
+libexec/gimp/1.3/plug-ins/gauss_rle
+libexec/gimp/1.3/plug-ins/gbr
+libexec/gimp/1.3/plug-ins/gee
+libexec/gimp/1.3/plug-ins/gee_zoom
+libexec/gimp/1.3/plug-ins/gfig
+libexec/gimp/1.3/plug-ins/gflare
+libexec/gimp/1.3/plug-ins/gfli
+libexec/gimp/1.3/plug-ins/gicon
+libexec/gimp/1.3/plug-ins/gif
+libexec/gimp/1.3/plug-ins/gifload
+libexec/gimp/1.3/plug-ins/gih
+%%PYTHON:%%libexec/gimp/1.3/plug-ins/gimpcons.py
+libexec/gimp/1.3/plug-ins/gimpressionist
+libexec/gimp/1.3/plug-ins/glasstile
+libexec/gimp/1.3/plug-ins/gqbist
+libexec/gimp/1.3/plug-ins/gradmap
+libexec/gimp/1.3/plug-ins/grid
+%%PYTHON:%%libexec/gimp/1.3/plug-ins/gtkcons.py
+libexec/gimp/1.3/plug-ins/gtm
+libexec/gimp/1.3/plug-ins/guillotine
+libexec/gimp/1.3/plug-ins/gz
+libexec/gimp/1.3/plug-ins/header
+%%HELPBROWSER:%%libexec/gimp/1.3/plug-ins/helpbrowser
+libexec/gimp/1.3/plug-ins/hot
+libexec/gimp/1.3/plug-ins/hrz
+libexec/gimp/1.3/plug-ins/ifscompose
+libexec/gimp/1.3/plug-ins/illusion
+libexec/gimp/1.3/plug-ins/imagemap
+libexec/gimp/1.3/plug-ins/iwarp
+libexec/gimp/1.3/plug-ins/jigsaw
+libexec/gimp/1.3/plug-ins/jpeg
+libexec/gimp/1.3/plug-ins/laplace
+libexec/gimp/1.3/plug-ins/lic
+libexec/gimp/1.3/plug-ins/mail
+libexec/gimp/1.3/plug-ins/mapcolor
+libexec/gimp/1.3/plug-ins/max_rgb
+libexec/gimp/1.3/plug-ins/maze
+libexec/gimp/1.3/plug-ins/mblur
+libexec/gimp/1.3/plug-ins/mng
+libexec/gimp/1.3/plug-ins/mosaic
+libexec/gimp/1.3/plug-ins/newsprint
+libexec/gimp/1.3/plug-ins/nlfilt
+libexec/gimp/1.3/plug-ins/noisify
+libexec/gimp/1.3/plug-ins/normalize
+libexec/gimp/1.3/plug-ins/nova
+libexec/gimp/1.3/plug-ins/oilify
+libexec/gimp/1.3/plug-ins/pagecurl
+libexec/gimp/1.3/plug-ins/papertile
+libexec/gimp/1.3/plug-ins/pat
+libexec/gimp/1.3/plug-ins/pcx
+%%PYTHON:%%libexec/gimp/1.3/plug-ins/pdbbrowse.py
+libexec/gimp/1.3/plug-ins/pix
+libexec/gimp/1.3/plug-ins/pixelize
+libexec/gimp/1.3/plug-ins/plasma
+libexec/gimp/1.3/plug-ins/plugindetails
+libexec/gimp/1.3/plug-ins/png
+libexec/gimp/1.3/plug-ins/pnm
+libexec/gimp/1.3/plug-ins/polar
+libexec/gimp/1.3/plug-ins/print
+libexec/gimp/1.3/plug-ins/ps
+libexec/gimp/1.3/plug-ins/psd
+libexec/gimp/1.3/plug-ins/psd_save
+libexec/gimp/1.3/plug-ins/psp
+libexec/gimp/1.3/plug-ins/randomize
+libexec/gimp/1.3/plug-ins/rcm
+libexec/gimp/1.3/plug-ins/ripple
+libexec/gimp/1.3/plug-ins/rotate
+libexec/gimp/1.3/plug-ins/sample_colorize
+libexec/gimp/1.3/plug-ins/scatter_hsv
+libexec/gimp/1.3/plug-ins/screenshot
+libexec/gimp/1.3/plug-ins/script-fu
+libexec/gimp/1.3/plug-ins/sel2path
+libexec/gimp/1.3/plug-ins/sel_gauss
+libexec/gimp/1.3/plug-ins/semiflatten
+libexec/gimp/1.3/plug-ins/sgi
+%%PYTHON:%%libexec/gimp/1.3/plug-ins/shadow_bevel.py
+libexec/gimp/1.3/plug-ins/sharpen
+libexec/gimp/1.3/plug-ins/shift
+libexec/gimp/1.3/plug-ins/sinus
+libexec/gimp/1.3/plug-ins/smooth_palette
+libexec/gimp/1.3/plug-ins/snoise
+libexec/gimp/1.3/plug-ins/sobel
+libexec/gimp/1.3/plug-ins/sparkle
+%%PYTHON:%%libexec/gimp/1.3/plug-ins/sphere.py
+libexec/gimp/1.3/plug-ins/spheredesigner
+libexec/gimp/1.3/plug-ins/spread
+libexec/gimp/1.3/plug-ins/struc
+libexec/gimp/1.3/plug-ins/sunras
+libexec/gimp/1.3/plug-ins/tga
+libexec/gimp/1.3/plug-ins/threshold_alpha
+libexec/gimp/1.3/plug-ins/tiff
+libexec/gimp/1.3/plug-ins/tile
+libexec/gimp/1.3/plug-ins/tileit
+libexec/gimp/1.3/plug-ins/tiler
+libexec/gimp/1.3/plug-ins/uniteditor
+libexec/gimp/1.3/plug-ins/unsharp
+libexec/gimp/1.3/plug-ins/url
+libexec/gimp/1.3/plug-ins/video
+libexec/gimp/1.3/plug-ins/vinvert
+libexec/gimp/1.3/plug-ins/vpropagate
+libexec/gimp/1.3/plug-ins/warp
+libexec/gimp/1.3/plug-ins/waves
+libexec/gimp/1.3/plug-ins/webbrowser
+libexec/gimp/1.3/plug-ins/whirlpinch
+%%PYTHON:%%libexec/gimp/1.3/plug-ins/whirlpinch.py
+libexec/gimp/1.3/plug-ins/wind
+libexec/gimp/1.3/plug-ins/wmf
+libexec/gimp/1.3/plug-ins/xbm
+libexec/gimp/1.3/plug-ins/xjt
+libexec/gimp/1.3/plug-ins/xpm
+libexec/gimp/1.3/plug-ins/xwd
+libexec/gimp/1.3/plug-ins/zealouscrop
+%%PYTHON:%%libexec/gimp/1.3/python/gimpenums.py
+%%PYTHON:%%libexec/gimp/1.3/python/gimpenums.pyc
+%%PYTHON:%%libexec/gimp/1.3/python/gimpenums.pyo
+%%PYTHON:%%libexec/gimp/1.3/python/gimpfu.py
+%%PYTHON:%%libexec/gimp/1.3/python/gimpfu.pyc
+%%PYTHON:%%libexec/gimp/1.3/python/gimpfu.pyo
+%%PYTHON:%%libexec/gimp/1.3/python/gimpmodule.so
+%%PYTHON:%%libexec/gimp/1.3/python/gimpplugin.py
+%%PYTHON:%%libexec/gimp/1.3/python/gimpplugin.pyc
+%%PYTHON:%%libexec/gimp/1.3/python/gimpplugin.pyo
+%%PYTHON:%%libexec/gimp/1.3/python/gimpshelf.py
+%%PYTHON:%%libexec/gimp/1.3/python/gimpshelf.pyc
+%%PYTHON:%%libexec/gimp/1.3/python/gimpshelf.pyo
+%%PYTHON:%%libexec/gimp/1.3/python/gimpui.py
+%%PYTHON:%%libexec/gimp/1.3/python/gimpui.pyc
+%%PYTHON:%%libexec/gimp/1.3/python/gimpui.pyo
+share/aclocal/gimp-2.0.m4
+%%DOCSDIR%%/libgimp/gimpdefinitions.html
+%%DOCSDIR%%/libgimp/home.png
+%%DOCSDIR%%/libgimp/index.html
+%%DOCSDIR%%/libgimp/index.sgml
+%%DOCSDIR%%/libgimp/left.png
+%%DOCSDIR%%/libgimp/libgimp-gimp.html
+%%DOCSDIR%%/libgimp/libgimp-gimpbrushes.html
+%%DOCSDIR%%/libgimp/libgimp-gimpbrushmenu.html
+%%DOCSDIR%%/libgimp/libgimp-gimpbrushselect.html
+%%DOCSDIR%%/libgimp/libgimp-gimpchannel.html
+%%DOCSDIR%%/libgimp/libgimp-gimpcolor.html
+%%DOCSDIR%%/libgimp/libgimp-gimpconvert.html
+%%DOCSDIR%%/libgimp/libgimp-gimpdisplay.html
+%%DOCSDIR%%/libgimp/libgimp-gimpdrawable.html
+%%DOCSDIR%%/libgimp/libgimp-gimpedit.html
+%%DOCSDIR%%/libgimp/libgimp-gimpenums.html
+%%DOCSDIR%%/libgimp/libgimp-gimpexport.html
+%%DOCSDIR%%/libgimp/libgimp-gimpfileops.html
+%%DOCSDIR%%/libgimp/libgimp-gimpfloatingsel.html
+%%DOCSDIR%%/libgimp/libgimp-gimpfontmenu.html
+%%DOCSDIR%%/libgimp/libgimp-gimpfontselect.html
+%%DOCSDIR%%/libgimp/libgimp-gimpfonts.html
+%%DOCSDIR%%/libgimp/libgimp-gimpgimprc.html
+%%DOCSDIR%%/libgimp/libgimp-gimpgradients.html
+%%DOCSDIR%%/libgimp/libgimp-gimpgradientmenu.html
+%%DOCSDIR%%/libgimp/libgimp-gimpgradientselect.html
+%%DOCSDIR%%/libgimp/libgimp-gimpguides.html
+%%DOCSDIR%%/libgimp/libgimp-gimphelp.html
+%%DOCSDIR%%/libgimp/libgimp-gimpimage.html
+%%DOCSDIR%%/libgimp/libgimp-gimplayer.html
+%%DOCSDIR%%/libgimp/libgimp-gimpmenu.html
+%%DOCSDIR%%/libgimp/libgimp-gimpmessage.html
+%%DOCSDIR%%/libgimp/libgimp-gimppalette.html
+%%DOCSDIR%%/libgimp/libgimp-gimppatterns.html
+%%DOCSDIR%%/libgimp/libgimp-gimppatternmenu.html
+%%DOCSDIR%%/libgimp/libgimp-gimppatternselect.html
+%%DOCSDIR%%/libgimp/libgimp-gimppixelrgn.html
+%%DOCSDIR%%/libgimp/libgimp-gimpplugin.html
+%%DOCSDIR%%/libgimp/libgimp-gimpproceduraldb.html
+%%DOCSDIR%%/libgimp/libgimp-gimpselection.html
+%%DOCSDIR%%/libgimp/libgimp-gimptexttool.html
+%%DOCSDIR%%/libgimp/libgimp-gimptile.html
+%%DOCSDIR%%/libgimp/libgimp-gimptools.html
+%%DOCSDIR%%/libgimp/libgimp-gimpui.html
+%%DOCSDIR%%/libgimp/libgimp-gimpundo.html
+%%DOCSDIR%%/libgimp/libgimp.devhelp
+%%DOCSDIR%%/libgimp/libgimp.html
+%%DOCSDIR%%/libgimp/libgimpui.html
+%%DOCSDIR%%/libgimp/right.png
+%%DOCSDIR%%/libgimp/up.png
+%%DOCSDIR%%/libgimpbase/home.png
+%%DOCSDIR%%/libgimpbase/index.html
+%%DOCSDIR%%/libgimpbase/index.sgml
+%%DOCSDIR%%/libgimpbase/left.png
+%%DOCSDIR%%/libgimpbase/libgimpbase-gimpbasetypes.html
+%%DOCSDIR%%/libgimpbase/libgimpbase-gimpdatafiles.html
+%%DOCSDIR%%/libgimpbase/libgimpbase-gimpenv.html
+%%DOCSDIR%%/libgimpbase/libgimpbase-gimplimits.html
+%%DOCSDIR%%/libgimpbase/libgimpbase-gimpparasite.html
+%%DOCSDIR%%/libgimpbase/libgimpbase-gimpparasiteio.html
+%%DOCSDIR%%/libgimpbase/libgimpbase-gimpprotocol.html
+%%DOCSDIR%%/libgimpbase/libgimpbase-gimpsignal.html
+%%DOCSDIR%%/libgimpbase/libgimpbase-gimpunit.html
+%%DOCSDIR%%/libgimpbase/libgimpbase-gimputils.html
+%%DOCSDIR%%/libgimpbase/libgimpbase-gimpversion.html
+%%DOCSDIR%%/libgimpbase/libgimpbase-gimpwire.html
+%%DOCSDIR%%/libgimpbase/libgimpbase.devhelp
+%%DOCSDIR%%/libgimpbase/libgimpbase.html
+%%DOCSDIR%%/libgimpbase/right.png
+%%DOCSDIR%%/libgimpbase/up.png
+%%DOCSDIR%%/libgimpcolor/home.png
+%%DOCSDIR%%/libgimpcolor/index.html
+%%DOCSDIR%%/libgimpcolor/index.sgml
+%%DOCSDIR%%/libgimpcolor/left.png
+%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpAdaptiveSupersample.html
+%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpBilinear.html
+%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpColorSpace.html
+%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpCMYK.html
+%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpHSV.html
+%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpRGB.html
+%%DOCSDIR%%/libgimpcolor/libgimpcolor.devhelp
+%%DOCSDIR%%/libgimpcolor/libgimpcolor.html
+%%DOCSDIR%%/libgimpcolor/right.png
+%%DOCSDIR%%/libgimpcolor/up.png
+%%DOCSDIR%%/libgimpmath/home.png
+%%DOCSDIR%%/libgimpmath/index.html
+%%DOCSDIR%%/libgimpmath/index.sgml
+%%DOCSDIR%%/libgimpmath/left.png
+%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMD5.html
+%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMath.html
+%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMatrix.html
+%%DOCSDIR%%/libgimpmath/libgimpmath-GimpVector.html
+%%DOCSDIR%%/libgimpmath/libgimpmath.devhelp
+%%DOCSDIR%%/libgimpmath/libgimpmath.html
+%%DOCSDIR%%/libgimpmath/right.png
+%%DOCSDIR%%/libgimpmath/up.png
+%%DOCSDIR%%/libgimpmodule/GimpModule.html
+%%DOCSDIR%%/libgimpmodule/GimpModuleDB.html
+%%DOCSDIR%%/libgimpmodule/home.png
+%%DOCSDIR%%/libgimpmodule/index.html
+%%DOCSDIR%%/libgimpmodule/index.sgml
+%%DOCSDIR%%/libgimpmodule/left.png
+%%DOCSDIR%%/libgimpmodule/libgimpmodule.devhelp
+%%DOCSDIR%%/libgimpmodule/libgimpmodule.html
+%%DOCSDIR%%/libgimpmodule/right.png
+%%DOCSDIR%%/libgimpmodule/up.png
+%%DOCSDIR%%/libgimpwidgets/GimpButton.html
+%%DOCSDIR%%/libgimpwidgets/GimpChainButton.html
+%%DOCSDIR%%/libgimpwidgets/GimpColorArea.html
+%%DOCSDIR%%/libgimpwidgets/GimpColorButton.html
+%%DOCSDIR%%/libgimpwidgets/GimpColorDisplay.html
+%%DOCSDIR%%/libgimpwidgets/GimpColorNotebook.html
+%%DOCSDIR%%/libgimpwidgets/GimpColorScale.html
+%%DOCSDIR%%/libgimpwidgets/GimpColorScales.html
+%%DOCSDIR%%/libgimpwidgets/GimpColorSelect.html
+%%DOCSDIR%%/libgimpwidgets/GimpColorSelector.html
+%%DOCSDIR%%/libgimpwidgets/GimpDialog.html
+%%DOCSDIR%%/libgimpwidgets/GimpFileSelection.html
+%%DOCSDIR%%/libgimpwidgets/GimpMemsizeEntry.html
+%%DOCSDIR%%/libgimpwidgets/GimpOffsetArea.html
+%%DOCSDIR%%/libgimpwidgets/GimpPathEditor.html
+%%DOCSDIR%%/libgimpwidgets/GimpPickButton.html
+%%DOCSDIR%%/libgimpwidgets/GimpPixmap.html
+%%DOCSDIR%%/libgimpwidgets/GimpSizeEntry.html
+%%DOCSDIR%%/libgimpwidgets/GimpUnitMenu.html
+%%DOCSDIR%%/libgimpwidgets/ch01.html
+%%DOCSDIR%%/libgimpwidgets/home.png
+%%DOCSDIR%%/libgimpwidgets/index.html
+%%DOCSDIR%%/libgimpwidgets/index.sgml
+%%DOCSDIR%%/libgimpwidgets/left.png
+%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpHelpUI.html
+%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpQueryBox.html
+%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpStock.html
+%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpWidgets.html
+%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-colordisplay.html
+%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-colorselector.html
+%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-utils.html
+%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-widgets.html
+%%DOCSDIR%%/libgimpwidgets/libgimpwidgets.devhelp
+%%DOCSDIR%%/libgimpwidgets/right.png
+%%DOCSDIR%%/libgimpwidgets/stock-anchor-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-char-picker-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-channels-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-channels-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-32.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-48.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-32.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-48.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-32.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-48.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-32.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-48.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-green-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-green-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-green-32.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-green-48.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-red-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-red-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-red-32.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-red-48.png
+%%DOCSDIR%%/libgimpwidgets/stock-color-picker-black-18.png
+%%DOCSDIR%%/libgimpwidgets/stock-color-picker-gray-18.png
+%%DOCSDIR%%/libgimpwidgets/stock-color-picker-white-18.png
+%%DOCSDIR%%/libgimpwidgets/stock-color-triangle-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-convert-grayscale-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-convert-indexed-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-convert-rgb-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-curve-free-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-curve-smooth-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-default-colors-12.png
+%%DOCSDIR%%/libgimpwidgets/stock-device-status-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-duplicate-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-edit-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-error-64.png
+%%DOCSDIR%%/libgimpwidgets/stock-eye-12.png
+%%DOCSDIR%%/libgimpwidgets/stock-eye-20.png
+%%DOCSDIR%%/libgimpwidgets/stock-flip-horizontal-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-flip-vertical-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-32.png
+%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-48.png
+%%DOCSDIR%%/libgimpwidgets/stock-gradient-bilinear-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-gradient-conical-asymmetric-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-gradient-conical-symmetric-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-gradient-linear-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-gradient-radial-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-angular-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-dimpled-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-spherical-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-gradient-spiral-anticlockwise-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-gradient-spiral-clockwise-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-gradient-square-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-gravity-east-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-east-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-west-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-east-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-west-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-gravity-west-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-grid-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-hchain-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-hchain-broken-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-image-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-image-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-image-32.png
+%%DOCSDIR%%/libgimpwidgets/stock-image-48.png
+%%DOCSDIR%%/libgimpwidgets/stock-images-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-images-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-indexed-palette-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-indexed-palette-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-info-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-info-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-info-64.png
+%%DOCSDIR%%/libgimpwidgets/stock-invert-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-landscape-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-layer-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-layer-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-layer-to-imagesize-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-layers-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-layers-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-layer-32.png
+%%DOCSDIR%%/libgimpwidgets/stock-layer-48.png
+%%DOCSDIR%%/libgimpwidgets/stock-letter-spacing-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-line-spacing-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-linked-12.png
+%%DOCSDIR%%/libgimpwidgets/stock-linked-20.png
+%%DOCSDIR%%/libgimpwidgets/stock-list-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-merge-down-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-navigation-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-paste-as-new-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-paste-into-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-path-stroke-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-path-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-path-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-paths-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-paths-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-plugin-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-portrait-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-question-64.png
+%%DOCSDIR%%/libgimpwidgets/stock-qmask-off-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-qmask-on-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-reset-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-reshow-filter-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-resize-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-rotate-180-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-rotate-270-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-rotate-90-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-scale-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-selection-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-selection-add-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-selection-all-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-selection-grow-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-selection-intersect-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-selection-none-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-selection-replace-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-selection-shrink-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-selection-stroke-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-selection-subtract-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-selection-to-channel-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-selection-to-path-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-swap-colors-12.png
+%%DOCSDIR%%/libgimpwidgets/stock-template-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-template-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-text-dir-ltr-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-text-dir-rtl-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-text-layer-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-text-layer-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-text-layer-32.png
+%%DOCSDIR%%/libgimpwidgets/stock-text-layer-48.png
+%%DOCSDIR%%/libgimpwidgets/stock-texture-64.png
+%%DOCSDIR%%/libgimpwidgets/stock-toilet-paper-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-toilet-paper-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-airbrush-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-airbrush-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-blend-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-blend-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-blur-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-blur-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-brightness-contrast-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-brightness-contrast-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-bucket-fill-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-bucket-fill-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-by-color-select-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-by-color-select-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-clone-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-clone-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-color-balance-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-color-balance-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-color-picker-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-color-picker-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-colorize-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-colorize-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-crop-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-crop-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-curves-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-curves-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-dodge-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-dodge-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-ellipse-select-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-ellipse-select-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-eraser-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-eraser-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-flip-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-flip-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-free-select-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-free-select-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-fuzzy-select-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-fuzzy-select-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-histogram-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-histogram-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-hue-saturation-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-hue-saturation-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-ink-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-ink-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-iscissors-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-iscissors-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-levels-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-levels-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-measure-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-measure-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-move-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-move-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-options-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-paintbrush-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-paintbrush-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-path-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-path-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-pencil-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-pencil-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-perspective-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-perspective-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-posterize-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-posterize-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-rect-select-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-rect-select-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-rotate-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-rotate-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-scale-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-scale-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-shear-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-shear-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-smudge-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-smudge-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-text-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-text-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-threshold-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-threshold-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-zoom-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tool-zoom-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-undo-history-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-undo-history-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-vchain-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-vchain-broken-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-video-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-video-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-warning-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-warning-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-warning-64.png
+%%DOCSDIR%%/libgimpwidgets/stock-web-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-web-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-wilber-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-wilber-32.png
+%%DOCSDIR%%/libgimpwidgets/stock-wilber-48.png
+%%DOCSDIR%%/libgimpwidgets/stock-wilber-64.png
+%%DOCSDIR%%/libgimpwidgets/stock-wilber-eek-64.png
+%%DOCSDIR%%/libgimpwidgets/up.png
+share/gimp/brushes/10x10square.gbr
+share/gimp/brushes/10x10squareBlur.gbr
+share/gimp/brushes/11circle.gbr
+share/gimp/brushes/11fcircle.gbr
+share/gimp/brushes/13circle.gbr
+share/gimp/brushes/13fcircle.gbr
+share/gimp/brushes/15circle.gbr
+share/gimp/brushes/15fcircle.gbr
+share/gimp/brushes/17circle.gbr
+share/gimp/brushes/17fcircle.gbr
+share/gimp/brushes/19circle.gbr
+share/gimp/brushes/19fcircle.gbr
+share/gimp/brushes/1circle.gbr
+share/gimp/brushes/20x20square.gbr
+share/gimp/brushes/20x20squareBlur.gbr
+share/gimp/brushes/3circle.gbr
+share/gimp/brushes/3fcircle.gbr
+share/gimp/brushes/5circle.gbr
+share/gimp/brushes/5fcircle.gbr
+share/gimp/brushes/5x5square.gbr
+share/gimp/brushes/5x5squareBlur.gbr
+share/gimp/brushes/7circle.gbr
+share/gimp/brushes/7fcircle.gbr
+share/gimp/brushes/9circle.gbr
+share/gimp/brushes/9fcircle.gbr
+share/gimp/brushes/DStar11.gbr
+share/gimp/brushes/DStar17.gbr
+share/gimp/brushes/DStar25.gbr
+share/gimp/brushes/SketchBrush-16.gih
+share/gimp/brushes/SketchBrush-32.gih
+share/gimp/brushes/SketchBrush-64.gih
+share/gimp/brushes/callig1.gbr
+share/gimp/brushes/callig2.gbr
+share/gimp/brushes/callig3.gbr
+share/gimp/brushes/callig4.gbr
+share/gimp/brushes/confetti.gbr
+share/gimp/brushes/confetti.gih
+share/gimp/brushes/dunes.gbr
+share/gimp/brushes/feltpen.gih
+share/gimp/brushes/galaxy.gbr
+share/gimp/brushes/galaxy_big.gbr
+share/gimp/brushes/galaxy_small.gbr
+share/gimp/brushes/hsparks.gih
+share/gimp/brushes/pepper.gbr
+share/gimp/brushes/pixel.gbr
+share/gimp/brushes/thegimp.gbr
+share/gimp/brushes/vine.gih
+share/gimp/brushes/xcf.gbr
+share/gimp/fractalexplorer/Asteroid_Field
+share/gimp/fractalexplorer/Bar_Code_Label
+share/gimp/fractalexplorer/Beauty_of_Nature
+share/gimp/fractalexplorer/Blue_Curtain
+share/gimp/fractalexplorer/Car_Track
+share/gimp/fractalexplorer/Energetic_Diamond
+share/gimp/fractalexplorer/Explosive
+share/gimp/fractalexplorer/Flower
+share/gimp/fractalexplorer/Fragments
+share/gimp/fractalexplorer/Hemp
+share/gimp/fractalexplorer/High_Voltage
+share/gimp/fractalexplorer/Hoops
+share/gimp/fractalexplorer/Ice_Crystal
+share/gimp/fractalexplorer/Leaves
+share/gimp/fractalexplorer/Lightning
+share/gimp/fractalexplorer/Mandelbrot
+share/gimp/fractalexplorer/Marble
+share/gimp/fractalexplorer/Marble2
+share/gimp/fractalexplorer/Medusa
+share/gimp/fractalexplorer/Nautilus
+share/gimp/fractalexplorer/Nebula
+share/gimp/fractalexplorer/Plant
+share/gimp/fractalexplorer/Rose
+share/gimp/fractalexplorer/Saturn
+share/gimp/fractalexplorer/Snow_Crystal
+share/gimp/fractalexplorer/Soma
+share/gimp/fractalexplorer/Spark
+share/gimp/fractalexplorer/Suns
+share/gimp/fractalexplorer/Tentacles
+share/gimp/fractalexplorer/The_Green_Place
+share/gimp/fractalexplorer/Wave
+share/gimp/fractalexplorer/Wood
+share/gimp/fractalexplorer/Zooming_Circle
+share/gimp/gfig/A_star
+share/gimp/gfig/curves
+share/gimp/gfig/polys
+share/gimp/gfig/ring
+share/gimp/gfig/ring+star
+share/gimp/gfig/simily
+share/gimp/gfig/spirals_and_stars
+share/gimp/gfig/sprial
+share/gimp/gfig/star2
+share/gimp/gfig/stars
+share/gimp/gflare/Bright_Star
+share/gimp/gflare/Classic
+share/gimp/gflare/Default
+share/gimp/gflare/Distant_Sun
+share/gimp/gflare/GFlare_101
+share/gimp/gflare/GFlare_102
+share/gimp/gflare/Hidden_Planet
+share/gimp/gimpressionist/Brushes/arrow01.pgm
+share/gimp/gimpressionist/Brushes/ball.ppm
+share/gimp/gimpressionist/Brushes/blob.ppm
+share/gimp/gimpressionist/Brushes/box.ppm
+share/gimp/gimpressionist/Brushes/chalk01.pgm
+share/gimp/gimpressionist/Brushes/cone.ppm
+share/gimp/gimpressionist/Brushes/crayon01.pgm
+share/gimp/gimpressionist/Brushes/crayon02.pgm
+share/gimp/gimpressionist/Brushes/crayon03.pgm
+share/gimp/gimpressionist/Brushes/crayon04.pgm
+share/gimp/gimpressionist/Brushes/crayon05.pgm
+share/gimp/gimpressionist/Brushes/crayon06.pgm
+share/gimp/gimpressionist/Brushes/crayon07.pgm
+share/gimp/gimpressionist/Brushes/crayon08.pgm
+share/gimp/gimpressionist/Brushes/defaultbrush.pgm
+share/gimp/gimpressionist/Brushes/dribble.pgm
+share/gimp/gimpressionist/Brushes/fabric.pgm
+share/gimp/gimpressionist/Brushes/fabric01.pgm
+share/gimp/gimpressionist/Brushes/fabric02.pgm
+share/gimp/gimpressionist/Brushes/fabric03.pgm
+share/gimp/gimpressionist/Brushes/flower01.pgm
+share/gimp/gimpressionist/Brushes/flower02.pgm
+share/gimp/gimpressionist/Brushes/flower03.pgm
+share/gimp/gimpressionist/Brushes/flower04.pgm
+share/gimp/gimpressionist/Brushes/grad01.pgm
+share/gimp/gimpressionist/Brushes/grad02.pgm
+share/gimp/gimpressionist/Brushes/grad03.pgm
+share/gimp/gimpressionist/Brushes/heart.ppm
+share/gimp/gimpressionist/Brushes/leaf01.pgm
+share/gimp/gimpressionist/Brushes/paintbrush.pgm
+share/gimp/gimpressionist/Brushes/paintbrush01.pgm
+share/gimp/gimpressionist/Brushes/paintbrush02.pgm
+share/gimp/gimpressionist/Brushes/paintbrush03.pgm
+share/gimp/gimpressionist/Brushes/paintbrush04.pgm
+share/gimp/gimpressionist/Brushes/paper01.pgm
+share/gimp/gimpressionist/Brushes/paper02.pgm
+share/gimp/gimpressionist/Brushes/paper03.pgm
+share/gimp/gimpressionist/Brushes/paper04.pgm
+share/gimp/gimpressionist/Brushes/pentagram.pgm
+share/gimp/gimpressionist/Brushes/scribble.pgm
+share/gimp/gimpressionist/Brushes/shape01.pgm
+share/gimp/gimpressionist/Brushes/shape02.pgm
+share/gimp/gimpressionist/Brushes/shape03.pgm
+share/gimp/gimpressionist/Brushes/shape04.pgm
+share/gimp/gimpressionist/Brushes/snow1.pgm
+share/gimp/gimpressionist/Brushes/sphere.ppm
+share/gimp/gimpressionist/Brushes/splat1.pgm
+share/gimp/gimpressionist/Brushes/splat2.pgm
+share/gimp/gimpressionist/Brushes/splat3.pgm
+share/gimp/gimpressionist/Brushes/spunge01.pgm
+share/gimp/gimpressionist/Brushes/spunge02.pgm
+share/gimp/gimpressionist/Brushes/spunge03.pgm
+share/gimp/gimpressionist/Brushes/spunge04.pgm
+share/gimp/gimpressionist/Brushes/spunge05.pgm
+share/gimp/gimpressionist/Brushes/strange01.pgm
+share/gimp/gimpressionist/Brushes/thegimp.pgm
+share/gimp/gimpressionist/Brushes/torus.ppm
+share/gimp/gimpressionist/Brushes/wavy.pgm
+share/gimp/gimpressionist/Brushes/weave.pgm
+share/gimp/gimpressionist/Brushes/worm.pgm
+share/gimp/gimpressionist/Paper/bricks.pgm
+share/gimp/gimpressionist/Paper/bricks2.pgm
+share/gimp/gimpressionist/Paper/burlap.pgm
+share/gimp/gimpressionist/Paper/canvas2.pgm
+share/gimp/gimpressionist/Paper/defaultpaper.pgm
+share/gimp/gimpressionist/Paper/marble.pgm
+share/gimp/gimpressionist/Paper/marble2.pgm
+share/gimp/gimpressionist/Paper/stone.pgm
+share/gimp/gimpressionist/Paper/struc.pgm
+share/gimp/gimpressionist/Presets/ApplyCanvas
+share/gimp/gimpressionist/Presets/Ballpark
+share/gimp/gimpressionist/Presets/Canvas
+share/gimp/gimpressionist/Presets/Crosshatch
+share/gimp/gimpressionist/Presets/Cubism
+share/gimp/gimpressionist/Presets/Dotify
+share/gimp/gimpressionist/Presets/Embroidery
+share/gimp/gimpressionist/Presets/Feathers
+share/gimp/gimpressionist/Presets/Felt-marker
+share/gimp/gimpressionist/Presets/Flowerbed
+share/gimp/gimpressionist/Presets/Furry
+share/gimp/gimpressionist/Presets/Line-art
+share/gimp/gimpressionist/Presets/Line-art-2
+share/gimp/gimpressionist/Presets/Maggot-invasion
+share/gimp/gimpressionist/Presets/MarbleMadness
+share/gimp/gimpressionist/Presets/Mossy
+share/gimp/gimpressionist/Presets/Painted_Rock
+share/gimp/gimpressionist/Presets/Parquette
+share/gimp/gimpressionist/Presets/Patchwork
+share/gimp/gimpressionist/Presets/Ringworks
+share/gimp/gimpressionist/Presets/Sample
+share/gimp/gimpressionist/Presets/Smash
+share/gimp/gimpressionist/Presets/Straws
+share/gimp/gimpressionist/Presets/Weave
+share/gimp/gimpressionist/Presets/Wormcan
+share/gimp/gradients/Abstract_1.ggr
+share/gimp/gradients/Abstract_2.ggr
+share/gimp/gradients/Abstract_3.ggr
+share/gimp/gradients/Aneurism.ggr
+share/gimp/gradients/Blinds.ggr
+share/gimp/gradients/Blue_Green.ggr
+share/gimp/gradients/Browns.ggr
+share/gimp/gradients/Brushed_Aluminium.ggr
+share/gimp/gradients/Burning_Paper.ggr
+share/gimp/gradients/Burning_Transparency.ggr
+share/gimp/gradients/CD.ggr
+share/gimp/gradients/CD_Half.ggr
+share/gimp/gradients/Caribbean_Blues.ggr
+share/gimp/gradients/Coffee.ggr
+share/gimp/gradients/Cold_Steel.ggr
+share/gimp/gradients/Cold_Steel_2.ggr
+share/gimp/gradients/Crown_molding.ggr
+share/gimp/gradients/Dark_1.ggr
+share/gimp/gradients/Deep_Sea.ggr
+share/gimp/gradients/Default.ggr
+share/gimp/gradients/Flare_Glow_Angular_1.ggr
+share/gimp/gradients/Flare_Glow_Radial_1.ggr
+share/gimp/gradients/Flare_Glow_Radial_2.ggr
+share/gimp/gradients/Flare_Glow_Radial_3.ggr
+share/gimp/gradients/Flare_Glow_Radial_4.ggr
+share/gimp/gradients/Flare_Radial_101.ggr
+share/gimp/gradients/Flare_Radial_102.ggr
+share/gimp/gradients/Flare_Radial_103.ggr
+share/gimp/gradients/Flare_Rays_Radial_1.ggr
+share/gimp/gradients/Flare_Rays_Radial_2.ggr
+share/gimp/gradients/Flare_Rays_Size_1.ggr
+share/gimp/gradients/Flare_Sizefac_101.ggr
+share/gimp/gradients/Four_bars.ggr
+share/gimp/gradients/French_flag.ggr
+share/gimp/gradients/French_flag_smooth.ggr
+share/gimp/gradients/Full_saturation_spectrum_CCW.ggr
+share/gimp/gradients/Full_saturation_spectrum_CW.ggr
+share/gimp/gradients/German_flag.ggr
+share/gimp/gradients/German_flag_smooth.ggr
+share/gimp/gradients/Golden.ggr
+share/gimp/gradients/Greens.ggr
+share/gimp/gradients/Horizon_1.ggr
+share/gimp/gradients/Horizon_2.ggr
+share/gimp/gradients/Incandescent.ggr
+share/gimp/gradients/Land_1.ggr
+share/gimp/gradients/Land_and_Sea.ggr
+share/gimp/gradients/Metallic_Something.ggr
+share/gimp/gradients/Mexican_flag.ggr
+share/gimp/gradients/Mexican_flag_smooth.ggr
+share/gimp/gradients/Nauseating_Headache.ggr
+share/gimp/gradients/Neon_Cyan.ggr
+share/gimp/gradients/Neon_Green.ggr
+share/gimp/gradients/Neon_Yellow.ggr
+share/gimp/gradients/Pastel_Rainbow.ggr
+share/gimp/gradients/Pastels.ggr
+share/gimp/gradients/Purples.ggr
+share/gimp/gradients/Radial_Eyeball_Blue.ggr
+share/gimp/gradients/Radial_Eyeball_Brown.ggr
+share/gimp/gradients/Radial_Eyeball_Green.ggr
+share/gimp/gradients/Radial_Glow_1.ggr
+share/gimp/gradients/Radial_Rainbow_Hoop.ggr
+share/gimp/gradients/Romanian_flag.ggr
+share/gimp/gradients/Romanian_flag_smooth.ggr
+share/gimp/gradients/Rounded_edge.ggr
+share/gimp/gradients/Shadows_1.ggr
+share/gimp/gradients/Shadows_2.ggr
+share/gimp/gradients/Shadows_3.ggr
+share/gimp/gradients/Skyline.ggr
+share/gimp/gradients/Skyline_polluted.ggr
+share/gimp/gradients/Square_Wood_Frame.ggr
+share/gimp/gradients/Sunrise.ggr
+share/gimp/gradients/Three_bars_sin.ggr
+share/gimp/gradients/Tropical_Colors.ggr
+share/gimp/gradients/Tube_Red.ggr
+share/gimp/gradients/Wood_1.ggr
+share/gimp/gradients/Wood_2.ggr
+share/gimp/gradients/Yellow_Contrast.ggr
+share/gimp/gradients/Yellow_Orange.ggr
+share/gimp/images/gimp_logo.png
+share/gimp/images/gimp_splash.png
+share/gimp/images/wilber-icon.png
+share/gimp/images/wilber-tips.png
+share/gimp/images/wilber-wizard.png
+share/gimp/misc/gimp.applications
+share/gimp/misc/gimp.desktop
+share/gimp/misc/gimp.keys
+share/gimp/palettes/Bears.gpl
+share/gimp/palettes/Bgold.gpl
+share/gimp/palettes/Blues.gpl
+share/gimp/palettes/Borders.gpl
+share/gimp/palettes/Browns_And_Yellows.gpl
+share/gimp/palettes/Caramel.gpl
+share/gimp/palettes/Cascade.gpl
+share/gimp/palettes/China.gpl
+share/gimp/palettes/Coldfire.gpl
+share/gimp/palettes/Cool_Colors.gpl
+share/gimp/palettes/Cranes.gpl
+share/gimp/palettes/Dark_pastels.gpl
+share/gimp/palettes/Default.gpl
+share/gimp/palettes/Ega.gpl
+share/gimp/palettes/Firecode.gpl
+share/gimp/palettes/Gold.gpl
+share/gimp/palettes/GrayViolet.gpl
+share/gimp/palettes/Grayblue.gpl
+share/gimp/palettes/Grays.gpl
+share/gimp/palettes/Greens.gpl
+share/gimp/palettes/Hilite.gpl
+share/gimp/palettes/Khaki.gpl
+share/gimp/palettes/Lights.gpl
+share/gimp/palettes/Muted.gpl
+share/gimp/palettes/Named_Colors.gpl
+share/gimp/palettes/News3.gpl
+share/gimp/palettes/Op2.gpl
+share/gimp/palettes/Paintjet.gpl
+share/gimp/palettes/Pastels.gpl
+share/gimp/palettes/Plasma.gpl
+share/gimp/palettes/Reds.gpl
+share/gimp/palettes/Reds_And_Purples.gpl
+share/gimp/palettes/Royal.gpl
+share/gimp/palettes/Topographic.gpl
+share/gimp/palettes/Visibone.gpl
+share/gimp/palettes/Visibone_2.gpl
+share/gimp/palettes/Volcano.gpl
+share/gimp/palettes/Warm_Colors.gpl
+share/gimp/palettes/Web.gpl
+share/gimp/patterns/3dgreen.pat
+share/gimp/patterns/Craters.pat
+share/gimp/patterns/Moonfoot.pat
+share/gimp/patterns/amethyst.pat
+share/gimp/patterns/bark.pat
+share/gimp/patterns/blue.pat
+share/gimp/patterns/bluegrid.pat
+share/gimp/patterns/bluesquares.pat
+share/gimp/patterns/blueweb.pat
+share/gimp/patterns/brick.pat
+share/gimp/patterns/burlap.pat
+share/gimp/patterns/burlwood.pat
+share/gimp/patterns/choc_swirl.pat
+share/gimp/patterns/corkboard.pat
+share/gimp/patterns/cracked.pat
+share/gimp/patterns/crinklepaper.pat
+share/gimp/patterns/electric.pat
+share/gimp/patterns/fibers.pat
+share/gimp/patterns/granite1.pat
+share/gimp/patterns/ground1.pat
+share/gimp/patterns/ice.pat
+share/gimp/patterns/java.pat
+share/gimp/patterns/leather.pat
+share/gimp/patterns/leaves.pat
+share/gimp/patterns/leopard.pat
+share/gimp/patterns/lightning.pat
+share/gimp/patterns/marble1.pat
+share/gimp/patterns/marble2.pat
+share/gimp/patterns/marble3.pat
+share/gimp/patterns/nops.pat
+share/gimp/patterns/paper.pat
+share/gimp/patterns/parque1.pat
+share/gimp/patterns/parque2.pat
+share/gimp/patterns/parque3.pat
+share/gimp/patterns/pastel.pat
+share/gimp/patterns/pine.pat
+share/gimp/patterns/pink_marble.pat
+share/gimp/patterns/pool.pat
+share/gimp/patterns/qube1.pat
+share/gimp/patterns/rain.pat
+share/gimp/patterns/recessed.pat
+share/gimp/patterns/redcube.pat
+share/gimp/patterns/rock.pat
+share/gimp/patterns/sky.pat
+share/gimp/patterns/slate.pat
+share/gimp/patterns/sm_squares.pat
+share/gimp/patterns/starfield.pat
+share/gimp/patterns/stone33.pat
+share/gimp/patterns/terra.pat
+share/gimp/patterns/walnut.pat
+share/gimp/patterns/warning.pat
+share/gimp/patterns/wood1.pat
+share/gimp/patterns/wood2.pat
+share/gimp/patterns/wood3.pat
+share/gimp/patterns/wood4.pat
+share/gimp/patterns/wood5.pat
+share/gimp/scripts/3d-outline.scm
+share/gimp/scripts/3dTruchet.scm
+share/gimp/scripts/add-bevel.scm
+share/gimp/scripts/addborder.scm
+share/gimp/scripts/alien-glow-arrow.scm
+share/gimp/scripts/alien-glow-bar.scm
+share/gimp/scripts/alien-glow-bullet.scm
+share/gimp/scripts/alien-glow-button.scm
+share/gimp/scripts/alien-glow-logo.scm
+share/gimp/scripts/alien-neon-logo.scm
+share/gimp/scripts/asc2img.scm
+share/gimp/scripts/basic1-logo.scm
+share/gimp/scripts/basic2-logo.scm
+share/gimp/scripts/beavis.jpg
+share/gimp/scripts/beveled-button.scm
+share/gimp/scripts/beveled-pattern-arrow.scm
+share/gimp/scripts/beveled-pattern-bullet.scm
+share/gimp/scripts/beveled-pattern-button.scm
+share/gimp/scripts/beveled-pattern-heading.scm
+share/gimp/scripts/beveled-pattern-hrule.scm
+share/gimp/scripts/blend-anim.scm
+share/gimp/scripts/blended-logo.scm
+share/gimp/scripts/bovinated-logo.scm
+share/gimp/scripts/burn-in-anim.scm
+share/gimp/scripts/camo.scm
+share/gimp/scripts/carve-it.scm
+share/gimp/scripts/carved-logo.scm
+share/gimp/scripts/chalk.scm
+share/gimp/scripts/chip-away.scm
+share/gimp/scripts/chrome-it.scm
+share/gimp/scripts/chrome-logo.scm
+share/gimp/scripts/circuit.scm
+share/gimp/scripts/clothify.scm
+share/gimp/scripts/coffee.scm
+share/gimp/scripts/comic-logo.scm
+share/gimp/scripts/coolmetal-logo.scm
+share/gimp/scripts/copy-visible.scm
+share/gimp/scripts/crystal-logo.scm
+share/gimp/scripts/distress-selection.scm
+share/gimp/scripts/drop-shadow.scm
+share/gimp/scripts/erase-rows.scm
+share/gimp/scripts/fade-outline.scm
+share/gimp/scripts/flatland.scm
+share/gimp/scripts/font-map.scm
+share/gimp/scripts/frosty-logo.scm
+share/gimp/scripts/fuzzyborder.scm
+share/gimp/scripts/gimp-headers.scm
+share/gimp/scripts/gimp-labels.scm
+share/gimp/scripts/glossy.scm
+share/gimp/scripts/glowing-logo.scm
+share/gimp/scripts/gradient-bevel-logo.scm
+share/gimp/scripts/gradient-example.scm
+share/gimp/scripts/grid-system.scm
+share/gimp/scripts/hsv-graph.scm
+share/gimp/scripts/i26-gunya2.scm
+share/gimp/scripts/image-structure.scm
+share/gimp/scripts/land.scm
+share/gimp/scripts/lava.scm
+share/gimp/scripts/line-nova.scm
+share/gimp/scripts/mkbrush.scm
+share/gimp/scripts/neon-logo.scm
+share/gimp/scripts/news-text.scm
+share/gimp/scripts/old-photo.scm
+share/gimp/scripts/perspective-shadow.scm
+share/gimp/scripts/predator.scm
+share/gimp/scripts/pupi-button.scm
+share/gimp/scripts/rendermap.scm
+share/gimp/scripts/ripply-anim.scm
+share/gimp/scripts/round-corners.scm
+share/gimp/scripts/script-fu-util.scm
+share/gimp/scripts/select-to-brush.scm
+share/gimp/scripts/select-to-image.scm
+share/gimp/scripts/select-to-pattern.scm
+share/gimp/scripts/selection-round.scm
+share/gimp/scripts/slide.scm
+share/gimp/scripts/sota-chrome-logo.scm
+share/gimp/scripts/speed-text.scm
+share/gimp/scripts/sphere.scm
+share/gimp/scripts/spinning-globe.scm
+share/gimp/scripts/spyrogimp.scm
+share/gimp/scripts/starburst-logo.scm
+share/gimp/scripts/starscape-logo.scm
+share/gimp/scripts/swirltile.scm
+share/gimp/scripts/swirly-pattern.scm
+share/gimp/scripts/t-o-p-logo.scm
+share/gimp/scripts/test-sphere.scm
+share/gimp/scripts/text-circle.scm
+share/gimp/scripts/texture.jpg
+share/gimp/scripts/texture1.jpg
+share/gimp/scripts/texture2.jpg
+share/gimp/scripts/texture3.jpg
+share/gimp/scripts/textured-logo.scm
+share/gimp/scripts/tileblur.scm
+share/gimp/scripts/title-header.scm
+share/gimp/scripts/truchet.scm
+share/gimp/scripts/unsharp-mask.scm
+share/gimp/scripts/waves-anim.scm
+share/gimp/scripts/weave.scm
+share/gimp/scripts/web-browser.scm
+share/gimp/scripts/xach-effect.scm
+share/gimp/themes/Default/gtkrc
+share/gimp/themes/Default/imagerc
+share/gimp/themes/Default/images/preferences/default-comment.png
+share/gimp/themes/Default/images/preferences/display.png
+share/gimp/themes/Default/images/preferences/environment.png
+share/gimp/themes/Default/images/preferences/folders-brushes.png
+share/gimp/themes/Default/images/preferences/folders-environ.png
+share/gimp/themes/Default/images/preferences/folders-fonts.png
+share/gimp/themes/Default/images/preferences/folders-gradients.png
+share/gimp/themes/Default/images/preferences/folders-modules.png
+share/gimp/themes/Default/images/preferences/folders-palettes.png
+share/gimp/themes/Default/images/preferences/folders-patterns.png
+share/gimp/themes/Default/images/preferences/folders-plug-ins.png
+share/gimp/themes/Default/images/preferences/folders-scripts.png
+share/gimp/themes/Default/images/preferences/folders-themes.png
+share/gimp/themes/Default/images/preferences/folders-tool-plug-ins.png
+share/gimp/themes/Default/images/preferences/folders.png
+share/gimp/themes/Default/images/preferences/help-system.png
+share/gimp/themes/Default/images/preferences/image-title.png
+share/gimp/themes/Default/images/preferences/image-windows.png
+share/gimp/themes/Default/images/preferences/input-devices.png
+share/gimp/themes/Default/images/preferences/interface.png
+share/gimp/themes/Default/images/preferences/monitor.png
+share/gimp/themes/Default/images/preferences/new-image.png
+share/gimp/themes/Default/images/preferences/tool-options.png
+share/gimp/themes/Default/images/stock-anchor-16.png
+share/gimp/themes/Default/images/stock-char-picker-22.png
+share/gimp/themes/Default/images/stock-channel-16.png
+share/gimp/themes/Default/images/stock-channel-24.png
+share/gimp/themes/Default/images/stock-channels-16.png
+share/gimp/themes/Default/images/stock-channels-24.png
+share/gimp/themes/Default/images/stock-channel-32.png
+share/gimp/themes/Default/images/stock-channel-48.png
+share/gimp/themes/Default/images/stock-channel-alpha-16.png
+share/gimp/themes/Default/images/stock-channel-alpha-24.png
+share/gimp/themes/Default/images/stock-channel-alpha-32.png
+share/gimp/themes/Default/images/stock-channel-alpha-48.png
+share/gimp/themes/Default/images/stock-channel-blue-16.png
+share/gimp/themes/Default/images/stock-channel-blue-24.png
+share/gimp/themes/Default/images/stock-channel-blue-32.png
+share/gimp/themes/Default/images/stock-channel-blue-48.png
+share/gimp/themes/Default/images/stock-channel-gray-16.png
+share/gimp/themes/Default/images/stock-channel-gray-24.png
+share/gimp/themes/Default/images/stock-channel-gray-32.png
+share/gimp/themes/Default/images/stock-channel-gray-48.png
+share/gimp/themes/Default/images/stock-channel-green-16.png
+share/gimp/themes/Default/images/stock-channel-green-24.png
+share/gimp/themes/Default/images/stock-channel-green-32.png
+share/gimp/themes/Default/images/stock-channel-green-48.png
+share/gimp/themes/Default/images/stock-channel-red-16.png
+share/gimp/themes/Default/images/stock-channel-red-24.png
+share/gimp/themes/Default/images/stock-channel-red-32.png
+share/gimp/themes/Default/images/stock-channel-red-48.png
+share/gimp/themes/Default/images/stock-color-picker-black-18.png
+share/gimp/themes/Default/images/stock-color-picker-gray-18.png
+share/gimp/themes/Default/images/stock-color-picker-white-18.png
+share/gimp/themes/Default/images/stock-color-triangle-16.png
+share/gimp/themes/Default/images/stock-convert-grayscale-16.png
+share/gimp/themes/Default/images/stock-convert-indexed-16.png
+share/gimp/themes/Default/images/stock-convert-rgb-16.png
+share/gimp/themes/Default/images/stock-curve-free-16.png
+share/gimp/themes/Default/images/stock-curve-smooth-16.png
+share/gimp/themes/Default/images/stock-default-colors-12.png
+share/gimp/themes/Default/images/stock-device-status-16.png
+share/gimp/themes/Default/images/stock-duplicate-16.png
+share/gimp/themes/Default/images/stock-edit-16.png
+share/gimp/themes/Default/images/stock-error-64.png
+share/gimp/themes/Default/images/stock-eye-12.png
+share/gimp/themes/Default/images/stock-eye-20.png
+share/gimp/themes/Default/images/stock-flip-horizontal-16.png
+share/gimp/themes/Default/images/stock-flip-vertical-16.png
+share/gimp/themes/Default/images/stock-floating-selection-16.png
+share/gimp/themes/Default/images/stock-floating-selection-24.png
+share/gimp/themes/Default/images/stock-floating-selection-32.png
+share/gimp/themes/Default/images/stock-floating-selection-48.png
+share/gimp/themes/Default/images/stock-gradient-bilinear-16.png
+share/gimp/themes/Default/images/stock-gradient-conical-asymmetric-16.png
+share/gimp/themes/Default/images/stock-gradient-conical-symmetric-16.png
+share/gimp/themes/Default/images/stock-gradient-linear-16.png
+share/gimp/themes/Default/images/stock-gradient-radial-16.png
+share/gimp/themes/Default/images/stock-gradient-shapeburst-angular-16.png
+share/gimp/themes/Default/images/stock-gradient-shapeburst-dimpled-16.png
+share/gimp/themes/Default/images/stock-gradient-shapeburst-spherical-16.png
+share/gimp/themes/Default/images/stock-gradient-spiral-anticlockwise-16.png
+share/gimp/themes/Default/images/stock-gradient-spiral-clockwise-16.png
+share/gimp/themes/Default/images/stock-gradient-square-16.png
+share/gimp/themes/Default/images/stock-gravity-east-24.png
+share/gimp/themes/Default/images/stock-gravity-north-24.png
+share/gimp/themes/Default/images/stock-gravity-north-east-24.png
+share/gimp/themes/Default/images/stock-gravity-north-west-24.png
+share/gimp/themes/Default/images/stock-gravity-south-24.png
+share/gimp/themes/Default/images/stock-gravity-south-east-24.png
+share/gimp/themes/Default/images/stock-gravity-south-west-24.png
+share/gimp/themes/Default/images/stock-gravity-west-24.png
+share/gimp/themes/Default/images/stock-grid-16.png
+share/gimp/themes/Default/images/stock-hchain-24.png
+share/gimp/themes/Default/images/stock-hchain-broken-24.png
+share/gimp/themes/Default/images/stock-image-16.png
+share/gimp/themes/Default/images/stock-image-24.png
+share/gimp/themes/Default/images/stock-image-32.png
+share/gimp/themes/Default/images/stock-image-48.png
+share/gimp/themes/Default/images/stock-images-16.png
+share/gimp/themes/Default/images/stock-images-24.png
+share/gimp/themes/Default/images/stock-indexed-palette-16.png
+share/gimp/themes/Default/images/stock-indexed-palette-24.png
+share/gimp/themes/Default/images/stock-info-16.png
+share/gimp/themes/Default/images/stock-info-24.png
+share/gimp/themes/Default/images/stock-info-64.png
+share/gimp/themes/Default/images/stock-invert-16.png
+share/gimp/themes/Default/images/stock-landscape-16.png
+share/gimp/themes/Default/images/stock-layer-16.png
+share/gimp/themes/Default/images/stock-layer-24.png
+share/gimp/themes/Default/images/stock-layer-32.png
+share/gimp/themes/Default/images/stock-layer-48.png
+share/gimp/themes/Default/images/stock-list-16.png
+share/gimp/themes/Default/images/stock-layer-to-imagesize-16.png
+share/gimp/themes/Default/images/stock-layers-16.png
+share/gimp/themes/Default/images/stock-layers-24.png
+share/gimp/themes/Default/images/stock-letter-spacing-22.png
+share/gimp/themes/Default/images/stock-line-spacing-22.png
+share/gimp/themes/Default/images/stock-linked-12.png
+share/gimp/themes/Default/images/stock-linked-20.png
+share/gimp/themes/Default/images/stock-merge-down-16.png
+share/gimp/themes/Default/images/stock-navigation-16.png
+share/gimp/themes/Default/images/stock-paste-as-new-16.png
+share/gimp/themes/Default/images/stock-paste-into-16.png
+share/gimp/themes/Default/images/stock-path-stroke-16.png
+share/gimp/themes/Default/images/stock-path-16.png
+share/gimp/themes/Default/images/stock-path-22.png
+share/gimp/themes/Default/images/stock-paths-16.png
+share/gimp/themes/Default/images/stock-paths-22.png
+share/gimp/themes/Default/images/stock-plugin-16.png
+share/gimp/themes/Default/images/stock-portrait-16.png
+share/gimp/themes/Default/images/stock-qmask-off-16.png
+share/gimp/themes/Default/images/stock-qmask-on-16.png
+share/gimp/themes/Default/images/stock-question-64.png
+share/gimp/themes/Default/images/stock-reset-16.png
+share/gimp/themes/Default/images/stock-reshow-filter-16.png
+share/gimp/themes/Default/images/stock-resize-16.png
+share/gimp/themes/Default/images/stock-rotate-180-16.png
+share/gimp/themes/Default/images/stock-rotate-270-16.png
+share/gimp/themes/Default/images/stock-rotate-90-16.png
+share/gimp/themes/Default/images/stock-scale-16.png
+share/gimp/themes/Default/images/stock-selection-16.png
+share/gimp/themes/Default/images/stock-selection-add-16.png
+share/gimp/themes/Default/images/stock-selection-all-16.png
+share/gimp/themes/Default/images/stock-selection-grow-16.png
+share/gimp/themes/Default/images/stock-selection-intersect-16.png
+share/gimp/themes/Default/images/stock-selection-none-16.png
+share/gimp/themes/Default/images/stock-selection-replace-16.png
+share/gimp/themes/Default/images/stock-selection-shrink-16.png
+share/gimp/themes/Default/images/stock-selection-stroke-16.png
+share/gimp/themes/Default/images/stock-selection-subtract-16.png
+share/gimp/themes/Default/images/stock-selection-to-channel-16.png
+share/gimp/themes/Default/images/stock-selection-to-path-16.png
+share/gimp/themes/Default/images/stock-swap-colors-12.png
+share/gimp/themes/Default/images/stock-template-16.png
+share/gimp/themes/Default/images/stock-template-24.png
+share/gimp/themes/Default/images/stock-text-dir-ltr-24.png
+share/gimp/themes/Default/images/stock-text-dir-rtl-24.png
+share/gimp/themes/Default/images/stock-text-layer-16.png
+share/gimp/themes/Default/images/stock-text-layer-24.png
+share/gimp/themes/Default/images/stock-text-layer-32.png
+share/gimp/themes/Default/images/stock-text-layer-48.png
+share/gimp/themes/Default/images/stock-texture-64.png
+share/gimp/themes/Default/images/stock-toilet-paper-16.png
+share/gimp/themes/Default/images/stock-toilet-paper-24.png
+share/gimp/themes/Default/images/stock-tool-airbrush-16.png
+share/gimp/themes/Default/images/stock-tool-airbrush-22.png
+share/gimp/themes/Default/images/stock-tool-blend-16.png
+share/gimp/themes/Default/images/stock-tool-blend-22.png
+share/gimp/themes/Default/images/stock-tool-blur-16.png
+share/gimp/themes/Default/images/stock-tool-blur-22.png
+share/gimp/themes/Default/images/stock-tool-brightness-contrast-16.png
+share/gimp/themes/Default/images/stock-tool-brightness-contrast-22.png
+share/gimp/themes/Default/images/stock-tool-bucket-fill-16.png
+share/gimp/themes/Default/images/stock-tool-bucket-fill-22.png
+share/gimp/themes/Default/images/stock-tool-by-color-select-16.png
+share/gimp/themes/Default/images/stock-tool-by-color-select-22.png
+share/gimp/themes/Default/images/stock-tool-clone-16.png
+share/gimp/themes/Default/images/stock-tool-clone-22.png
+share/gimp/themes/Default/images/stock-tool-color-balance-16.png
+share/gimp/themes/Default/images/stock-tool-color-balance-22.png
+share/gimp/themes/Default/images/stock-tool-color-picker-16.png
+share/gimp/themes/Default/images/stock-tool-color-picker-22.png
+share/gimp/themes/Default/images/stock-tool-colorize-16.png
+share/gimp/themes/Default/images/stock-tool-colorize-22.png
+share/gimp/themes/Default/images/stock-tool-crop-16.png
+share/gimp/themes/Default/images/stock-tool-crop-22.png
+share/gimp/themes/Default/images/stock-tool-curves-16.png
+share/gimp/themes/Default/images/stock-tool-curves-22.png
+share/gimp/themes/Default/images/stock-tool-dodge-16.png
+share/gimp/themes/Default/images/stock-tool-dodge-22.png
+share/gimp/themes/Default/images/stock-tool-ellipse-select-16.png
+share/gimp/themes/Default/images/stock-tool-ellipse-select-22.png
+share/gimp/themes/Default/images/stock-tool-eraser-16.png
+share/gimp/themes/Default/images/stock-tool-eraser-22.png
+share/gimp/themes/Default/images/stock-tool-flip-16.png
+share/gimp/themes/Default/images/stock-tool-flip-22.png
+share/gimp/themes/Default/images/stock-tool-free-select-16.png
+share/gimp/themes/Default/images/stock-tool-free-select-22.png
+share/gimp/themes/Default/images/stock-tool-fuzzy-select-16.png
+share/gimp/themes/Default/images/stock-tool-fuzzy-select-22.png
+share/gimp/themes/Default/images/stock-tool-histogram-16.png
+share/gimp/themes/Default/images/stock-tool-histogram-22.png
+share/gimp/themes/Default/images/stock-tool-hue-saturation-16.png
+share/gimp/themes/Default/images/stock-tool-hue-saturation-22.png
+share/gimp/themes/Default/images/stock-tool-ink-16.png
+share/gimp/themes/Default/images/stock-tool-ink-22.png
+share/gimp/themes/Default/images/stock-tool-iscissors-16.png
+share/gimp/themes/Default/images/stock-tool-iscissors-22.png
+share/gimp/themes/Default/images/stock-tool-levels-16.png
+share/gimp/themes/Default/images/stock-tool-levels-22.png
+share/gimp/themes/Default/images/stock-tool-measure-16.png
+share/gimp/themes/Default/images/stock-tool-measure-22.png
+share/gimp/themes/Default/images/stock-tool-move-16.png
+share/gimp/themes/Default/images/stock-tool-move-22.png
+share/gimp/themes/Default/images/stock-tool-options-16.png
+share/gimp/themes/Default/images/stock-tool-paintbrush-16.png
+share/gimp/themes/Default/images/stock-tool-paintbrush-22.png
+share/gimp/themes/Default/images/stock-tool-path-16.png
+share/gimp/themes/Default/images/stock-tool-path-22.png
+share/gimp/themes/Default/images/stock-tool-pencil-16.png
+share/gimp/themes/Default/images/stock-tool-pencil-22.png
+share/gimp/themes/Default/images/stock-tool-perspective-16.png
+share/gimp/themes/Default/images/stock-tool-perspective-22.png
+share/gimp/themes/Default/images/stock-tool-posterize-16.png
+share/gimp/themes/Default/images/stock-tool-posterize-22.png
+share/gimp/themes/Default/images/stock-tool-rect-select-16.png
+share/gimp/themes/Default/images/stock-tool-rect-select-22.png
+share/gimp/themes/Default/images/stock-tool-rotate-16.png
+share/gimp/themes/Default/images/stock-tool-rotate-22.png
+share/gimp/themes/Default/images/stock-tool-scale-16.png
+share/gimp/themes/Default/images/stock-tool-scale-22.png
+share/gimp/themes/Default/images/stock-tool-shear-16.png
+share/gimp/themes/Default/images/stock-tool-shear-22.png
+share/gimp/themes/Default/images/stock-tool-smudge-16.png
+share/gimp/themes/Default/images/stock-tool-smudge-22.png
+share/gimp/themes/Default/images/stock-tool-text-16.png
+share/gimp/themes/Default/images/stock-tool-text-22.png
+share/gimp/themes/Default/images/stock-tool-threshold-16.png
+share/gimp/themes/Default/images/stock-tool-threshold-22.png
+share/gimp/themes/Default/images/stock-tool-zoom-16.png
+share/gimp/themes/Default/images/stock-tool-zoom-22.png
+share/gimp/themes/Default/images/stock-undo-history-16.png
+share/gimp/themes/Default/images/stock-undo-history-24.png
+share/gimp/themes/Default/images/stock-vchain-24.png
+share/gimp/themes/Default/images/stock-vchain-broken-24.png
+share/gimp/themes/Default/images/stock-video-16.png
+share/gimp/themes/Default/images/stock-video-24.png
+share/gimp/themes/Default/images/stock-warning-16.png
+share/gimp/themes/Default/images/stock-warning-24.png
+share/gimp/themes/Default/images/stock-warning-64.png
+share/gimp/themes/Default/images/stock-web-16.png
+share/gimp/themes/Default/images/stock-web-24.png
+share/gimp/themes/Default/images/stock-wilber-16.png
+share/gimp/themes/Default/images/stock-wilber-64.png
+share/gimp/themes/Default/images/stock-wilber-eek-64.png
+share/gimp/tips/gimp-tips.xml
+%%GNOME:%%share/gnome/application-registry/gimp-1.3.applications
+%%GNOME:%%share/gnome/applications/gimp-1.3.desktop
+%%GNOME:%%share/gnome/mime-info/gimp-1.3.keys
+share/locale/ca/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/ca/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/ca/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/ca/LC_MESSAGES/gimp20.mo
+share/locale/cs/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/cs/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/cs/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/cs/LC_MESSAGES/gimp20.mo
+share/locale/da/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/da/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/da/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/da/LC_MESSAGES/gimp20.mo
+share/locale/de/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/de/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/de/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/de/LC_MESSAGES/gimp20.mo
+share/locale/el/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/el/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/el/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/el/LC_MESSAGES/gimp20.mo
+share/locale/en_GB/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/en_GB/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/en_GB/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/en_GB/LC_MESSAGES/gimp20.mo
+share/locale/es/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/es/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/es/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/es/LC_MESSAGES/gimp20.mo
+share/locale/fi/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/fi/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/fi/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/fi/LC_MESSAGES/gimp20.mo
+share/locale/fr/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/fr/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/fr/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/fr/LC_MESSAGES/gimp20.mo
+share/locale/ga/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/ga/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/ga/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/ga/LC_MESSAGES/gimp20.mo
+share/locale/gl/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/gl/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/gl/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/gl/LC_MESSAGES/gimp20.mo
+share/locale/he/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/he/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/he/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/he/LC_MESSAGES/gimp20.mo
+share/locale/hr/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/hr/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/hr/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/hr/LC_MESSAGES/gimp20.mo
+share/locale/hu/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/hu/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/hu/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/hu/LC_MESSAGES/gimp20.mo
+share/locale/id/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/id/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/id/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/id/LC_MESSAGES/gimp20.mo
+share/locale/it/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/it/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/it/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/it/LC_MESSAGES/gimp20.mo
+share/locale/ja/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/ja/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/ja/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/ja/LC_MESSAGES/gimp20.mo
+share/locale/ko/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/ko/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/ko/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/ko/LC_MESSAGES/gimp20.mo
+share/locale/nl/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/nl/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/nl/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/nl/LC_MESSAGES/gimp20.mo
+share/locale/no/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/no/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/no/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/no/LC_MESSAGES/gimp20.mo
+share/locale/pl/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/pl/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/pl/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/pl/LC_MESSAGES/gimp20.mo
+share/locale/pt/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/pt/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/pt/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/pt/LC_MESSAGES/gimp20.mo
+share/locale/pt_BR/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/pt_BR/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/pt_BR/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/pt_BR/LC_MESSAGES/gimp20.mo
+share/locale/ro/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/ro/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/ro/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/ro/LC_MESSAGES/gimp20.mo
+share/locale/ru/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/ru/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/ru/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/ru/LC_MESSAGES/gimp20.mo
+share/locale/sk/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/sk/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/sk/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/sk/LC_MESSAGES/gimp20.mo
+share/locale/sr/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/sr/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/sr/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/sr/LC_MESSAGES/gimp20.mo
+share/locale/sr@Latn/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/sr@Latn/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/sr@Latn/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/sr@Latn/LC_MESSAGES/gimp20.mo
+share/locale/sv/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/sv/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/sv/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/sv/LC_MESSAGES/gimp20.mo
+share/locale/tr/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/tr/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/tr/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/tr/LC_MESSAGES/gimp20.mo
+share/locale/uk/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/uk/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/uk/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/uk/LC_MESSAGES/gimp20.mo
+share/locale/vi/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/vi/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/vi/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/vi/LC_MESSAGES/gimp20.mo
+share/locale/yi/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/yi/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/yi/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/yi/LC_MESSAGES/gimp20.mo
+share/locale/zh_CN/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/zh_CN/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/zh_CN/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/zh_CN/LC_MESSAGES/gimp20.mo
+share/locale/zh_TW/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/zh_TW/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/zh_TW/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/zh_TW/LC_MESSAGES/gimp20.mo
+@dirrm %%DOCSDIR%%/libgimpwidgets
+@dirrm %%DOCSDIR%%/libgimpmodule
+@dirrm %%DOCSDIR%%/libgimpmath
+@dirrm %%DOCSDIR%%/libgimpcolor
+@dirrm %%DOCSDIR%%/libgimpbase
+@dirrm %%DOCSDIR%%/libgimp
+@dirrm %%DOCSDIR%%
+@dirrm share/gimp/tips
+@dirrm share/gimp/themes/Default/images/preferences
+@dirrm share/gimp/themes/Default/images
+@dirrm share/gimp/themes/Default
+@dirrm share/gimp/themes
+@dirrm share/gimp/scripts
+@dirrm share/gimp/patterns
+@dirrm share/gimp/palettes
+@dirrm share/gimp/misc
+@dirrm share/gimp/images
+@dirrm share/gimp/gradients
+@dirrm share/gimp/gimpressionist/Presets
+@dirrm share/gimp/gimpressionist/Paper
+@dirrm share/gimp/gimpressionist/Brushes
+@dirrm share/gimp/gimpressionist
+@dirrm share/gimp/gflare
+@dirrm share/gimp/gfig
+@dirrm share/gimp/fractalexplorer
+@dirrm share/gimp/brushes
+@dirrm share/gimp
+%%PYTHON:%%@dirrm libexec/gimp/1.3/python
+@dirrm libexec/gimp/1.3/plug-ins
+@dirrm libexec/gimp/1.3/modules
+@dirrm libexec/gimp/1.3/environ
+@dirrm libexec/gimp/1.3
+@dirrm libexec/gimp
+@dirrm include/gimp-1.3/libgimpwidgets
+@dirrm include/gimp-1.3/libgimpmodule
+@dirrm include/gimp-1.3/libgimpmath
+@dirrm include/gimp-1.3/libgimpcolor
+@dirrm include/gimp-1.3/libgimpbase
+@dirrm include/gimp-1.3/libgimp
+@dirrm include/gimp-1.3
+@dirrm etc/gimp/1.3
+@dirrm etc/gimp