summaryrefslogtreecommitdiff
path: root/graphics/gimp-app
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-05-20 17:57:32 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-05-20 17:57:32 +0000
commit00a723407e42fd72e648d9fe3cbca3390e21e333 (patch)
tree5d0aa02bdcdaeb86804ca8747e0805215d750f19 /graphics/gimp-app
parentUpdate to 0.2.4. (diff)
Update gimp-devel (unstable development version of the GIMP) to 1.3.3 after
a repo-copy from ports/graphics/gimp1 and connect it to the build. Prompted by: Alexandr Kovalenko <never@nevermind.kiev.ua>
Notes
Notes: svn path=/head/; revision=59546
Diffstat (limited to 'graphics/gimp-app')
-rw-r--r--graphics/gimp-app/Makefile26
-rw-r--r--graphics/gimp-app/distinfo2
-rw-r--r--graphics/gimp-app/files/patch-Makefile.in14
-rw-r--r--graphics/gimp-app/files/patch-ac11
-rw-r--r--graphics/gimp-app/files/patch-ae14
-rw-r--r--graphics/gimp-app/files/patch-configure12
-rw-r--r--graphics/gimp-app/files/patch-gimptool-1.3.in (renamed from graphics/gimp-app/files/patch-gimptool-1.2.in)9
-rw-r--r--graphics/gimp-app/files/patch-libgimp::Makefile.in19
-rw-r--r--graphics/gimp-app/files/patch-plug-ins::libgck::gck::Makefile.in11
-rw-r--r--graphics/gimp-app/pkg-comment2
-rw-r--r--graphics/gimp-app/pkg-descr2
-rw-r--r--graphics/gimp-app/pkg-message6
-rw-r--r--graphics/gimp-app/pkg-plist1791
13 files changed, 651 insertions, 1268 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile
index 189b12466d7d..e22a49c44190 100644
--- a/graphics/gimp-app/Makefile
+++ b/graphics/gimp-app/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gimp
-PORTVERSION= 1.2.3
-PORTREVISION= 1
+PORTVERSION= 1.3.3
PORTEPOCH= 1
CATEGORIES= graphics gnome
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
@@ -16,36 +15,31 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,}
MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R}/v${PORTVERSION}
-MAINTAINER= gnome@FreeBSD.org
+MAINTAINER= vanilla@FreeBSD.org
-LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \
+LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 \
+ aa.1:${PORTSDIR}/graphics/aalib \
jpeg.9:${PORTSDIR}/graphics/jpeg \
mpeg.1:${PORTSDIR}/graphics/mpeg-lib \
png.5:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff
-#SHLIBVER?= ${PORTVERSION:S/1.2.//g}
SHLIBVER?= 2
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_XPM= yes
USE_GMAKE= yes
-USE_GTK= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
PLIST_SUB= SHLIBVER="${SHLIBVER}"
-CONFIGURE_ARGS= --disable-perl
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS= --disable-perl \
+ --with-html-dir=${PREFIX}/share/doc/gimp
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
+ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
-MAN1= escputil.1 gimp.1 gimptool.1 gimp-remote.1 \
- escputil-1.2.1 gimp-1.2.1 gimp-remote-1.2.1 gimptool-1.2.1
-MAN5= gimprc.5 gimprc-1.2.5
-
-post-install:
- ${INSTALL_SCRIPT} ${FILESDIR}/gimp.setfont ${PREFIX}/bin
- @${CAT} ${PKGMESSAGE}
+MAN1= escputil-1.3.1 gimp-1.3.1 gimptool-1.3.1
+MAN5= gimprc-1.3.5
.include <bsd.port.mk>
diff --git a/graphics/gimp-app/distinfo b/graphics/gimp-app/distinfo
index cb85cd7f3134..573254bc947c 100644
--- a/graphics/gimp-app/distinfo
+++ b/graphics/gimp-app/distinfo
@@ -1 +1 @@
-MD5 (gimp-1.2.3.tar.bz2) = b19235f19f524f772a4aef597a69b1da
+MD5 (gimp-1.3.3.tar.bz2) = 143d92b776984213eeee5eeac8d90fa8
diff --git a/graphics/gimp-app/files/patch-Makefile.in b/graphics/gimp-app/files/patch-Makefile.in
new file mode 100644
index 000000000000..4e49675f7b95
--- /dev/null
+++ b/graphics/gimp-app/files/patch-Makefile.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- Makefile.in 2002/05/17 18:44:19 1.1
++++ Makefile.in 2002/05/17 18:44:46
+@@ -185,7 +185,7 @@
+
+ bin_SCRIPTS = gimptool-1.3 @GIMPINSTALL@
+
+-pkgconfigdir = $(libdir)/pkgconfig
++pkgconfigdir = $(prefix)/libdata/pkgconfig
+ pkgconfig_DATA = gimp-1.3.pc gimpui-1.3.pc
+
+ EXTRA_SCRIPTS = gimpinstall-1.3
diff --git a/graphics/gimp-app/files/patch-ac b/graphics/gimp-app/files/patch-ac
deleted file mode 100644
index 22755b47efc9..000000000000
--- a/graphics/gimp-app/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Sat May 6 01:10:00 2000
-+++ Makefile.in Sat May 6 01:10:12 2000
-@@ -196,7 +196,7 @@
-
- man_MANS = gimp.1 gimptool.1 gimprc.5
-
--m4datadir = $(datadir)/aclocal
-+m4datadir = $(prefix)/share/aclocal
- m4data_DATA = gimp.m4
-
- scriptdata =
diff --git a/graphics/gimp-app/files/patch-ae b/graphics/gimp-app/files/patch-ae
index a9cd977ed014..52f6bc219576 100644
--- a/graphics/gimp-app/files/patch-ae
+++ b/graphics/gimp-app/files/patch-ae
@@ -1,11 +1,13 @@
---- plug-ins/common/plugindetails.c.orig Fri Jan 14 17:26:07 2000
-+++ plug-ins/common/plugindetails.c Fri Jan 14 17:26:21 2000
-@@ -27,7 +27,7 @@
+
+$FreeBSD$
+
+--- plug-ins/common/plugindetails.c.orig Wed Jan 30 17:25:54 2002
++++ plug-ins/common/plugindetails.c Fri May 17 20:45:33 2002
+@@ -27,6 +27,7 @@
#include <stdio.h>
#include <string.h>
#include <time.h>
--
+#include <sys/types.h>
- #include <gtk/gtk.h>
- #include "libgimp/gimp.h"
+ #ifdef __GNUC__
+ #warning GTK_DISABLE_DEPRECATED
diff --git a/graphics/gimp-app/files/patch-configure b/graphics/gimp-app/files/patch-configure
index 25dd31d25b59..73943123b4c1 100644
--- a/graphics/gimp-app/files/patch-configure
+++ b/graphics/gimp-app/files/patch-configure
@@ -1,8 +1,8 @@
$FreeBSD$
---- configure.orig Sun Feb 10 08:21:30 2002
-+++ configure Sun May 19 23:52:50 2002
+--- configure.orig Sun Feb 10 22:25:19 2002
++++ configure Fri May 17 20:53:47 2002
@@ -746,7 +746,7 @@
GIMP_VERSION=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION.$GIMP_MICRO_VERSION
@@ -11,8 +11,8 @@ $FreeBSD$
+LT_CURRENT=2
LT_REVISION=$GIMP_INTERFACE_AGE
LT_AGE=`expr $GIMP_BINARY_AGE - $GIMP_INTERFACE_AGE`
- LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE`
-@@ -5577,6 +5577,7 @@
+
+@@ -5310,6 +5310,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
@@ -20,7 +20,7 @@ $FreeBSD$
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -11957,8 +11958,8 @@
+@@ -11392,8 +11393,8 @@
fi
@@ -31,7 +31,7 @@ $FreeBSD$
gimpsysconfdir=$sysconfdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
localedir='${prefix}/${DATADIRNAME}/locale'
-@@ -13133,11 +13134,6 @@
+@@ -12526,11 +12527,6 @@
*) # Relative path.
srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
top_srcdir="$ac_dots$ac_given_srcdir" ;;
diff --git a/graphics/gimp-app/files/patch-gimptool-1.2.in b/graphics/gimp-app/files/patch-gimptool-1.3.in
index 052cac1df256..a79ae307827d 100644
--- a/graphics/gimp-app/files/patch-gimptool-1.2.in
+++ b/graphics/gimp-app/files/patch-gimptool-1.3.in
@@ -1,6 +1,9 @@
---- gimptool-1.2.in.orig Wed Feb 20 14:04:01 2002
-+++ gimptool-1.2.in Wed Feb 20 14:04:39 2002
-@@ -227,19 +227,19 @@
+
+$FreeBSD$
+
+--- gimptool-1.3.in.orig Tue Jan 15 12:21:05 2002
++++ gimptool-1.3.in Fri May 17 20:46:18 2002
+@@ -215,19 +215,19 @@
| --uninstall-script | --uninstall-admin-script )
case $1 in
--*install-bin)
diff --git a/graphics/gimp-app/files/patch-libgimp::Makefile.in b/graphics/gimp-app/files/patch-libgimp::Makefile.in
deleted file mode 100644
index b9cdc7868203..000000000000
--- a/graphics/gimp-app/files/patch-libgimp::Makefile.in
+++ /dev/null
@@ -1,19 +0,0 @@
---- libgimp/Makefile.in.orig Tue Feb 12 05:46:08 2002
-+++ libgimp/Makefile.in Wed Feb 20 14:02:07 2002
-@@ -225,13 +225,13 @@
- gimpinclude_HEADERS = gimp.h ${PDB_WRAPPERS_H} gimpchainbutton.h gimpchannel.h gimpcolorbutton.h gimpcolordisplay.h gimpcolorselector.h gimpcolorspace.h gimpcompat.h gimpdrawable.h gimpdialog.h gimpenums.h gimpenv.h gimpexport.h gimpfeatures.h gimpfileselection.h gimpgradientselect.h gimphelpui.h gimpimage.h gimplayer.h gimplimits.h gimpmath.h gimpmatrix.h gimpmenu.h gimpmodule.h gimpparasite.h gimpparasiteio.h gimppatheditor.h gimppixelrgn.h gimppixmap.h gimpproceduraldb.h gimpquerybox.h gimpselection.h gimpsignal.h gimpsizeentry.h gimptile.h gimptypes.h gimpui.h gimpunit.h gimpunitmenu.h gimputils.h gimpvector.h gimpwidgets.h gimpintl.h
-
-
--libgimp_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) $(no_undefined) $(libgimp_export_symbols)
-+libgimp_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(no_undefined) $(libgimp_export_symbols)
-
--libgimp_la_LIBADD = $(GLIB_LIBS) -lm
-+libgimp_la_LIBADD = $(GTK_LIBS) -lm
-
- libgimp_la_DEPENDENCIES = $(gimp_def)
-
--libgimpui_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) $(no_undefined) $(libgimpui_export_symbols)
-+libgimpui_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(no_undefined) $(libgimpui_export_symbols)
-
-
- libgimpui_la_LIBADD = $(GTK_LIBS) $(conditional_libgimp_la)
diff --git a/graphics/gimp-app/files/patch-plug-ins::libgck::gck::Makefile.in b/graphics/gimp-app/files/patch-plug-ins::libgck::gck::Makefile.in
deleted file mode 100644
index 6764015563eb..000000000000
--- a/graphics/gimp-app/files/patch-plug-ins::libgck::gck::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- plug-ins/libgck/gck/Makefile.in.orig Tue Feb 12 05:46:23 2002
-+++ plug-ins/libgck/gck/Makefile.in Wed Feb 20 14:00:02 2002
-@@ -193,7 +193,7 @@
- gckinclude_HEADERS = gck.h
-
-
--libgck_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) $(no_undefined)
-+libgck_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(no_undefined)
-
-
- INCLUDES = -I.. -I$(srcdir)/.. -I$(top_srcdir) $(GTK_CFLAGS) -I$(includedir)
diff --git a/graphics/gimp-app/pkg-comment b/graphics/gimp-app/pkg-comment
index 82c1e265f543..f51d21cdb35e 100644
--- a/graphics/gimp-app/pkg-comment
+++ b/graphics/gimp-app/pkg-comment
@@ -1 +1 @@
-the GNU Image Manipulation Program
+A GNU Image Manipulation Program (unstable development version)
diff --git a/graphics/gimp-app/pkg-descr b/graphics/gimp-app/pkg-descr
index 40b6009f8d9d..1d7786da3e97 100644
--- a/graphics/gimp-app/pkg-descr
+++ b/graphics/gimp-app/pkg-descr
@@ -16,6 +16,6 @@ major features:
new effect filters.
* Multiple undo/redo.
-To enable I18N extensions, execute "gimp.setfont" before you use GIMP.
+This is unstable development version of the GIMP, so that use with caution.
WWW: http://www.gimp.org/
diff --git a/graphics/gimp-app/pkg-message b/graphics/gimp-app/pkg-message
deleted file mode 100644
index e86b05293253..000000000000
--- a/graphics/gimp-app/pkg-message
+++ /dev/null
@@ -1,6 +0,0 @@
-***************************************************
-* *
-* For I18N support, please execute "gimp.setfont" *
-* before running the GIMP. *
-* *
-***************************************************
diff --git a/graphics/gimp-app/pkg-plist b/graphics/gimp-app/pkg-plist
index 22845e4045c2..a1bb36c791a2 100644
--- a/graphics/gimp-app/pkg-plist
+++ b/graphics/gimp-app/pkg-plist
@@ -1,268 +1,281 @@
-bin/escputil
-bin/escputil-1.2
-bin/gimp
-bin/gimp-1.2
-bin/gimp-config
-bin/gimp-remote
-bin/gimp-remote-1.2
-bin/gimp.setfont
-bin/gimptool
-bin/gimptool-1.2
-etc/gimp/1.2/gimprc
-etc/gimp/1.2/gimprc_user
-etc/gimp/1.2/gtkrc
-etc/gimp/1.2/gtkrc_user
-etc/gimp/1.2/ps-menurc
-etc/gimp/1.2/unitrc
-include/gck/gck.h
-include/libgimp/gimp.h
-include/libgimp/gimp_pdb.h
-include/libgimp/gimpbrushes_pdb.h
-include/libgimp/gimpbrushselect_pdb.h
-include/libgimp/gimpchainbutton.h
-include/libgimp/gimpchannel.h
-include/libgimp/gimpchannel_pdb.h
-include/libgimp/gimpchannelops_pdb.h
-include/libgimp/gimpcolor_pdb.h
-include/libgimp/gimpcolorbutton.h
-include/libgimp/gimpcolordisplay.h
-include/libgimp/gimpcolorselector.h
-include/libgimp/gimpcolorspace.h
-include/libgimp/gimpcompat.h
-include/libgimp/gimpconvert_pdb.h
-include/libgimp/gimpdialog.h
-include/libgimp/gimpdisplay_pdb.h
-include/libgimp/gimpdrawable.h
-include/libgimp/gimpdrawable_pdb.h
-include/libgimp/gimpedit_pdb.h
-include/libgimp/gimpenums.h
-include/libgimp/gimpenv.h
-include/libgimp/gimpexport.h
-include/libgimp/gimpfeatures.h
-include/libgimp/gimpfileops_pdb.h
-include/libgimp/gimpfileselection.h
-include/libgimp/gimpfloatingsel_pdb.h
-include/libgimp/gimpgimprc_pdb.h
-include/libgimp/gimpgradients_pdb.h
-include/libgimp/gimpgradientselect.h
-include/libgimp/gimpgradientselect_pdb.h
-include/libgimp/gimpguides_pdb.h
-include/libgimp/gimphelp_pdb.h
-include/libgimp/gimphelpui.h
-include/libgimp/gimpimage.h
-include/libgimp/gimpimage_pdb.h
-include/libgimp/gimpintl.h
-include/libgimp/gimplayer.h
-include/libgimp/gimplayer_pdb.h
-include/libgimp/gimplimits.h
-include/libgimp/gimpmath.h
-include/libgimp/gimpmatrix.h
-include/libgimp/gimpmenu.h
-include/libgimp/gimpmessage_pdb.h
-include/libgimp/gimpmisc_pdb.h
-include/libgimp/gimpmodule.h
-include/libgimp/gimppalette_pdb.h
-include/libgimp/gimpparasite.h
-include/libgimp/gimpparasite_pdb.h
-include/libgimp/gimpparasiteio.h
-include/libgimp/gimppatheditor.h
-include/libgimp/gimppaths_pdb.h
-include/libgimp/gimppatterns_pdb.h
-include/libgimp/gimppatternselect_pdb.h
-include/libgimp/gimppixelrgn.h
-include/libgimp/gimppixmap.h
-include/libgimp/gimpplugin_pdb.h
-include/libgimp/gimpproceduraldb.h
-include/libgimp/gimpproceduraldb_pdb.h
-include/libgimp/gimpquerybox.h
-include/libgimp/gimpselection.h
-include/libgimp/gimpselection_pdb.h
-include/libgimp/gimpsignal.h
-include/libgimp/gimpsizeentry.h
-include/libgimp/gimptexttool_pdb.h
-include/libgimp/gimptile.h
-include/libgimp/gimptools_pdb.h
-include/libgimp/gimptypes.h
-include/libgimp/gimpui.h
-include/libgimp/gimpundo_pdb.h
-include/libgimp/gimpunit.h
-include/libgimp/gimpunit_pdb.h
-include/libgimp/gimpunitmenu.h
-include/libgimp/gimputils.h
-include/libgimp/gimpvector.h
-include/libgimp/gimpwidgets.h
-lib/libgck.a
-lib/libgck.so
-lib/libgck.so.%%SHLIBVER%%
-lib/libgimp.a
-lib/libgimp.so
-lib/libgimp.so.%%SHLIBVER%%
-lib/libgimpui.a
-lib/libgimpui.so
-lib/libgimpui.so.%%SHLIBVER%%
-libexec/gimp/1.2/modules/libcolorsel_gtk.so
-libexec/gimp/1.2/modules/libcolorsel_triangle.so
-libexec/gimp/1.2/modules/libcolorsel_water.so
-libexec/gimp/1.2/plug-ins/AlienMap
-libexec/gimp/1.2/plug-ins/AlienMap2
-libexec/gimp/1.2/plug-ins/CEL
-libexec/gimp/1.2/plug-ins/CML_explorer
-libexec/gimp/1.2/plug-ins/FractalExplorer
-libexec/gimp/1.2/plug-ins/Lighting
-libexec/gimp/1.2/plug-ins/MapObject
-libexec/gimp/1.2/plug-ins/aa
-libexec/gimp/1.2/plug-ins/align_layers
-libexec/gimp/1.2/plug-ins/animationplay
-libexec/gimp/1.2/plug-ins/animoptimize
-libexec/gimp/1.2/plug-ins/apply_lens
-libexec/gimp/1.2/plug-ins/autocrop
-libexec/gimp/1.2/plug-ins/autostretch_hsv
-libexec/gimp/1.2/plug-ins/blinds
-libexec/gimp/1.2/plug-ins/blur
-libexec/gimp/1.2/plug-ins/bmp
-libexec/gimp/1.2/plug-ins/borderaverage
-libexec/gimp/1.2/plug-ins/bumpmap
-libexec/gimp/1.2/plug-ins/bz2
-libexec/gimp/1.2/plug-ins/c_astretch
-libexec/gimp/1.2/plug-ins/checkerboard
-libexec/gimp/1.2/plug-ins/color_enhance
-libexec/gimp/1.2/plug-ins/colorify
-libexec/gimp/1.2/plug-ins/colortoalpha
-libexec/gimp/1.2/plug-ins/compose
-libexec/gimp/1.2/plug-ins/convmatrix
-libexec/gimp/1.2/plug-ins/csource
-libexec/gimp/1.2/plug-ins/cubism
-libexec/gimp/1.2/plug-ins/curve_bend
-libexec/gimp/1.2/plug-ins/dbbrowser
-libexec/gimp/1.2/plug-ins/decompose
-libexec/gimp/1.2/plug-ins/deinterlace
-libexec/gimp/1.2/plug-ins/depthmerge
-libexec/gimp/1.2/plug-ins/despeckle
-libexec/gimp/1.2/plug-ins/destripe
-libexec/gimp/1.2/plug-ins/diffraction
-libexec/gimp/1.2/plug-ins/displace
-libexec/gimp/1.2/plug-ins/edge
-libexec/gimp/1.2/plug-ins/emboss
-libexec/gimp/1.2/plug-ins/engrave
-libexec/gimp/1.2/plug-ins/exchange
-libexec/gimp/1.2/plug-ins/faxg3
-libexec/gimp/1.2/plug-ins/film
-libexec/gimp/1.2/plug-ins/fits
-libexec/gimp/1.2/plug-ins/flame
-libexec/gimp/1.2/plug-ins/flarefx
-libexec/gimp/1.2/plug-ins/fp
-libexec/gimp/1.2/plug-ins/fractaltrace
-libexec/gimp/1.2/plug-ins/gap_decode_mpeg
-libexec/gimp/1.2/plug-ins/gap_filter
-libexec/gimp/1.2/plug-ins/gap_frontends
-libexec/gimp/1.2/plug-ins/gap_navigator_dialog
-libexec/gimp/1.2/plug-ins/gap_plugins
-libexec/gimp/1.2/plug-ins/gauss_iir
-libexec/gimp/1.2/plug-ins/gauss_rle
-libexec/gimp/1.2/plug-ins/gbr
-libexec/gimp/1.2/plug-ins/gdyntext
-libexec/gimp/1.2/plug-ins/gee
-libexec/gimp/1.2/plug-ins/gee_zoom
-libexec/gimp/1.2/plug-ins/gfig
-libexec/gimp/1.2/plug-ins/gflare
-libexec/gimp/1.2/plug-ins/gfli
-libexec/gimp/1.2/plug-ins/gicon
-libexec/gimp/1.2/plug-ins/gif
-libexec/gimp/1.2/plug-ins/gifload
-libexec/gimp/1.2/plug-ins/gih
-libexec/gimp/1.2/plug-ins/gimpressionist
-libexec/gimp/1.2/plug-ins/glasstile
-libexec/gimp/1.2/plug-ins/gqbist
-libexec/gimp/1.2/plug-ins/gradmap
-libexec/gimp/1.2/plug-ins/grid
-libexec/gimp/1.2/plug-ins/gtm
-libexec/gimp/1.2/plug-ins/guillotine
-libexec/gimp/1.2/plug-ins/gz
-libexec/gimp/1.2/plug-ins/header
-libexec/gimp/1.2/plug-ins/hot
-libexec/gimp/1.2/plug-ins/hrz
-libexec/gimp/1.2/plug-ins/ifscompose
-libexec/gimp/1.2/plug-ins/illusion
-libexec/gimp/1.2/plug-ins/imagemap
-libexec/gimp/1.2/plug-ins/iwarp
-libexec/gimp/1.2/plug-ins/jigsaw
-libexec/gimp/1.2/plug-ins/jpeg
-libexec/gimp/1.2/plug-ins/laplace
-libexec/gimp/1.2/plug-ins/lic
-libexec/gimp/1.2/plug-ins/mail
-libexec/gimp/1.2/plug-ins/mapcolor
-libexec/gimp/1.2/plug-ins/max_rgb
-libexec/gimp/1.2/plug-ins/maze
-libexec/gimp/1.2/plug-ins/mblur
-libexec/gimp/1.2/plug-ins/mosaic
-libexec/gimp/1.2/plug-ins/mpeg
-libexec/gimp/1.2/plug-ins/newsprint
-libexec/gimp/1.2/plug-ins/nlfilt
-libexec/gimp/1.2/plug-ins/noisify
-libexec/gimp/1.2/plug-ins/normalize
-libexec/gimp/1.2/plug-ins/nova
-libexec/gimp/1.2/plug-ins/oilify
-libexec/gimp/1.2/plug-ins/pagecurl
-libexec/gimp/1.2/plug-ins/papertile
-libexec/gimp/1.2/plug-ins/pat
-libexec/gimp/1.2/plug-ins/pcx
-libexec/gimp/1.2/plug-ins/pix
-libexec/gimp/1.2/plug-ins/pixelize
-libexec/gimp/1.2/plug-ins/plasma
-libexec/gimp/1.2/plug-ins/plugindetails
-libexec/gimp/1.2/plug-ins/png
-libexec/gimp/1.2/plug-ins/pnm
-libexec/gimp/1.2/plug-ins/polar
-libexec/gimp/1.2/plug-ins/print
-libexec/gimp/1.2/plug-ins/ps
-libexec/gimp/1.2/plug-ins/psd
-libexec/gimp/1.2/plug-ins/psp
-libexec/gimp/1.2/plug-ins/randomize
-libexec/gimp/1.2/plug-ins/rcm
-libexec/gimp/1.2/plug-ins/ripple
-libexec/gimp/1.2/plug-ins/rotate
-libexec/gimp/1.2/plug-ins/sample_colorize
-libexec/gimp/1.2/plug-ins/scatter_hsv
-libexec/gimp/1.2/plug-ins/screenshot
-libexec/gimp/1.2/plug-ins/script-fu
-libexec/gimp/1.2/plug-ins/sel2path
-libexec/gimp/1.2/plug-ins/sel_gauss
-libexec/gimp/1.2/plug-ins/semiflatten
-libexec/gimp/1.2/plug-ins/sgi
-libexec/gimp/1.2/plug-ins/sharpen
-libexec/gimp/1.2/plug-ins/shift
-libexec/gimp/1.2/plug-ins/sinus
-libexec/gimp/1.2/plug-ins/smooth_palette
-libexec/gimp/1.2/plug-ins/snoise
-libexec/gimp/1.2/plug-ins/sobel
-libexec/gimp/1.2/plug-ins/sparkle
-libexec/gimp/1.2/plug-ins/spread
-libexec/gimp/1.2/plug-ins/struc
-libexec/gimp/1.2/plug-ins/sunras
-libexec/gimp/1.2/plug-ins/tga
-libexec/gimp/1.2/plug-ins/threshold_alpha
-libexec/gimp/1.2/plug-ins/tiff
-libexec/gimp/1.2/plug-ins/tile
-libexec/gimp/1.2/plug-ins/tileit
-libexec/gimp/1.2/plug-ins/tiler
-libexec/gimp/1.2/plug-ins/uniteditor
-libexec/gimp/1.2/plug-ins/unsharp
-libexec/gimp/1.2/plug-ins/url
-libexec/gimp/1.2/plug-ins/video
-libexec/gimp/1.2/plug-ins/vinvert
-libexec/gimp/1.2/plug-ins/vpropagate
-libexec/gimp/1.2/plug-ins/warp
-libexec/gimp/1.2/plug-ins/waves
-libexec/gimp/1.2/plug-ins/webbrowser
-libexec/gimp/1.2/plug-ins/whirlpinch
-libexec/gimp/1.2/plug-ins/wind
-libexec/gimp/1.2/plug-ins/wmf
-libexec/gimp/1.2/plug-ins/xbm
-libexec/gimp/1.2/plug-ins/xjt
-libexec/gimp/1.2/plug-ins/xpm
-libexec/gimp/1.2/plug-ins/xwd
-libexec/gimp/1.2/plug-ins/zealouscrop
-share/aclocal/gimp.m4
+bin/escputil-1.3
+bin/gimp-1.3
+bin/gimptool-1.3
+etc/gimp/1.3/gimprc
+etc/gimp/1.3/gimprc_user
+etc/gimp/1.3/gtkrc_user
+etc/gimp/1.3/ps-menurc
+etc/gimp/1.3/unitrc
+include/gimp-1.3/gck/gck.h
+include/gimp-1.3/libgimp/gimp.h
+include/gimp-1.3/libgimp/gimp_pdb.h
+include/gimp-1.3/libgimp/gimpbrushes_pdb.h
+include/gimp-1.3/libgimp/gimpbrushselect_pdb.h
+include/gimp-1.3/libgimp/gimpchannel.h
+include/gimp-1.3/libgimp/gimpchannel_pdb.h
+include/gimp-1.3/libgimp/gimpcolor_pdb.h
+include/gimp-1.3/libgimp/gimpcolordisplay.h
+include/gimp-1.3/libgimp/gimpcolorselector.h
+include/gimp-1.3/libgimp/gimpconvert_pdb.h
+include/gimp-1.3/libgimp/gimpdisplay_pdb.h
+include/gimp-1.3/libgimp/gimpdrawable.h
+include/gimp-1.3/libgimp/gimpdrawable_pdb.h
+include/gimp-1.3/libgimp/gimpedit_pdb.h
+include/gimp-1.3/libgimp/gimpenums.h
+include/gimp-1.3/libgimp/gimpexport.h
+include/gimp-1.3/libgimp/gimpfileops_pdb.h
+include/gimp-1.3/libgimp/gimpfloatingsel_pdb.h
+include/gimp-1.3/libgimp/gimpgimprc_pdb.h
+include/gimp-1.3/libgimp/gimpgradients_pdb.h
+include/gimp-1.3/libgimp/gimpgradientselect_pdb.h
+include/gimp-1.3/libgimp/gimpguides_pdb.h
+include/gimp-1.3/libgimp/gimphelp_pdb.h
+include/gimp-1.3/libgimp/gimpimage.h
+include/gimp-1.3/libgimp/gimpimage_pdb.h
+include/gimp-1.3/libgimp/gimpintl.h
+include/gimp-1.3/libgimp/gimplayer.h
+include/gimp-1.3/libgimp/gimplayer_pdb.h
+include/gimp-1.3/libgimp/gimpmenu.h
+include/gimp-1.3/libgimp/gimpmessage_pdb.h
+include/gimp-1.3/libgimp/gimpmisc_pdb.h
+include/gimp-1.3/libgimp/gimpmisctools_pdb.h
+include/gimp-1.3/libgimp/gimpmodule.h
+include/gimp-1.3/libgimp/gimppainttools_pdb.h
+include/gimp-1.3/libgimp/gimppalette_pdb.h
+include/gimp-1.3/libgimp/gimpparasite_pdb.h
+include/gimp-1.3/libgimp/gimppaths_pdb.h
+include/gimp-1.3/libgimp/gimppatterns_pdb.h
+include/gimp-1.3/libgimp/gimppatternselect_pdb.h
+include/gimp-1.3/libgimp/gimppixelrgn.h
+include/gimp-1.3/libgimp/gimpplugin_pdb.h
+include/gimp-1.3/libgimp/gimpproceduraldb.h
+include/gimp-1.3/libgimp/gimpproceduraldb_pdb.h
+include/gimp-1.3/libgimp/gimpselection.h
+include/gimp-1.3/libgimp/gimpselection_pdb.h
+include/gimp-1.3/libgimp/gimpselectiontools_pdb.h
+include/gimp-1.3/libgimp/gimptexttool_pdb.h
+include/gimp-1.3/libgimp/gimptile.h
+include/gimp-1.3/libgimp/gimptransformtools_pdb.h
+include/gimp-1.3/libgimp/gimptypes.h
+include/gimp-1.3/libgimp/gimpui.h
+include/gimp-1.3/libgimp/gimpuitypes.h
+include/gimp-1.3/libgimp/gimpundo_pdb.h
+include/gimp-1.3/libgimp/gimpunit_pdb.h
+include/gimp-1.3/libgimpbase/gimpbase.h
+include/gimp-1.3/libgimpbase/gimpbasetypes.h
+include/gimp-1.3/libgimpbase/gimpenv.h
+include/gimp-1.3/libgimpbase/gimplimits.h
+include/gimp-1.3/libgimpbase/gimpparasite.h
+include/gimp-1.3/libgimpbase/gimpparasiteio.h
+include/gimp-1.3/libgimpbase/gimpsignal.h
+include/gimp-1.3/libgimpbase/gimpunit.h
+include/gimp-1.3/libgimpbase/gimpversion.h
+include/gimp-1.3/libgimpcolor/gimpadaptivesupersample.h
+include/gimp-1.3/libgimpcolor/gimpbilinear.h
+include/gimp-1.3/libgimpcolor/gimpcolor.h
+include/gimp-1.3/libgimpcolor/gimpcolorspace.h
+include/gimp-1.3/libgimpcolor/gimpcolortypes.h
+include/gimp-1.3/libgimpcolor/gimphsv.h
+include/gimp-1.3/libgimpcolor/gimprgb.h
+include/gimp-1.3/libgimpmath/gimpmath.h
+include/gimp-1.3/libgimpmath/gimpmathtypes.h
+include/gimp-1.3/libgimpmath/gimpmatrix.h
+include/gimp-1.3/libgimpmath/gimpvector.h
+include/gimp-1.3/libgimpwidgets/gimpbutton.h
+include/gimp-1.3/libgimpwidgets/gimpchainbutton.h
+include/gimp-1.3/libgimpwidgets/gimpcolorarea.h
+include/gimp-1.3/libgimpwidgets/gimpcolorbutton.h
+include/gimp-1.3/libgimpwidgets/gimpdialog.h
+include/gimp-1.3/libgimpwidgets/gimpfileselection.h
+include/gimp-1.3/libgimpwidgets/gimphelpui.h
+include/gimp-1.3/libgimpwidgets/gimpoffsetarea.h
+include/gimp-1.3/libgimpwidgets/gimppatheditor.h
+include/gimp-1.3/libgimpwidgets/gimppixmap.h
+include/gimp-1.3/libgimpwidgets/gimpquerybox.h
+include/gimp-1.3/libgimpwidgets/gimpsizeentry.h
+include/gimp-1.3/libgimpwidgets/gimpstock.h
+include/gimp-1.3/libgimpwidgets/gimpunitmenu.h
+include/gimp-1.3/libgimpwidgets/gimpwidgets.h
+include/gimp-1.3/libgimpwidgets/gimpwidgetstypes.h
+lib/libgck-1.3.a
+lib/libgck-1.3.so
+lib/libgck-1.3.so.%%SHLIBVER%%
+lib/libgimp-1.3.a
+lib/libgimp-1.3.so
+lib/libgimp-1.3.so.%%SHLIBVER%%
+lib/libgimpbase-1.3.a
+lib/libgimpbase-1.3.so
+lib/libgimpbase-1.3.so.%%SHLIBVER%%
+lib/libgimpcolor-1.3.a
+lib/libgimpcolor-1.3.so
+lib/libgimpcolor-1.3.so.%%SHLIBVER%%
+lib/libgimpmath-1.3.a
+lib/libgimpmath-1.3.so
+lib/libgimpmath-1.3.so.%%SHLIBVER%%
+lib/libgimpui-1.3.a
+lib/libgimpui-1.3.so
+lib/libgimpui-1.3.so.%%SHLIBVER%%
+lib/libgimpwidgets-1.3.a
+lib/libgimpwidgets-1.3.so
+lib/libgimpwidgets-1.3.so.%%SHLIBVER%%
+libdata/pkgconfig/gimp-1.3.pc
+libdata/pkgconfig/gimpui-1.3.pc
+libexec/gimp/1.3/modules/libcolorsel_triangle.so
+libexec/gimp/1.3/plug-ins/AlienMap
+libexec/gimp/1.3/plug-ins/AlienMap2
+libexec/gimp/1.3/plug-ins/CEL
+libexec/gimp/1.3/plug-ins/CML_explorer
+libexec/gimp/1.3/plug-ins/FractalExplorer
+libexec/gimp/1.3/plug-ins/Lighting
+libexec/gimp/1.3/plug-ins/MapObject
+libexec/gimp/1.3/plug-ins/aa
+libexec/gimp/1.3/plug-ins/align_layers
+libexec/gimp/1.3/plug-ins/animationplay
+libexec/gimp/1.3/plug-ins/animoptimize
+libexec/gimp/1.3/plug-ins/apply_lens
+libexec/gimp/1.3/plug-ins/autocrop
+libexec/gimp/1.3/plug-ins/autostretch_hsv
+libexec/gimp/1.3/plug-ins/blinds
+libexec/gimp/1.3/plug-ins/blur
+libexec/gimp/1.3/plug-ins/bmp
+libexec/gimp/1.3/plug-ins/borderaverage
+libexec/gimp/1.3/plug-ins/bumpmap
+libexec/gimp/1.3/plug-ins/bz2
+libexec/gimp/1.3/plug-ins/c_astretch
+libexec/gimp/1.3/plug-ins/checkerboard
+libexec/gimp/1.3/plug-ins/color_enhance
+libexec/gimp/1.3/plug-ins/colorify
+libexec/gimp/1.3/plug-ins/colortoalpha
+libexec/gimp/1.3/plug-ins/compose
+libexec/gimp/1.3/plug-ins/convmatrix
+libexec/gimp/1.3/plug-ins/csource
+libexec/gimp/1.3/plug-ins/cubism
+libexec/gimp/1.3/plug-ins/curve_bend
+libexec/gimp/1.3/plug-ins/dbbrowser
+libexec/gimp/1.3/plug-ins/decompose
+libexec/gimp/1.3/plug-ins/deinterlace
+libexec/gimp/1.3/plug-ins/depthmerge
+libexec/gimp/1.3/plug-ins/despeckle
+libexec/gimp/1.3/plug-ins/destripe
+libexec/gimp/1.3/plug-ins/diffraction
+libexec/gimp/1.3/plug-ins/displace
+libexec/gimp/1.3/plug-ins/edge
+libexec/gimp/1.3/plug-ins/emboss
+libexec/gimp/1.3/plug-ins/engrave
+libexec/gimp/1.3/plug-ins/exchange
+libexec/gimp/1.3/plug-ins/faxg3
+libexec/gimp/1.3/plug-ins/film
+libexec/gimp/1.3/plug-ins/fits
+libexec/gimp/1.3/plug-ins/flame
+libexec/gimp/1.3/plug-ins/flarefx
+libexec/gimp/1.3/plug-ins/fp
+libexec/gimp/1.3/plug-ins/fractaltrace
+libexec/gimp/1.3/plug-ins/gauss_iir
+libexec/gimp/1.3/plug-ins/gauss_rle
+libexec/gimp/1.3/plug-ins/gbr
+libexec/gimp/1.3/plug-ins/gee
+libexec/gimp/1.3/plug-ins/gee_zoom
+libexec/gimp/1.3/plug-ins/gfig
+libexec/gimp/1.3/plug-ins/gflare
+libexec/gimp/1.3/plug-ins/gfli
+libexec/gimp/1.3/plug-ins/gicon
+libexec/gimp/1.3/plug-ins/gif
+libexec/gimp/1.3/plug-ins/gifload
+libexec/gimp/1.3/plug-ins/gih
+libexec/gimp/1.3/plug-ins/gimpressionist
+libexec/gimp/1.3/plug-ins/glasstile
+libexec/gimp/1.3/plug-ins/gqbist
+libexec/gimp/1.3/plug-ins/gradmap
+libexec/gimp/1.3/plug-ins/grid
+libexec/gimp/1.3/plug-ins/gtm
+libexec/gimp/1.3/plug-ins/guillotine
+libexec/gimp/1.3/plug-ins/gz
+libexec/gimp/1.3/plug-ins/header
+libexec/gimp/1.3/plug-ins/hot
+libexec/gimp/1.3/plug-ins/hrz
+libexec/gimp/1.3/plug-ins/ifscompose
+libexec/gimp/1.3/plug-ins/illusion
+libexec/gimp/1.3/plug-ins/imagemap
+libexec/gimp/1.3/plug-ins/iwarp
+libexec/gimp/1.3/plug-ins/jigsaw
+libexec/gimp/1.3/plug-ins/jpeg
+libexec/gimp/1.3/plug-ins/laplace
+libexec/gimp/1.3/plug-ins/lic
+libexec/gimp/1.3/plug-ins/mail
+libexec/gimp/1.3/plug-ins/mapcolor
+libexec/gimp/1.3/plug-ins/max_rgb
+libexec/gimp/1.3/plug-ins/maze
+libexec/gimp/1.3/plug-ins/mblur
+libexec/gimp/1.3/plug-ins/mosaic
+libexec/gimp/1.3/plug-ins/mpeg
+libexec/gimp/1.3/plug-ins/newsprint
+libexec/gimp/1.3/plug-ins/nlfilt
+libexec/gimp/1.3/plug-ins/noisify
+libexec/gimp/1.3/plug-ins/normalize
+libexec/gimp/1.3/plug-ins/nova
+libexec/gimp/1.3/plug-ins/oilify
+libexec/gimp/1.3/plug-ins/pagecurl
+libexec/gimp/1.3/plug-ins/papertile
+libexec/gimp/1.3/plug-ins/pat
+libexec/gimp/1.3/plug-ins/pcx
+libexec/gimp/1.3/plug-ins/pix
+libexec/gimp/1.3/plug-ins/pixelize
+libexec/gimp/1.3/plug-ins/plasma
+libexec/gimp/1.3/plug-ins/plugin-helper
+libexec/gimp/1.3/plug-ins/plugindetails
+libexec/gimp/1.3/plug-ins/png
+libexec/gimp/1.3/plug-ins/pnm
+libexec/gimp/1.3/plug-ins/polar
+libexec/gimp/1.3/plug-ins/print
+libexec/gimp/1.3/plug-ins/ps
+libexec/gimp/1.3/plug-ins/psd
+libexec/gimp/1.3/plug-ins/psp
+libexec/gimp/1.3/plug-ins/randomize
+libexec/gimp/1.3/plug-ins/rcm
+libexec/gimp/1.3/plug-ins/ripple
+libexec/gimp/1.3/plug-ins/rotate
+libexec/gimp/1.3/plug-ins/sample_colorize
+libexec/gimp/1.3/plug-ins/scatter_hsv
+libexec/gimp/1.3/plug-ins/screenshot
+libexec/gimp/1.3/plug-ins/script-fu
+libexec/gimp/1.3/plug-ins/sel2path
+libexec/gimp/1.3/plug-ins/sel_gauss
+libexec/gimp/1.3/plug-ins/semiflatten
+libexec/gimp/1.3/plug-ins/sgi
+libexec/gimp/1.3/plug-ins/sharpen
+libexec/gimp/1.3/plug-ins/shift
+libexec/gimp/1.3/plug-ins/sinus
+libexec/gimp/1.3/plug-ins/smooth_palette
+libexec/gimp/1.3/plug-ins/snoise
+libexec/gimp/1.3/plug-ins/sobel
+libexec/gimp/1.3/plug-ins/sparkle
+libexec/gimp/1.3/plug-ins/spread
+libexec/gimp/1.3/plug-ins/struc
+libexec/gimp/1.3/plug-ins/sunras
+libexec/gimp/1.3/plug-ins/tga
+libexec/gimp/1.3/plug-ins/threshold_alpha
+libexec/gimp/1.3/plug-ins/tiff
+libexec/gimp/1.3/plug-ins/tile
+libexec/gimp/1.3/plug-ins/tileit
+libexec/gimp/1.3/plug-ins/tiler
+libexec/gimp/1.3/plug-ins/uniteditor
+libexec/gimp/1.3/plug-ins/unsharp
+libexec/gimp/1.3/plug-ins/url
+libexec/gimp/1.3/plug-ins/video
+libexec/gimp/1.3/plug-ins/vinvert
+libexec/gimp/1.3/plug-ins/vpropagate
+libexec/gimp/1.3/plug-ins/warp
+libexec/gimp/1.3/plug-ins/waves
+libexec/gimp/1.3/plug-ins/webbrowser
+libexec/gimp/1.3/plug-ins/whirlpinch
+libexec/gimp/1.3/plug-ins/wind
+libexec/gimp/1.3/plug-ins/wmf
+libexec/gimp/1.3/plug-ins/xbm
+libexec/gimp/1.3/plug-ins/xjt
+libexec/gimp/1.3/plug-ins/xpm
+libexec/gimp/1.3/plug-ins/xwd
+libexec/gimp/1.3/plug-ins/zealouscrop
+share/aclocal/gimp-1.4.m4
share/gimp/brushes/10x10square.gbr
share/gimp/brushes/10x10squareBlur.gbr
share/gimp/brushes/11circle.gbr
@@ -302,83 +315,15 @@ share/gimp/brushes/confetti.gbr
share/gimp/brushes/confetti.gih
share/gimp/brushes/dunes.gbr
share/gimp/brushes/feltpen.gih
-share/gimp/brushes/hsparks.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/devel-docs/html/libgimp/gimpchainbutton.html
-share/gimp/devel-docs/html/libgimp/gimpcolorbutton.html
-share/gimp/devel-docs/html/libgimp/gimpdefinitions.html
-share/gimp/devel-docs/html/libgimp/gimpfileselection.html
-share/gimp/devel-docs/html/libgimp/gimpmodule.html
-share/gimp/devel-docs/html/libgimp/gimppatheditor.html
-share/gimp/devel-docs/html/libgimp/gimppixmap.html
-share/gimp/devel-docs/html/libgimp/gimpsizeentry.html
-share/gimp/devel-docs/html/libgimp/gimpunitmenu.html
-share/gimp/devel-docs/html/libgimp/index.html
-share/gimp/devel-docs/html/libgimp/index.sgml
-share/gimp/devel-docs/html/libgimp/libgimp-gimp.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpbrushes.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpchannel.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpchannelops.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpcolor.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpcolordisplay.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpcolorselector.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpcolorspace.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpcompat.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpconvert.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpdialog.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpdisplay.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpdrawable.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpedit.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpenums.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpenv.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpexport.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpfeatures.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpfileops.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpfloatingsel.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpgimprc.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpgradients.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpguides.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimphelp.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimphelpui.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpimage.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimplayer.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimplimits.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpmath.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpmatrix.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpmenu.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpmessage.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpmisc.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpmodule.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimppalette.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpparasite.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpparasiteio.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimppatterns.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimppixelrgn.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpplugin.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpproceduraldb.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpprotocol.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpquerybox.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpselection.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpsignal.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimptexttool.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimptile.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimptools.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpui.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpundo.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpunit.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimputils.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpvector.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpwidgets.html
-share/gimp/devel-docs/html/libgimp/libgimp-gimpwire.html
-share/gimp/devel-docs/html/libgimp/libgimp.html
-share/gimp/devel-docs/html/libgimp/libgimpui.html
share/gimp/fractalexplorer/Asteroid_Field
share/gimp/fractalexplorer/Bar_Code_Label
share/gimp/fractalexplorer/Beauty_of_Nature
@@ -429,8 +374,6 @@ share/gimp/gflare/Distant_Sun
share/gimp/gflare/GFlare_101
share/gimp/gflare/GFlare_102
share/gimp/gflare/Hidden_Planet
-share/gimp/gimp_logo.ppm
-share/gimp/gimp_splash.ppm
share/gimp/gimpressionist/Brushes/arrow01.pgm
share/gimp/gimpressionist/Brushes/ball.ppm
share/gimp/gimpressionist/Brushes/blob.ppm
@@ -498,8 +441,8 @@ 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/struc.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
@@ -525,673 +468,129 @@ 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
-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/Danish_flag
-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/bug_submission.html
-share/gimp/help/C/channels/channel_to_selection.html
-share/gimp/help/C/channels/delete_channel.html
-@exec mkdir -p %D/share/gimp/help/C/channels
-@exec ln -sf %D/share/gimp/help/C/dialogs/channels %D/share/gimp/help/C/channels/dialogs
-@unexec rm -f %D/share/gimp/help/C/channels/dialogs
-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/command_line.html
-share/gimp/help/C/contents.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/channels/channels.html
-share/gimp/help/C/dialogs/channels/edit_channel_attributes.html
-share/gimp/help/C/dialogs/channels/new_channel.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/triangle.html
-share/gimp/help/C/dialogs/color_selectors/watercolor.html
-share/gimp/help/C/dialogs/confirm_save.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/export_file.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_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/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_povray.html
-share/gimp/help/C/dialogs/gradient_editor/split_segments_uniformly.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/add_layer_mask.html
-share/gimp/help/C/dialogs/layers/edit_layer_attributes.html
-share/gimp/help/C/dialogs/layers/layer_boundary_size.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/scale_layer.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_editor/delete_palette.html
-share/gimp/help/C/dialogs/palette_editor/import_palette.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/palette_selection.html
-share/gimp/help/C/dialogs/paste_named.html
-share/gimp/help/C/dialogs/paths/edit_path_attributes.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/paths.html
-share/gimp/help/C/dialogs/pattern_selection.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/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/really_close.html
-share/gimp/help/C/dialogs/really_quit.html
-share/gimp/help/C/dialogs/scale_image.html
-share/gimp/help/C/dialogs/scale_layer_warn.html
-share/gimp/help/C/dialogs/set_canvas_size.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/file/close.html
-@exec mkdir -p %D/share/gimp/help/C/file
-@exec ln -sf %D/share/gimp/help/C/dialogs %D/share/gimp/help/C/file/dialogs
-@unexec rm -f %D/share/gimp/help/C/file/dialogs
-@exec ln -sf %D/share/gimp/help/C/filters %D/share/gimp/help/C/file/filters
-@unexec rm -f %D/share/gimp/help/C/file/filters
-share/gimp/help/C/file/index.html
-share/gimp/help/C/file/last_opened.html
-@exec ln -sf %D/share/gimp/help/C/open %D/share/gimp/help/C/file/open
-@unexec rm -f %D/share/gimp/help/C/file/open
-share/gimp/help/C/file/revert.html
-share/gimp/help/C/file/quit.html
-@exec ln -sf %D/share/gimp/help/C/save %D/share/gimp/help/C/file/save
-@unexec rm -f %D/share/gimp/help/C/file/save
-share/gimp/help/C/file_formats.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/animate_cells.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/applycanvas.html
-share/gimp/help/C/filters/autocrop.html
-share/gimp/help/C/filters/autostretch_hsv.html
-share/gimp/help/C/filters/blended2.html
-share/gimp/help/C/filters/blinds.html
-share/gimp/help/C/filters/blur.html
-share/gimp/help/C/filters/blowinout.html
-share/gimp/help/C/filters/border.html
-share/gimp/help/C/filters/borderaverage.html
-share/gimp/help/C/filters/bumpmap.html
-share/gimp/help/C/filters/burst.html
-share/gimp/help/C/filters/bz2.html
-share/gimp/help/C/filters/c_astretch.html
-share/gimp/help/C/filters/centerguide.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/colorify.html
-share/gimp/help/C/filters/colortoalpha.html
-share/gimp/help/C/filters/convmatrix.html
-share/gimp/help/C/filters/compose.html
-share/gimp/help/C/filters/cubism.html
-share/gimp/help/C/filters/curve_bend.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/ditherize.html
-share/gimp/help/C/filters/dust.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/fade-alpha.html
-share/gimp/help/C/filters/film.html
-share/gimp/help/C/filters/fire.html
-share/gimp/help/C/filters/fit-text.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/fp.html
-share/gimp/help/C/filters/frame_filter.html
-share/gimp/help/C/filters/gap_filter.html
-share/gimp/help/C/filters/gap_frontends.html
-share/gimp/help/C/filters/gap_navigator_dialog.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/gee_zoom.html
-share/gimp/help/C/filters/gdyntext.html
-share/gimp/help/C/filters/gfig.html
-share/gimp/help/C/filters/gflare.html
-share/gimp/help/C/filters/gih.html
-share/gimp/help/C/filters/gimpressionist.html
-share/gimp/help/C/filters/glasstile.html
-share/gimp/help/C/filters/glowing_steel.html
-share/gimp/help/C/filters/gouge.html
-share/gimp/help/C/filters/gradmap.html
-share/gimp/help/C/filters/grid.html
-share/gimp/help/C/filters/gqbist.html
-share/gimp/help/C/filters/gtm.html
-share/gimp/help/C/filters/guide_remove.html
-share/gimp/help/C/filters/guidegrid.html
-share/gimp/help/C/filters/guides_to_selection.html
-share/gimp/help/C/filters/guillotine.html
-share/gimp/help/C/filters/gz.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/image_tile.html
-share/gimp/help/C/filters/imagemap.html
-share/gimp/help/C/filters/iwarp.html
-share/gimp/help/C/filters/index.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/layerfuncs.html
-share/gimp/help/C/filters/lic.html
-share/gimp/help/C/filters/lighting.html
-share/gimp/help/C/filters/logulator.html
-share/gimp/help/C/filters/mail.html
-share/gimp/help/C/filters/map_to_gradient.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/miff.html
-share/gimp/help/C/filters/mirrorsplit.html
-share/gimp/help/C/filters/mosaic.html
-share/gimp/help/C/filters/newsprint.html
-share/gimp/help/C/filters/nlfilt.html
-share/gimp/help/C/filters/nova.html
-share/gimp/help/C/filters/noisify.html
-share/gimp/help/C/filters/none.html
-share/gimp/help/C/filters/normalize.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/perlotine.html
-share/gimp/help/C/filters/pixelmap.html
-share/gimp/help/C/filters/pixelize.html
-share/gimp/help/C/filters/plasma.html
-share/gimp/help/C/filters/polar.html
-share/gimp/help/C/filters/prep4gif.html
-share/gimp/help/C/filters/png.html
-share/gimp/help/C/filters/pnm.html
-share/gimp/help/C/filters/print.html
-share/gimp/help/C/filters/psd.html
-share/gimp/help/C/filters/psp.html
-share/gimp/help/C/filters/randomblends.html
-share/gimp/help/C/filters/randomize.html
-share/gimp/help/C/filters/rcm.html
-share/gimp/help/C/filters/repdup.html
-share/gimp/help/C/filters/repeat_last.html
-share/gimp/help/C/filters/reshow_last.html
-share/gimp/help/C/filters/resynth.html
-share/gimp/help/C/filters/ripple.html
-share/gimp/help/C/filters/rotate.html
-share/gimp/help/C/filters/roundsel.html
-share/gimp/help/C/filters/sample_colorize.html
-share/gimp/help/C/filters/scatter_hsv.html
-share/gimp/help/C/filters/scratches.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/sharpen.html
-share/gimp/help/C/filters/shift.html
-share/gimp/help/C/filters/sgi.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/spread.html
-share/gimp/help/C/filters/stampify.html
-share/gimp/help/C/filters/struc.html
-share/gimp/help/C/filters/sunras.html
-share/gimp/help/C/filters/terral_text.html
-share/gimp/help/C/filters/tex-to-float.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/tileable_blur.html
-share/gimp/help/C/filters/translogo.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-sharp.html
-share/gimp/help/C/filters/warp.html
-share/gimp/help/C/filters/waves.html
-share/gimp/help/C/filters/webify.html
-share/gimp/help/C/filters/whirlpinch.html
-share/gimp/help/C/filters/wind.html
-share/gimp/help/C/filters/windify.html
-share/gimp/help/C/filters/wmf.html
-share/gimp/help/C/filters/xachlego.html
-share/gimp/help/C/filters/xachshadow.html
-share/gimp/help/C/filters/xachvision.html
-share/gimp/help/C/filters/xwd.html
-share/gimp/help/C/filters/zealouscrop.html
-share/gimp/help/C/gimp_license.html
-share/gimp/help/C/gimp_remote.html
-share/gimp/help/C/gimptool.html
-share/gimp/help/C/glossary.html
-@exec mkdir -p %D/share/gimp/help/C/image
-@exec ln -sf %D/share/gimp/help/C/dialogs %D/share/gimp/help/C/image/dialogs
-@unexec rm -f %D/share/gimp/help/C/image/dialogs
-share/gimp/help/C/image/edit/clear.html
-share/gimp/help/C/image/edit/copy.html
-share/gimp/help/C/image/edit/cut.html
-@exec mkdir -p %D/share/gimp/help/C/image/edit
-@exec ln -sf %D/share/gimp/help/C/dialogs %D/share/gimp/help/C/image/edit/dialogs
-@unexec rm -f %D/share/gimp/help/C/image/edit/dialogs
-share/gimp/help/C/image/edit/fill.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
-@exec ln -sf %D/share/gimp/help/C/file %D/share/gimp/help/C/image/file
-@unexec rm -f %D/share/gimp/help/C/image/file
-@exec ln -sf %D/share/gimp/help/C/filters %D/share/gimp/help/C/image/filters
-@unexec rm -f %D/share/gimp/help/C/image/filters
-share/gimp/help/C/image/image/colors/auto/equalize.html
-share/gimp/help/C/image/image/colors/desaturate.html
-share/gimp/help/C/image/image/colors/invert.html
-@exec mkdir -p %D/share/gimp/help/C/image/image
-@exec ln -sf %D/share/gimp/help/C/dialogs %D/share/gimp/help/C/image/image/dialogs
-@unexec rm -f %D/share/gimp/help/C/image/image/dialogs
-share/gimp/help/C/image/image/duplicate.html
-share/gimp/help/C/image/image/mode/convert_to_grayscale.html
-share/gimp/help/C/image/image/mode/convert_to_rgb.html
-@exec mkdir -p %D/share/gimp/help/C/image/image/mode
-@exec ln -sf %D/share/gimp/help/C/dialogs %D/share/gimp/help/C/image/image/mode/dialogs
-@unexec rm -f %D/share/gimp/help/C/image/image/mode/dialogs
-@exec mkdir -p %D/share/gimp/help/C/image/image/transforms
-@exec ln -sf %D/share/gimp/help/C/dialogs %D/share/gimp/help/C/image/image/transforms/dialogs
-@unexec rm -f %D/share/gimp/help/C/image/image/transforms/dialogs
-share/gimp/help/C/image/image_window.html
-share/gimp/help/C/image/index.html
-@exec ln -sf %D/share/gimp/help/C/layers %D/share/gimp/help/C/image/layers
-@unexec rm -f %D/share/gimp/help/C/image/layers
-share/gimp/help/C/image/select/all.html
-@exec mkdir -p %D/share/gimp/help/C/image/select
-@exec ln -sf %D/share/gimp/help/C/dialogs %D/share/gimp/help/C/image/select/dialogs
-@unexec rm -f %D/share/gimp/help/C/image/select/dialogs
-share/gimp/help/C/image/select/float.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
-@exec ln -sf %D/share/gimp/help/C/toolbox %D/share/gimp/help/C/image/toolbox
-@unexec rm -f %D/share/gimp/help/C/image/toolbox
-@exec ln -sf %D/share/gimp/help/C/tools %D/share/gimp/help/C/image/tools
-@unexec rm -f %D/share/gimp/help/C/image/tools
-@exec mkdir -p %D/share/gimp/help/C/image/view
-@exec ln -sf %D/share/gimp/help/C/dialogs %D/share/gimp/help/C/image/view/dialogs
-@unexec rm -f %D/share/gimp/help/C/image/view/dialogs
-share/gimp/help/C/image/view/dot_for_dot.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/images/add_point.png
-share/gimp/help/C/images/anchor_layer.png
-share/gimp/help/C/images/channel_to_selection.png
-share/gimp/help/C/images/delete_channel.png
-share/gimp/help/C/images/delete_directory.png
-share/gimp/help/C/images/delete_layer.png
-share/gimp/help/C/images/delete_path.png
-share/gimp/help/C/images/dotted_square.png
-share/gimp/help/C/images/duplicate_channel.png
-share/gimp/help/C/images/duplicate_layer.png
-share/gimp/help/C/images/duplicate_path.png
-share/gimp/help/C/images/edit_point.png
-share/gimp/help/C/images/eye.png
-share/gimp/help/C/images/examples/border-selection-01.png
-share/gimp/help/C/images/examples/border-selection-02.png
-share/gimp/help/C/images/glossary/modes-addition.png
-share/gimp/help/C/images/glossary/modes-color.png
-share/gimp/help/C/images/glossary/modes-darken.png
-share/gimp/help/C/images/glossary/modes-difference.png
-share/gimp/help/C/images/glossary/modes-dissolve.png
-share/gimp/help/C/images/glossary/modes-divide.png
-share/gimp/help/C/images/glossary/modes-hue.png
-share/gimp/help/C/images/glossary/modes-lighten.png
-share/gimp/help/C/images/glossary/modes-multiply.png
-share/gimp/help/C/images/glossary/modes-normal.png
-share/gimp/help/C/images/glossary/modes-normal2.png
-share/gimp/help/C/images/glossary/modes-overlay.png
-share/gimp/help/C/images/glossary/modes-saturation.png
-share/gimp/help/C/images/glossary/modes-screen.png
-share/gimp/help/C/images/glossary/modes-subtract.png
-share/gimp/help/C/images/glossary/modes-value.png
-share/gimp/help/C/images/geezoom.png
-share/gimp/help/C/images/image_menu.png
-share/gimp/help/C/images/image_window.png
-share/gimp/help/C/images/layers_dialog.png
-share/gimp/help/C/images/layers_example.png
-share/gimp/help/C/images/layers_menu.png
-share/gimp/help/C/images/layers_overview.png
-share/gimp/help/C/images/lower_channel.png
-share/gimp/help/C/images/lower_directory.png
-share/gimp/help/C/images/lower_layer.png
-share/gimp/help/C/images/new_channel.png
-share/gimp/help/C/images/new_directory.png
-share/gimp/help/C/images/new_path.png
-share/gimp/help/C/images/new_point.png
-share/gimp/help/C/images/path_to_selection.png
-share/gimp/help/C/images/preview_box.png
-share/gimp/help/C/images/print_color.png
-share/gimp/help/C/images/print_main.png
-share/gimp/help/C/images/print_setup.png
-share/gimp/help/C/images/raise_channel.png
-share/gimp/help/C/images/raise_directory.png
-share/gimp/help/C/images/raise_layer.png
-share/gimp/help/C/images/red_square.png
-share/gimp/help/C/images/remove_point.png
-share/gimp/help/C/images/selection_to_path.png
-share/gimp/help/C/images/stroke_path.png
-share/gimp/help/C/images/tool_options.png
-share/gimp/help/C/images/toolbox.png
-share/gimp/help/C/images/tools/tool-opt-increment.png
-share/gimp/help/C/images/tools/tool-opt-nonincrement.png
-share/gimp/help/C/images/tools/tool_airbrush.png
-share/gimp/help/C/images/tools/tool_apartheid.png
-share/gimp/help/C/images/tools/tool_bezier.png
-share/gimp/help/C/images/tools/tool_blend.png
-share/gimp/help/C/images/tools/tool_burndodge.png
-share/gimp/help/C/images/tools/tool_convolver.png
-share/gimp/help/C/images/tools/tool_crop.png
-share/gimp/help/C/images/tools/tool_dodgeburn.png
-share/gimp/help/C/images/tools/tool_ellipse_sel.png
-share/gimp/help/C/images/tools/tool_eraser.png
-share/gimp/help/C/images/tools/tool_fill.png
-share/gimp/help/C/images/tools/tool_flip.png
-share/gimp/help/C/images/tools/tool_free_sel.png
-share/gimp/help/C/images/tools/tool_fuzzy_sel.png
-share/gimp/help/C/images/tools/tool_gradient.png
-share/gimp/help/C/images/tools/tool_ink.png
-share/gimp/help/C/images/tools/tool_measure.png
-share/gimp/help/C/images/tools/tool_move.png
-share/gimp/help/C/images/tools/tool_paintbrush.png
-share/gimp/help/C/images/tools/tool_pencil.png
-share/gimp/help/C/images/tools/tool_picker.png
-share/gimp/help/C/images/tools/tool_rect_sel.png
-share/gimp/help/C/images/tools/tool_scissors.png
-share/gimp/help/C/images/tools/tool_smudge.png
-share/gimp/help/C/images/tools/tool_smuge.png
-share/gimp/help/C/images/tools/tool_text.png
-share/gimp/help/C/images/tools/tool_transform.png
-share/gimp/help/C/images/tools/tool_zoom.png
-share/gimp/help/C/images/triangle.png
-share/gimp/help/C/images/wilber.png
-share/gimp/help/C/index.html
-share/gimp/help/C/introduction.html
-share/gimp/help/C/keyboard_shortcuts.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/apply_mask.html
-@exec mkdir -p %D/share/gimp/help/C/layers
-@exec ln -sf %D/share/gimp/help/C/dialogs/layers %D/share/gimp/help/C/layers/dialogs
-@unexec rm -f %D/share/gimp/help/C/layers/dialogs
-share/gimp/help/C/layers/delete_layer.html
-share/gimp/help/C/layers/delete_mask.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/layer_to_image_size.html
-share/gimp/help/C/layers/mask_to_selection.html
-share/gimp/help/C/layers/merge_down.html
-share/gimp/help/C/layers/stack/stack.html
-share/gimp/help/C/layers/using_layers.html
-share/gimp/help/C/ln7.html
-share/gimp/help/C/main_interface.html
-@exec mkdir -p %D/share/gimp/help/C/open
-@exec ln -sf %D/share/gimp/help/C/dialogs %D/share/gimp/help/C/open/dialogs
-@unexec rm -f %D/share/gimp/help/C/open/dialogs
-@exec ln -sf %D/share/gimp/help/C/filters %D/share/gimp/help/C/open/filters
-@unexec rm -f %D/share/gimp/help/C/open/filters
-share/gimp/help/C/open/index.html
-share/gimp/help/C/open/open_by_extension.html
-share/gimp/help/C/paths/copy_path.html
-share/gimp/help/C/paths/delete_path.html
-@exec mkdir -p %D/share/gimp/help/C/paths
-@exec ln -sf %D/share/gimp/help/C/dialogs %D/share/gimp/help/C/paths/dialogs
-@unexec rm -f %D/share/gimp/help/C/paths/dialogs
-share/gimp/help/C/paths/duplicate_path.html
-@exec ln -sf %D/share/gimp/help/C/filters %D/share/gimp/help/C/paths/filters
-@unexec rm -f %D/share/gimp/help/C/paths/filters
-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
-@exec mkdir -p %D/share/gimp/help/C/save
-@exec ln -sf %D/share/gimp/help/C/dialogs %D/share/gimp/help/C/save/dialogs
-@unexec rm -f %D/share/gimp/help/C/save/dialogs
-@exec ln -sf %D/share/gimp/help/C/filters %D/share/gimp/help/C/save/filters
-@unexec rm -f %D/share/gimp/help/C/save/filters
-share/gimp/help/C/save/index.html
-share/gimp/help/C/save/save_by_extension.html
-@exec mkdir -p %D/share/gimp/help/C/toolbox
-@exec ln -sf %D/share/gimp/help/C/dialogs %D/share/gimp/help/C/toolbox/dialogs
-@unexec rm -f %D/share/gimp/help/C/toolbox/dialogs
-@exec ln -sf %D/share/gimp/help/C/file %D/share/gimp/help/C/toolbox/file
-@unexec rm -f %D/share/gimp/help/C/toolbox/file
-@exec ln -sf %D/share/gimp/help/C/filters %D/share/gimp/help/C/toolbox/filters
-@unexec rm -f %D/share/gimp/help/C/toolbox/filters
-share/gimp/help/C/toolbox/help/context_help.html
-@exec mkdir -p %D/share/gimp/help/C/toolbox/help
-@exec ln -sf %D/share/gimp/help/C/dialogs %D/share/gimp/help/C/toolbox/help/dialogs
-@unexec rm -f %D/share/gimp/help/C/toolbox/help/dialogs
-@exec ln -sf %D/share/gimp/help/C/filters %D/share/gimp/help/C/toolbox/help/filters
-@unexec rm -f %D/share/gimp/help/C/toolbox/help/filters
-share/gimp/help/C/stylesheet-images/note.gif
-share/gimp/help/C/stylesheet-images/tip.gif
-share/gimp/help/C/stylesheet-images/warning.gif
-share/gimp/help/C/toolbox/index.html
-share/gimp/help/C/toolbox/toolbox.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/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/using_gimp.html
-share/gimp/help/C/why_gimp.html
-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/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.gif
+share/gimp/images/gimp_splash.png
+share/gimp/images/wilber-tips.png
+share/gimp/images/wilber-wizard.png
+share/gimp/misc/user_install
+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/Kahki.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
@@ -1271,6 +670,7 @@ 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
@@ -1316,7 +716,6 @@ 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
@@ -1330,6 +729,7 @@ 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
@@ -1345,201 +745,218 @@ 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_conseils.fr.txt
+share/gimp/themes/Default/gtkrc
+share/gimp/themes/Default/imagerc
+share/gimp/themes/Default/images/gimp-dialog-error.png
+share/gimp/themes/Default/images/gimp-dialog-info.png
+share/gimp/themes/Default/images/gimp-dialog-question.png
+share/gimp/themes/Default/images/gimp-dialog-warning.png
+share/gimp/themes/Default/images/stock-button-delete.png
+share/gimp/themes/Default/images/stock-button-lower.png
+share/gimp/themes/Default/images/stock-button-new.png
+share/gimp/themes/Default/images/stock-button-raise.png
+share/gimp/themes/Default/images/stock-button-refresh.png
+share/gimp/themes/Default/images/tools/stock-tool-button-airbrush.png
+share/gimp/themes/Default/images/tools/stock-tool-button-bezier-select.png
+share/gimp/themes/Default/images/tools/stock-tool-button-blend.png
+share/gimp/themes/Default/images/tools/stock-tool-button-blur.png
+share/gimp/themes/Default/images/tools/stock-tool-button-brightness-contrast.png
+share/gimp/themes/Default/images/tools/stock-tool-button-bucket-fill.png
+share/gimp/themes/Default/images/tools/stock-tool-button-by-color-select.png
+share/gimp/themes/Default/images/tools/stock-tool-button-clone.png
+share/gimp/themes/Default/images/tools/stock-tool-button-color-balance.png
+share/gimp/themes/Default/images/tools/stock-tool-button-color-picker.png
+share/gimp/themes/Default/images/tools/stock-tool-button-crop.png
+share/gimp/themes/Default/images/tools/stock-tool-button-curves.png
+share/gimp/themes/Default/images/tools/stock-tool-button-dodge.png
+share/gimp/themes/Default/images/tools/stock-tool-button-ellipse-select.png
+share/gimp/themes/Default/images/tools/stock-tool-button-eraser.png
+share/gimp/themes/Default/images/tools/stock-tool-button-flip.png
+share/gimp/themes/Default/images/tools/stock-tool-button-free-select.png
+share/gimp/themes/Default/images/tools/stock-tool-button-fuzzy-select.png
+share/gimp/themes/Default/images/tools/stock-tool-button-histogram.png
+share/gimp/themes/Default/images/tools/stock-tool-button-hue-saturation.png
+share/gimp/themes/Default/images/tools/stock-tool-button-ink.png
+share/gimp/themes/Default/images/tools/stock-tool-button-iscissors.png
+share/gimp/themes/Default/images/tools/stock-tool-button-levels.png
+share/gimp/themes/Default/images/tools/stock-tool-button-measure.png
+share/gimp/themes/Default/images/tools/stock-tool-button-move.png
+share/gimp/themes/Default/images/tools/stock-tool-button-paintbrush.png
+share/gimp/themes/Default/images/tools/stock-tool-button-path.png
+share/gimp/themes/Default/images/tools/stock-tool-button-pencil.png
+share/gimp/themes/Default/images/tools/stock-tool-button-perspective.png
+share/gimp/themes/Default/images/tools/stock-tool-button-posterize.png
+share/gimp/themes/Default/images/tools/stock-tool-button-rect-select.png
+share/gimp/themes/Default/images/tools/stock-tool-button-rotate.png
+share/gimp/themes/Default/images/tools/stock-tool-button-scale.png
+share/gimp/themes/Default/images/tools/stock-tool-button-shear.png
+share/gimp/themes/Default/images/tools/stock-tool-button-smudge.png
+share/gimp/themes/Default/images/tools/stock-tool-button-text.png
+share/gimp/themes/Default/images/tools/stock-tool-button-threshold.png
+share/gimp/themes/Default/images/tools/stock-tool-button-zoom.png
share/gimp/tips/gimp_tips.cs.txt
-share/gimp/tips/gimp_tips.da.txt
share/gimp/tips/gimp_tips.de.txt
share/gimp/tips/gimp_tips.es.txt
+share/gimp/tips/gimp_tips.fr.txt
share/gimp/tips/gimp_tips.hu.txt
share/gimp/tips/gimp_tips.it.txt
share/gimp/tips/gimp_tips.ja.txt
share/gimp/tips/gimp_tips.ko.txt
-share/gimp/tips/gimp_tips.lt.txt
share/gimp/tips/gimp_tips.pl.txt
share/gimp/tips/gimp_tips.ru.txt
-share/gimp/tips/gimp_tips.txt
share/gimp/tips/gimp_tips.tr.txt
+share/gimp/tips/gimp_tips.txt
share/gimp/tips/gimp_tips.uk.txt
share/gimp/tips/gimp_tips.zh_CN.txt
share/gimp/tips/gimp_tips.zh_TW.txt
-share/gimp/user_install
-share/locale/ca/LC_MESSAGES/gimp-libgimp.mo
-share/locale/ca/LC_MESSAGES/gimp-script-fu.mo
-share/locale/ca/LC_MESSAGES/gimp-std-plugins.mo
-share/locale/ca/LC_MESSAGES/gimp.mo
-share/locale/cs/LC_MESSAGES/gimp-libgimp.mo
-share/locale/cs/LC_MESSAGES/gimp-script-fu.mo
-share/locale/cs/LC_MESSAGES/gimp-std-plugins.mo
-share/locale/cs/LC_MESSAGES/gimp.mo
-share/locale/da/LC_MESSAGES/gimp-libgimp.mo
-share/locale/da/LC_MESSAGES/gimp-script-fu.mo
-share/locale/da/LC_MESSAGES/gimp-std-plugins.mo
-share/locale/da/LC_MESSAGES/gimp.mo
-share/locale/de/LC_MESSAGES/gimp-libgimp.mo
-share/locale/de/LC_MESSAGES/gimp-script-fu.mo
-share/locale/de/LC_MESSAGES/gimp-std-plugins.mo
-share/locale/de/LC_MESSAGES/gimp.mo
-share/locale/el/LC_MESSAGES/gimp-libgimp.mo
-share/locale/el/LC_MESSAGES/gimp-script-fu.mo
-share/locale/el/LC_MESSAGES/gimp-std-plugins.mo
-share/locale/el/LC_MESSAGES/gimp.mo
-share/locale/en_GB/LC_MESSAGES/gimp-libgimp.mo
-share/locale/en_GB/LC_MESSAGES/gimp-script-fu.mo
-share/locale/en_GB/LC_MESSAGES/gimp-std-plugins.mo
-share/locale/en_GB/LC_MESSAGES/gimp.mo
-share/locale/es/LC_MESSAGES/gimp-libgimp.mo
-share/locale/es/LC_MESSAGES/gimp-script-fu.mo
-share/locale/es/LC_MESSAGES/gimp-std-plugins.mo
-share/locale/es/LC_MESSAGES/gimp.mo
-share/locale/fi/LC_MESSAGES/gimp-libgimp.mo
-share/locale/fi/LC_MESSAGES/gimp-script-fu.mo
-share/locale/fi/LC_MESSAGES/gimp-std-plugins.mo
-share/locale/fi/LC_MESSAGES/gimp.mo
-share/locale/fr/LC_MESSAGES/gimp-libgimp.mo
-share/locale/fr/LC_MESSAGES/gimp-script-fu.mo
-share/locale/fr/LC_MESSAGES/gimp-std-plugins.mo
-share/locale/fr/LC_MESSAGES/gimp.mo
-share/locale/ga/LC_MESSAGES/gimp-libgimp.mo
-share/locale/ga/LC_MESSAGES/gimp-script-fu.mo
-share/locale/ga/LC_MESSAGES/gimp-std-plugins.mo
-share/locale/ga/LC_MESSAGES/gimp.mo
-share/locale/gl/LC_MESSAGES/gimp-libgimp.mo
-share/locale/gl/LC_MESSAGES/gimp-script-fu.mo
-share/locale/gl/LC_MESSAGES/gimp-std-plugins.mo
-share/locale/gl/LC_MESSAGES/gimp.mo
-share/locale/hr/LC_MESSAGES/gimp-libgimp.mo
-share/locale/hr/LC_MESSAGES/gimp-script-fu.mo
-share/locale/hr/LC_MESSAGES/gimp-std-plugins.mo
-share/locale/hr/LC_MESSAGES/gimp.mo
-share/locale/hu/LC_MESSAGES/gimp-libgimp.mo
-share/locale/hu/LC_MESSAGES/gimp-script-fu.mo
-share/locale/hu/LC_MESSAGES/gimp-std-plugins.mo
-share/locale/hu/LC_MESSAGES/gimp.mo
-share/locale/it/LC_MESSAGES/gimp-libgimp.mo
-share/locale/it/LC_MESSAGES/gimp-script-fu.mo
-share/locale/it/LC_MESSAGES/gimp-std-plugins.mo
-share/locale/it/LC_MESSAGES/gimp.mo
-share/locale/ja/LC_MESSAGES/gimp-libgimp.mo
-share/locale/ja/LC_MESSAGES/gimp-script-fu.mo
-share/locale/ja/LC_MESSAGES/gimp-std-plugins.mo
-share/locale/ja/LC_MESSAGES/gimp.mo
-share/locale/ko/LC_MESSAGES/gimp-libgimp.mo
-share/locale/ko/LC_MESSAGES/gimp-script-fu.mo
-share/locale/ko/LC_MESSAGES/gimp-std-plugins.mo
-share/locale/ko/LC_MESSAGES/gimp.mo
-share/locale/lt/LC_MESSAGES/gimp-libgimp.mo
-share/locale/lt/LC_MESSAGES/gimp-script-fu.mo
-share/locale/lt/LC_MESSAGES/gimp-std-plugins.mo
-share/locale/lt/LC_MESSAGES/gimp.mo
-share/locale/nl/LC_MESSAGES/gimp-libgimp.mo
-share/locale/nl/LC_MESSAGES/gimp-script-fu.mo
-share/locale/nl/LC_MESSAGES/gimp-std-plugins.mo
-share/locale/nl/LC_MESSAGES/gimp.mo
-share/locale/nn/LC_MESSAGES/gimp-libgimp.mo
-share/locale/nn/LC_MESSAGES/gimp-script-fu.mo
-share/locale/nn/LC_MESSAGES/gimp-std-plugins.mo
-share/locale/nn/LC_MESSAGES/gimp.mo
-share/locale/no/LC_MESSAGES/gimp-libgimp.mo
-share/locale/no/LC_MESSAGES/gimp-script-fu.mo
-share/locale/no/LC_MESSAGES/gimp-std-plugins.mo
-share/locale/no/LC_MESSAGES/gimp.mo
-share/locale/pl/LC_MESSAGES/gimp-libgimp.mo
-share/locale/pl/LC_MESSAGES/gimp-script-fu.mo
-share/locale/pl/LC_MESSAGES/gimp-std-plugins.mo
-share/locale/pl/LC_MESSAGES/gimp.mo
-share/locale/pt_BR/LC_MESSAGES/gimp-libgimp.mo
-share/locale/pt_BR/LC_MESSAGES/gimp-script-fu.mo
-share/locale/pt_BR/LC_MESSAGES/gimp-std-plugins.mo
-share/locale/pt_BR/LC_MESSAGES/gimp.mo
-share/locale/ro/LC_MESSAGES/gimp-libgimp.mo
-share/locale/ro/LC_MESSAGES/gimp-script-fu.mo
-share/locale/ro/LC_MESSAGES/gimp-std-plugins.mo
-share/locale/ro/LC_MESSAGES/gimp.mo
-share/locale/ru/LC_MESSAGES/gimp-libgimp.mo
-share/locale/ru/LC_MESSAGES/gimp-script-fu.mo
-share/locale/ru/LC_MESSAGES/gimp-std-plugins.mo
-share/locale/ru/LC_MESSAGES/gimp.mo
-share/locale/sk/LC_MESSAGES/gimp-libgimp.mo
-share/locale/sk/LC_MESSAGES/gimp-script-fu.mo
-share/locale/sk/LC_MESSAGES/gimp-std-plugins.mo
-share/locale/sk/LC_MESSAGES/gimp.mo
-share/locale/sv/LC_MESSAGES/gimp-libgimp.mo
-share/locale/sv/LC_MESSAGES/gimp-script-fu.mo
-share/locale/sv/LC_MESSAGES/gimp-std-plugins.mo
-share/locale/sv/LC_MESSAGES/gimp.mo
-share/locale/tr/LC_MESSAGES/gimp-libgimp.mo
-share/locale/tr/LC_MESSAGES/gimp-script-fu.mo
-share/locale/tr/LC_MESSAGES/gimp-std-plugins.mo
-share/locale/tr/LC_MESSAGES/gimp.mo
-share/locale/uk/LC_MESSAGES/gimp-libgimp.mo
-share/locale/uk/LC_MESSAGES/gimp-script-fu.mo
-share/locale/uk/LC_MESSAGES/gimp-std-plugins.mo
-share/locale/uk/LC_MESSAGES/gimp.mo
-share/locale/zh_CN/LC_MESSAGES/gimp-libgimp.mo
-share/locale/zh_CN/LC_MESSAGES/gimp-script-fu.mo
-share/locale/zh_CN/LC_MESSAGES/gimp-std-plugins.mo
-share/locale/zh_CN/LC_MESSAGES/gimp.mo
-share/locale/zh_TW/LC_MESSAGES/gimp-libgimp.mo
-share/locale/zh_TW/LC_MESSAGES/gimp-script-fu.mo
-share/locale/zh_TW/LC_MESSAGES/gimp-std-plugins.mo
-share/locale/zh_TW/LC_MESSAGES/gimp.mo
-@dirrm etc/gimp/1.2
-@dirrm etc/gimp
-@dirrm include/gck
-@dirrm include/libgimp
-@dirrm libexec/gimp/1.2/plug-ins
-@dirrm libexec/gimp/1.2/modules
-@dirrm libexec/gimp/1.2
-@dirrm libexec/gimp
-@dirrm share/gimp/brushes
-@dirrm share/gimp/devel-docs/html/libgimp
-@dirrm share/gimp/devel-docs/html
-@dirrm share/gimp/devel-docs
-@dirrm share/gimp/fractalexplorer
-@dirrm share/gimp/gfig
-@dirrm share/gimp/gflare
-@dirrm share/gimp/gimpressionist/Brushes
-@dirrm share/gimp/gimpressionist/Paper
+share/locale/ca/LC_MESSAGES/gimp14-libgimp.mo
+share/locale/ca/LC_MESSAGES/gimp14-script-fu.mo
+share/locale/ca/LC_MESSAGES/gimp14-std-plug-ins.mo
+share/locale/ca/LC_MESSAGES/gimp14.mo
+share/locale/cs/LC_MESSAGES/gimp14-libgimp.mo
+share/locale/cs/LC_MESSAGES/gimp14-script-fu.mo
+share/locale/cs/LC_MESSAGES/gimp14-std-plug-ins.mo
+share/locale/cs/LC_MESSAGES/gimp14.mo
+share/locale/da/LC_MESSAGES/gimp14-libgimp.mo
+share/locale/da/LC_MESSAGES/gimp14-script-fu.mo
+share/locale/da/LC_MESSAGES/gimp14-std-plug-ins.mo
+share/locale/da/LC_MESSAGES/gimp14.mo
+share/locale/de/LC_MESSAGES/gimp14-libgimp.mo
+share/locale/de/LC_MESSAGES/gimp14-script-fu.mo
+share/locale/de/LC_MESSAGES/gimp14-std-plug-ins.mo
+share/locale/de/LC_MESSAGES/gimp14.mo
+share/locale/el/LC_MESSAGES/gimp14-libgimp.mo
+share/locale/el/LC_MESSAGES/gimp14-script-fu.mo
+share/locale/el/LC_MESSAGES/gimp14-std-plug-ins.mo
+share/locale/el/LC_MESSAGES/gimp14.mo
+share/locale/en_GB/LC_MESSAGES/gimp14-libgimp.mo
+share/locale/en_GB/LC_MESSAGES/gimp14-script-fu.mo
+share/locale/en_GB/LC_MESSAGES/gimp14-std-plug-ins.mo
+share/locale/en_GB/LC_MESSAGES/gimp14.mo
+share/locale/es/LC_MESSAGES/gimp14-libgimp.mo
+share/locale/es/LC_MESSAGES/gimp14-script-fu.mo
+share/locale/es/LC_MESSAGES/gimp14-std-plug-ins.mo
+share/locale/es/LC_MESSAGES/gimp14.mo
+share/locale/fi/LC_MESSAGES/gimp14-libgimp.mo
+share/locale/fi/LC_MESSAGES/gimp14-script-fu.mo
+share/locale/fi/LC_MESSAGES/gimp14-std-plug-ins.mo
+share/locale/fi/LC_MESSAGES/gimp14.mo
+share/locale/fr/LC_MESSAGES/gimp14-libgimp.mo
+share/locale/fr/LC_MESSAGES/gimp14-script-fu.mo
+share/locale/fr/LC_MESSAGES/gimp14-std-plug-ins.mo
+share/locale/fr/LC_MESSAGES/gimp14.mo
+share/locale/ga/LC_MESSAGES/gimp14-libgimp.mo
+share/locale/ga/LC_MESSAGES/gimp14-script-fu.mo
+share/locale/ga/LC_MESSAGES/gimp14-std-plug-ins.mo
+share/locale/ga/LC_MESSAGES/gimp14.mo
+share/locale/gl/LC_MESSAGES/gimp14-libgimp.mo
+share/locale/gl/LC_MESSAGES/gimp14-script-fu.mo
+share/locale/gl/LC_MESSAGES/gimp14-std-plug-ins.mo
+share/locale/gl/LC_MESSAGES/gimp14.mo
+share/locale/hr/LC_MESSAGES/gimp14-libgimp.mo
+share/locale/hr/LC_MESSAGES/gimp14-script-fu.mo
+share/locale/hr/LC_MESSAGES/gimp14-std-plug-ins.mo
+share/locale/hr/LC_MESSAGES/gimp14.mo
+share/locale/hu/LC_MESSAGES/gimp14-libgimp.mo
+share/locale/hu/LC_MESSAGES/gimp14-script-fu.mo
+share/locale/hu/LC_MESSAGES/gimp14-std-plug-ins.mo
+share/locale/hu/LC_MESSAGES/gimp14.mo
+share/locale/it/LC_MESSAGES/gimp14-libgimp.mo
+share/locale/it/LC_MESSAGES/gimp14-script-fu.mo
+share/locale/it/LC_MESSAGES/gimp14-std-plug-ins.mo
+share/locale/it/LC_MESSAGES/gimp14.mo
+share/locale/ja/LC_MESSAGES/gimp14-libgimp.mo
+share/locale/ja/LC_MESSAGES/gimp14-script-fu.mo
+share/locale/ja/LC_MESSAGES/gimp14-std-plug-ins.mo
+share/locale/ja/LC_MESSAGES/gimp14.mo
+share/locale/ko/LC_MESSAGES/gimp14-libgimp.mo
+share/locale/ko/LC_MESSAGES/gimp14-script-fu.mo
+share/locale/ko/LC_MESSAGES/gimp14-std-plug-ins.mo
+share/locale/ko/LC_MESSAGES/gimp14.mo
+share/locale/nl/LC_MESSAGES/gimp14-libgimp.mo
+share/locale/nl/LC_MESSAGES/gimp14-script-fu.mo
+share/locale/nl/LC_MESSAGES/gimp14-std-plug-ins.mo
+share/locale/nl/LC_MESSAGES/gimp14.mo
+share/locale/no/LC_MESSAGES/gimp14-libgimp.mo
+share/locale/no/LC_MESSAGES/gimp14-script-fu.mo
+share/locale/no/LC_MESSAGES/gimp14-std-plug-ins.mo
+share/locale/no/LC_MESSAGES/gimp14.mo
+share/locale/pl/LC_MESSAGES/gimp14-libgimp.mo
+share/locale/pl/LC_MESSAGES/gimp14-script-fu.mo
+share/locale/pl/LC_MESSAGES/gimp14-std-plug-ins.mo
+share/locale/pl/LC_MESSAGES/gimp14.mo
+share/locale/pt_BR/LC_MESSAGES/gimp14-libgimp.mo
+share/locale/pt_BR/LC_MESSAGES/gimp14-script-fu.mo
+share/locale/pt_BR/LC_MESSAGES/gimp14-std-plug-ins.mo
+share/locale/pt_BR/LC_MESSAGES/gimp14.mo
+share/locale/ro/LC_MESSAGES/gimp14-libgimp.mo
+share/locale/ro/LC_MESSAGES/gimp14-script-fu.mo
+share/locale/ro/LC_MESSAGES/gimp14-std-plug-ins.mo
+share/locale/ro/LC_MESSAGES/gimp14.mo
+share/locale/ru/LC_MESSAGES/gimp14-libgimp.mo
+share/locale/ru/LC_MESSAGES/gimp14-script-fu.mo
+share/locale/ru/LC_MESSAGES/gimp14-std-plug-ins.mo
+share/locale/ru/LC_MESSAGES/gimp14.mo
+share/locale/sk/LC_MESSAGES/gimp14-libgimp.mo
+share/locale/sk/LC_MESSAGES/gimp14-script-fu.mo
+share/locale/sk/LC_MESSAGES/gimp14-std-plug-ins.mo
+share/locale/sk/LC_MESSAGES/gimp14.mo
+share/locale/sv/LC_MESSAGES/gimp14-libgimp.mo
+share/locale/sv/LC_MESSAGES/gimp14-script-fu.mo
+share/locale/sv/LC_MESSAGES/gimp14-std-plug-ins.mo
+share/locale/sv/LC_MESSAGES/gimp14.mo
+share/locale/tr/LC_MESSAGES/gimp14-libgimp.mo
+share/locale/tr/LC_MESSAGES/gimp14-script-fu.mo
+share/locale/tr/LC_MESSAGES/gimp14-std-plug-ins.mo
+share/locale/tr/LC_MESSAGES/gimp14.mo
+share/locale/uk/LC_MESSAGES/gimp14-libgimp.mo
+share/locale/uk/LC_MESSAGES/gimp14-script-fu.mo
+share/locale/uk/LC_MESSAGES/gimp14-std-plug-ins.mo
+share/locale/uk/LC_MESSAGES/gimp14.mo
+share/locale/zh_CN/LC_MESSAGES/gimp14-libgimp.mo
+share/locale/zh_CN/LC_MESSAGES/gimp14-script-fu.mo
+share/locale/zh_CN/LC_MESSAGES/gimp14-std-plug-ins.mo
+share/locale/zh_CN/LC_MESSAGES/gimp14.mo
+share/locale/zh_TW/LC_MESSAGES/gimp14-libgimp.mo
+share/locale/zh_TW/LC_MESSAGES/gimp14-script-fu.mo
+share/locale/zh_TW/LC_MESSAGES/gimp14-std-plug-ins.mo
+share/locale/zh_TW/LC_MESSAGES/gimp14.mo
+@dirrm share/doc/gimp/libgimpwidgets
+@dirrm share/doc/gimp/libgimpmath
+@dirrm share/doc/gimp/libgimpcolor
+@dirrm share/doc/gimp/libgimpbase
+@dirrm share/doc/gimp/libgimp
+@dirrm share/doc/gimp
+@dirrm share/gimp/tips
+@dirrm share/gimp/themes/Default/images/tools
+@dirrm share/gimp/themes/Default/images
+@dirrm share/gimp/themes/Default
+@dirrm share/gimp/themes
+@dirrm share/gimp/scripts
+@dirrm share/gimp/patterns
+@dirrm share/gimp/palettes
+@dirrm share/gimp/misc
+@dirrm share/gimp/images
+@dirrm share/gimp/gradients
@dirrm share/gimp/gimpressionist/Presets
+@dirrm share/gimp/gimpressionist/Paper
+@dirrm share/gimp/gimpressionist/Brushes
@dirrm share/gimp/gimpressionist
-@dirrm share/gimp/gradients
-@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/color_selectors
-@dirrm share/gimp/help/C/dialogs/preferences
-@dirrm share/gimp/help/C/dialogs
-@dirrm share/gimp/help/C/stylesheet-images
-@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/help
-@dirrm share/gimp/help/C/toolbox
-@dirrm share/gimp/help/C/images/examples
-@dirrm share/gimp/help/C/images/glossary
-@dirrm share/gimp/help/C/images/tools
-@dirrm share/gimp/help/C/images
-@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/colors/auto
-@dirrm share/gimp/help/C/image/image/colors
-@dirrm share/gimp/help/C/image/image/mode
-@dirrm share/gimp/help/C/image/image/transforms
-@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/C
-@dirrm share/gimp/help
-@dirrm share/gimp/palettes
-@dirrm share/gimp/patterns
-@dirrm share/gimp/scripts
-@dirrm share/gimp/tips
+@dirrm share/gimp/gflare
+@dirrm share/gimp/gfig
+@dirrm share/gimp/fractalexplorer
+@dirrm share/gimp/brushes
@dirrm share/gimp
+@dirrm libexec/gimp/1.3/plug-ins
+@dirrm libexec/gimp/1.3/modules
+@dirrm libexec/gimp/1.3
+@dirrm libexec/gimp
+@dirrm include/gimp-1.3/libgimpwidgets
+@dirrm include/gimp-1.3/libgimpmath
+@dirrm include/gimp-1.3/libgimpcolor
+@dirrm include/gimp-1.3/libgimpbase
+@dirrm include/gimp-1.3/libgimp
+@dirrm include/gimp-1.3/gck
+@dirrm include/gimp-1.3
+@dirrm etc/gimp/1.3
+@dirrm etc/gimp