aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2004-11-18 09:55:04 +0000
committerKoop Mast <kwm@FreeBSD.org>2004-11-18 09:55:04 +0000
commit0755df96819f898e5d138feb743350ce9cf955bf (patch)
tree73bf6850a4e62a3b9fd25cbabfbc05b8b6b85cf5 /graphics
parentcb9222c948be31b8134cfd6746e463b5ba31860d (diff)
downloadports-0755df96819f898e5d138feb743350ce9cf955bf.tar.gz
ports-0755df96819f898e5d138feb743350ce9cf955bf.zip
Resurrect gimp-devel and update to version 2.2.pre1.
Approved by: pav (mentor)
Notes
Notes: svn path=/head/; revision=121859
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/gimp-app-devel/Makefile114
-rw-r--r--graphics/gimp-app-devel/distinfo2
-rw-r--r--graphics/gimp-app-devel/files/gimp.setfont157
-rw-r--r--graphics/gimp-app-devel/files/patch-aa20
-rw-r--r--graphics/gimp-app-devel/files/patch-ab13
-rw-r--r--graphics/gimp-app-devel/files/patch-am19
-rw-r--r--graphics/gimp-app-devel/files/patch-configure13
-rw-r--r--graphics/gimp-app-devel/files/patch-gimptool-2.0.in29
-rw-r--r--graphics/gimp-app-devel/files/patch-ltmain.sh41
-rw-r--r--graphics/gimp-app-devel/files/patch-plug-ins_print_print.c11
-rw-r--r--graphics/gimp-app-devel/pkg-descr19
-rw-r--r--graphics/gimp-app-devel/pkg-plist1875
-rw-r--r--graphics/gimp-devel/Makefile114
-rw-r--r--graphics/gimp-devel/distinfo2
-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-am19
-rw-r--r--graphics/gimp-devel/files/patch-configure13
-rw-r--r--graphics/gimp-devel/files/patch-gimptool-2.0.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-descr19
-rw-r--r--graphics/gimp-devel/pkg-plist1875
25 files changed, 4627 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 46243552e90c..487446eb1944 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -122,6 +122,7 @@
SUBDIR += giftrans
SUBDIR += gimageview
SUBDIR += gimp
+ SUBDIR += gimp-devel
SUBDIR += gimp-manual-html
SUBDIR += gimp-manual-pdf
SUBDIR += gimp-pmosaic
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile
new file mode 100644
index 000000000000..696e687d08e2
--- /dev/null
+++ b/graphics/gimp-app-devel/Makefile
@@ -0,0 +1,114 @@
+# New ports collection makefile for: The GIMP
+# Date created: Mon Nov 18 21:28:43 CST 1996
+# Whom: erich@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= gimp
+PORTVERSION= 2.2.p1
+PORTEPOCH= 1
+CATEGORIES= graphics gnome
+MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
+ http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \
+ ftp://ftp.fh-heilbronn.de/mirrors/ftp.gimp.org/%SUBDIR%/ \
+ ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \
+ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,}
+MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R}/testing
+DISTNAME= ${PORTNAME}-${PORTVERSION:S,.p1,-pre1,}
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A GNU Image Manipulation Program
+
+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 \
+ wmf.2:${PORTSDIR}/graphics/libwmf
+
+CONFLICTS= gimp-1.*
+
+SHLIBVER?= 200
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_XPM= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 librsvg2 libgtkhtml
+WANT_GNOME= yes
+INSTALLS_SHLIB= yes
+LIBTOOLFLAGS= --disable-ltlibs --release-ignore
+PLIST_SUB= SHLIBVER="${SHLIBVER}"
+CONFIGURE_ARGS= --disable-perl \
+ --with-html-dir=${DOCSDIR} \
+ --disable-gtk-doc \
+ --enable-static
+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-2.2.1 gimptool-2.0.1 gimp-remote-2.2.1
+MAN5= gimprc-2.2.5
+MLINKS= gimp-2.2.1 gimp.1 gimp-remote-2.2.1 gimp-remote.1 \
+ gimprc-2.2.5 gimprc.5
+
+.if defined(WITH_DEBUG)
+CONFIGURE_ARGS+= --enable-debug
+.endif
+
+.if defined(WITH_PYTHON)
+USE_PYTHON= yes
+USE_GNOME+= pygtk2
+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
+PLIST_SUB+= PRINT="@comment "
+.else
+LIB_DEPENDS+= gimpprint.2:${PORTSDIR}/print/gimp-print
+PLIST_SUB+= PRINT=""
+.endif
+
+.if defined(WITH_MP)
+CONFIGURE_ARGS+= --enable-mp
+.endif
+
+.include <bsd.port.pre.mk>
+
+.if ${HAVE_GNOME:Mgnomepanel}!=""
+USE_GNOME+= gnomepanel
+CONFIGURE_ARGS+= --with-desktop-dir=${X11BASE}/share/gnome
+PKGNAMESUFFIX= -gnome
+PLIST_SUB+= GNOMEPANEL:=""
+.else
+PLIST_SUB+= GNOMEPANEL:="@comment "
+.endif
+
+.if ${HAVE_GNOME:Mlibgtkhtml}!="" || defined(WITH_HTML_HELP_BROWSER)
+USE_GNOME+= libgtkhtml
+PLIST_SUB+= HELPBROWSER:=""
+.else
+PLIST_SUB+= HELPBROWSER:="@comment "
+.endif
+
+pre-everything::
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} "gimp has the following tunable option(s):"
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} " WITH_DEBUG=yes Turns on debugging"
+ @${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} " WITH_MP=yes Turns on multiple-processor support"
+ @${ECHO_MSG} ""
+
+.include <bsd.port.post.mk>
diff --git a/graphics/gimp-app-devel/distinfo b/graphics/gimp-app-devel/distinfo
new file mode 100644
index 000000000000..12645a304b4a
--- /dev/null
+++ b/graphics/gimp-app-devel/distinfo
@@ -0,0 +1,2 @@
+MD5 (gimp-2.2-pre1.tar.bz2) = f88e30b6a11b2d3c81219bc10a6de19a
+SIZE (gimp-2.2-pre1.tar.bz2) = 14047553
diff --git a/graphics/gimp-app-devel/files/gimp.setfont b/graphics/gimp-app-devel/files/gimp.setfont
new file mode 100644
index 000000000000..f81fa5d9b9ad
--- /dev/null
+++ b/graphics/gimp-app-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-app-devel/files/patch-aa b/graphics/gimp-app-devel/files/patch-aa
new file mode 100644
index 000000000000..411ac92c931b
--- /dev/null
+++ b/graphics/gimp-app-devel/files/patch-aa
@@ -0,0 +1,20 @@
+--- app/main.c.orig Sun Oct 5 09:16:02 2003
++++ app/main.c Mon Oct 6 12:14:34 2003
+@@ -23,6 +23,7 @@
+ #include <signal.h>
+ #include <string.h>
+ #include <sys/types.h>
++#include <floatingpoint.h>
+
+ #ifdef HAVE_SYS_WAIT_H
+ #include <sys/wait.h>
+@@ -113,6 +114,9 @@
+ /* Initialize variables */
+
+ full_prog_name = argv[0];
++
++ /* Ignore floating point exceptions */
++ fpsetmask(0);
+
+ /* Initialize i18n support */
+
diff --git a/graphics/gimp-app-devel/files/patch-ab b/graphics/gimp-app-devel/files/patch-ab
new file mode 100644
index 000000000000..9b41f6891b45
--- /dev/null
+++ b/graphics/gimp-app-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-app-devel/files/patch-am b/graphics/gimp-app-devel/files/patch-am
new file mode 100644
index 000000000000..45c58cbe59fe
--- /dev/null
+++ b/graphics/gimp-app-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-app-devel/files/patch-configure b/graphics/gimp-app-devel/files/patch-configure
new file mode 100644
index 000000000000..3d3ad15c49f5
--- /dev/null
+++ b/graphics/gimp-app-devel/files/patch-configure
@@ -0,0 +1,13 @@
+--- configure.orig Sun Nov 7 10:44:21 2004
++++ configure Sun Nov 7 10:45:48 2004
+@@ -33311,8 +33311,8 @@
+ fi
+ fi;
+
+-gimpdatadir="$datadir/$PACKAGE/2.0"
+-gimpplugindir="$libdir/$PACKAGE/2.0"
++gimpdatadir="$datadir/$PACKAGE"
++gimpplugindir="$libexecdir/$PACKAGE/2.0"
+ gimpsysconfdir="$sysconfdir/$PACKAGE/2.0"
+
+ localedir='${prefix}/${DATADIRNAME}/locale'
diff --git a/graphics/gimp-app-devel/files/patch-gimptool-2.0.in b/graphics/gimp-app-devel/files/patch-gimptool-2.0.in
new file mode 100644
index 000000000000..bb5c013c578e
--- /dev/null
+++ b/graphics/gimp-app-devel/files/patch-gimptool-2.0.in
@@ -0,0 +1,29 @@
+
+$FreeBSD$
+
+--- gimptool-2.0.in.orig Tue Jan 15 12:21:05 2002
++++ gimptool-2.0.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-app-devel/files/patch-ltmain.sh b/graphics/gimp-app-devel/files/patch-ltmain.sh
new file mode 100644
index 000000000000..14cb2f8c753b
--- /dev/null
+++ b/graphics/gimp-app-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-app-devel/files/patch-plug-ins_print_print.c b/graphics/gimp-app-devel/files/patch-plug-ins_print_print.c
new file mode 100644
index 000000000000..36f4bf7148cf
--- /dev/null
+++ b/graphics/gimp-app-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-app-devel/pkg-descr b/graphics/gimp-app-devel/pkg-descr
new file mode 100644
index 000000000000..4d7f49925c17
--- /dev/null
+++ b/graphics/gimp-app-devel/pkg-descr
@@ -0,0 +1,19 @@
+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.
+
+WWW: http://www.gimp.org/
diff --git a/graphics/gimp-app-devel/pkg-plist b/graphics/gimp-app-devel/pkg-plist
new file mode 100644
index 000000000000..3f1230b6483a
--- /dev/null
+++ b/graphics/gimp-app-devel/pkg-plist
@@ -0,0 +1,1875 @@
+bin/gimp
+bin/gimp-2.2
+bin/gimp-remote
+bin/gimp-remote-2.2
+bin/gimptool-2.0
+etc/gimp/2.0/controllerrc
+etc/gimp/2.0/gimprc
+etc/gimp/2.0/gtkrc
+etc/gimp/2.0/ps-menurc
+etc/gimp/2.0/sessionrc
+etc/gimp/2.0/templaterc
+etc/gimp/2.0/unitrc
+include/gimp-2.0/libgimp/gimp.h
+include/gimp-2.0/libgimp/gimp_pdb.h
+include/gimp-2.0/libgimp/gimpaspectpreview.h
+include/gimp-2.0/libgimp/gimpbrush_pdb.h
+include/gimp-2.0/libgimp/gimpbrushes_pdb.h
+include/gimp-2.0/libgimp/gimpbrushes.h
+include/gimp-2.0/libgimp/gimpbrushmenu.h
+include/gimp-2.0/libgimp/gimpbrushselect.h
+include/gimp-2.0/libgimp/gimpbrushselect_pdb.h
+include/gimp-2.0/libgimp/gimpchannel.h
+include/gimp-2.0/libgimp/gimpchannel_pdb.h
+include/gimp-2.0/libgimp/gimpcolor_pdb.h
+include/gimp-2.0/libgimp/gimpcompat.h
+include/gimp-2.0/libgimp/gimpcontext_pdb.h
+include/gimp-2.0/libgimp/gimpconvert_pdb.h
+include/gimp-2.0/libgimp/gimpdisplay_pdb.h
+include/gimp-2.0/libgimp/gimpdrawable.h
+include/gimp-2.0/libgimp/gimpdrawable_pdb.h
+include/gimp-2.0/libgimp/gimpdrawablecombobox.h
+include/gimp-2.0/libgimp/gimpdrawablepreview.h
+include/gimp-2.0/libgimp/gimpdrawabletransform_pdb.h
+include/gimp-2.0/libgimp/gimpedit_pdb.h
+include/gimp-2.0/libgimp/gimpenums.h
+include/gimp-2.0/libgimp/gimpexport.h
+include/gimp-2.0/libgimp/gimpfileops_pdb.h
+include/gimp-2.0/libgimp/gimpfloatingsel_pdb.h
+include/gimp-2.0/libgimp/gimpfontmenu.h
+include/gimp-2.0/libgimp/gimpfonts_pdb.h
+include/gimp-2.0/libgimp/gimpfontselect.h
+include/gimp-2.0/libgimp/gimpfontselect_pdb.h
+include/gimp-2.0/libgimp/gimpgimprc_pdb.h
+include/gimp-2.0/libgimp/gimpgradientmenu.h
+include/gimp-2.0/libgimp/gimpgradient_pdb.h
+include/gimp-2.0/libgimp/gimpgradients.h
+include/gimp-2.0/libgimp/gimpgradients_pdb.h
+include/gimp-2.0/libgimp/gimpgradientselect.h
+include/gimp-2.0/libgimp/gimpgradientselect_pdb.h
+include/gimp-2.0/libgimp/gimpguides_pdb.h
+include/gimp-2.0/libgimp/gimphelp_pdb.h
+include/gimp-2.0/libgimp/gimpimage.h
+include/gimp-2.0/libgimp/gimpimage_pdb.h
+include/gimp-2.0/libgimp/gimpimagecombobox.h
+include/gimp-2.0/libgimp/gimplayer.h
+include/gimp-2.0/libgimp/gimplayer_pdb.h
+include/gimp-2.0/libgimp/gimpmenu.h
+include/gimp-2.0/libgimp/gimpmessage_pdb.h
+include/gimp-2.0/libgimp/gimpmisc_pdb.h
+include/gimp-2.0/libgimp/gimppainttools_pdb.h
+include/gimp-2.0/libgimp/gimppalette.h
+include/gimp-2.0/libgimp/gimppalette_pdb.h
+include/gimp-2.0/libgimp/gimppalettemenu.h
+include/gimp-2.0/libgimp/gimppalettes.h
+include/gimp-2.0/libgimp/gimppalettes_pdb.h
+include/gimp-2.0/libgimp/gimppaletteselect.h
+include/gimp-2.0/libgimp/gimppaletteselect_pdb.h
+include/gimp-2.0/libgimp/gimpparasite_pdb.h
+include/gimp-2.0/libgimp/gimppaths_pdb.h
+include/gimp-2.0/libgimp/gimppattern_pdb.h
+include/gimp-2.0/libgimp/gimppatternmenu.h
+include/gimp-2.0/libgimp/gimppatterns.h
+include/gimp-2.0/libgimp/gimppatterns_pdb.h
+include/gimp-2.0/libgimp/gimppatternselect.h
+include/gimp-2.0/libgimp/gimppatternselect_pdb.h
+include/gimp-2.0/libgimp/gimppixbuf.h
+include/gimp-2.0/libgimp/gimppixelfetcher.h
+include/gimp-2.0/libgimp/gimppixelrgn.h
+include/gimp-2.0/libgimp/gimpplugin.h
+include/gimp-2.0/libgimp/gimpplugin_pdb.h
+include/gimp-2.0/libgimp/gimpproceduraldb.h
+include/gimp-2.0/libgimp/gimpproceduraldb_pdb.h
+include/gimp-2.0/libgimp/gimpprogress.h
+include/gimp-2.0/libgimp/gimpprogress_pdb.h
+include/gimp-2.0/libgimp/gimpprogressbar.h
+include/gimp-2.0/libgimp/gimpregioniterator.h
+include/gimp-2.0/libgimp/gimpselection.h
+include/gimp-2.0/libgimp/gimpselection_pdb.h
+include/gimp-2.0/libgimp/gimpselectiontools_pdb.h
+include/gimp-2.0/libgimp/gimptexttool_pdb.h
+include/gimp-2.0/libgimp/gimptile.h
+include/gimp-2.0/libgimp/gimptransformtools_pdb.h
+include/gimp-2.0/libgimp/gimptypes.h
+include/gimp-2.0/libgimp/gimpui.h
+include/gimp-2.0/libgimp/gimpuitypes.h
+include/gimp-2.0/libgimp/gimpundo_pdb.h
+include/gimp-2.0/libgimp/gimpunit_pdb.h
+include/gimp-2.0/libgimpbase/gimpbase.h
+include/gimp-2.0/libgimpbase/gimpbaseenums.h
+include/gimp-2.0/libgimpbase/gimpbasetypes.h
+include/gimp-2.0/libgimpbase/gimpchecks.h
+include/gimp-2.0/libgimpbase/gimpdatafiles.h
+include/gimp-2.0/libgimpbase/gimpenv.h
+include/gimp-2.0/libgimpbase/gimplimits.h
+include/gimp-2.0/libgimpbase/gimpmemsize.h
+include/gimp-2.0/libgimpbase/gimpparasite.h
+include/gimp-2.0/libgimpbase/gimpparasiteio.h
+include/gimp-2.0/libgimpbase/gimpsignal.h
+include/gimp-2.0/libgimpbase/gimpunit.h
+include/gimp-2.0/libgimpbase/gimputils.h
+include/gimp-2.0/libgimpbase/gimpversion.h
+include/gimp-2.0/libgimpcolor/gimpadaptivesupersample.h
+include/gimp-2.0/libgimpcolor/gimpbilinear.h
+include/gimp-2.0/libgimpcolor/gimpcmyk.h
+include/gimp-2.0/libgimpcolor/gimpcolor.h
+include/gimp-2.0/libgimpcolor/gimpcolorspace.h
+include/gimp-2.0/libgimpcolor/gimpcolortypes.h
+include/gimp-2.0/libgimpcolor/gimphsv.h
+include/gimp-2.0/libgimpcolor/gimprgb.h
+include/gimp-2.0/libgimpmath/gimpmath.h
+include/gimp-2.0/libgimpmath/gimpmathtypes.h
+include/gimp-2.0/libgimpmath/gimpmatrix.h
+include/gimp-2.0/libgimpmath/gimpmd5.h
+include/gimp-2.0/libgimpmath/gimpvector.h
+include/gimp-2.0/libgimpmodule/gimpmodule.h
+include/gimp-2.0/libgimpmodule/gimpmoduledb.h
+include/gimp-2.0/libgimpmodule/gimpmoduletypes.h
+include/gimp-2.0/libgimpthumb/gimpthumb-enums.h
+include/gimp-2.0/libgimpthumb/gimpthumb-error.h
+include/gimp-2.0/libgimpthumb/gimpthumb-types.h
+include/gimp-2.0/libgimpthumb/gimpthumb-utils.h
+include/gimp-2.0/libgimpthumb/gimpthumb.h
+include/gimp-2.0/libgimpthumb/gimpthumbnail.h
+include/gimp-2.0/libgimpwidgets/gimpbutton.h
+include/gimp-2.0/libgimpwidgets/gimpcellrenderercolor.h
+include/gimp-2.0/libgimpwidgets/gimpcellrenderertoggle.h
+include/gimp-2.0/libgimpwidgets/gimpchainbutton.h
+include/gimp-2.0/libgimpwidgets/gimpcolorarea.h
+include/gimp-2.0/libgimpwidgets/gimpcolorbutton.h
+include/gimp-2.0/libgimpwidgets/gimpcolordisplay.h
+include/gimp-2.0/libgimpwidgets/gimpcolordisplaystack.h
+include/gimp-2.0/libgimpwidgets/gimpcolorhexentry.h
+include/gimp-2.0/libgimpwidgets/gimpcolornotebook.h
+include/gimp-2.0/libgimpwidgets/gimpcolorscale.h
+include/gimp-2.0/libgimpwidgets/gimpcolorscales.h
+include/gimp-2.0/libgimpwidgets/gimpcolorselect.h
+include/gimp-2.0/libgimpwidgets/gimpcolorselection.h
+include/gimp-2.0/libgimpwidgets/gimpcolorselector.h
+include/gimp-2.0/libgimpwidgets/gimpcontroller.h
+include/gimp-2.0/libgimpwidgets/gimpdialog.h
+include/gimp-2.0/libgimpwidgets/gimpfileentry.h
+include/gimp-2.0/libgimpwidgets/gimpframe.h
+include/gimp-2.0/libgimpwidgets/gimphelpui.h
+include/gimp-2.0/libgimpwidgets/gimpintcombobox.h
+include/gimp-2.0/libgimpwidgets/gimpintstore.h
+include/gimp-2.0/libgimpwidgets/gimpmemsizeentry.h
+include/gimp-2.0/libgimpwidgets/gimpoffsetarea.h
+include/gimp-2.0/libgimpwidgets/gimpoldwidgets.h
+include/gimp-2.0/libgimpwidgets/gimppatheditor.h
+include/gimp-2.0/libgimpwidgets/gimppickbutton.h
+include/gimp-2.0/libgimpwidgets/gimppixmap.h
+include/gimp-2.0/libgimpwidgets/gimppreview.h
+include/gimp-2.0/libgimpwidgets/gimppreviewarea.h
+include/gimp-2.0/libgimpwidgets/gimpquerybox.h
+include/gimp-2.0/libgimpwidgets/gimpscrolledpreview.h
+include/gimp-2.0/libgimpwidgets/gimpsizeentry.h
+include/gimp-2.0/libgimpwidgets/gimpstock.h
+include/gimp-2.0/libgimpwidgets/gimpunitmenu.h
+include/gimp-2.0/libgimpwidgets/gimpwidgets.h
+include/gimp-2.0/libgimpwidgets/gimpwidgetstypes.h
+lib/libgimp-2.0.a
+lib/libgimp-2.0.so
+lib/libgimp-2.0.so.%%SHLIBVER%%
+lib/libgimpbase-2.0.a
+lib/libgimpbase-2.0.so
+lib/libgimpbase-2.0.so.%%SHLIBVER%%
+lib/libgimpcolor-2.0.a
+lib/libgimpcolor-2.0.so
+lib/libgimpcolor-2.0.so.%%SHLIBVER%%
+lib/libgimpmath-2.0.a
+lib/libgimpmath-2.0.so
+lib/libgimpmath-2.0.so.%%SHLIBVER%%
+lib/libgimpmodule-2.0.a
+lib/libgimpmodule-2.0.so
+lib/libgimpmodule-2.0.so.%%SHLIBVER%%
+lib/libgimpthumb-2.0.a
+lib/libgimpthumb-2.0.so
+lib/libgimpthumb-2.0.so.%%SHLIBVER%%
+lib/libgimpui-2.0.a
+lib/libgimpui-2.0.so
+lib/libgimpui-2.0.so.%%SHLIBVER%%
+lib/libgimpwidgets-2.0.a
+lib/libgimpwidgets-2.0.so
+lib/libgimpwidgets-2.0.so.%%SHLIBVER%%
+libdata/pkgconfig/gimp-2.0.pc
+libdata/pkgconfig/gimpthumb-2.0.pc
+libdata/pkgconfig/gimpui-2.0.pc
+libexec/gimp/2.0/environ/default.env
+%%PYTHON:%%libexec/gimp/2.0/environ/pygimp.env
+libexec/gimp/2.0/modules/libcdisplay_colorblind.so
+libexec/gimp/2.0/modules/libcdisplay_gamma.so
+libexec/gimp/2.0/modules/libcdisplay_highcontrast.so
+libexec/gimp/2.0/modules/libcdisplay_proof.so
+libexec/gimp/2.0/modules/libcolorsel_cmyk.so
+libexec/gimp/2.0/modules/libcolorsel_triangle.so
+libexec/gimp/2.0/modules/libcolorsel_water.so
+libexec/gimp/2.0/modules/libcontroller_midi.so
+libexec/gimp/2.0/plug-ins/AlienMap2
+libexec/gimp/2.0/plug-ins/CEL
+libexec/gimp/2.0/plug-ins/CML_explorer
+libexec/gimp/2.0/plug-ins/FractalExplorer
+libexec/gimp/2.0/plug-ins/Lighting
+libexec/gimp/2.0/plug-ins/MapObject
+libexec/gimp/2.0/plug-ins/aa
+libexec/gimp/2.0/plug-ins/align_layers
+libexec/gimp/2.0/plug-ins/animationplay
+libexec/gimp/2.0/plug-ins/animoptimize
+libexec/gimp/2.0/plug-ins/apply_lens
+libexec/gimp/2.0/plug-ins/autocrop
+libexec/gimp/2.0/plug-ins/autostretch_hsv
+libexec/gimp/2.0/plug-ins/blinds
+libexec/gimp/2.0/plug-ins/blur
+libexec/gimp/2.0/plug-ins/bmp
+libexec/gimp/2.0/plug-ins/borderaverage
+libexec/gimp/2.0/plug-ins/bumpmap
+libexec/gimp/2.0/plug-ins/c_astretch
+libexec/gimp/2.0/plug-ins/cartoon
+libexec/gimp/2.0/plug-ins/ccanalyze
+libexec/gimp/2.0/plug-ins/channel_mixer
+libexec/gimp/2.0/plug-ins/checkerboard
+%%PYTHON:%%libexec/gimp/2.0/plug-ins/clothify.py
+libexec/gimp/2.0/plug-ins/color_enhance
+%%PYTHON:%%libexec/gimp/2.0/plug-ins/colorhtml.py
+libexec/gimp/2.0/plug-ins/colorify
+libexec/gimp/2.0/plug-ins/colortoalpha
+libexec/gimp/2.0/plug-ins/compose
+libexec/gimp/2.0/plug-ins/compressor
+libexec/gimp/2.0/plug-ins/convmatrix
+libexec/gimp/2.0/plug-ins/csource
+libexec/gimp/2.0/plug-ins/cubism
+libexec/gimp/2.0/plug-ins/curve_bend
+libexec/gimp/2.0/plug-ins/decompose
+libexec/gimp/2.0/plug-ins/deinterlace
+libexec/gimp/2.0/plug-ins/depthmerge
+libexec/gimp/2.0/plug-ins/despeckle
+libexec/gimp/2.0/plug-ins/destripe
+libexec/gimp/2.0/plug-ins/dicom
+libexec/gimp/2.0/plug-ins/diffraction
+libexec/gimp/2.0/plug-ins/displace
+libexec/gimp/2.0/plug-ins/dog
+libexec/gimp/2.0/plug-ins/edge
+libexec/gimp/2.0/plug-ins/emboss
+libexec/gimp/2.0/plug-ins/engrave
+libexec/gimp/2.0/plug-ins/exchange
+libexec/gimp/2.0/plug-ins/faxg3
+libexec/gimp/2.0/plug-ins/film
+libexec/gimp/2.0/plug-ins/fits
+libexec/gimp/2.0/plug-ins/flame
+libexec/gimp/2.0/plug-ins/flarefx
+%%PYTHON:%%libexec/gimp/2.0/plug-ins/foggify.py
+libexec/gimp/2.0/plug-ins/fp
+libexec/gimp/2.0/plug-ins/fractaltrace
+libexec/gimp/2.0/plug-ins/gauss
+libexec/gimp/2.0/plug-ins/gbr
+libexec/gimp/2.0/plug-ins/gee
+libexec/gimp/2.0/plug-ins/gee_zoom
+libexec/gimp/2.0/plug-ins/gfig
+libexec/gimp/2.0/plug-ins/gflare
+libexec/gimp/2.0/plug-ins/gfli
+libexec/gimp/2.0/plug-ins/gif
+libexec/gimp/2.0/plug-ins/gifload
+libexec/gimp/2.0/plug-ins/gih
+%%PYTHON:%%libexec/gimp/2.0/plug-ins/gimpcons.py
+libexec/gimp/2.0/plug-ins/gimpressionist
+libexec/gimp/2.0/plug-ins/glasstile
+libexec/gimp/2.0/plug-ins/glob
+libexec/gimp/2.0/plug-ins/gqbist
+libexec/gimp/2.0/plug-ins/gradmap
+libexec/gimp/2.0/plug-ins/grid
+%%PYTHON:%%libexec/gimp/2.0/plug-ins/gtkcons.py
+libexec/gimp/2.0/plug-ins/gtm
+libexec/gimp/2.0/plug-ins/guillotine
+libexec/gimp/2.0/plug-ins/header
+libexec/gimp/2.0/plug-ins/help
+%%HELPBROWSER:%%libexec/gimp/2.0/plug-ins/helpbrowser
+libexec/gimp/2.0/plug-ins/hot
+libexec/gimp/2.0/plug-ins/ifscompose
+libexec/gimp/2.0/plug-ins/illusion
+libexec/gimp/2.0/plug-ins/imagemap
+libexec/gimp/2.0/plug-ins/iwarp
+libexec/gimp/2.0/plug-ins/jigsaw
+libexec/gimp/2.0/plug-ins/jpeg
+libexec/gimp/2.0/plug-ins/laplace
+libexec/gimp/2.0/plug-ins/lic
+libexec/gimp/2.0/plug-ins/mail
+libexec/gimp/2.0/plug-ins/mapcolor
+libexec/gimp/2.0/plug-ins/max_rgb
+libexec/gimp/2.0/plug-ins/maze
+libexec/gimp/2.0/plug-ins/mblur
+libexec/gimp/2.0/plug-ins/mng
+libexec/gimp/2.0/plug-ins/mosaic
+libexec/gimp/2.0/plug-ins/neon
+libexec/gimp/2.0/plug-ins/newsprint
+libexec/gimp/2.0/plug-ins/nlfilt
+libexec/gimp/2.0/plug-ins/noisify
+libexec/gimp/2.0/plug-ins/normalize
+libexec/gimp/2.0/plug-ins/nova
+libexec/gimp/2.0/plug-ins/oilify
+libexec/gimp/2.0/plug-ins/pagecurl
+libexec/gimp/2.0/plug-ins/papertile
+libexec/gimp/2.0/plug-ins/pat
+libexec/gimp/2.0/plug-ins/pcx
+%%PYTHON:%%libexec/gimp/2.0/plug-ins/pdbbrowse.py
+libexec/gimp/2.0/plug-ins/photocopy
+libexec/gimp/2.0/plug-ins/pix
+libexec/gimp/2.0/plug-ins/pixelize
+libexec/gimp/2.0/plug-ins/plasma
+libexec/gimp/2.0/plug-ins/plugin-browser
+libexec/gimp/2.0/plug-ins/png
+libexec/gimp/2.0/plug-ins/pnm
+libexec/gimp/2.0/plug-ins/polar
+libexec/gimp/2.0/plug-ins/postscript
+%%PRINT%%libexec/gimp/2.0/plug-ins/print
+libexec/gimp/2.0/plug-ins/procedure-browser
+libexec/gimp/2.0/plug-ins/psd
+libexec/gimp/2.0/plug-ins/psd_save
+libexec/gimp/2.0/plug-ins/psp
+%%PYTHON:%%libexec/gimp/2.0/plug-ins/py-slice.py
+libexec/gimp/2.0/plug-ins/randomize
+libexec/gimp/2.0/plug-ins/raw
+libexec/gimp/2.0/plug-ins/rcm
+libexec/gimp/2.0/plug-ins/retinex
+libexec/gimp/2.0/plug-ins/ripple
+libexec/gimp/2.0/plug-ins/rotate
+libexec/gimp/2.0/plug-ins/sample_colorize
+libexec/gimp/2.0/plug-ins/scatter_hsv
+libexec/gimp/2.0/plug-ins/screenshot
+libexec/gimp/2.0/plug-ins/script-fu
+libexec/gimp/2.0/plug-ins/sel2path
+libexec/gimp/2.0/plug-ins/sel_gauss
+libexec/gimp/2.0/plug-ins/semiflatten
+libexec/gimp/2.0/plug-ins/sgi
+%%PYTHON:%%libexec/gimp/2.0/plug-ins/shadow_bevel.py
+libexec/gimp/2.0/plug-ins/sharpen
+libexec/gimp/2.0/plug-ins/shift
+libexec/gimp/2.0/plug-ins/sinus
+libexec/gimp/2.0/plug-ins/smooth_palette
+libexec/gimp/2.0/plug-ins/snoise
+libexec/gimp/2.0/plug-ins/sobel
+libexec/gimp/2.0/plug-ins/softglow
+libexec/gimp/2.0/plug-ins/sparkle
+%%PYTHON:%%libexec/gimp/2.0/plug-ins/sphere.py
+libexec/gimp/2.0/plug-ins/spheredesigner
+libexec/gimp/2.0/plug-ins/spread
+libexec/gimp/2.0/plug-ins/struc
+libexec/gimp/2.0/plug-ins/sunras
+libexec/gimp/2.0/plug-ins/svg
+libexec/gimp/2.0/plug-ins/tga
+libexec/gimp/2.0/plug-ins/threshold_alpha
+libexec/gimp/2.0/plug-ins/tiff
+libexec/gimp/2.0/plug-ins/tile
+libexec/gimp/2.0/plug-ins/tileit
+libexec/gimp/2.0/plug-ins/tiler
+libexec/gimp/2.0/plug-ins/uniteditor
+libexec/gimp/2.0/plug-ins/unsharp
+libexec/gimp/2.0/plug-ins/url
+libexec/gimp/2.0/plug-ins/video
+libexec/gimp/2.0/plug-ins/vinvert
+libexec/gimp/2.0/plug-ins/vpropagate
+libexec/gimp/2.0/plug-ins/warp
+libexec/gimp/2.0/plug-ins/waves
+libexec/gimp/2.0/plug-ins/webbrowser
+libexec/gimp/2.0/plug-ins/whirlpinch
+%%PYTHON:%%libexec/gimp/2.0/plug-ins/whirlpinch.py
+libexec/gimp/2.0/plug-ins/wind
+libexec/gimp/2.0/plug-ins/winicon
+libexec/gimp/2.0/plug-ins/wmf
+libexec/gimp/2.0/plug-ins/xbm
+libexec/gimp/2.0/plug-ins/xjt
+libexec/gimp/2.0/plug-ins/xpm
+libexec/gimp/2.0/plug-ins/xwd
+libexec/gimp/2.0/plug-ins/zealouscrop
+%%PYTHON:%%libexec/gimp/2.0/python/gimpenums.py
+%%PYTHON:%%libexec/gimp/2.0/python/gimpenums.pyc
+%%PYTHON:%%libexec/gimp/2.0/python/gimpenums.pyo
+%%PYTHON:%%libexec/gimp/2.0/python/gimpfu.py
+%%PYTHON:%%libexec/gimp/2.0/python/gimpfu.pyc
+%%PYTHON:%%libexec/gimp/2.0/python/gimpfu.pyo
+%%PYTHON:%%libexec/gimp/2.0/python/gimpmodule.so
+%%PYTHON:%%libexec/gimp/2.0/python/gimpplugin.py
+%%PYTHON:%%libexec/gimp/2.0/python/gimpplugin.pyc
+%%PYTHON:%%libexec/gimp/2.0/python/gimpplugin.pyo
+%%PYTHON:%%libexec/gimp/2.0/python/gimpshelf.py
+%%PYTHON:%%libexec/gimp/2.0/python/gimpshelf.pyc
+%%PYTHON:%%libexec/gimp/2.0/python/gimpshelf.pyo
+%%PYTHON:%%libexec/gimp/2.0/python/gimpui.py
+%%PYTHON:%%libexec/gimp/2.0/python/gimpui.pyc
+%%PYTHON:%%libexec/gimp/2.0/python/gimpui.pyo
+share/aclocal/gimp-2.0.m4
+%%DOCSDIR%%/libgimp/GimpAspectPreview.html
+%%DOCSDIR%%/libgimp/GimpDrawablePreview.html
+%%DOCSDIR%%/libgimp/GimpProgressBar.html
+%%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-gimpbrush.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-gimpcontext.html
+%%DOCSDIR%%/libgimp/libgimp-gimpconvert.html
+%%DOCSDIR%%/libgimp/libgimp-gimpdisplay.html
+%%DOCSDIR%%/libgimp/libgimp-gimpdrawable.html
+%%DOCSDIR%%/libgimp/libgimp-gimpdrawablecombobox.html
+%%DOCSDIR%%/libgimp/libgimp-gimpdrawabletransform.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-gimpfonts.html
+%%DOCSDIR%%/libgimp/libgimp-gimpfontselect.html
+%%DOCSDIR%%/libgimp/libgimp-gimpgimprc.html
+%%DOCSDIR%%/libgimp/libgimp-gimpgradient.html
+%%DOCSDIR%%/libgimp/libgimp-gimpgradientmenu.html
+%%DOCSDIR%%/libgimp/libgimp-gimpgradients.html
+%%DOCSDIR%%/libgimp/libgimp-gimpgradientselect.html
+%%DOCSDIR%%/libgimp/libgimp-gimpguides.html
+%%DOCSDIR%%/libgimp/libgimp-gimphelp.html
+%%DOCSDIR%%/libgimp/libgimp-gimpimage.html
+%%DOCSDIR%%/libgimp/libgimp-gimpimagecombobox.html
+%%DOCSDIR%%/libgimp/libgimp-gimplayer.html
+%%DOCSDIR%%/libgimp/libgimp-gimpmenu.html
+%%DOCSDIR%%/libgimp/libgimp-gimpmessage.html
+%%DOCSDIR%%/libgimp/libgimp-gimppalette.html
+%%DOCSDIR%%/libgimp/libgimp-gimppalettemenu.html
+%%DOCSDIR%%/libgimp/libgimp-gimppalettes.html
+%%DOCSDIR%%/libgimp/libgimp-gimppaletteselect.html
+%%DOCSDIR%%/libgimp/libgimp-gimppaths.html
+%%DOCSDIR%%/libgimp/libgimp-gimppattern.html
+%%DOCSDIR%%/libgimp/libgimp-gimppatternmenu.html
+%%DOCSDIR%%/libgimp/libgimp-gimppatterns.html
+%%DOCSDIR%%/libgimp/libgimp-gimppatternselect.html
+%%DOCSDIR%%/libgimp/libgimp-gimppixbuf.html
+%%DOCSDIR%%/libgimp/libgimp-gimppixelfetcher.html
+%%DOCSDIR%%/libgimp/libgimp-gimppixelrgn.html
+%%DOCSDIR%%/libgimp/libgimp-gimpplugin.html
+%%DOCSDIR%%/libgimp/libgimp-gimpproceduraldb.html
+%%DOCSDIR%%/libgimp/libgimp-gimpprogress.html
+%%DOCSDIR%%/libgimp/libgimp-gimpregioniterator.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-hierarchy.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-gimpbaseenums.html
+%%DOCSDIR%%/libgimpbase/libgimpbase-gimpbasetypes.html
+%%DOCSDIR%%/libgimpbase/libgimpbase-gimpchecks.html
+%%DOCSDIR%%/libgimpbase/libgimpbase-gimpdatafiles.html
+%%DOCSDIR%%/libgimpbase/libgimpbase-gimpenv.html
+%%DOCSDIR%%/libgimpbase/libgimpbase-gimplimits.html
+%%DOCSDIR%%/libgimpbase/libgimpbase-gimpmemsize.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-GimpCMYK.html
+%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpColorSpace.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%%/libgimpthumb/GimpThumbnail.html
+%%DOCSDIR%%/libgimpthumb/home.png
+%%DOCSDIR%%/libgimpthumb/index.html
+%%DOCSDIR%%/libgimpthumb/index.sgml
+%%DOCSDIR%%/libgimpthumb/left.png
+%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-enums.html
+%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-error.html
+%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-utils.html
+%%DOCSDIR%%/libgimpthumb/libgimpthumb.devhelp
+%%DOCSDIR%%/libgimpthumb/libgimpthumb.html
+%%DOCSDIR%%/libgimpthumb/right.png
+%%DOCSDIR%%/libgimpthumb/up.png
+%%DOCSDIR%%/libgimpwidgets/GimpButton.html
+%%DOCSDIR%%/libgimpwidgets/GimpCellRendererColor.html
+%%DOCSDIR%%/libgimpwidgets/GimpCellRendererToggle.html
+%%DOCSDIR%%/libgimpwidgets/GimpChainButton.html
+%%DOCSDIR%%/libgimpwidgets/GimpColorArea.html
+%%DOCSDIR%%/libgimpwidgets/GimpColorButton.html
+%%DOCSDIR%%/libgimpwidgets/GimpColorDisplay.html
+%%DOCSDIR%%/libgimpwidgets/GimpColorDisplayStack.html
+%%DOCSDIR%%/libgimpwidgets/GimpColorHexEntry.html
+%%DOCSDIR%%/libgimpwidgets/GimpColorNotebook.html
+%%DOCSDIR%%/libgimpwidgets/GimpColorScale.html
+%%DOCSDIR%%/libgimpwidgets/GimpColorScales.html
+%%DOCSDIR%%/libgimpwidgets/GimpColorSelect.html
+%%DOCSDIR%%/libgimpwidgets/GimpColorSelection.html
+%%DOCSDIR%%/libgimpwidgets/GimpColorSelector.html
+%%DOCSDIR%%/libgimpwidgets/GimpDialog.html
+%%DOCSDIR%%/libgimpwidgets/GimpFileEntry.html
+%%DOCSDIR%%/libgimpwidgets/GimpFrame.html
+%%DOCSDIR%%/libgimpwidgets/GimpIntComboBox.html
+%%DOCSDIR%%/libgimpwidgets/GimpIntStore.html
+%%DOCSDIR%%/libgimpwidgets/GimpMemsizeEntry.html
+%%DOCSDIR%%/libgimpwidgets/GimpOffsetArea.html
+%%DOCSDIR%%/libgimpwidgets/GimpPathEditor.html
+%%DOCSDIR%%/libgimpwidgets/GimpPickButton.html
+%%DOCSDIR%%/libgimpwidgets/GimpPixmap.html
+%%DOCSDIR%%/libgimpwidgets/GimpPreview.html
+%%DOCSDIR%%/libgimpwidgets/GimpPreviewArea.html
+%%DOCSDIR%%/libgimpwidgets/GimpSizeEntry.html
+%%DOCSDIR%%/libgimpwidgets/GimpUnitMenu.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-GimpScrolledPreview.html
+%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpStock.html
+%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpWidgets.html
+%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-cell-renderers.html
+%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-colordisplay.html
+%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-colorselector.html
+%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-deprecated.html
+%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-gimpoldwidgets.html
+%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-hierarchy.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-cap-butt-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-cap-round-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-cap-square-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-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-indexed-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-32.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-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-channels-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-channels-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-char-picker-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-close-12.png
+%%DOCSDIR%%/libgimpwidgets/stock-color-pick-from-screen-16.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-device-status-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-display-filter-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-display-filter-24.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-frame-64.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-histogram-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-histogram-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-histogram-linear-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-histogram-logarithmic-16.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-join-bevel-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-join-miter-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-join-round-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-landscape-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-layer-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-layer-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-layer-32.png
+%%DOCSDIR%%/libgimpwidgets/stock-layer-48.png
+%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-32.png
+%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-48.png
+%%DOCSDIR%%/libgimpwidgets/stock-layer-to-imagesize-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-layers-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-layers-24.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-menu-left-12.png
+%%DOCSDIR%%/libgimpwidgets/stock-menu-right-12.png
+%%DOCSDIR%%/libgimpwidgets/stock-merge-down-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-move-to-screen-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-move-to-screen-24.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-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-path-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-path-stroke-16.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-qmask-off-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-qmask-on-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-question-64.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-border-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-shape-circle-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-shape-diamond-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-shape-square-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-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-options-24.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-tools-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tools-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-transparency-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-transparency-24.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/stock-zoom-follow-window-12.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-devel-icon.png
+share/gimp/images/wilber-icon.png
+share/gimp/images/wilber-tips.png
+share/gimp/images/wilber-wizard.png
+share/gimp/menus/brushes-menu.xml
+share/gimp/menus/buffers-menu.xml
+share/gimp/menus/channels-menu.xml
+share/gimp/menus/colormap-editor-menu.xml
+share/gimp/menus/dockable-menu.xml
+share/gimp/menus/documents-menu.xml
+share/gimp/menus/error-console-menu.xml
+share/gimp/menus/fonts-menu.xml
+share/gimp/menus/gradient-editor-menu.xml
+share/gimp/menus/gradients-menu.xml
+share/gimp/menus/image-menu.xml
+share/gimp/menus/images-menu.xml
+share/gimp/menus/layers-menu.xml
+share/gimp/menus/palette-editor-menu.xml
+share/gimp/menus/palettes-menu.xml
+share/gimp/menus/patterns-menu.xml
+share/gimp/menus/qmask-menu.xml
+share/gimp/menus/selection-editor-menu.xml
+share/gimp/menus/templates-menu.xml
+share/gimp/menus/tool-options-menu.xml
+share/gimp/menus/toolbox-menu.xml
+share/gimp/menus/tools-menu.xml
+share/gimp/menus/vectors-menu.xml
+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/Stripes1px.pat
+share/gimp/patterns/Stripes2px.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/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/guides-from-selection.scm
+share/gimp/scripts/guides-new-percent.scm
+share/gimp/scripts/guides-new.scm
+share/gimp/scripts/guides-remove-all.scm
+share/gimp/scripts/hsv-graph.scm
+share/gimp/scripts/i26-gunya2.scm
+share/gimp/scripts/image-structure.scm
+share/gimp/scripts/images/beavis.jpg
+share/gimp/scripts/images/texture.jpg
+share/gimp/scripts/images/texture1.jpg
+share/gimp/scripts/images/texture2.jpg
+share/gimp/scripts/images/texture3.jpg
+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/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/controllers.png
+share/gimp/themes/Default/images/preferences/default-comment.png
+share/gimp/themes/Default/images/preferences/default-grid.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/session.png
+share/gimp/themes/Default/images/preferences/theme.png
+share/gimp/themes/Default/images/preferences/tool-options.png
+share/gimp/themes/Default/images/preferences/toolbox.png
+share/gimp/themes/Default/images/preferences/window-management.png
+share/gimp/themes/Default/images/stock-anchor-16.png
+share/gimp/themes/Default/images/stock-cap-butt-16.png
+share/gimp/themes/Default/images/stock-cap-round-16.png
+share/gimp/themes/Default/images/stock-cap-square-16.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-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-indexed-16.png
+share/gimp/themes/Default/images/stock-channel-indexed-24.png
+share/gimp/themes/Default/images/stock-channel-indexed-32.png
+share/gimp/themes/Default/images/stock-channel-indexed-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-channels-16.png
+share/gimp/themes/Default/images/stock-channels-24.png
+share/gimp/themes/Default/images/stock-char-picker-22.png
+share/gimp/themes/Default/images/stock-close-12.png
+share/gimp/themes/Default/images/stock-color-pick-from-screen-16.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-device-status-24.png
+share/gimp/themes/Default/images/stock-display-filter-16.png
+share/gimp/themes/Default/images/stock-display-filter-24.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-frame-64.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-histogram-16.png
+share/gimp/themes/Default/images/stock-histogram-22.png
+share/gimp/themes/Default/images/stock-histogram-linear-16.png
+share/gimp/themes/Default/images/stock-histogram-logarithmic-16.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-join-bevel-16.png
+share/gimp/themes/Default/images/stock-join-miter-16.png
+share/gimp/themes/Default/images/stock-join-round-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-layer-mask-16.png
+share/gimp/themes/Default/images/stock-layer-mask-24.png
+share/gimp/themes/Default/images/stock-layer-mask-32.png
+share/gimp/themes/Default/images/stock-layer-mask-48.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-list-16.png
+share/gimp/themes/Default/images/stock-menu-left-12.png
+share/gimp/themes/Default/images/stock-menu-right-12.png
+share/gimp/themes/Default/images/stock-merge-down-16.png
+share/gimp/themes/Default/images/stock-move-to-screen-16.png
+share/gimp/themes/Default/images/stock-move-to-screen-24.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-16.png
+share/gimp/themes/Default/images/stock-path-22.png
+share/gimp/themes/Default/images/stock-path-stroke-16.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-border-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-shape-circle-16.png
+share/gimp/themes/Default/images/stock-shape-diamond-16.png
+share/gimp/themes/Default/images/stock-shape-square-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-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-options-24.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-tools-16.png
+share/gimp/themes/Default/images/stock-tools-24.png
+share/gimp/themes/Default/images/stock-transparency-16.png
+share/gimp/themes/Default/images/stock-transparency-24.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/themes/Default/images/stock-zoom-follow-window-12.png
+share/gimp/themes/Small/gtkrc
+share/gimp/tips/gimp-tips.xml
+%%GNOMEPANEL:%%share/gnome/application-registry/gimp-2.2.applications
+%%GNOMEPANEL:%%share/gnome/applications/gimp-2.2.desktop
+%%GNOMEPANEL:%%share/gnome/mime-info/gimp-2.2.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_CA/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/en_CA/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/en_CA/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/en_CA/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/eu/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/eu/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/eu/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/eu/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/lt/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/lt/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/lt/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/lt/LC_MESSAGES/gimp20.mo
+share/locale/ms/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/ms/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/ms/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/ms/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/pa/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/pa/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/pa/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/pa/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%%/libgimpthumb
+@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/Small
+@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/images
+@dirrm share/gimp/scripts
+@dirrm share/gimp/patterns
+@dirrm share/gimp/palettes
+@dirrm share/gimp/misc
+@dirrm share/gimp/menus
+@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/fonts
+@dirrm share/gimp/brushes
+@dirrm share/gimp
+%%PYTHON:%%@dirrm libexec/gimp/2.0/python
+@dirrm libexec/gimp/2.0/plug-ins
+@dirrm libexec/gimp/2.0/modules
+@dirrm libexec/gimp/2.0/environ
+@dirrm libexec/gimp/2.0
+@dirrm libexec/gimp
+@dirrm include/gimp-2.0/libgimpwidgets
+@dirrm include/gimp-2.0/libgimpthumb
+@dirrm include/gimp-2.0/libgimpmodule
+@dirrm include/gimp-2.0/libgimpmath
+@dirrm include/gimp-2.0/libgimpcolor
+@dirrm include/gimp-2.0/libgimpbase
+@dirrm include/gimp-2.0/libgimp
+@dirrm include/gimp-2.0
+@dirrm etc/gimp/2.0
+@dirrm etc/gimp
diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile
new file mode 100644
index 000000000000..696e687d08e2
--- /dev/null
+++ b/graphics/gimp-devel/Makefile
@@ -0,0 +1,114 @@
+# New ports collection makefile for: The GIMP
+# Date created: Mon Nov 18 21:28:43 CST 1996
+# Whom: erich@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= gimp
+PORTVERSION= 2.2.p1
+PORTEPOCH= 1
+CATEGORIES= graphics gnome
+MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
+ http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \
+ ftp://ftp.fh-heilbronn.de/mirrors/ftp.gimp.org/%SUBDIR%/ \
+ ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \
+ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,}
+MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R}/testing
+DISTNAME= ${PORTNAME}-${PORTVERSION:S,.p1,-pre1,}
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A GNU Image Manipulation Program
+
+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 \
+ wmf.2:${PORTSDIR}/graphics/libwmf
+
+CONFLICTS= gimp-1.*
+
+SHLIBVER?= 200
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_XPM= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 librsvg2 libgtkhtml
+WANT_GNOME= yes
+INSTALLS_SHLIB= yes
+LIBTOOLFLAGS= --disable-ltlibs --release-ignore
+PLIST_SUB= SHLIBVER="${SHLIBVER}"
+CONFIGURE_ARGS= --disable-perl \
+ --with-html-dir=${DOCSDIR} \
+ --disable-gtk-doc \
+ --enable-static
+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-2.2.1 gimptool-2.0.1 gimp-remote-2.2.1
+MAN5= gimprc-2.2.5
+MLINKS= gimp-2.2.1 gimp.1 gimp-remote-2.2.1 gimp-remote.1 \
+ gimprc-2.2.5 gimprc.5
+
+.if defined(WITH_DEBUG)
+CONFIGURE_ARGS+= --enable-debug
+.endif
+
+.if defined(WITH_PYTHON)
+USE_PYTHON= yes
+USE_GNOME+= pygtk2
+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
+PLIST_SUB+= PRINT="@comment "
+.else
+LIB_DEPENDS+= gimpprint.2:${PORTSDIR}/print/gimp-print
+PLIST_SUB+= PRINT=""
+.endif
+
+.if defined(WITH_MP)
+CONFIGURE_ARGS+= --enable-mp
+.endif
+
+.include <bsd.port.pre.mk>
+
+.if ${HAVE_GNOME:Mgnomepanel}!=""
+USE_GNOME+= gnomepanel
+CONFIGURE_ARGS+= --with-desktop-dir=${X11BASE}/share/gnome
+PKGNAMESUFFIX= -gnome
+PLIST_SUB+= GNOMEPANEL:=""
+.else
+PLIST_SUB+= GNOMEPANEL:="@comment "
+.endif
+
+.if ${HAVE_GNOME:Mlibgtkhtml}!="" || defined(WITH_HTML_HELP_BROWSER)
+USE_GNOME+= libgtkhtml
+PLIST_SUB+= HELPBROWSER:=""
+.else
+PLIST_SUB+= HELPBROWSER:="@comment "
+.endif
+
+pre-everything::
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} "gimp has the following tunable option(s):"
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} " WITH_DEBUG=yes Turns on debugging"
+ @${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} " WITH_MP=yes Turns on multiple-processor support"
+ @${ECHO_MSG} ""
+
+.include <bsd.port.post.mk>
diff --git a/graphics/gimp-devel/distinfo b/graphics/gimp-devel/distinfo
new file mode 100644
index 000000000000..12645a304b4a
--- /dev/null
+++ b/graphics/gimp-devel/distinfo
@@ -0,0 +1,2 @@
+MD5 (gimp-2.2-pre1.tar.bz2) = f88e30b6a11b2d3c81219bc10a6de19a
+SIZE (gimp-2.2-pre1.tar.bz2) = 14047553
diff --git a/graphics/gimp-devel/files/gimp.setfont b/graphics/gimp-devel/files/gimp.setfont
new file mode 100644
index 000000000000..f81fa5d9b9ad
--- /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 000000000000..411ac92c931b
--- /dev/null
+++ b/graphics/gimp-devel/files/patch-aa
@@ -0,0 +1,20 @@
+--- app/main.c.orig Sun Oct 5 09:16:02 2003
++++ app/main.c Mon Oct 6 12:14:34 2003
+@@ -23,6 +23,7 @@
+ #include <signal.h>
+ #include <string.h>
+ #include <sys/types.h>
++#include <floatingpoint.h>
+
+ #ifdef HAVE_SYS_WAIT_H
+ #include <sys/wait.h>
+@@ -113,6 +114,9 @@
+ /* Initialize variables */
+
+ full_prog_name = argv[0];
++
++ /* Ignore floating point exceptions */
++ fpsetmask(0);
+
+ /* Initialize i18n support */
+
diff --git a/graphics/gimp-devel/files/patch-ab b/graphics/gimp-devel/files/patch-ab
new file mode 100644
index 000000000000..9b41f6891b45
--- /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-am b/graphics/gimp-devel/files/patch-am
new file mode 100644
index 000000000000..45c58cbe59fe
--- /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-configure b/graphics/gimp-devel/files/patch-configure
new file mode 100644
index 000000000000..3d3ad15c49f5
--- /dev/null
+++ b/graphics/gimp-devel/files/patch-configure
@@ -0,0 +1,13 @@
+--- configure.orig Sun Nov 7 10:44:21 2004
++++ configure Sun Nov 7 10:45:48 2004
+@@ -33311,8 +33311,8 @@
+ fi
+ fi;
+
+-gimpdatadir="$datadir/$PACKAGE/2.0"
+-gimpplugindir="$libdir/$PACKAGE/2.0"
++gimpdatadir="$datadir/$PACKAGE"
++gimpplugindir="$libexecdir/$PACKAGE/2.0"
+ gimpsysconfdir="$sysconfdir/$PACKAGE/2.0"
+
+ localedir='${prefix}/${DATADIRNAME}/locale'
diff --git a/graphics/gimp-devel/files/patch-gimptool-2.0.in b/graphics/gimp-devel/files/patch-gimptool-2.0.in
new file mode 100644
index 000000000000..bb5c013c578e
--- /dev/null
+++ b/graphics/gimp-devel/files/patch-gimptool-2.0.in
@@ -0,0 +1,29 @@
+
+$FreeBSD$
+
+--- gimptool-2.0.in.orig Tue Jan 15 12:21:05 2002
++++ gimptool-2.0.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 000000000000..14cb2f8c753b
--- /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 000000000000..36f4bf7148cf
--- /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 000000000000..4d7f49925c17
--- /dev/null
+++ b/graphics/gimp-devel/pkg-descr
@@ -0,0 +1,19 @@
+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.
+
+WWW: http://www.gimp.org/
diff --git a/graphics/gimp-devel/pkg-plist b/graphics/gimp-devel/pkg-plist
new file mode 100644
index 000000000000..3f1230b6483a
--- /dev/null
+++ b/graphics/gimp-devel/pkg-plist
@@ -0,0 +1,1875 @@
+bin/gimp
+bin/gimp-2.2
+bin/gimp-remote
+bin/gimp-remote-2.2
+bin/gimptool-2.0
+etc/gimp/2.0/controllerrc
+etc/gimp/2.0/gimprc
+etc/gimp/2.0/gtkrc
+etc/gimp/2.0/ps-menurc
+etc/gimp/2.0/sessionrc
+etc/gimp/2.0/templaterc
+etc/gimp/2.0/unitrc
+include/gimp-2.0/libgimp/gimp.h
+include/gimp-2.0/libgimp/gimp_pdb.h
+include/gimp-2.0/libgimp/gimpaspectpreview.h
+include/gimp-2.0/libgimp/gimpbrush_pdb.h
+include/gimp-2.0/libgimp/gimpbrushes_pdb.h
+include/gimp-2.0/libgimp/gimpbrushes.h
+include/gimp-2.0/libgimp/gimpbrushmenu.h
+include/gimp-2.0/libgimp/gimpbrushselect.h
+include/gimp-2.0/libgimp/gimpbrushselect_pdb.h
+include/gimp-2.0/libgimp/gimpchannel.h
+include/gimp-2.0/libgimp/gimpchannel_pdb.h
+include/gimp-2.0/libgimp/gimpcolor_pdb.h
+include/gimp-2.0/libgimp/gimpcompat.h
+include/gimp-2.0/libgimp/gimpcontext_pdb.h
+include/gimp-2.0/libgimp/gimpconvert_pdb.h
+include/gimp-2.0/libgimp/gimpdisplay_pdb.h
+include/gimp-2.0/libgimp/gimpdrawable.h
+include/gimp-2.0/libgimp/gimpdrawable_pdb.h
+include/gimp-2.0/libgimp/gimpdrawablecombobox.h
+include/gimp-2.0/libgimp/gimpdrawablepreview.h
+include/gimp-2.0/libgimp/gimpdrawabletransform_pdb.h
+include/gimp-2.0/libgimp/gimpedit_pdb.h
+include/gimp-2.0/libgimp/gimpenums.h
+include/gimp-2.0/libgimp/gimpexport.h
+include/gimp-2.0/libgimp/gimpfileops_pdb.h
+include/gimp-2.0/libgimp/gimpfloatingsel_pdb.h
+include/gimp-2.0/libgimp/gimpfontmenu.h
+include/gimp-2.0/libgimp/gimpfonts_pdb.h
+include/gimp-2.0/libgimp/gimpfontselect.h
+include/gimp-2.0/libgimp/gimpfontselect_pdb.h
+include/gimp-2.0/libgimp/gimpgimprc_pdb.h
+include/gimp-2.0/libgimp/gimpgradientmenu.h
+include/gimp-2.0/libgimp/gimpgradient_pdb.h
+include/gimp-2.0/libgimp/gimpgradients.h
+include/gimp-2.0/libgimp/gimpgradients_pdb.h
+include/gimp-2.0/libgimp/gimpgradientselect.h
+include/gimp-2.0/libgimp/gimpgradientselect_pdb.h
+include/gimp-2.0/libgimp/gimpguides_pdb.h
+include/gimp-2.0/libgimp/gimphelp_pdb.h
+include/gimp-2.0/libgimp/gimpimage.h
+include/gimp-2.0/libgimp/gimpimage_pdb.h
+include/gimp-2.0/libgimp/gimpimagecombobox.h
+include/gimp-2.0/libgimp/gimplayer.h
+include/gimp-2.0/libgimp/gimplayer_pdb.h
+include/gimp-2.0/libgimp/gimpmenu.h
+include/gimp-2.0/libgimp/gimpmessage_pdb.h
+include/gimp-2.0/libgimp/gimpmisc_pdb.h
+include/gimp-2.0/libgimp/gimppainttools_pdb.h
+include/gimp-2.0/libgimp/gimppalette.h
+include/gimp-2.0/libgimp/gimppalette_pdb.h
+include/gimp-2.0/libgimp/gimppalettemenu.h
+include/gimp-2.0/libgimp/gimppalettes.h
+include/gimp-2.0/libgimp/gimppalettes_pdb.h
+include/gimp-2.0/libgimp/gimppaletteselect.h
+include/gimp-2.0/libgimp/gimppaletteselect_pdb.h
+include/gimp-2.0/libgimp/gimpparasite_pdb.h
+include/gimp-2.0/libgimp/gimppaths_pdb.h
+include/gimp-2.0/libgimp/gimppattern_pdb.h
+include/gimp-2.0/libgimp/gimppatternmenu.h
+include/gimp-2.0/libgimp/gimppatterns.h
+include/gimp-2.0/libgimp/gimppatterns_pdb.h
+include/gimp-2.0/libgimp/gimppatternselect.h
+include/gimp-2.0/libgimp/gimppatternselect_pdb.h
+include/gimp-2.0/libgimp/gimppixbuf.h
+include/gimp-2.0/libgimp/gimppixelfetcher.h
+include/gimp-2.0/libgimp/gimppixelrgn.h
+include/gimp-2.0/libgimp/gimpplugin.h
+include/gimp-2.0/libgimp/gimpplugin_pdb.h
+include/gimp-2.0/libgimp/gimpproceduraldb.h
+include/gimp-2.0/libgimp/gimpproceduraldb_pdb.h
+include/gimp-2.0/libgimp/gimpprogress.h
+include/gimp-2.0/libgimp/gimpprogress_pdb.h
+include/gimp-2.0/libgimp/gimpprogressbar.h
+include/gimp-2.0/libgimp/gimpregioniterator.h
+include/gimp-2.0/libgimp/gimpselection.h
+include/gimp-2.0/libgimp/gimpselection_pdb.h
+include/gimp-2.0/libgimp/gimpselectiontools_pdb.h
+include/gimp-2.0/libgimp/gimptexttool_pdb.h
+include/gimp-2.0/libgimp/gimptile.h
+include/gimp-2.0/libgimp/gimptransformtools_pdb.h
+include/gimp-2.0/libgimp/gimptypes.h
+include/gimp-2.0/libgimp/gimpui.h
+include/gimp-2.0/libgimp/gimpuitypes.h
+include/gimp-2.0/libgimp/gimpundo_pdb.h
+include/gimp-2.0/libgimp/gimpunit_pdb.h
+include/gimp-2.0/libgimpbase/gimpbase.h
+include/gimp-2.0/libgimpbase/gimpbaseenums.h
+include/gimp-2.0/libgimpbase/gimpbasetypes.h
+include/gimp-2.0/libgimpbase/gimpchecks.h
+include/gimp-2.0/libgimpbase/gimpdatafiles.h
+include/gimp-2.0/libgimpbase/gimpenv.h
+include/gimp-2.0/libgimpbase/gimplimits.h
+include/gimp-2.0/libgimpbase/gimpmemsize.h
+include/gimp-2.0/libgimpbase/gimpparasite.h
+include/gimp-2.0/libgimpbase/gimpparasiteio.h
+include/gimp-2.0/libgimpbase/gimpsignal.h
+include/gimp-2.0/libgimpbase/gimpunit.h
+include/gimp-2.0/libgimpbase/gimputils.h
+include/gimp-2.0/libgimpbase/gimpversion.h
+include/gimp-2.0/libgimpcolor/gimpadaptivesupersample.h
+include/gimp-2.0/libgimpcolor/gimpbilinear.h
+include/gimp-2.0/libgimpcolor/gimpcmyk.h
+include/gimp-2.0/libgimpcolor/gimpcolor.h
+include/gimp-2.0/libgimpcolor/gimpcolorspace.h
+include/gimp-2.0/libgimpcolor/gimpcolortypes.h
+include/gimp-2.0/libgimpcolor/gimphsv.h
+include/gimp-2.0/libgimpcolor/gimprgb.h
+include/gimp-2.0/libgimpmath/gimpmath.h
+include/gimp-2.0/libgimpmath/gimpmathtypes.h
+include/gimp-2.0/libgimpmath/gimpmatrix.h
+include/gimp-2.0/libgimpmath/gimpmd5.h
+include/gimp-2.0/libgimpmath/gimpvector.h
+include/gimp-2.0/libgimpmodule/gimpmodule.h
+include/gimp-2.0/libgimpmodule/gimpmoduledb.h
+include/gimp-2.0/libgimpmodule/gimpmoduletypes.h
+include/gimp-2.0/libgimpthumb/gimpthumb-enums.h
+include/gimp-2.0/libgimpthumb/gimpthumb-error.h
+include/gimp-2.0/libgimpthumb/gimpthumb-types.h
+include/gimp-2.0/libgimpthumb/gimpthumb-utils.h
+include/gimp-2.0/libgimpthumb/gimpthumb.h
+include/gimp-2.0/libgimpthumb/gimpthumbnail.h
+include/gimp-2.0/libgimpwidgets/gimpbutton.h
+include/gimp-2.0/libgimpwidgets/gimpcellrenderercolor.h
+include/gimp-2.0/libgimpwidgets/gimpcellrenderertoggle.h
+include/gimp-2.0/libgimpwidgets/gimpchainbutton.h
+include/gimp-2.0/libgimpwidgets/gimpcolorarea.h
+include/gimp-2.0/libgimpwidgets/gimpcolorbutton.h
+include/gimp-2.0/libgimpwidgets/gimpcolordisplay.h
+include/gimp-2.0/libgimpwidgets/gimpcolordisplaystack.h
+include/gimp-2.0/libgimpwidgets/gimpcolorhexentry.h
+include/gimp-2.0/libgimpwidgets/gimpcolornotebook.h
+include/gimp-2.0/libgimpwidgets/gimpcolorscale.h
+include/gimp-2.0/libgimpwidgets/gimpcolorscales.h
+include/gimp-2.0/libgimpwidgets/gimpcolorselect.h
+include/gimp-2.0/libgimpwidgets/gimpcolorselection.h
+include/gimp-2.0/libgimpwidgets/gimpcolorselector.h
+include/gimp-2.0/libgimpwidgets/gimpcontroller.h
+include/gimp-2.0/libgimpwidgets/gimpdialog.h
+include/gimp-2.0/libgimpwidgets/gimpfileentry.h
+include/gimp-2.0/libgimpwidgets/gimpframe.h
+include/gimp-2.0/libgimpwidgets/gimphelpui.h
+include/gimp-2.0/libgimpwidgets/gimpintcombobox.h
+include/gimp-2.0/libgimpwidgets/gimpintstore.h
+include/gimp-2.0/libgimpwidgets/gimpmemsizeentry.h
+include/gimp-2.0/libgimpwidgets/gimpoffsetarea.h
+include/gimp-2.0/libgimpwidgets/gimpoldwidgets.h
+include/gimp-2.0/libgimpwidgets/gimppatheditor.h
+include/gimp-2.0/libgimpwidgets/gimppickbutton.h
+include/gimp-2.0/libgimpwidgets/gimppixmap.h
+include/gimp-2.0/libgimpwidgets/gimppreview.h
+include/gimp-2.0/libgimpwidgets/gimppreviewarea.h
+include/gimp-2.0/libgimpwidgets/gimpquerybox.h
+include/gimp-2.0/libgimpwidgets/gimpscrolledpreview.h
+include/gimp-2.0/libgimpwidgets/gimpsizeentry.h
+include/gimp-2.0/libgimpwidgets/gimpstock.h
+include/gimp-2.0/libgimpwidgets/gimpunitmenu.h
+include/gimp-2.0/libgimpwidgets/gimpwidgets.h
+include/gimp-2.0/libgimpwidgets/gimpwidgetstypes.h
+lib/libgimp-2.0.a
+lib/libgimp-2.0.so
+lib/libgimp-2.0.so.%%SHLIBVER%%
+lib/libgimpbase-2.0.a
+lib/libgimpbase-2.0.so
+lib/libgimpbase-2.0.so.%%SHLIBVER%%
+lib/libgimpcolor-2.0.a
+lib/libgimpcolor-2.0.so
+lib/libgimpcolor-2.0.so.%%SHLIBVER%%
+lib/libgimpmath-2.0.a
+lib/libgimpmath-2.0.so
+lib/libgimpmath-2.0.so.%%SHLIBVER%%
+lib/libgimpmodule-2.0.a
+lib/libgimpmodule-2.0.so
+lib/libgimpmodule-2.0.so.%%SHLIBVER%%
+lib/libgimpthumb-2.0.a
+lib/libgimpthumb-2.0.so
+lib/libgimpthumb-2.0.so.%%SHLIBVER%%
+lib/libgimpui-2.0.a
+lib/libgimpui-2.0.so
+lib/libgimpui-2.0.so.%%SHLIBVER%%
+lib/libgimpwidgets-2.0.a
+lib/libgimpwidgets-2.0.so
+lib/libgimpwidgets-2.0.so.%%SHLIBVER%%
+libdata/pkgconfig/gimp-2.0.pc
+libdata/pkgconfig/gimpthumb-2.0.pc
+libdata/pkgconfig/gimpui-2.0.pc
+libexec/gimp/2.0/environ/default.env
+%%PYTHON:%%libexec/gimp/2.0/environ/pygimp.env
+libexec/gimp/2.0/modules/libcdisplay_colorblind.so
+libexec/gimp/2.0/modules/libcdisplay_gamma.so
+libexec/gimp/2.0/modules/libcdisplay_highcontrast.so
+libexec/gimp/2.0/modules/libcdisplay_proof.so
+libexec/gimp/2.0/modules/libcolorsel_cmyk.so
+libexec/gimp/2.0/modules/libcolorsel_triangle.so
+libexec/gimp/2.0/modules/libcolorsel_water.so
+libexec/gimp/2.0/modules/libcontroller_midi.so
+libexec/gimp/2.0/plug-ins/AlienMap2
+libexec/gimp/2.0/plug-ins/CEL
+libexec/gimp/2.0/plug-ins/CML_explorer
+libexec/gimp/2.0/plug-ins/FractalExplorer
+libexec/gimp/2.0/plug-ins/Lighting
+libexec/gimp/2.0/plug-ins/MapObject
+libexec/gimp/2.0/plug-ins/aa
+libexec/gimp/2.0/plug-ins/align_layers
+libexec/gimp/2.0/plug-ins/animationplay
+libexec/gimp/2.0/plug-ins/animoptimize
+libexec/gimp/2.0/plug-ins/apply_lens
+libexec/gimp/2.0/plug-ins/autocrop
+libexec/gimp/2.0/plug-ins/autostretch_hsv
+libexec/gimp/2.0/plug-ins/blinds
+libexec/gimp/2.0/plug-ins/blur
+libexec/gimp/2.0/plug-ins/bmp
+libexec/gimp/2.0/plug-ins/borderaverage
+libexec/gimp/2.0/plug-ins/bumpmap
+libexec/gimp/2.0/plug-ins/c_astretch
+libexec/gimp/2.0/plug-ins/cartoon
+libexec/gimp/2.0/plug-ins/ccanalyze
+libexec/gimp/2.0/plug-ins/channel_mixer
+libexec/gimp/2.0/plug-ins/checkerboard
+%%PYTHON:%%libexec/gimp/2.0/plug-ins/clothify.py
+libexec/gimp/2.0/plug-ins/color_enhance
+%%PYTHON:%%libexec/gimp/2.0/plug-ins/colorhtml.py
+libexec/gimp/2.0/plug-ins/colorify
+libexec/gimp/2.0/plug-ins/colortoalpha
+libexec/gimp/2.0/plug-ins/compose
+libexec/gimp/2.0/plug-ins/compressor
+libexec/gimp/2.0/plug-ins/convmatrix
+libexec/gimp/2.0/plug-ins/csource
+libexec/gimp/2.0/plug-ins/cubism
+libexec/gimp/2.0/plug-ins/curve_bend
+libexec/gimp/2.0/plug-ins/decompose
+libexec/gimp/2.0/plug-ins/deinterlace
+libexec/gimp/2.0/plug-ins/depthmerge
+libexec/gimp/2.0/plug-ins/despeckle
+libexec/gimp/2.0/plug-ins/destripe
+libexec/gimp/2.0/plug-ins/dicom
+libexec/gimp/2.0/plug-ins/diffraction
+libexec/gimp/2.0/plug-ins/displace
+libexec/gimp/2.0/plug-ins/dog
+libexec/gimp/2.0/plug-ins/edge
+libexec/gimp/2.0/plug-ins/emboss
+libexec/gimp/2.0/plug-ins/engrave
+libexec/gimp/2.0/plug-ins/exchange
+libexec/gimp/2.0/plug-ins/faxg3
+libexec/gimp/2.0/plug-ins/film
+libexec/gimp/2.0/plug-ins/fits
+libexec/gimp/2.0/plug-ins/flame
+libexec/gimp/2.0/plug-ins/flarefx
+%%PYTHON:%%libexec/gimp/2.0/plug-ins/foggify.py
+libexec/gimp/2.0/plug-ins/fp
+libexec/gimp/2.0/plug-ins/fractaltrace
+libexec/gimp/2.0/plug-ins/gauss
+libexec/gimp/2.0/plug-ins/gbr
+libexec/gimp/2.0/plug-ins/gee
+libexec/gimp/2.0/plug-ins/gee_zoom
+libexec/gimp/2.0/plug-ins/gfig
+libexec/gimp/2.0/plug-ins/gflare
+libexec/gimp/2.0/plug-ins/gfli
+libexec/gimp/2.0/plug-ins/gif
+libexec/gimp/2.0/plug-ins/gifload
+libexec/gimp/2.0/plug-ins/gih
+%%PYTHON:%%libexec/gimp/2.0/plug-ins/gimpcons.py
+libexec/gimp/2.0/plug-ins/gimpressionist
+libexec/gimp/2.0/plug-ins/glasstile
+libexec/gimp/2.0/plug-ins/glob
+libexec/gimp/2.0/plug-ins/gqbist
+libexec/gimp/2.0/plug-ins/gradmap
+libexec/gimp/2.0/plug-ins/grid
+%%PYTHON:%%libexec/gimp/2.0/plug-ins/gtkcons.py
+libexec/gimp/2.0/plug-ins/gtm
+libexec/gimp/2.0/plug-ins/guillotine
+libexec/gimp/2.0/plug-ins/header
+libexec/gimp/2.0/plug-ins/help
+%%HELPBROWSER:%%libexec/gimp/2.0/plug-ins/helpbrowser
+libexec/gimp/2.0/plug-ins/hot
+libexec/gimp/2.0/plug-ins/ifscompose
+libexec/gimp/2.0/plug-ins/illusion
+libexec/gimp/2.0/plug-ins/imagemap
+libexec/gimp/2.0/plug-ins/iwarp
+libexec/gimp/2.0/plug-ins/jigsaw
+libexec/gimp/2.0/plug-ins/jpeg
+libexec/gimp/2.0/plug-ins/laplace
+libexec/gimp/2.0/plug-ins/lic
+libexec/gimp/2.0/plug-ins/mail
+libexec/gimp/2.0/plug-ins/mapcolor
+libexec/gimp/2.0/plug-ins/max_rgb
+libexec/gimp/2.0/plug-ins/maze
+libexec/gimp/2.0/plug-ins/mblur
+libexec/gimp/2.0/plug-ins/mng
+libexec/gimp/2.0/plug-ins/mosaic
+libexec/gimp/2.0/plug-ins/neon
+libexec/gimp/2.0/plug-ins/newsprint
+libexec/gimp/2.0/plug-ins/nlfilt
+libexec/gimp/2.0/plug-ins/noisify
+libexec/gimp/2.0/plug-ins/normalize
+libexec/gimp/2.0/plug-ins/nova
+libexec/gimp/2.0/plug-ins/oilify
+libexec/gimp/2.0/plug-ins/pagecurl
+libexec/gimp/2.0/plug-ins/papertile
+libexec/gimp/2.0/plug-ins/pat
+libexec/gimp/2.0/plug-ins/pcx
+%%PYTHON:%%libexec/gimp/2.0/plug-ins/pdbbrowse.py
+libexec/gimp/2.0/plug-ins/photocopy
+libexec/gimp/2.0/plug-ins/pix
+libexec/gimp/2.0/plug-ins/pixelize
+libexec/gimp/2.0/plug-ins/plasma
+libexec/gimp/2.0/plug-ins/plugin-browser
+libexec/gimp/2.0/plug-ins/png
+libexec/gimp/2.0/plug-ins/pnm
+libexec/gimp/2.0/plug-ins/polar
+libexec/gimp/2.0/plug-ins/postscript
+%%PRINT%%libexec/gimp/2.0/plug-ins/print
+libexec/gimp/2.0/plug-ins/procedure-browser
+libexec/gimp/2.0/plug-ins/psd
+libexec/gimp/2.0/plug-ins/psd_save
+libexec/gimp/2.0/plug-ins/psp
+%%PYTHON:%%libexec/gimp/2.0/plug-ins/py-slice.py
+libexec/gimp/2.0/plug-ins/randomize
+libexec/gimp/2.0/plug-ins/raw
+libexec/gimp/2.0/plug-ins/rcm
+libexec/gimp/2.0/plug-ins/retinex
+libexec/gimp/2.0/plug-ins/ripple
+libexec/gimp/2.0/plug-ins/rotate
+libexec/gimp/2.0/plug-ins/sample_colorize
+libexec/gimp/2.0/plug-ins/scatter_hsv
+libexec/gimp/2.0/plug-ins/screenshot
+libexec/gimp/2.0/plug-ins/script-fu
+libexec/gimp/2.0/plug-ins/sel2path
+libexec/gimp/2.0/plug-ins/sel_gauss
+libexec/gimp/2.0/plug-ins/semiflatten
+libexec/gimp/2.0/plug-ins/sgi
+%%PYTHON:%%libexec/gimp/2.0/plug-ins/shadow_bevel.py
+libexec/gimp/2.0/plug-ins/sharpen
+libexec/gimp/2.0/plug-ins/shift
+libexec/gimp/2.0/plug-ins/sinus
+libexec/gimp/2.0/plug-ins/smooth_palette
+libexec/gimp/2.0/plug-ins/snoise
+libexec/gimp/2.0/plug-ins/sobel
+libexec/gimp/2.0/plug-ins/softglow
+libexec/gimp/2.0/plug-ins/sparkle
+%%PYTHON:%%libexec/gimp/2.0/plug-ins/sphere.py
+libexec/gimp/2.0/plug-ins/spheredesigner
+libexec/gimp/2.0/plug-ins/spread
+libexec/gimp/2.0/plug-ins/struc
+libexec/gimp/2.0/plug-ins/sunras
+libexec/gimp/2.0/plug-ins/svg
+libexec/gimp/2.0/plug-ins/tga
+libexec/gimp/2.0/plug-ins/threshold_alpha
+libexec/gimp/2.0/plug-ins/tiff
+libexec/gimp/2.0/plug-ins/tile
+libexec/gimp/2.0/plug-ins/tileit
+libexec/gimp/2.0/plug-ins/tiler
+libexec/gimp/2.0/plug-ins/uniteditor
+libexec/gimp/2.0/plug-ins/unsharp
+libexec/gimp/2.0/plug-ins/url
+libexec/gimp/2.0/plug-ins/video
+libexec/gimp/2.0/plug-ins/vinvert
+libexec/gimp/2.0/plug-ins/vpropagate
+libexec/gimp/2.0/plug-ins/warp
+libexec/gimp/2.0/plug-ins/waves
+libexec/gimp/2.0/plug-ins/webbrowser
+libexec/gimp/2.0/plug-ins/whirlpinch
+%%PYTHON:%%libexec/gimp/2.0/plug-ins/whirlpinch.py
+libexec/gimp/2.0/plug-ins/wind
+libexec/gimp/2.0/plug-ins/winicon
+libexec/gimp/2.0/plug-ins/wmf
+libexec/gimp/2.0/plug-ins/xbm
+libexec/gimp/2.0/plug-ins/xjt
+libexec/gimp/2.0/plug-ins/xpm
+libexec/gimp/2.0/plug-ins/xwd
+libexec/gimp/2.0/plug-ins/zealouscrop
+%%PYTHON:%%libexec/gimp/2.0/python/gimpenums.py
+%%PYTHON:%%libexec/gimp/2.0/python/gimpenums.pyc
+%%PYTHON:%%libexec/gimp/2.0/python/gimpenums.pyo
+%%PYTHON:%%libexec/gimp/2.0/python/gimpfu.py
+%%PYTHON:%%libexec/gimp/2.0/python/gimpfu.pyc
+%%PYTHON:%%libexec/gimp/2.0/python/gimpfu.pyo
+%%PYTHON:%%libexec/gimp/2.0/python/gimpmodule.so
+%%PYTHON:%%libexec/gimp/2.0/python/gimpplugin.py
+%%PYTHON:%%libexec/gimp/2.0/python/gimpplugin.pyc
+%%PYTHON:%%libexec/gimp/2.0/python/gimpplugin.pyo
+%%PYTHON:%%libexec/gimp/2.0/python/gimpshelf.py
+%%PYTHON:%%libexec/gimp/2.0/python/gimpshelf.pyc
+%%PYTHON:%%libexec/gimp/2.0/python/gimpshelf.pyo
+%%PYTHON:%%libexec/gimp/2.0/python/gimpui.py
+%%PYTHON:%%libexec/gimp/2.0/python/gimpui.pyc
+%%PYTHON:%%libexec/gimp/2.0/python/gimpui.pyo
+share/aclocal/gimp-2.0.m4
+%%DOCSDIR%%/libgimp/GimpAspectPreview.html
+%%DOCSDIR%%/libgimp/GimpDrawablePreview.html
+%%DOCSDIR%%/libgimp/GimpProgressBar.html
+%%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-gimpbrush.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-gimpcontext.html
+%%DOCSDIR%%/libgimp/libgimp-gimpconvert.html
+%%DOCSDIR%%/libgimp/libgimp-gimpdisplay.html
+%%DOCSDIR%%/libgimp/libgimp-gimpdrawable.html
+%%DOCSDIR%%/libgimp/libgimp-gimpdrawablecombobox.html
+%%DOCSDIR%%/libgimp/libgimp-gimpdrawabletransform.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-gimpfonts.html
+%%DOCSDIR%%/libgimp/libgimp-gimpfontselect.html
+%%DOCSDIR%%/libgimp/libgimp-gimpgimprc.html
+%%DOCSDIR%%/libgimp/libgimp-gimpgradient.html
+%%DOCSDIR%%/libgimp/libgimp-gimpgradientmenu.html
+%%DOCSDIR%%/libgimp/libgimp-gimpgradients.html
+%%DOCSDIR%%/libgimp/libgimp-gimpgradientselect.html
+%%DOCSDIR%%/libgimp/libgimp-gimpguides.html
+%%DOCSDIR%%/libgimp/libgimp-gimphelp.html
+%%DOCSDIR%%/libgimp/libgimp-gimpimage.html
+%%DOCSDIR%%/libgimp/libgimp-gimpimagecombobox.html
+%%DOCSDIR%%/libgimp/libgimp-gimplayer.html
+%%DOCSDIR%%/libgimp/libgimp-gimpmenu.html
+%%DOCSDIR%%/libgimp/libgimp-gimpmessage.html
+%%DOCSDIR%%/libgimp/libgimp-gimppalette.html
+%%DOCSDIR%%/libgimp/libgimp-gimppalettemenu.html
+%%DOCSDIR%%/libgimp/libgimp-gimppalettes.html
+%%DOCSDIR%%/libgimp/libgimp-gimppaletteselect.html
+%%DOCSDIR%%/libgimp/libgimp-gimppaths.html
+%%DOCSDIR%%/libgimp/libgimp-gimppattern.html
+%%DOCSDIR%%/libgimp/libgimp-gimppatternmenu.html
+%%DOCSDIR%%/libgimp/libgimp-gimppatterns.html
+%%DOCSDIR%%/libgimp/libgimp-gimppatternselect.html
+%%DOCSDIR%%/libgimp/libgimp-gimppixbuf.html
+%%DOCSDIR%%/libgimp/libgimp-gimppixelfetcher.html
+%%DOCSDIR%%/libgimp/libgimp-gimppixelrgn.html
+%%DOCSDIR%%/libgimp/libgimp-gimpplugin.html
+%%DOCSDIR%%/libgimp/libgimp-gimpproceduraldb.html
+%%DOCSDIR%%/libgimp/libgimp-gimpprogress.html
+%%DOCSDIR%%/libgimp/libgimp-gimpregioniterator.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-hierarchy.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-gimpbaseenums.html
+%%DOCSDIR%%/libgimpbase/libgimpbase-gimpbasetypes.html
+%%DOCSDIR%%/libgimpbase/libgimpbase-gimpchecks.html
+%%DOCSDIR%%/libgimpbase/libgimpbase-gimpdatafiles.html
+%%DOCSDIR%%/libgimpbase/libgimpbase-gimpenv.html
+%%DOCSDIR%%/libgimpbase/libgimpbase-gimplimits.html
+%%DOCSDIR%%/libgimpbase/libgimpbase-gimpmemsize.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-GimpCMYK.html
+%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpColorSpace.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%%/libgimpthumb/GimpThumbnail.html
+%%DOCSDIR%%/libgimpthumb/home.png
+%%DOCSDIR%%/libgimpthumb/index.html
+%%DOCSDIR%%/libgimpthumb/index.sgml
+%%DOCSDIR%%/libgimpthumb/left.png
+%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-enums.html
+%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-error.html
+%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-utils.html
+%%DOCSDIR%%/libgimpthumb/libgimpthumb.devhelp
+%%DOCSDIR%%/libgimpthumb/libgimpthumb.html
+%%DOCSDIR%%/libgimpthumb/right.png
+%%DOCSDIR%%/libgimpthumb/up.png
+%%DOCSDIR%%/libgimpwidgets/GimpButton.html
+%%DOCSDIR%%/libgimpwidgets/GimpCellRendererColor.html
+%%DOCSDIR%%/libgimpwidgets/GimpCellRendererToggle.html
+%%DOCSDIR%%/libgimpwidgets/GimpChainButton.html
+%%DOCSDIR%%/libgimpwidgets/GimpColorArea.html
+%%DOCSDIR%%/libgimpwidgets/GimpColorButton.html
+%%DOCSDIR%%/libgimpwidgets/GimpColorDisplay.html
+%%DOCSDIR%%/libgimpwidgets/GimpColorDisplayStack.html
+%%DOCSDIR%%/libgimpwidgets/GimpColorHexEntry.html
+%%DOCSDIR%%/libgimpwidgets/GimpColorNotebook.html
+%%DOCSDIR%%/libgimpwidgets/GimpColorScale.html
+%%DOCSDIR%%/libgimpwidgets/GimpColorScales.html
+%%DOCSDIR%%/libgimpwidgets/GimpColorSelect.html
+%%DOCSDIR%%/libgimpwidgets/GimpColorSelection.html
+%%DOCSDIR%%/libgimpwidgets/GimpColorSelector.html
+%%DOCSDIR%%/libgimpwidgets/GimpDialog.html
+%%DOCSDIR%%/libgimpwidgets/GimpFileEntry.html
+%%DOCSDIR%%/libgimpwidgets/GimpFrame.html
+%%DOCSDIR%%/libgimpwidgets/GimpIntComboBox.html
+%%DOCSDIR%%/libgimpwidgets/GimpIntStore.html
+%%DOCSDIR%%/libgimpwidgets/GimpMemsizeEntry.html
+%%DOCSDIR%%/libgimpwidgets/GimpOffsetArea.html
+%%DOCSDIR%%/libgimpwidgets/GimpPathEditor.html
+%%DOCSDIR%%/libgimpwidgets/GimpPickButton.html
+%%DOCSDIR%%/libgimpwidgets/GimpPixmap.html
+%%DOCSDIR%%/libgimpwidgets/GimpPreview.html
+%%DOCSDIR%%/libgimpwidgets/GimpPreviewArea.html
+%%DOCSDIR%%/libgimpwidgets/GimpSizeEntry.html
+%%DOCSDIR%%/libgimpwidgets/GimpUnitMenu.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-GimpScrolledPreview.html
+%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpStock.html
+%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpWidgets.html
+%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-cell-renderers.html
+%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-colordisplay.html
+%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-colorselector.html
+%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-deprecated.html
+%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-gimpoldwidgets.html
+%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-hierarchy.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-cap-butt-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-cap-round-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-cap-square-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-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-indexed-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-32.png
+%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-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-channels-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-channels-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-char-picker-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-close-12.png
+%%DOCSDIR%%/libgimpwidgets/stock-color-pick-from-screen-16.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-device-status-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-display-filter-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-display-filter-24.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-frame-64.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-histogram-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-histogram-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-histogram-linear-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-histogram-logarithmic-16.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-join-bevel-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-join-miter-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-join-round-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-landscape-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-layer-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-layer-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-layer-32.png
+%%DOCSDIR%%/libgimpwidgets/stock-layer-48.png
+%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-32.png
+%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-48.png
+%%DOCSDIR%%/libgimpwidgets/stock-layer-to-imagesize-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-layers-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-layers-24.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-menu-left-12.png
+%%DOCSDIR%%/libgimpwidgets/stock-menu-right-12.png
+%%DOCSDIR%%/libgimpwidgets/stock-merge-down-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-move-to-screen-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-move-to-screen-24.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-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-path-22.png
+%%DOCSDIR%%/libgimpwidgets/stock-path-stroke-16.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-qmask-off-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-qmask-on-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-question-64.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-border-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-shape-circle-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-shape-diamond-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-shape-square-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-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-options-24.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-tools-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-tools-24.png
+%%DOCSDIR%%/libgimpwidgets/stock-transparency-16.png
+%%DOCSDIR%%/libgimpwidgets/stock-transparency-24.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/stock-zoom-follow-window-12.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-devel-icon.png
+share/gimp/images/wilber-icon.png
+share/gimp/images/wilber-tips.png
+share/gimp/images/wilber-wizard.png
+share/gimp/menus/brushes-menu.xml
+share/gimp/menus/buffers-menu.xml
+share/gimp/menus/channels-menu.xml
+share/gimp/menus/colormap-editor-menu.xml
+share/gimp/menus/dockable-menu.xml
+share/gimp/menus/documents-menu.xml
+share/gimp/menus/error-console-menu.xml
+share/gimp/menus/fonts-menu.xml
+share/gimp/menus/gradient-editor-menu.xml
+share/gimp/menus/gradients-menu.xml
+share/gimp/menus/image-menu.xml
+share/gimp/menus/images-menu.xml
+share/gimp/menus/layers-menu.xml
+share/gimp/menus/palette-editor-menu.xml
+share/gimp/menus/palettes-menu.xml
+share/gimp/menus/patterns-menu.xml
+share/gimp/menus/qmask-menu.xml
+share/gimp/menus/selection-editor-menu.xml
+share/gimp/menus/templates-menu.xml
+share/gimp/menus/tool-options-menu.xml
+share/gimp/menus/toolbox-menu.xml
+share/gimp/menus/tools-menu.xml
+share/gimp/menus/vectors-menu.xml
+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/Stripes1px.pat
+share/gimp/patterns/Stripes2px.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/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/guides-from-selection.scm
+share/gimp/scripts/guides-new-percent.scm
+share/gimp/scripts/guides-new.scm
+share/gimp/scripts/guides-remove-all.scm
+share/gimp/scripts/hsv-graph.scm
+share/gimp/scripts/i26-gunya2.scm
+share/gimp/scripts/image-structure.scm
+share/gimp/scripts/images/beavis.jpg
+share/gimp/scripts/images/texture.jpg
+share/gimp/scripts/images/texture1.jpg
+share/gimp/scripts/images/texture2.jpg
+share/gimp/scripts/images/texture3.jpg
+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/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/controllers.png
+share/gimp/themes/Default/images/preferences/default-comment.png
+share/gimp/themes/Default/images/preferences/default-grid.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/session.png
+share/gimp/themes/Default/images/preferences/theme.png
+share/gimp/themes/Default/images/preferences/tool-options.png
+share/gimp/themes/Default/images/preferences/toolbox.png
+share/gimp/themes/Default/images/preferences/window-management.png
+share/gimp/themes/Default/images/stock-anchor-16.png
+share/gimp/themes/Default/images/stock-cap-butt-16.png
+share/gimp/themes/Default/images/stock-cap-round-16.png
+share/gimp/themes/Default/images/stock-cap-square-16.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-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-indexed-16.png
+share/gimp/themes/Default/images/stock-channel-indexed-24.png
+share/gimp/themes/Default/images/stock-channel-indexed-32.png
+share/gimp/themes/Default/images/stock-channel-indexed-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-channels-16.png
+share/gimp/themes/Default/images/stock-channels-24.png
+share/gimp/themes/Default/images/stock-char-picker-22.png
+share/gimp/themes/Default/images/stock-close-12.png
+share/gimp/themes/Default/images/stock-color-pick-from-screen-16.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-device-status-24.png
+share/gimp/themes/Default/images/stock-display-filter-16.png
+share/gimp/themes/Default/images/stock-display-filter-24.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-frame-64.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-histogram-16.png
+share/gimp/themes/Default/images/stock-histogram-22.png
+share/gimp/themes/Default/images/stock-histogram-linear-16.png
+share/gimp/themes/Default/images/stock-histogram-logarithmic-16.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-join-bevel-16.png
+share/gimp/themes/Default/images/stock-join-miter-16.png
+share/gimp/themes/Default/images/stock-join-round-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-layer-mask-16.png
+share/gimp/themes/Default/images/stock-layer-mask-24.png
+share/gimp/themes/Default/images/stock-layer-mask-32.png
+share/gimp/themes/Default/images/stock-layer-mask-48.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-list-16.png
+share/gimp/themes/Default/images/stock-menu-left-12.png
+share/gimp/themes/Default/images/stock-menu-right-12.png
+share/gimp/themes/Default/images/stock-merge-down-16.png
+share/gimp/themes/Default/images/stock-move-to-screen-16.png
+share/gimp/themes/Default/images/stock-move-to-screen-24.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-16.png
+share/gimp/themes/Default/images/stock-path-22.png
+share/gimp/themes/Default/images/stock-path-stroke-16.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-border-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-shape-circle-16.png
+share/gimp/themes/Default/images/stock-shape-diamond-16.png
+share/gimp/themes/Default/images/stock-shape-square-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-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-options-24.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-tools-16.png
+share/gimp/themes/Default/images/stock-tools-24.png
+share/gimp/themes/Default/images/stock-transparency-16.png
+share/gimp/themes/Default/images/stock-transparency-24.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/themes/Default/images/stock-zoom-follow-window-12.png
+share/gimp/themes/Small/gtkrc
+share/gimp/tips/gimp-tips.xml
+%%GNOMEPANEL:%%share/gnome/application-registry/gimp-2.2.applications
+%%GNOMEPANEL:%%share/gnome/applications/gimp-2.2.desktop
+%%GNOMEPANEL:%%share/gnome/mime-info/gimp-2.2.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_CA/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/en_CA/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/en_CA/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/en_CA/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/eu/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/eu/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/eu/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/eu/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/lt/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/lt/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/lt/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/lt/LC_MESSAGES/gimp20.mo
+share/locale/ms/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/ms/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/ms/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/ms/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/pa/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/pa/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/pa/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/pa/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%%/libgimpthumb
+@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/Small
+@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/images
+@dirrm share/gimp/scripts
+@dirrm share/gimp/patterns
+@dirrm share/gimp/palettes
+@dirrm share/gimp/misc
+@dirrm share/gimp/menus
+@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/fonts
+@dirrm share/gimp/brushes
+@dirrm share/gimp
+%%PYTHON:%%@dirrm libexec/gimp/2.0/python
+@dirrm libexec/gimp/2.0/plug-ins
+@dirrm libexec/gimp/2.0/modules
+@dirrm libexec/gimp/2.0/environ
+@dirrm libexec/gimp/2.0
+@dirrm libexec/gimp
+@dirrm include/gimp-2.0/libgimpwidgets
+@dirrm include/gimp-2.0/libgimpthumb
+@dirrm include/gimp-2.0/libgimpmodule
+@dirrm include/gimp-2.0/libgimpmath
+@dirrm include/gimp-2.0/libgimpcolor
+@dirrm include/gimp-2.0/libgimpbase
+@dirrm include/gimp-2.0/libgimp
+@dirrm include/gimp-2.0
+@dirrm etc/gimp/2.0
+@dirrm etc/gimp