diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-12-17 08:18:04 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-12-17 08:18:04 +0000 |
commit | c9725fb85b442f5229246e7b4e1c53e913dbbb90 (patch) | |
tree | e00c7b9a13c8748065f79c57e9e81d9a1239e743 /graphics/gimp | |
parent | ee7f9aa44a92849ab34d5b387a3d79f974023b65 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_4_0'.release/3.4.0
Notes
Notes:
svn path=/head/; revision=23787
svn path=/tags/RELEASE_3_4_0/; revision=23788; tag=release/3.4.0
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 44 | ||||
-rw-r--r-- | graphics/gimp/distinfo | 1 | ||||
-rw-r--r-- | graphics/gimp/files/gimp.setfont | 298 | ||||
-rw-r--r-- | graphics/gimp/files/patch-aa | 21 | ||||
-rw-r--r-- | graphics/gimp/files/patch-ab | 13 | ||||
-rw-r--r-- | graphics/gimp/files/patch-ae | 10 | ||||
-rw-r--r-- | graphics/gimp/files/patch-af | 16 | ||||
-rw-r--r-- | graphics/gimp/files/patch-ah | 35 | ||||
-rw-r--r-- | graphics/gimp/files/patch-ak | 17 | ||||
-rw-r--r-- | graphics/gimp/files/patch-am | 19 | ||||
-rw-r--r-- | graphics/gimp/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/gimp/pkg-descr | 19 | ||||
-rw-r--r-- | graphics/gimp/pkg-plist | 1107 |
13 files changed, 0 insertions, 1601 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile deleted file mode 100644 index 57f50f846c2d..000000000000 --- a/graphics/gimp/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: Gimp -# Version required: 1.1.11 -# Date created: Mon Nov 18 21:28:43 CST 1996 -# Whom: erich@FreeBSD.org -# -# $FreeBSD$ -# - -DISTNAME= gimp-${VERSION} -CATEGORIES= graphics -MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v${VERSION}/ \ - ftp://ftp.cs.umn.edu/pub/gimp/gimp/unstable/v${VERSION}/ \ - http://www.ameth.org/gimp/pub/gimp/unstable/v${VERSION}/ \ - ftp://ftp.gimp.org/pub/gimp/unstable/old/v${VERSION}/ - -MAINTAINER= erich@FreeBSD.org - -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - aa.1:${PORTSDIR}/graphics/aalib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - mpeg.1:${PORTSDIR}/graphics/mpeg-lib \ - png.3:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff - -VERSION= 1.1.11 -GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_LIBTOOL= yes -CONFIGURE_ARGS= --disable-perl -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - GLIB_CONFIG="${GLIB_CONFIG}" \ - GTK_CONFIG="${GTK_CONFIG}" \ - LIBS="-L${LOCALBASE}/lib" - -MAN1= gimp.1 gimptool.1 -MAN3= gpc.3 -MAN5= gimprc.5 - -.include <bsd.port.mk> diff --git a/graphics/gimp/distinfo b/graphics/gimp/distinfo deleted file mode 100644 index d81ead692c87..000000000000 --- a/graphics/gimp/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gimp-1.1.11.tar.bz2) = c22832463f6a6333c1cab549dba8bcbc diff --git a/graphics/gimp/files/gimp.setfont b/graphics/gimp/files/gimp.setfont deleted file mode 100644 index e4e370d94993..000000000000 --- a/graphics/gimp/files/gimp.setfont +++ /dev/null @@ -1,298 +0,0 @@ -#!/usr/bin/perl - -# Font setting Perl script for GIMP -# -# by MANTANI Nobutaka <nobutaka@nobutaka.com> - -$progname = "gimp.setfont"; -$version = "Version 0.3 Sep 22 1999"; - -# Show usage -sub usage() { - print <<EOF; -Usage: gimp.setfont <language> - ----------------------------------------------------------------- -[language] [fontset] - 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) - polish -*-fixed-(iso8859-2) - russian -*-helvetica-(koi8-r) - swedish -*-helvetica-(iso8859-1) - norwegian -*-helvetica-(iso8859-1) ----------------------------------------------------------------- - -If you need iso8859-2 fonts, please install etlfonts -(ports/x11-fonts/etlfonts). - -EOF -} - -# Write gtkrc of user's .gimp-1.1 directory -sub write_gtkrc($) { - $fontset = shift; - $path = "$ENV{'HOME'}/.gimp-1.1"; - - 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; - } -} - -$lang = $ARGV[0]; -$fontset = ""; - -print <<EOF; - -$progname - Font setting utility for GIMP ($version) - -EOF - -if (@ARGV != 1) { - usage(); - exit; -} - -if ($lang eq "czech") { - $fontset = "-*-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-2"; - - print "Setting for Czech language...\n\n"; - - write_gtkrc($fontset); - - print <<EOF; -Please set "LANG" environment variable to "cs_CZ.ISO8859-2" and execute "gimp". -And please make symbolic link from lt_LN.ISO_8859-2 to cs_CZ.ISO8859-2 in -/usr/share/locale. - -EOF - exit; -} - -if ($lang eq "danish") { - $fontset = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1"; - - print "Setting for Danish language...\n\n"; - - write_gtkrc($fontset); - - print <<EOF; -Please set "LANG" environment variable to "da_DK.ISO_8859-1" and execute "gimp". - -EOF - exit; -} - -if ($lang eq "dutch") { - $fontset = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1"; - - print "Setting for Dutch language...\n\n"; - - write_gtkrc($fontset); - - print <<EOF; -Please set "LANG" environment variable to "nl_NL.ISO_8859-1" and execute "gimp". - -EOF - exit; -} - -if ($lang eq "english") { - $fontset = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1"; - print "Setting for English language...\n\n"; - - write_gtkrc($fontset); - - print <<EOF; -Please set "LANG" environment variable to "C" and execute "gimp". - -EOF - exit; -} - -if ($lang eq "finnish") { - $fontset = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1"; - print "Setting for Finnish language...\n\n"; - - write_gtkrc($fontset); - - print <<EOF; -Please set "LANG" environment variable to "fi_FI.ISO_8859-1" and execute "gimp". - -EOF - exit; -} - -if ($lang eq "french") { - $fontset = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1"; - print "Setting for French language...\n\n"; - - write_gtkrc($fontset); - - print <<EOF; -Please set "LANG" environment variable to "fr_FR.ISO_8859-1" and execute "gimp". - -EOF - exit; -} - -if ($lang eq "german") { - $fontset = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1"; - print "Setting for German language...\n\n"; - - write_gtkrc($fontset); - - print <<EOF; -Please set "LANG" environment variable to "de_DE.ISO_8859-1" and execute "gimp". - -EOF - exit; -} - -if ($lang eq "hungarian") { - $fontset = "-*-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-2"; - print "Setting for Hungarian language...\n\n"; - - write_gtkrc($fontset); - - print <<EOF; -Please set "LANG" environment variable to "hu_HU.ISO_8859-2" and execute "gimp". - -EOF - exit; -} - -if ($lang eq "italian") { - $fontset = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1"; - print "Setting for Italian language...\n\n"; - - write_gtkrc($fontset); - - print <<EOF; -Please set "LANG" environment variable to "it_IT.ISO_8859-1" and execute "gimp". - -EOF - exit; -} - -if ($lang eq "japanese") { - $fontset = "-*-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-1,-*-fixed-medium-r-normal--14-*-*-*-*-*-jisx0201.1976-0,-*-fixed-medium-r-normal--14-*-*-*-*-*-jisx0208.1983-0"; - print "Setting for Japanese language...\n\n"; - - write_gtkrc($fontset); - - print <<EOF; -Please set "LANG" environment variable to "ja_JP.EUC" and execute "gimp". - -EOF - exit; -} - -if ($lang eq "korean") { - $fontset = "-*-fixed-medium-r-normal--16-*-*-*-*-*-iso8859-1,-daewoo-gothic-medium-r-normal--16-*-*-*-*-*-ksc5601.1987-0"; - print "Setting for Korean language...\n\n"; - - write_gtkrc($fontset); - - print <<EOF; -Please set "LANG" environment variable to "ko_KR.EUC" and execute "gimp". - -EOF - exit; -} - -if ($lang eq "polish") { - $fontset = "-*-fixed-medium-r-normal--14-*-*-*-*-*-iso8859-2"; - print "Setting for Polish language...\n\n"; - - write_gtkrc($fontset); - - print <<EOF; -Please set "LANG" environment variable to "pl_PL.ISO_8859-2" and execute "gimp". - -EOF - exit; -} - -if ($lang eq "russian") { - $fontset = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-koi8-r"; - print "Setting for Russian language...\n\n"; - - write_gtkrc($fontset); - - print <<EOF; -Please set "LANG" environment variable to "ru_SU.KOI8-R" and execute "gimp". - -EOF - exit; -} - -if ($lang eq "swedish") { - $fontset = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1"; - print "Setting for Swedish language...\n\n"; - - write_gtkrc($fontset); - - print <<EOF; -Please set "LANG" environment variable to "sv_SE.ISO_8859-1" and execute "gimp". - -EOF - exit; -} - -if ($lang eq "norwegian") { - $fontset = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1"; - print "Setting for Norwegian language...\n\n"; - - write_gtkrc($fontset); - - print <<EOF; -Please set "LANG" environment variable to "no_NO.ISO_8859-1" and execute "gimp". - -EOF - exit; -} - -usage(); -exit; diff --git a/graphics/gimp/files/patch-aa b/graphics/gimp/files/patch-aa deleted file mode 100644 index 16de4cd974ff..000000000000 --- a/graphics/gimp/files/patch-aa +++ /dev/null @@ -1,21 +0,0 @@ ---- app/main.c.orig Wed Oct 6 13:55:38 1999 -+++ app/main.c Tue Oct 12 13:23:44 1999 -@@ -16,7 +16,7 @@ - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - #include "config.h" -- -+#include <floatingpoint.h> - #include <locale.h> - #include <stdio.h> - #include <stdlib.h> -@@ -117,6 +117,9 @@ - - /* Initialize variables */ - prog_name = argv[0]; -+ -+ /* Ignore floating point exceptions */ -+ fpsetmask(0); - - /* Initialize i18n support */ - diff --git a/graphics/gimp/files/patch-ab b/graphics/gimp/files/patch-ab deleted file mode 100644 index 4a00a2ad60f9..000000000000 --- a/graphics/gimp/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- plug-ins/common/url.c Sun Nov 7 19:24:37 1999 -+++ plug-ins/common/url.c.new Sun Nov 7 19:26:39 1999 -@@ -151,8 +151,8 @@ - } - else if (pid == 0) - { -- execlp ("wget", "wget", filename, "-O", tmpname, NULL); -- g_message ("url: exec failed: wget: %s\n", g_strerror(errno)); -+ execlp ("fetch", "fetch", filename, "-p -o", tmpname, NULL); -+ g_message ("url: exec failed: fetch: %s\n", g_strerror(errno)); - g_free (tmpname); - _exit(127); - } diff --git a/graphics/gimp/files/patch-ae b/graphics/gimp/files/patch-ae deleted file mode 100644 index a7416000f0e6..000000000000 --- a/graphics/gimp/files/patch-ae +++ /dev/null @@ -1,10 +0,0 @@ ---- plug-ins/common/plugindetails.c.orig Sat Mar 27 07:53:38 1999 -+++ plug-ins/common/plugindetails.c Sat May 22 21:24:31 1999 -@@ -25,6 +25,7 @@ - #include <stdio.h> - #include <string.h> - #include <time.h> -+#include <sys/types.h> - #include "gtk/gtk.h" - #include "libgimp/gimp.h" - diff --git a/graphics/gimp/files/patch-af b/graphics/gimp/files/patch-af deleted file mode 100644 index 87ce6b507805..000000000000 --- a/graphics/gimp/files/patch-af +++ /dev/null @@ -1,16 +0,0 @@ ---- gimptool.in.orig Wed Aug 25 18:49:22 1999 -+++ gimptool.in Tue Oct 12 13:31:37 1999 -@@ -209,11 +209,11 @@ - | --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) diff --git a/graphics/gimp/files/patch-ah b/graphics/gimp/files/patch-ah deleted file mode 100644 index 80d4d82eb59c..000000000000 --- a/graphics/gimp/files/patch-ah +++ /dev/null @@ -1,35 +0,0 @@ ---- configure.orig Wed Oct 6 14:00:22 1999 -+++ configure Tue Oct 12 13:37:31 1999 -@@ -3471,7 +3471,11 @@ - cat conftest.$ac_ext >&5 - rm -rf conftest* - CATOBJEXT=.mo -- DATADIRNAME=lib -+ DATADIRNAME=share -+ INTLDEPS='-lintl' -+ INTLLIBS=$INTLDEPS -+ LIBS=`echo $LIBS | sed -e 's/-lintl//'` -+ - fi - rm -f conftest* - INSTOBJEXT=.mo -@@ -7108,7 +7112,7 @@ - fi - - gimpdatadir=$datadir/gimp --gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION -+gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION - localedir='${prefix}/${DATADIRNAME}/locale' - - brushdata=`ls -1 $srcdir/data/brushes | grep -v Makefile` -@@ -8513,10 +8517,6 @@ - top_srcdir="$ac_dots$ac_given_srcdir" ;; - esac - -- case "$ac_given_INSTALL" in -- [/$]*) INSTALL="$ac_given_INSTALL" ;; -- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -- esac - - echo creating "$ac_file" - rm -f "$ac_file" diff --git a/graphics/gimp/files/patch-ak b/graphics/gimp/files/patch-ak deleted file mode 100644 index 0d660de2f208..000000000000 --- a/graphics/gimp/files/patch-ak +++ /dev/null @@ -1,17 +0,0 @@ ---- libgimp/Makefile.in.orig Tue Mar 9 02:58:39 1999 -+++ libgimp/Makefile.in Tue May 18 09:42:40 1999 -@@ -188,11 +188,11 @@ - gimpinclude_HEADERS = color_selector.h gimp.h gimpchainbutton.h gimpenums.h gimpenv.h gimpfeatures.h gimpmatrix.h gimpmenu.h gimpmodule.h gimpsizeentry.h gimpui.h gimpunit.h gimpunitmenu.h gimpintl.h gserialize.h parasite.h parasiteF.h parasiteP.h - - --libgimp_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -+libgimp_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) - --libgimp_la_LIBADD = $(GLIB_LIBS) -lm -+libgimp_la_LIBADD = $(GTK_LIBS) -lm - --libgimpui_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -+libgimpui_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) - - libgimpui_la_LIBADD = $(GTK_LIBS) - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/graphics/gimp/files/patch-am b/graphics/gimp/files/patch-am deleted file mode 100644 index 368e279354da..000000000000 --- a/graphics/gimp/files/patch-am +++ /dev/null @@ -1,19 +0,0 @@ ---- libgimp/gimp.c.orig Tue Sep 29 22:35:20 1998 -+++ libgimp/gimp.c Tue Sep 29 22:36:00 1998 -@@ -19,6 +19,7 @@ - #include "config.h" - - #include <errno.h> -+#include <floatingpoint.h> - #include <signal.h> - #include <stdarg.h> - #include <stdio.h> -@@ -95,6 +96,8 @@ - } - - progname = argv[0]; -+ -+ fpsetmask(0); - - signal (SIGHUP, gimp_signal); - signal (SIGINT, gimp_signal); diff --git a/graphics/gimp/pkg-comment b/graphics/gimp/pkg-comment deleted file mode 100644 index ff65708efa09..000000000000 --- a/graphics/gimp/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Developer's beta release of the General Image Manipulation Program diff --git a/graphics/gimp/pkg-descr b/graphics/gimp/pkg-descr deleted file mode 100644 index 49008ee52473..000000000000 --- a/graphics/gimp/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -This is the developer's pre-release of the GIMP. - -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. diff --git a/graphics/gimp/pkg-plist b/graphics/gimp/pkg-plist deleted file mode 100644 index a97ba36c417c..000000000000 --- a/graphics/gimp/pkg-plist +++ /dev/null @@ -1,1107 +0,0 @@ -bin/gimp -bin/gimptool -include/gck/gck.h -include/gck/gckcolor.h -include/gck/gckcommon.h -include/gck/gckimage.h -include/gck/gcklistbox.h -include/gck/gckmath.h -include/gck/gcktypes.h -include/gck/gckui.h -include/gck/gckvector.h -include/libgimp/gimpcolorbutton.h -include/libgimp/gimpcompat.h -include/libgimp/color_display.h -include/libgimp/color_selector.h -include/libgimp/gimp.h -include/libgimp/gimpchainbutton.h -include/libgimp/gimpenums.h -include/libgimp/gimpenv.h -include/libgimp/gimpexport.h -include/libgimp/gimpfeatures.h -include/libgimp/gimpfileselection.h -include/libgimp/gimpintl.h -include/libgimp/gimplimits.h -include/libgimp/gimpmatrix.h -include/libgimp/gimpmath.h -include/libgimp/gimpmenu.h -include/libgimp/gimpmodule.h -include/libgimp/gimppatheditor.h -include/libgimp/gimpsizeentry.h -include/libgimp/gimpui.h -include/libgimp/gimpunit.h -include/libgimp/gimpunitmenu.h -include/libgimp/gserialize.h -include/libgimp/parasite.h -include/libgimp/parasiteF.h -include/libgimp/parasiteP.h -include/libgimp/parasiteio.h -lib/libgck.a -lib/libgck.so -lib/libgck.so.11 -lib/libgimp.a -lib/libgimp.so -lib/libgimp.so.11 -lib/libgimpui.a -lib/libgimpui.so -lib/libgimpui.so.11 -lib/libgpc.a -lib/libmegawidget.a -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -libexec/gimp/1.1/modules/libcdisplay_gamma.so -libexec/gimp/1.1/modules/libcolorsel_gtk.so -libexec/gimp/1.1/modules/libcolorsel_triangle.so -libexec/gimp/1.1/modules/libcolorsel_water.so -libexec/gimp/1.1/plug-ins/AlienMap -libexec/gimp/1.1/plug-ins/AlienMap2 -libexec/gimp/1.1/plug-ins/CEL -libexec/gimp/1.1/plug-ins/CML_explorer -libexec/gimp/1.1/plug-ins/FractalExplorer -libexec/gimp/1.1/plug-ins/Lighting -libexec/gimp/1.1/plug-ins/MapObject -libexec/gimp/1.1/plug-ins/aa -libexec/gimp/1.1/plug-ins/align_layers -libexec/gimp/1.1/plug-ins/animationplay -libexec/gimp/1.1/plug-ins/animoptimize -libexec/gimp/1.1/plug-ins/apply_lens -libexec/gimp/1.1/plug-ins/autocrop -libexec/gimp/1.1/plug-ins/autostretch_hsv -libexec/gimp/1.1/plug-ins/blinds -libexec/gimp/1.1/plug-ins/blur -libexec/gimp/1.1/plug-ins/bmp -libexec/gimp/1.1/plug-ins/borderaverage -libexec/gimp/1.1/plug-ins/bumpmap -libexec/gimp/1.1/plug-ins/bz2 -libexec/gimp/1.1/plug-ins/c_astretch -libexec/gimp/1.1/plug-ins/checkerboard -libexec/gimp/1.1/plug-ins/colorify -libexec/gimp/1.1/plug-ins/color_enhance -libexec/gimp/1.1/plug-ins/compose -libexec/gimp/1.1/plug-ins/convmatrix -libexec/gimp/1.1/plug-ins/csource -libexec/gimp/1.1/plug-ins/cubism -libexec/gimp/1.1/plug-ins/curve_bend -libexec/gimp/1.1/plug-ins/dbbrowser -libexec/gimp/1.1/plug-ins/decompose -libexec/gimp/1.1/plug-ins/deinterlace -libexec/gimp/1.1/plug-ins/depthmerge -libexec/gimp/1.1/plug-ins/despeckle -libexec/gimp/1.1/plug-ins/destripe -libexec/gimp/1.1/plug-ins/diffraction -libexec/gimp/1.1/plug-ins/displace -libexec/gimp/1.1/plug-ins/edge -libexec/gimp/1.1/plug-ins/emboss -libexec/gimp/1.1/plug-ins/engrave -libexec/gimp/1.1/plug-ins/exchange -libexec/gimp/1.1/plug-ins/faxg3 -libexec/gimp/1.1/plug-ins/film -libexec/gimp/1.1/plug-ins/fits -libexec/gimp/1.1/plug-ins/flame -libexec/gimp/1.1/plug-ins/flarefx -libexec/gimp/1.1/plug-ins/fp -libexec/gimp/1.1/plug-ins/fractaltrace -libexec/gimp/1.1/plug-ins/gap_filter -libexec/gimp/1.1/plug-ins/gap_plugins -libexec/gimp/1.1/plug-ins/gauss_iir -libexec/gimp/1.1/plug-ins/gauss_rle -libexec/gimp/1.1/plug-ins/gbr -libexec/gimp/1.1/plug-ins/gdyntext -libexec/gimp/1.1/plug-ins/gee -libexec/gimp/1.1/plug-ins/gfig -libexec/gimp/1.1/plug-ins/gflare -libexec/gimp/1.1/plug-ins/gfli -libexec/gimp/1.1/plug-ins/gicon -libexec/gimp/1.1/plug-ins/gif -libexec/gimp/1.1/plug-ins/gifload -libexec/gimp/1.1/plug-ins/gimpressionist -libexec/gimp/1.1/plug-ins/glasstile -libexec/gimp/1.1/plug-ins/gpb -libexec/gimp/1.1/plug-ins/gqbist -libexec/gimp/1.1/plug-ins/gradmap -libexec/gimp/1.1/plug-ins/grid -libexec/gimp/1.1/plug-ins/gtm -libexec/gimp/1.1/plug-ins/guillotine -libexec/gimp/1.1/plug-ins/gz -libexec/gimp/1.1/plug-ins/header -libexec/gimp/1.1/plug-ins/hot -libexec/gimp/1.1/plug-ins/hrz -libexec/gimp/1.1/plug-ins/ifscompose -libexec/gimp/1.1/plug-ins/illusion -libexec/gimp/1.1/plug-ins/imagemap -libexec/gimp/1.1/plug-ins/iwarp -libexec/gimp/1.1/plug-ins/jigsaw -libexec/gimp/1.1/plug-ins/jpeg -libexec/gimp/1.1/plug-ins/laplace -libexec/gimp/1.1/plug-ins/lic -libexec/gimp/1.1/plug-ins/mail -libexec/gimp/1.1/plug-ins/mapcolor -libexec/gimp/1.1/plug-ins/max_rgb -libexec/gimp/1.1/plug-ins/maze -libexec/gimp/1.1/plug-ins/mblur -libexec/gimp/1.1/plug-ins/mosaic -libexec/gimp/1.1/plug-ins/mpeg -libexec/gimp/1.1/plug-ins/newsprint -libexec/gimp/1.1/plug-ins/nlfilt -libexec/gimp/1.1/plug-ins/noisify -libexec/gimp/1.1/plug-ins/normalize -libexec/gimp/1.1/plug-ins/nova -libexec/gimp/1.1/plug-ins/oilify -libexec/gimp/1.1/plug-ins/pagecurl -libexec/gimp/1.1/plug-ins/papertile -libexec/gimp/1.1/plug-ins/pat -libexec/gimp/1.1/plug-ins/pcx -libexec/gimp/1.1/plug-ins/pix -libexec/gimp/1.1/plug-ins/pixelize -libexec/gimp/1.1/plug-ins/plasma -libexec/gimp/1.1/plug-ins/plugindetails -libexec/gimp/1.1/plug-ins/png -libexec/gimp/1.1/plug-ins/pnm -libexec/gimp/1.1/plug-ins/polar -libexec/gimp/1.1/plug-ins/print -libexec/gimp/1.1/plug-ins/ps -libexec/gimp/1.1/plug-ins/psd -libexec/gimp/1.1/plug-ins/psp -libexec/gimp/1.1/plug-ins/randomize -libexec/gimp/1.1/plug-ins/rcm -libexec/gimp/1.1/plug-ins/ripple -libexec/gimp/1.1/plug-ins/rotate -libexec/gimp/1.1/plug-ins/rotators -libexec/gimp/1.1/plug-ins/sample_colorize -libexec/gimp/1.1/plug-ins/scatter_hsv -libexec/gimp/1.1/plug-ins/screenshot -libexec/gimp/1.1/plug-ins/script-fu -libexec/gimp/1.1/plug-ins/sel2path -libexec/gimp/1.1/plug-ins/sel_gauss -libexec/gimp/1.1/plug-ins/semiflatten -libexec/gimp/1.1/plug-ins/sgi -libexec/gimp/1.1/plug-ins/sharpen -libexec/gimp/1.1/plug-ins/shift -libexec/gimp/1.1/plug-ins/sinus -libexec/gimp/1.1/plug-ins/smooth_palette -libexec/gimp/1.1/plug-ins/snoise -libexec/gimp/1.1/plug-ins/sobel -libexec/gimp/1.1/plug-ins/sparkle -libexec/gimp/1.1/plug-ins/spheredesigner -libexec/gimp/1.1/plug-ins/spread -libexec/gimp/1.1/plug-ins/struc -libexec/gimp/1.1/plug-ins/sunras -libexec/gimp/1.1/plug-ins/tga -libexec/gimp/1.1/plug-ins/threshold_alpha -libexec/gimp/1.1/plug-ins/tiff -libexec/gimp/1.1/plug-ins/tile -libexec/gimp/1.1/plug-ins/tileit -libexec/gimp/1.1/plug-ins/tiler -libexec/gimp/1.1/plug-ins/unsharp -libexec/gimp/1.1/plug-ins/url -libexec/gimp/1.1/plug-ins/video -libexec/gimp/1.1/plug-ins/vinvert -libexec/gimp/1.1/plug-ins/vpropagate -libexec/gimp/1.1/plug-ins/warp -libexec/gimp/1.1/plug-ins/waves -libexec/gimp/1.1/plug-ins/webbrowser -libexec/gimp/1.1/plug-ins/whirlpinch -libexec/gimp/1.1/plug-ins/wind -libexec/gimp/1.1/plug-ins/wmf -libexec/gimp/1.1/plug-ins/xbm -libexec/gimp/1.1/plug-ins/xjt -libexec/gimp/1.1/plug-ins/xpm -libexec/gimp/1.1/plug-ins/xwd -libexec/gimp/1.1/plug-ins/zealouscrop -share/aclocal/gimp.m4 -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/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/dunes.gbr -share/gimp/brushes/galaxy.gbr -share/gimp/brushes/galaxy_big.gbr -share/gimp/brushes/galaxy_small.gbr -share/gimp/brushes/pepper.gpb -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/Distant_Sun -share/gimp/gflare/Default -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/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/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/gimp1_1_splash.ppm -share/gimp/gimp_logo.ppm -share/gimp/gimp_splash.ppm -share/gimp/gimprc -share/gimp/gimprc_user -share/gimp/gradients/Abstract_1 -share/gimp/gradients/Abstract_2 -share/gimp/gradients/Abstract_3 -share/gimp/gradients/Aneurism -share/gimp/gradients/Blinds -share/gimp/gradients/Blue_Green -share/gimp/gradients/Browns -share/gimp/gradients/Brushed_Aluminium -share/gimp/gradients/Burning_Paper -share/gimp/gradients/Burning_Transparency -share/gimp/gradients/CD -share/gimp/gradients/CD_Half -share/gimp/gradients/Caribbean_Blues -share/gimp/gradients/Coffee -share/gimp/gradients/Cold_Steel -share/gimp/gradients/Cold_Steel_2 -share/gimp/gradients/Crown_molding -share/gimp/gradients/Dark_1 -share/gimp/gradients/Deep_Sea -share/gimp/gradients/Default -share/gimp/gradients/Flare_Glow_Angular_1 -share/gimp/gradients/Flare_Glow_Radial_1 -share/gimp/gradients/Flare_Glow_Radial_2 -share/gimp/gradients/Flare_Glow_Radial_3 -share/gimp/gradients/Flare_Glow_Radial_4 -share/gimp/gradients/Flare_Radial_101 -share/gimp/gradients/Flare_Radial_102 -share/gimp/gradients/Flare_Radial_103 -share/gimp/gradients/Flare_Rays_Radial_1 -share/gimp/gradients/Flare_Rays_Radial_2 -share/gimp/gradients/Flare_Rays_Size_1 -share/gimp/gradients/Flare_Sizefac_101 -share/gimp/gradients/Four_bars -share/gimp/gradients/French_flag -share/gimp/gradients/French_flag_smooth -share/gimp/gradients/Full_saturation_spectrum_CCW -share/gimp/gradients/Full_saturation_spectrum_CW -share/gimp/gradients/German_flag -share/gimp/gradients/German_flag_smooth -share/gimp/gradients/Golden -share/gimp/gradients/Greens -share/gimp/gradients/Horizon_1 -share/gimp/gradients/Horizon_2 -share/gimp/gradients/Incandescent -share/gimp/gradients/Land_1 -share/gimp/gradients/Land_and_Sea -share/gimp/gradients/Metallic_Something -share/gimp/gradients/Mexican_flag -share/gimp/gradients/Mexican_flag_smooth -share/gimp/gradients/Nauseating_Headache -share/gimp/gradients/Neon_Cyan -share/gimp/gradients/Neon_Green -share/gimp/gradients/Neon_Yellow -share/gimp/gradients/Pastel_Rainbow -share/gimp/gradients/Pastels -share/gimp/gradients/Purples -share/gimp/gradients/Radial_Eyeball_Blue -share/gimp/gradients/Radial_Eyeball_Brown -share/gimp/gradients/Radial_Eyeball_Green -share/gimp/gradients/Radial_Glow_1 -share/gimp/gradients/Radial_Rainbow_Hoop -share/gimp/gradients/Romanian_flag -share/gimp/gradients/Romanian_flag_smooth -share/gimp/gradients/Rounded_edge -share/gimp/gradients/Shadows_1 -share/gimp/gradients/Shadows_2 -share/gimp/gradients/Shadows_3 -share/gimp/gradients/Skyline -share/gimp/gradients/Skyline_polluted -share/gimp/gradients/Square_Wood_Frame -share/gimp/gradients/Sunrise -share/gimp/gradients/Three_bars_sin -share/gimp/gradients/Tropical_Colors -share/gimp/gradients/Tube_Red -share/gimp/gradients/Wood_1 -share/gimp/gradients/Wood_2 -share/gimp/gradients/Yellow_Contrast -share/gimp/gradients/Yellow_Orange -share/gimp/help/C/dialogs/layers/add_mask.html -share/gimp/help/C/dialogs/layers/apply_mask.html -share/gimp/help/C/dialogs/layers/edit_layer_attributes.html -share/gimp/help/C/dialogs/layers/index.html -share/gimp/help/C/dialogs/layers/layers.html -share/gimp/help/C/dialogs/layers/merge_visible_layers.html -share/gimp/help/C/dialogs/layers/new_layer.html -share/gimp/help/C/dialogs/layers/resize_layer.html -share/gimp/help/C/dialogs/layers/scale_layer.html -share/gimp/help/C/dialogs/channels/channels.html -share/gimp/help/C/dialogs/channels/edit_channel_attributes.html -share/gimp/help/C/dialogs/channels/index.html -share/gimp/help/C/dialogs/channels/new_channel.html -share/gimp/help/C/dialogs/paths/export_path.html -share/gimp/help/C/dialogs/paths/import_path.html -share/gimp/help/C/dialogs/paths/index.html -share/gimp/help/C/dialogs/paths/paths.html -share/gimp/help/C/dialogs/paths/rename_path.html -share/gimp/help/C/dialogs/palette_editor/import_palette.html -share/gimp/help/C/dialogs/palette_editor/index.html -share/gimp/help/C/dialogs/palette_editor/merge_palette.html -share/gimp/help/C/dialogs/palette_editor/new_palette.html -share/gimp/help/C/dialogs/palette_editor/palette_editor.html -share/gimp/help/C/dialogs/gradient_editor/copy_gradient.html -share/gimp/help/C/dialogs/gradient_editor/delete_gradient.html -share/gimp/help/C/dialogs/gradient_editor/gradient_editor.html -share/gimp/help/C/dialogs/gradient_editor/index.html -share/gimp/help/C/dialogs/gradient_editor/new_gradient.html -share/gimp/help/C/dialogs/gradient_editor/rename_gradient.html -share/gimp/help/C/dialogs/gradient_editor/replicate_segment.html -share/gimp/help/C/dialogs/gradient_editor/save_as_pov_ray.html -share/gimp/help/C/dialogs/gradient_editor/split_segments_uniformly.html -share/gimp/help/C/dialogs/display_filters/display_filters.html -share/gimp/help/C/dialogs/display_filters/gamma.html -share/gimp/help/C/dialogs/display_filters/index.html -share/gimp/help/C/dialogs/color_selectors/built_in.html -share/gimp/help/C/dialogs/color_selectors/gtk.html -share/gimp/help/C/dialogs/color_selectors/index.html -share/gimp/help/C/dialogs/color_selectors/triangle.html -share/gimp/help/C/dialogs/color_selectors/watercolor.html -share/gimp/help/C/dialogs/preferences/directories.html -share/gimp/help/C/dialogs/preferences/display.html -share/gimp/help/C/dialogs/preferences/environment.html -share/gimp/help/C/dialogs/preferences/index.html -share/gimp/help/C/dialogs/preferences/interface.html -share/gimp/help/C/dialogs/preferences/monitor.html -share/gimp/help/C/dialogs/preferences/new_file.html -share/gimp/help/C/dialogs/preferences/preferences.html -share/gimp/help/C/dialogs/preferences/session.html -share/gimp/help/C/dialogs/about.html -share/gimp/help/C/dialogs/border_selection.html -share/gimp/help/C/dialogs/brush_editor.html -share/gimp/help/C/dialogs/brush_selection.html -share/gimp/help/C/dialogs/convert_to_indexed.html -share/gimp/help/C/dialogs/copy_named.html -share/gimp/help/C/dialogs/cut_named.html -share/gimp/help/C/dialogs/device_status.html -share/gimp/help/C/dialogs/document_index.html -share/gimp/help/C/dialogs/edit_qmask_attributes.html -share/gimp/help/C/dialogs/error_console.html -share/gimp/help/C/dialogs/feather_selection.html -share/gimp/help/C/dialogs/file_new.html -share/gimp/help/C/dialogs/file_open.html -share/gimp/help/C/dialogs/file_save.html -share/gimp/help/C/dialogs/gradient_selection.html -share/gimp/help/C/dialogs/grow_selection.html -share/gimp/help/C/dialogs/help.html -share/gimp/help/C/dialogs/index.html -share/gimp/help/C/dialogs/indexed_palette.html -share/gimp/help/C/dialogs/info_window.html -share/gimp/help/C/dialogs/input_devices.html -share/gimp/help/C/dialogs/layers_and_channels.html -share/gimp/help/C/dialogs/module_browser.html -share/gimp/help/C/dialogs/navigation_window.html -share/gimp/help/C/dialogs/offset.html -share/gimp/help/C/dialogs/palette_selection.html -share/gimp/help/C/dialogs/paste_named.html -share/gimp/help/C/dialogs/pattern_selection.html -share/gimp/help/C/dialogs/really_close.html -share/gimp/help/C/dialogs/really_quit.html -share/gimp/help/C/dialogs/resize_image.html -share/gimp/help/C/dialogs/scale_image.html -share/gimp/help/C/dialogs/shrink_selection.html -share/gimp/help/C/dialogs/tip_of_the_day.html -share/gimp/help/C/dialogs/tool_options.html -share/gimp/help/C/dialogs/undo_history.html -share/gimp/help/C/tools/airbrush.html -share/gimp/help/C/tools/bezier_select.html -share/gimp/help/C/tools/blend.html -share/gimp/help/C/tools/brightness_contrast.html -share/gimp/help/C/tools/bucket_fill.html -share/gimp/help/C/tools/by_color_select.html -share/gimp/help/C/tools/clone.html -share/gimp/help/C/tools/color_balance.html -share/gimp/help/C/tools/color_picker.html -share/gimp/help/C/tools/convolve.html -share/gimp/help/C/tools/crop.html -share/gimp/help/C/tools/curves.html -share/gimp/help/C/tools/dodgeburn.html -share/gimp/help/C/tools/ellipse_select.html -share/gimp/help/C/tools/eraser.html -share/gimp/help/C/tools/flip.html -share/gimp/help/C/tools/free_select.html -share/gimp/help/C/tools/fuzzy_select.html -share/gimp/help/C/tools/histogram.html -share/gimp/help/C/tools/hue_saturation.html -share/gimp/help/C/tools/index.html -share/gimp/help/C/tools/ink.html -share/gimp/help/C/tools/intelligent_scissors.html -share/gimp/help/C/tools/levels.html -share/gimp/help/C/tools/magnify.html -share/gimp/help/C/tools/measure.html -share/gimp/help/C/tools/move.html -share/gimp/help/C/tools/paintbrush.html -share/gimp/help/C/tools/path.html -share/gimp/help/C/tools/pencil.html -share/gimp/help/C/tools/posterize.html -share/gimp/help/C/tools/rect_select.html -share/gimp/help/C/tools/smudge.html -share/gimp/help/C/tools/text.html -share/gimp/help/C/tools/threshold.html -share/gimp/help/C/tools/transform.html -share/gimp/help/C/tools/transform_perspective.html -share/gimp/help/C/tools/transform_rotate.html -share/gimp/help/C/tools/transform_scale.html -share/gimp/help/C/tools/transform_shear.html -share/gimp/help/C/tools/xinput_airbrush.html -share/gimp/help/C/layers/stack/index.html -share/gimp/help/C/layers/stack/stack.html -share/gimp/help/C/layers/add_alpha_channel.html -share/gimp/help/C/layers/alpha_to_selection.html -share/gimp/help/C/layers/anchor_layer.html -share/gimp/help/C/layers/delete_layer.html -share/gimp/help/C/layers/duplicate_layer.html -share/gimp/help/C/layers/flatten_image.html -share/gimp/help/C/layers/index.html -share/gimp/help/C/layers/mask_to_selection.html -share/gimp/help/C/layers/merge_down.html -share/gimp/help/C/channels/channel_to_selection.html -share/gimp/help/C/channels/channels.html -share/gimp/help/C/channels/delete_channel.html -share/gimp/help/C/channels/duplicate_channel.html -share/gimp/help/C/channels/index.html -share/gimp/help/C/channels/lower_channel.html -share/gimp/help/C/channels/raise_channel.html -share/gimp/help/C/paths/copy_path.html -share/gimp/help/C/paths/delete_path.html -share/gimp/help/C/paths/duplicate_path.html -share/gimp/help/C/paths/index.html -share/gimp/help/C/paths/new_path.html -share/gimp/help/C/paths/paste_path.html -share/gimp/help/C/paths/path_to_selection.html -share/gimp/help/C/paths/stroke_path.html -share/gimp/help/C/toolbox/index.html -share/gimp/help/C/toolbox/toolbox.html -share/gimp/help/C/image/edit/clear.html -share/gimp/help/C/image/edit/copy.html -share/gimp/help/C/image/edit/cut.html -share/gimp/help/C/image/edit/fill.html -share/gimp/help/C/image/edit/index.html -share/gimp/help/C/image/edit/paste.html -share/gimp/help/C/image/edit/paste_as_new.html -share/gimp/help/C/image/edit/paste_into.html -share/gimp/help/C/image/edit/redo.html -share/gimp/help/C/image/edit/stroke.html -share/gimp/help/C/image/edit/undo.html -share/gimp/help/C/image/select/all.html -share/gimp/help/C/image/select/float.html -share/gimp/help/C/image/select/index.html -share/gimp/help/C/image/select/invert.html -share/gimp/help/C/image/select/none.html -share/gimp/help/C/image/select/save_to_channel.html -share/gimp/help/C/image/select/sharpen.html -share/gimp/help/C/image/view/dot_for_dot.html -share/gimp/help/C/image/view/index.html -share/gimp/help/C/image/view/new_view.html -share/gimp/help/C/image/view/shrink_wrap.html -share/gimp/help/C/image/view/snap_to_guides.html -share/gimp/help/C/image/view/toggle_guides.html -share/gimp/help/C/image/view/toggle_rulers.html -share/gimp/help/C/image/view/toggle_selection.html -share/gimp/help/C/image/view/toggle_statusbar.html -share/gimp/help/C/image/view/zoom.html -share/gimp/help/C/image/image/transforms/index.html -share/gimp/help/C/image/image/colors/desaturate.html -share/gimp/help/C/image/image/colors/equalize.html -share/gimp/help/C/image/image/colors/index.html -share/gimp/help/C/image/image/colors/invert.html -share/gimp/help/C/image/image/convert_to_grayscale.html -share/gimp/help/C/image/image/convert_to_rgb.html -share/gimp/help/C/image/image/duplicate.html -share/gimp/help/C/image/image/index.html -share/gimp/help/C/image/image_window.html -share/gimp/help/C/image/index.html -share/gimp/help/C/open/index.html -share/gimp/help/C/open/open_by_extension.html -share/gimp/help/C/save/index.html -share/gimp/help/C/save/save_by_extension.html -share/gimp/help/C/filters/alienmap.html -share/gimp/help/C/filters/alienmap2.html -share/gimp/help/C/filters/align_layers.html -share/gimp/help/C/filters/animationplay.html -share/gimp/help/C/filters/animoptimize.html -share/gimp/help/C/filters/apply_lens.html -share/gimp/help/C/filters/autocrop.html -share/gimp/help/C/filters/autostretch_hsv.html -share/gimp/help/C/filters/blinds.html -share/gimp/help/C/filters/blur.html -share/gimp/help/C/filters/bmp.html -share/gimp/help/C/filters/borderaverage.html -share/gimp/help/C/filters/bumpmap.html -share/gimp/help/C/filters/bz2.html -share/gimp/help/C/filters/c_astretch.html -share/gimp/help/C/filters/cel.html -share/gimp/help/C/filters/checkerboard.html -share/gimp/help/C/filters/cml_explorer.html -share/gimp/help/C/filters/color_enhance.html -share/gimp/help/C/filters/fp.html -share/gimp/help/C/filters/colorify.html -share/gimp/help/C/filters/compose.html -share/gimp/help/C/filters/convmatrix.html -share/gimp/help/C/filters/csource.html -share/gimp/help/C/filters/cubism.html -share/gimp/help/C/filters/curve_bend.html -share/gimp/help/C/filters/dbbrowser.html -share/gimp/help/C/filters/decompose.html -share/gimp/help/C/filters/deinterlace.html -share/gimp/help/C/filters/depthmerge.html -share/gimp/help/C/filters/despeckle.html -share/gimp/help/C/filters/destripe.html -share/gimp/help/C/filters/diffraction.html -share/gimp/help/C/filters/displace.html -share/gimp/help/C/filters/edge.html -share/gimp/help/C/filters/emboss.html -share/gimp/help/C/filters/engrave.html -share/gimp/help/C/filters/exchange.html -share/gimp/help/C/filters/faxg3.html -share/gimp/help/C/filters/film.html -share/gimp/help/C/filters/fits.html -share/gimp/help/C/filters/flame.html -share/gimp/help/C/filters/flarefx.html -share/gimp/help/C/filters/fractalexplorer.html -share/gimp/help/C/filters/fractaltrace.html -share/gimp/help/C/filters/gap_filter.html -share/gimp/help/C/filters/gap_plugins.html -share/gimp/help/C/filters/gauss_iir.html -share/gimp/help/C/filters/gauss_rle.html -share/gimp/help/C/filters/gbr.html -share/gimp/help/C/filters/gdyntext.html -share/gimp/help/C/filters/gee.html -share/gimp/help/C/filters/gfig.html -share/gimp/help/C/filters/gflare.html -share/gimp/help/C/filters/gfli.html -share/gimp/help/C/filters/gicon.html -share/gimp/help/C/filters/gif.html -share/gimp/help/C/filters/gifload.html -share/gimp/help/C/filters/gimpressionist.html -share/gimp/help/C/filters/glasstile.html -share/gimp/help/C/filters/gpb.html -share/gimp/help/C/filters/gqbist.html -share/gimp/help/C/filters/gradmap.html -share/gimp/help/C/filters/grid.html -share/gimp/help/C/filters/gtm.html -share/gimp/help/C/filters/guillotine.html -share/gimp/help/C/filters/gz.html -share/gimp/help/C/filters/header.html -share/gimp/help/C/filters/hot.html -share/gimp/help/C/filters/hrz.html -share/gimp/help/C/filters/ifscompose.html -share/gimp/help/C/filters/illusion.html -share/gimp/help/C/filters/imagemap.html -share/gimp/help/C/filters/index.html -share/gimp/help/C/filters/iwarp.html -share/gimp/help/C/filters/jigsaw.html -share/gimp/help/C/filters/jpeg.html -share/gimp/help/C/filters/laplace.html -share/gimp/help/C/filters/lic.html -share/gimp/help/C/filters/lighting.html -share/gimp/help/C/filters/mail.html -share/gimp/help/C/filters/mapcolor.html -share/gimp/help/C/filters/mapobject.html -share/gimp/help/C/filters/max_rgb.html -share/gimp/help/C/filters/maze.html -share/gimp/help/C/filters/mblur.html -share/gimp/help/C/filters/mosaic.html -share/gimp/help/C/filters/nlfilt.html -share/gimp/help/C/filters/newsprint.html -share/gimp/help/C/filters/noisify.html -share/gimp/help/C/filters/normalize.html -share/gimp/help/C/filters/nova.html -share/gimp/help/C/filters/oilify.html -share/gimp/help/C/filters/pagecurl.html -share/gimp/help/C/filters/papertile.html -share/gimp/help/C/filters/pat.html -share/gimp/help/C/filters/pcx.html -share/gimp/help/C/filters/pix.html -share/gimp/help/C/filters/pixelize.html -share/gimp/help/C/filters/plasma.html -share/gimp/help/C/filters/plugindetails.html -share/gimp/help/C/filters/png.html -share/gimp/help/C/filters/pnm.html -share/gimp/help/C/filters/polar.html -share/gimp/help/C/filters/print.html -share/gimp/help/C/filters/ps.html -share/gimp/help/C/filters/psd.html -share/gimp/help/C/filters/psp.html -share/gimp/help/C/filters/randomize.html -share/gimp/help/C/filters/rcm.html -share/gimp/help/C/filters/repeat_last.html -share/gimp/help/C/filters/reshow_last.html -share/gimp/help/C/filters/ripple.html -share/gimp/help/C/filters/rotate.html -share/gimp/help/C/filters/rotators.html -share/gimp/help/C/filters/sample_colorize.html -share/gimp/help/C/filters/scatter_hsv.html -share/gimp/help/C/filters/screenshot.html -share/gimp/help/C/filters/script-fu.html -share/gimp/help/C/filters/sel2path.html -share/gimp/help/C/filters/sel_gauss.html -share/gimp/help/C/filters/semiflatten.html -share/gimp/help/C/filters/sgi.html -share/gimp/help/C/filters/sharpen.html -share/gimp/help/C/filters/shift.html -share/gimp/help/C/filters/sinus.html -share/gimp/help/C/filters/smooth_palette.html -share/gimp/help/C/filters/snoise.html -share/gimp/help/C/filters/sobel.html -share/gimp/help/C/filters/sparkle.html -share/gimp/help/C/filters/spheredesigner.html -share/gimp/help/C/filters/spread.html -share/gimp/help/C/filters/struc.html -share/gimp/help/C/filters/sunras.html -share/gimp/help/C/filters/tga.html -share/gimp/help/C/filters/threshold_alpha.html -share/gimp/help/C/filters/tiff.html -share/gimp/help/C/filters/tile.html -share/gimp/help/C/filters/tileit.html -share/gimp/help/C/filters/tiler.html -share/gimp/help/C/filters/unsharp.html -share/gimp/help/C/filters/url.html -share/gimp/help/C/filters/video.html -share/gimp/help/C/filters/vinvert.html -share/gimp/help/C/filters/vpropagate.html -share/gimp/help/C/filters/warp.html -share/gimp/help/C/filters/waves.html -share/gimp/help/C/filters/webbrowser.html -share/gimp/help/C/filters/whirlpinch.html -share/gimp/help/C/filters/wind.html -share/gimp/help/C/filters/wmf.html -share/gimp/help/C/filters/xbm.html -share/gimp/help/C/filters/xjt.html -share/gimp/help/C/filters/xpm.html -share/gimp/help/C/filters/xwd.html -share/gimp/help/C/filters/zealouscrop.html -share/gimp/help/C/file/close.html -share/gimp/help/C/file/index.html -share/gimp/help/C/file/last_opened.html -share/gimp/help/C/file/quit.html -share/gimp/help/C/file/revert.html -share/gimp/help/C/contents.html -share/gimp/help/C/index.html -share/gimp/help/C/welcome.html -share/gimp/help/images/eek.png -share/gimp/help/images/wilber.png -share/gimp/gtkrc -share/gimp/gtkrc.forest2 -share/gimp/palettes/Bears -share/gimp/palettes/Bgold -share/gimp/palettes/Blues -share/gimp/palettes/Borders -share/gimp/palettes/Browns_And_Yellows -share/gimp/palettes/Caramel -share/gimp/palettes/Cascade -share/gimp/palettes/China -share/gimp/palettes/Coldfire -share/gimp/palettes/Cool_Colors -share/gimp/palettes/Cranes -share/gimp/palettes/Dark_pastels -share/gimp/palettes/Default -share/gimp/palettes/Ega -share/gimp/palettes/Firecode -share/gimp/palettes/Gold -share/gimp/palettes/GrayViolet -share/gimp/palettes/Grayblue -share/gimp/palettes/Grays -share/gimp/palettes/Greens -share/gimp/palettes/Hilite -share/gimp/palettes/Kahki -share/gimp/palettes/Lights -share/gimp/palettes/Muted -share/gimp/palettes/Named_Colors -share/gimp/palettes/News3 -share/gimp/palettes/Op2 -share/gimp/palettes/Paintjet -share/gimp/palettes/Pastels -share/gimp/palettes/Plasma -share/gimp/palettes/Reds -share/gimp/palettes/Reds_And_Purples -share/gimp/palettes/Royal -share/gimp/palettes/Topographic -share/gimp/palettes/Visibone -share/gimp/palettes/Visibone2 -share/gimp/palettes/Volcano -share/gimp/palettes/Warm_Colors -share/gimp/palettes/Web -share/gimp/patterns/3dgreen.pat -share/gimp/patterns/Craters.pat -share/gimp/patterns/Moonfoot.pat -share/gimp/patterns/amethyst.pat -share/gimp/patterns/bark.pat -share/gimp/patterns/blue.pat -share/gimp/patterns/bluegrid.pat -share/gimp/patterns/bluesquares.pat -share/gimp/patterns/blueweb.pat -share/gimp/patterns/brick.pat -share/gimp/patterns/burlap.pat -share/gimp/patterns/burlwood.pat -share/gimp/patterns/choc_swirl.pat -share/gimp/patterns/corkboard.pat -share/gimp/patterns/cracked.pat -share/gimp/patterns/crinklepaper.pat -share/gimp/patterns/electric.pat -share/gimp/patterns/fibers.pat -share/gimp/patterns/granite1.pat -share/gimp/patterns/ground1.pat -share/gimp/patterns/ice.pat -share/gimp/patterns/java.pat -share/gimp/patterns/leather.pat -share/gimp/patterns/leaves.pat -share/gimp/patterns/leopard.pat -share/gimp/patterns/lightning.pat -share/gimp/patterns/marble1.pat -share/gimp/patterns/marble2.pat -share/gimp/patterns/marble3.pat -share/gimp/patterns/nops.pat -share/gimp/patterns/paper.pat -share/gimp/patterns/parque1.pat -share/gimp/patterns/parque2.pat -share/gimp/patterns/parque3.pat -share/gimp/patterns/pastel.pat -share/gimp/patterns/pine.pat -share/gimp/patterns/pink_marble.pat -share/gimp/patterns/pool.pat -share/gimp/patterns/qube1.pat -share/gimp/patterns/rain.pat -share/gimp/patterns/recessed.pat -share/gimp/patterns/redcube.pat -share/gimp/patterns/rock.pat -share/gimp/patterns/sky.pat -share/gimp/patterns/slate.pat -share/gimp/patterns/sm_squares.pat -share/gimp/patterns/starfield.pat -share/gimp/patterns/stone33.pat -share/gimp/patterns/terra.pat -share/gimp/patterns/walnut.pat -share/gimp/patterns/warning.pat -share/gimp/patterns/wood1.pat -share/gimp/patterns/wood2.pat -share/gimp/patterns/wood3.pat -share/gimp/patterns/wood4.pat -share/gimp/patterns/wood5.pat -share/gimp/ps-menurc -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/asc2img.scm -share/gimp/scripts/basic1-logo.scm -share/gimp/scripts/basic2-logo.scm -share/gimp/scripts/beavis.jpg -share/gimp/scripts/beveled-button.scm -share/gimp/scripts/beveled-pattern-arrow.scm -share/gimp/scripts/beveled-pattern-bullet.scm -share/gimp/scripts/beveled-pattern-button.scm -share/gimp/scripts/beveled-pattern-heading.scm -share/gimp/scripts/beveled-pattern-hrule.scm -share/gimp/scripts/blend-anim.scm -share/gimp/scripts/blended-logo.scm -share/gimp/scripts/bovinated-logo.scm -share/gimp/scripts/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/color-cycling.scm -share/gimp/scripts/comic-logo.scm -share/gimp/scripts/coolmetal-logo.scm -share/gimp/scripts/copy-visible.scm -share/gimp/scripts/crystal-logo.scm -share/gimp/scripts/distress_selection.scm -share/gimp/scripts/drop-shadow.scm -share/gimp/scripts/erase-rows.scm -share/gimp/scripts/fade-outline.scm -share/gimp/scripts/flatland.scm -share/gimp/scripts/font-map.scm -share/gimp/scripts/frosty-logo.scm -share/gimp/scripts/fuzzyborder.scm -share/gimp/scripts/gimp-headers.scm -share/gimp/scripts/gimp-labels.scm -share/gimp/scripts/glossy.scm -share/gimp/scripts/glowing-logo.scm -share/gimp/scripts/gradient-bevel-logo.scm -share/gimp/scripts/gradient-example.scm -share/gimp/scripts/grid-system.scm -share/gimp/scripts/hsv-graph.scm -share/gimp/scripts/i26-gunya2.scm -share/gimp/scripts/image-structure.scm -share/gimp/scripts/land.scm -share/gimp/scripts/lava.scm -share/gimp/scripts/line-nova.scm -share/gimp/scripts/mkbrush.scm -share/gimp/scripts/neon-logo.scm -share/gimp/scripts/news-text.scm -share/gimp/scripts/old_photo.scm -share/gimp/scripts/perspective-shadow.scm -share/gimp/scripts/predator.scm -share/gimp/scripts/pupi-button.scm -share/gimp/scripts/rendermap.scm -share/gimp/scripts/ripply-anim.scm -share/gimp/scripts/round-corners.scm -share/gimp/scripts/sel-to-anim-img.scm -share/gimp/scripts/select_to_brush.scm -share/gimp/scripts/select_to_image.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/starburst-logo.scm -share/gimp/scripts/starscape-logo.scm -share/gimp/scripts/swirltile.scm -share/gimp/scripts/swirly-pattern.scm -share/gimp/scripts/t-o-p-logo.scm -share/gimp/scripts/test-sphere.scm -share/gimp/scripts/text-circle.scm -share/gimp/scripts/texture.jpg -share/gimp/scripts/texture1.jpg -share/gimp/scripts/texture2.jpg -share/gimp/scripts/texture3.jpg -share/gimp/scripts/textured-logo.scm -share/gimp/scripts/tileblur.scm -share/gimp/scripts/title-header.scm -share/gimp/scripts/trochoid.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/tips/gimp_tips.txt -share/gimp/tips/gimp_tips.de.txt -share/gimp/tips/gimp_tips.ja.txt -share/gimp/tips/gimp_tips.it.txt -share/gimp/tips/gimp_conseils.fr.txt -share/gimp/tips/gimp_tips.ru.txt -share/gimp/tips/gimp_tips.ko.txt -share/gimp/unitrc -share/gimp/user_install -share/locale/de/LC_MESSAGES/gimp.mo -share/locale/fi/LC_MESSAGES/gimp.mo -share/locale/fr/LC_MESSAGES/gimp.mo -share/locale/hu/LC_MESSAGES/gimp.mo -share/locale/it/LC_MESSAGES/gimp.mo -share/locale/ja/LC_MESSAGES/gimp.mo -share/locale/ko/LC_MESSAGES/gimp.mo -share/locale/nl/LC_MESSAGES/gimp.mo -share/locale/pl/LC_MESSAGES/gimp.mo -share/locale/ru/LC_MESSAGES/gimp.mo -share/locale/sv/LC_MESSAGES/gimp.mo -@dirrm share/gimp/gflare -@dirrm share/gimp/gimpressionist/Brushes -@dirrm share/gimp/gimpressionist/Paper -@dirrm share/gimp/gimpressionist/Presets -@dirrm share/gimp/gimpressionist -@dirrm share/gimp/tips -@dirrm share/gimp/help/C/dialogs/layers -@dirrm share/gimp/help/C/dialogs/channels -@dirrm share/gimp/help/C/dialogs/paths -@dirrm share/gimp/help/C/dialogs/palette_editor -@dirrm share/gimp/help/C/dialogs/gradient_editor -@dirrm share/gimp/help/C/dialogs/display_filters -@dirrm share/gimp/help/C/dialogs/color_selectors -@dirrm share/gimp/help/C/dialogs/preferences -@dirrm share/gimp/help/C/dialogs -@dirrm share/gimp/help/C/tools -@dirrm share/gimp/help/C/layers/stack -@dirrm share/gimp/help/C/layers -@dirrm share/gimp/help/C/channels -@dirrm share/gimp/help/C/paths -@dirrm share/gimp/help/C/toolbox -@dirrm share/gimp/help/C/image/edit -@dirrm share/gimp/help/C/image/select -@dirrm share/gimp/help/C/image/view -@dirrm share/gimp/help/C/image/image/transforms -@dirrm share/gimp/help/C/image/image/colors -@dirrm share/gimp/help/C/image/image -@dirrm share/gimp/help/C/image -@dirrm share/gimp/help/C/open -@dirrm share/gimp/help/C/save -@dirrm share/gimp/help/C/filters -@dirrm share/gimp/help/C/file -@dirrm share/gimp/help/images -@dirrm share/gimp/help/C -@dirrm share/gimp/help -@dirrm share/gimp/scripts -@dirrm share/gimp/patterns -@dirrm share/gimp/palettes -@dirrm share/gimp/gradients -@dirrm share/gimp/gfig -@dirrm share/gimp/fractalexplorer -@dirrm share/gimp/brushes -@dirrm share/gimp -@dirrm libexec/gimp/1.1/plug-ins -@dirrm libexec/gimp/1.1/modules -@dirrm libexec/gimp/1.1 -@dirrm libexec/gimp -@dirrm include/libgimp -@dirrm include/gck -@unexec rmdir %D/share/aclocal 2>/dev/null || true |