diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-12-26 18:25:32 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-12-26 18:25:32 +0000 |
commit | b2fa279cf8311b474143466530ebc72de2487183 (patch) | |
tree | 1da1e92dedac2693fdbfc105b4155717c1167aa2 /graphics | |
parent | ad6946ce37ff8d38abf4004856b8fe73476f1d4b (diff) | |
download | pkgsrc-b2fa279cf8311b474143466530ebc72de2487183.tar.gz |
Update to 1.2.0. Changes: many bugfixes, new plugins, etc.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp/Makefile | 40 | ||||
-rw-r--r-- | graphics/gimp/files/md5 | 6 | ||||
-rw-r--r-- | graphics/gimp/files/patch-sum | 6 | ||||
-rw-r--r-- | graphics/gimp/patches/patch-aa | 41 | ||||
-rw-r--r-- | graphics/gimp/patches/patch-ab | 17 | ||||
-rw-r--r-- | graphics/gimp/patches/patch-ac | 16 | ||||
-rw-r--r-- | graphics/gimp/pkg/PLIST | 2048 |
7 files changed, 1450 insertions, 724 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 6be60a88a44..828ab6c42e3 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.58 2000/08/23 23:14:27 tron Exp $ +# $NetBSD: Makefile,v 1.59 2000/12/26 18:25:32 hubertf Exp $ -DISTNAME= gimp-1.0.4 +DISTNAME= gimp-1.2.0 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v1.0/v1.0.4/ \ - ftp://ftp.fu-berlin.de/unix/X11/graphics/gimp/v1.0/v1.0.4/ \ - ftp://ftp.cs.umn.edu/pub/gimp/gimp/v1.0/v1.0.4/ +MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v1.2/v1.2.0/ \ + ftp://ftp.fu-berlin.de/unix/X11/graphics/gimp/v1.2/v1.2.0/ \ + ftp://ftp.cs.umn.edu/pub/gimp/gimp/v1.2/v1.2.0/ EXTRACT_SUFX= .tar.bz2 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${GIMP_DATA}${EXTRACT_SUFX} -MAINTAINER= bsieker@techfak.uni-bielefeld.de +MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.gimp.org/ DEPENDS+= jpeg-6b:../../graphics/jpeg @@ -18,22 +18,26 @@ DEPENDS+= mpeg-1.2.1:../../graphics/mpeg-lib DEPENDS+= png>=1.0.6:../../graphics/png DEPENDS+= tiff-*:../../graphics/tiff -GIMP_DATA= gimp-data-extras-1.0.0 +GIMP_DATA= gimp-data-extras-1.2.0 .ifndef DISPLAY IS_INTERACTIVE= YES .endif -USE_X11BASE= YES -USE_XPM= YES -USE_GMAKE= YES -USE_LIBTOOL= YES -GNU_CONFIGURE= YES +USE_X11BASE= yes +USE_XPM= yes +USE_GMAKE= yes +USE_LIBINTL= yes +USE_LIBTOOL= yes +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig EVAL_PREFIX+= GTKDIR=gtk+ -CONFIGURE_ARGS+= --with-gtk-prefix="${GTKDIR}" -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" - -INFO_FILES= pdb.info +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-gtk-prefix="${GTKDIR}" \ + --disable-perl \ + --disable-python +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ + GNOME_CONFIG=no \ + INTLDEPS="-I${LOCALBASE}/include" CPPFLAGS= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -58,9 +62,7 @@ pre-build: ${LINK.c} -o ${WRKSRC}/docs/pdb_self_doc ${FILESDIR}/pdb_self_doc.c post-install: - @(cd ${WRKSRC}/docs && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${ALL_TARGET}) - @(cd ${WRKSRC}/docs && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${INSTALL_TARGET}) - @(cd ${WRKDIR}/${GIMP_DATA} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} \ + (cd ${WRKDIR}/${GIMP_DATA} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} \ ${MAKE_FLAGS} -f ${MAKEFILE} ${INSTALL_TARGET}) ${TEST} ${PREFIX} = ${LOCALBASE} || \ ${LN} -fs ${PREFIX}/share/aclocal/gimp.m4 \ diff --git a/graphics/gimp/files/md5 b/graphics/gimp/files/md5 index 4a700f8529b..2ceb5c67159 100644 --- a/graphics/gimp/files/md5 +++ b/graphics/gimp/files/md5 @@ -1,4 +1,4 @@ -$NetBSD: md5,v 1.8 1999/04/05 23:28:29 tron Exp $ +$NetBSD: md5,v 1.9 2000/12/26 18:25:32 hubertf Exp $ -MD5 (gimp-1.0.4.tar.bz2) = 597d316557194039178710fd8fa8b8f4 -MD5 (gimp-data-extras-1.0.0.tar.bz2) = 6c3865f33f9d950fed89c4298178ec2c +MD5 (gimp-1.2.0.tar.bz2) = 56d8aadb8ae8539173c078f9416a1f14 +MD5 (gimp-data-extras-1.2.0.tar.bz2) = 8c18380debbffb23bee9c8f787680b29 diff --git a/graphics/gimp/files/patch-sum b/graphics/gimp/files/patch-sum index afb14a5b632..003c0357b8b 100644 --- a/graphics/gimp/files/patch-sum +++ b/graphics/gimp/files/patch-sum @@ -1,5 +1,3 @@ -$NetBSD: patch-sum,v 1.1 1999/07/09 13:51:07 agc Exp $ +$NetBSD: patch-sum,v 1.2 2000/12/26 18:25:33 hubertf Exp $ -MD5 (patch-aa) = c3bd9a30edd0e5bb92a4731b8a4a23f7 -MD5 (patch-ab) = 392ab239926e83a53332e9cdadc84a8b -MD5 (patch-ac) = 9b0e4a043f0f4db90fed016f0fcdbdd4 +MD5 (patch-aa) = 8b87dbf22d116f4be889dc12f51e09d2 diff --git a/graphics/gimp/patches/patch-aa b/graphics/gimp/patches/patch-aa index b3763fc417b..02b980d9a8a 100644 --- a/graphics/gimp/patches/patch-aa +++ b/graphics/gimp/patches/patch-aa @@ -1,38 +1,13 @@ -$NetBSD: patch-aa,v 1.5 1999/04/05 23:28:29 tron Exp $ +$NetBSD: patch-aa,v 1.6 2000/12/26 18:25:33 hubertf Exp $ ---- configure.orig Thu Apr 1 04:56:41 1999 -+++ configure Tue Apr 6 01:09:43 1999 -@@ -644,7 +644,7 @@ - # It thinks the first close brace ends the variable substitution. - test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' +--- modules/Makefile.in.orig Tue Dec 26 14:20:44 2000 ++++ modules/Makefile.in +@@ -180,7 +180,7 @@ + CPPFLAGS = -DMODULE_COMPILATION --test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' -+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' - test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' +-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/intl $(GTK_CFLAGS) -I$(includedir) ++INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/intl $(GTK_CFLAGS) -I$(includedir) $(INTLDEPS) -@@ -1540,6 +1540,7 @@ - fi - -+if false; then - # Check for any special flags to pass to ltconfig. - libtool_flags="--cache-file=$cache_file" - test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared" -@@ -1836,6 +1837,7 @@ - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -+fi - - # Redirect the config.log output again, so that the ltconfig log is not - # clobbered by the next message. -@@ -3118,7 +3120,7 @@ - fi - if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- TIFF='tiff'; LIBTIFF_LIB='-ltiff' -+ TIFF='tiff'; LIBTIFF_LIB='-ltiff -lz -ljpeg' - else - echo "$ac_t""no" 1>&6 - echo "configure: warning: *** TIFF plug-in will not be built (TIFF header files not found) ***" 1>&2 + EXTRA_DIST = makefile.mingw makefile.mingw.in makefile.msc module.def gimpmodregister.c gimpmodregister.h diff --git a/graphics/gimp/patches/patch-ab b/graphics/gimp/patches/patch-ab deleted file mode 100644 index 1fbb48e146c..00000000000 --- a/graphics/gimp/patches/patch-ab +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-ab,v 1.3 1998/08/07 10:40:47 agc Exp $ - ---- plug-ins/mail/mail.c.orig Mon Nov 24 23:04:27 1997 -+++ plug-ins/mail/mail.c Tue Apr 14 00:43:26 1998 -@@ -88,9 +88,9 @@ - * As always: The utility of this plugin is left as an exercise for the reader - * - */ --#ifndef MAILER --#define MAILER "/usr/lib/sendmail" --#endif -+ -+#include <paths.h> -+#define MAILER _PATH_SENDMAIL - - #ifndef UUENCODE - #define UUENCODE "uuencode" diff --git a/graphics/gimp/patches/patch-ac b/graphics/gimp/patches/patch-ac deleted file mode 100644 index c2f7a34d9a3..00000000000 --- a/graphics/gimp/patches/patch-ac +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ac,v 1.8 1999/05/05 21:01:49 tv Exp $ - ---- docs/Makefile.in.orig Wed May 5 16:11:26 1999 -+++ docs/Makefile.in Wed May 5 16:12:09 1999 -@@ -463,9 +463,8 @@ - maintainer-clean-generic clean mostlyclean distclean maintainer-clean - - --pdb_dump.texi: $(srcdir)/pdb_self_doc.el $(srcdir)/pdb_dump -- cd $(srcdir) && \ -- @EMACS@ --batch -l pdb_self_doc.el -f make-docs-noargs -+pdb_dump.texi: $(srcdir)/pdb_self_doc $(srcdir)/pdb_dump -+ $(srcdir)/pdb_self_doc <$(srcdir)/pdb_dump >pdb_dump.texi - - $(srcdir)/pdb_dump: $(top_srcdir)/app/*.c - $(top_builddir)/app/gimp --no-interface --batch '(gimp-procedural-db-dump "pdb_dump.tmp")' '(gimp-quit 0)' diff --git a/graphics/gimp/pkg/PLIST b/graphics/gimp/pkg/PLIST index 2a35a6accab..8d704045d64 100644 --- a/graphics/gimp/pkg/PLIST +++ b/graphics/gimp/pkg/PLIST @@ -1,651 +1,1435 @@ -@comment $NetBSD: PLIST,v 1.15 2000/08/15 23:14:00 wiz Exp $ +@comment $NetBSD: PLIST,v 1.16 2000/12/26 18:25:33 hubertf Exp $ +bin/escputil bin/gimp +bin/gimp-config +bin/gimp-remote bin/gimptool +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/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/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 -@unexec install-info --delete %D/info/pdb.info %D/info/dir -info/pdb.info -info/pdb.info-1 -info/pdb.info-2 -@exec install-info %D/info/pdb.info %D/info/dir -lib/gimp/1.0/plug-ins/AlienMap -lib/gimp/1.0/plug-ins/CEL -lib/gimp/1.0/plug-ins/CML_explorer -lib/gimp/1.0/plug-ins/MapObject -lib/gimp/1.0/plug-ins/align_layers -lib/gimp/1.0/plug-ins/animationplay -lib/gimp/1.0/plug-ins/animoptimize -lib/gimp/1.0/plug-ins/apply_lens -lib/gimp/1.0/plug-ins/autocrop -lib/gimp/1.0/plug-ins/autostretch_hsv -lib/gimp/1.0/plug-ins/blinds -lib/gimp/1.0/plug-ins/blur -lib/gimp/1.0/plug-ins/bmp -lib/gimp/1.0/plug-ins/bumpmap -lib/gimp/1.0/plug-ins/bz2 -lib/gimp/1.0/plug-ins/c_astretch -lib/gimp/1.0/plug-ins/checkerboard -lib/gimp/1.0/plug-ins/colorify -lib/gimp/1.0/plug-ins/compose -lib/gimp/1.0/plug-ins/convmatrix -lib/gimp/1.0/plug-ins/cubism -lib/gimp/1.0/plug-ins/dbbrowser -lib/gimp/1.0/plug-ins/decompose -lib/gimp/1.0/plug-ins/deinterlace -lib/gimp/1.0/plug-ins/depthmerge -lib/gimp/1.0/plug-ins/despeckle -lib/gimp/1.0/plug-ins/destripe -lib/gimp/1.0/plug-ins/diffraction -lib/gimp/1.0/plug-ins/displace -lib/gimp/1.0/plug-ins/edge -lib/gimp/1.0/plug-ins/emboss -lib/gimp/1.0/plug-ins/engrave -lib/gimp/1.0/plug-ins/exchange -lib/gimp/1.0/plug-ins/faxg3 -lib/gimp/1.0/plug-ins/film -lib/gimp/1.0/plug-ins/fits -lib/gimp/1.0/plug-ins/flame -lib/gimp/1.0/plug-ins/flarefx -lib/gimp/1.0/plug-ins/fractaltrace -lib/gimp/1.0/plug-ins/gauss_iir -lib/gimp/1.0/plug-ins/gauss_rle -lib/gimp/1.0/plug-ins/gbr -lib/gimp/1.0/plug-ins/gee -lib/gimp/1.0/plug-ins/gfig -lib/gimp/1.0/plug-ins/gfli -lib/gimp/1.0/plug-ins/gicon -lib/gimp/1.0/plug-ins/gif -lib/gimp/1.0/plug-ins/glasstile -lib/gimp/1.0/plug-ins/gqbist -lib/gimp/1.0/plug-ins/gradmap -lib/gimp/1.0/plug-ins/grid -lib/gimp/1.0/plug-ins/gtm -lib/gimp/1.0/plug-ins/gz -lib/gimp/1.0/plug-ins/header -lib/gimp/1.0/plug-ins/hot -lib/gimp/1.0/plug-ins/hrz -lib/gimp/1.0/plug-ins/ifscompose -lib/gimp/1.0/plug-ins/illusion -lib/gimp/1.0/plug-ins/iwarp -lib/gimp/1.0/plug-ins/jpeg -lib/gimp/1.0/plug-ins/laplace -lib/gimp/1.0/plug-ins/mail -lib/gimp/1.0/plug-ins/max_rgb -lib/gimp/1.0/plug-ins/maze -lib/gimp/1.0/plug-ins/mblur -lib/gimp/1.0/plug-ins/mosaic -lib/gimp/1.0/plug-ins/mpeg -lib/gimp/1.0/plug-ins/nlfilt -lib/gimp/1.0/plug-ins/noisify -lib/gimp/1.0/plug-ins/normalize -lib/gimp/1.0/plug-ins/nova -lib/gimp/1.0/plug-ins/oilify -lib/gimp/1.0/plug-ins/pagecurl -lib/gimp/1.0/plug-ins/palette -lib/gimp/1.0/plug-ins/papertile -lib/gimp/1.0/plug-ins/pat -lib/gimp/1.0/plug-ins/pcx -lib/gimp/1.0/plug-ins/pix -lib/gimp/1.0/plug-ins/pixelize -lib/gimp/1.0/plug-ins/plasma -lib/gimp/1.0/plug-ins/png -lib/gimp/1.0/plug-ins/pnm -lib/gimp/1.0/plug-ins/polar -lib/gimp/1.0/plug-ins/print -lib/gimp/1.0/plug-ins/ps -lib/gimp/1.0/plug-ins/psd -lib/gimp/1.0/plug-ins/randomize -lib/gimp/1.0/plug-ins/ripple -lib/gimp/1.0/plug-ins/rotate -lib/gimp/1.0/plug-ins/rotators -lib/gimp/1.0/plug-ins/scatter_hsv -lib/gimp/1.0/plug-ins/screenshot -lib/gimp/1.0/plug-ins/script-fu -lib/gimp/1.0/plug-ins/semiflatten -lib/gimp/1.0/plug-ins/sgi -lib/gimp/1.0/plug-ins/sharpen -lib/gimp/1.0/plug-ins/shift -lib/gimp/1.0/plug-ins/sinus -lib/gimp/1.0/plug-ins/smooth_palette -lib/gimp/1.0/plug-ins/snoise -lib/gimp/1.0/plug-ins/snp -lib/gimp/1.0/plug-ins/sobel -lib/gimp/1.0/plug-ins/sparkle -lib/gimp/1.0/plug-ins/spread -lib/gimp/1.0/plug-ins/struc -lib/gimp/1.0/plug-ins/sunras -lib/gimp/1.0/plug-ins/tga -lib/gimp/1.0/plug-ins/threshold_alpha -lib/gimp/1.0/plug-ins/tiff -lib/gimp/1.0/plug-ins/tile -lib/gimp/1.0/plug-ins/tileit -lib/gimp/1.0/plug-ins/tiler -lib/gimp/1.0/plug-ins/url -lib/gimp/1.0/plug-ins/video -lib/gimp/1.0/plug-ins/vinvert -lib/gimp/1.0/plug-ins/vpropagate -lib/gimp/1.0/plug-ins/waves -lib/gimp/1.0/plug-ins/webbrowser -lib/gimp/1.0/plug-ins/whirlpinch -lib/gimp/1.0/plug-ins/xpm -lib/gimp/1.0/plug-ins/xwd -lib/gimp/1.0/plug-ins/zealouscrop +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/gimp/1.2/modules/libcolorsel_gtk.a +lib/gimp/1.2/modules/libcolorsel_gtk.la +lib/gimp/1.2/modules/libcolorsel_gtk.so.0.0 +lib/gimp/1.2/modules/libcolorsel_triangle.a +lib/gimp/1.2/modules/libcolorsel_triangle.la +lib/gimp/1.2/modules/libcolorsel_triangle.so.0.0 +lib/gimp/1.2/modules/libcolorsel_water.a +lib/gimp/1.2/modules/libcolorsel_water.la +lib/gimp/1.2/modules/libcolorsel_water.so.0.0 +lib/gimp/1.2/plug-ins/AlienMap +lib/gimp/1.2/plug-ins/AlienMap2 +lib/gimp/1.2/plug-ins/CEL +lib/gimp/1.2/plug-ins/CML_explorer +lib/gimp/1.2/plug-ins/FractalExplorer +lib/gimp/1.2/plug-ins/Lighting +lib/gimp/1.2/plug-ins/MapObject +lib/gimp/1.2/plug-ins/align_layers +lib/gimp/1.2/plug-ins/animationplay +lib/gimp/1.2/plug-ins/animoptimize +lib/gimp/1.2/plug-ins/apply_lens +lib/gimp/1.2/plug-ins/autocrop +lib/gimp/1.2/plug-ins/autostretch_hsv +lib/gimp/1.2/plug-ins/blinds +lib/gimp/1.2/plug-ins/blur +lib/gimp/1.2/plug-ins/bmp +lib/gimp/1.2/plug-ins/borderaverage +lib/gimp/1.2/plug-ins/bumpmap +lib/gimp/1.2/plug-ins/bz2 +lib/gimp/1.2/plug-ins/c_astretch +lib/gimp/1.2/plug-ins/checkerboard +lib/gimp/1.2/plug-ins/color_enhance +lib/gimp/1.2/plug-ins/colorify +lib/gimp/1.2/plug-ins/colortoalpha +lib/gimp/1.2/plug-ins/compose +lib/gimp/1.2/plug-ins/convmatrix +lib/gimp/1.2/plug-ins/csource +lib/gimp/1.2/plug-ins/cubism +lib/gimp/1.2/plug-ins/curve_bend +lib/gimp/1.2/plug-ins/dbbrowser +lib/gimp/1.2/plug-ins/decompose +lib/gimp/1.2/plug-ins/deinterlace +lib/gimp/1.2/plug-ins/depthmerge +lib/gimp/1.2/plug-ins/despeckle +lib/gimp/1.2/plug-ins/destripe +lib/gimp/1.2/plug-ins/diffraction +lib/gimp/1.2/plug-ins/displace +lib/gimp/1.2/plug-ins/edge +lib/gimp/1.2/plug-ins/emboss +lib/gimp/1.2/plug-ins/engrave +lib/gimp/1.2/plug-ins/exchange +lib/gimp/1.2/plug-ins/faxg3 +lib/gimp/1.2/plug-ins/film +lib/gimp/1.2/plug-ins/fits +lib/gimp/1.2/plug-ins/flame +lib/gimp/1.2/plug-ins/flarefx +lib/gimp/1.2/plug-ins/fp +lib/gimp/1.2/plug-ins/fractaltrace +lib/gimp/1.2/plug-ins/gap_decode_mpeg +lib/gimp/1.2/plug-ins/gap_filter +lib/gimp/1.2/plug-ins/gap_frontends +lib/gimp/1.2/plug-ins/gap_navigator_dialog +lib/gimp/1.2/plug-ins/gap_plugins +lib/gimp/1.2/plug-ins/gauss_iir +lib/gimp/1.2/plug-ins/gauss_rle +lib/gimp/1.2/plug-ins/gbr +lib/gimp/1.2/plug-ins/gdyntext +lib/gimp/1.2/plug-ins/gee +lib/gimp/1.2/plug-ins/gee_zoom +lib/gimp/1.2/plug-ins/gfig +lib/gimp/1.2/plug-ins/gflare +lib/gimp/1.2/plug-ins/gfli +lib/gimp/1.2/plug-ins/gicon +lib/gimp/1.2/plug-ins/gif +lib/gimp/1.2/plug-ins/gifload +lib/gimp/1.2/plug-ins/gih +lib/gimp/1.2/plug-ins/gimpressionist +lib/gimp/1.2/plug-ins/glasstile +lib/gimp/1.2/plug-ins/gqbist +lib/gimp/1.2/plug-ins/gradmap +lib/gimp/1.2/plug-ins/grid +lib/gimp/1.2/plug-ins/gtm +lib/gimp/1.2/plug-ins/guillotine +lib/gimp/1.2/plug-ins/gz +lib/gimp/1.2/plug-ins/header +lib/gimp/1.2/plug-ins/helpbrowser +lib/gimp/1.2/plug-ins/hot +lib/gimp/1.2/plug-ins/hrz +lib/gimp/1.2/plug-ins/ifscompose +lib/gimp/1.2/plug-ins/illusion +lib/gimp/1.2/plug-ins/imagemap +lib/gimp/1.2/plug-ins/iwarp +lib/gimp/1.2/plug-ins/jigsaw +lib/gimp/1.2/plug-ins/jpeg +lib/gimp/1.2/plug-ins/laplace +lib/gimp/1.2/plug-ins/lic +lib/gimp/1.2/plug-ins/mail +lib/gimp/1.2/plug-ins/mapcolor +lib/gimp/1.2/plug-ins/max_rgb +lib/gimp/1.2/plug-ins/maze +lib/gimp/1.2/plug-ins/mblur +lib/gimp/1.2/plug-ins/mosaic +lib/gimp/1.2/plug-ins/mpeg +lib/gimp/1.2/plug-ins/newsprint +lib/gimp/1.2/plug-ins/nlfilt +lib/gimp/1.2/plug-ins/noisify +lib/gimp/1.2/plug-ins/normalize +lib/gimp/1.2/plug-ins/nova +lib/gimp/1.2/plug-ins/oilify +lib/gimp/1.2/plug-ins/pagecurl +lib/gimp/1.2/plug-ins/papertile +lib/gimp/1.2/plug-ins/pat +lib/gimp/1.2/plug-ins/pcx +lib/gimp/1.2/plug-ins/pix +lib/gimp/1.2/plug-ins/pixelize +lib/gimp/1.2/plug-ins/plasma +lib/gimp/1.2/plug-ins/plugindetails +lib/gimp/1.2/plug-ins/png +lib/gimp/1.2/plug-ins/pnm +lib/gimp/1.2/plug-ins/polar +lib/gimp/1.2/plug-ins/print +lib/gimp/1.2/plug-ins/ps +lib/gimp/1.2/plug-ins/psd +lib/gimp/1.2/plug-ins/psp +lib/gimp/1.2/plug-ins/randomize +lib/gimp/1.2/plug-ins/rcm +lib/gimp/1.2/plug-ins/ripple +lib/gimp/1.2/plug-ins/rotate +lib/gimp/1.2/plug-ins/sample_colorize +lib/gimp/1.2/plug-ins/scatter_hsv +lib/gimp/1.2/plug-ins/screenshot +lib/gimp/1.2/plug-ins/script-fu +lib/gimp/1.2/plug-ins/sel2path +lib/gimp/1.2/plug-ins/sel_gauss +lib/gimp/1.2/plug-ins/semiflatten +lib/gimp/1.2/plug-ins/sgi +lib/gimp/1.2/plug-ins/sharpen +lib/gimp/1.2/plug-ins/shift +lib/gimp/1.2/plug-ins/sinus +lib/gimp/1.2/plug-ins/smooth_palette +lib/gimp/1.2/plug-ins/snoise +lib/gimp/1.2/plug-ins/sobel +lib/gimp/1.2/plug-ins/sparkle +lib/gimp/1.2/plug-ins/spread +lib/gimp/1.2/plug-ins/struc +lib/gimp/1.2/plug-ins/sunras +lib/gimp/1.2/plug-ins/tga +lib/gimp/1.2/plug-ins/threshold_alpha +lib/gimp/1.2/plug-ins/tiff +lib/gimp/1.2/plug-ins/tile +lib/gimp/1.2/plug-ins/tileit +lib/gimp/1.2/plug-ins/tiler +lib/gimp/1.2/plug-ins/uniteditor +lib/gimp/1.2/plug-ins/unsharp +lib/gimp/1.2/plug-ins/url +lib/gimp/1.2/plug-ins/video +lib/gimp/1.2/plug-ins/vinvert +lib/gimp/1.2/plug-ins/vpropagate +lib/gimp/1.2/plug-ins/warp +lib/gimp/1.2/plug-ins/waves +lib/gimp/1.2/plug-ins/webbrowser +lib/gimp/1.2/plug-ins/whirlpinch +lib/gimp/1.2/plug-ins/wind +lib/gimp/1.2/plug-ins/wmf +lib/gimp/1.2/plug-ins/xbm +lib/gimp/1.2/plug-ins/xjt +lib/gimp/1.2/plug-ins/xpm +lib/gimp/1.2/plug-ins/xwd +lib/gimp/1.2/plug-ins/zealouscrop +lib/libgck-1.2.so.0.0 lib/libgck.a lib/libgck.la -lib/libgck.so.1.0 +lib/libgimp-1.2.so.0.0 lib/libgimp.a lib/libgimp.la -lib/libgimp.so.1.4 +lib/libgimpui-1.2.so.0.0 lib/libgimpui.a lib/libgimpui.la -lib/libgimpui.so.1.4 -lib/libgpc.a -lib/libmegawidget.a +man/man1/escputil.1 +man/man1/gimp-remote.1 man/man1/gimp.1 man/man1/gimptool.1 -man/man3/gpc.3 +man/man5/gimprc.5 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/50x50cone.gbr -share/gimp/brushes/50x50square.gbr -share/gimp/brushes/50x50squareBlur.gbr -share/gimp/brushes/50x50squareBlur2.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/bigcircle.gbr -share/gimp/brushes/bigcircle2.gbr -share/gimp/brushes/bigcircle3.gbr -share/gimp/brushes/bigcircle4.gbr -share/gimp/brushes/bird.gbr -share/gimp/brushes/bullethole.gbr -share/gimp/brushes/callig1.gbr -share/gimp/brushes/callig2.gbr -share/gimp/brushes/callig3.gbr -share/gimp/brushes/callig4.gbr -share/gimp/brushes/cloth.gbr -share/gimp/brushes/confetti.gbr -share/gimp/brushes/dunes.gbr -share/gimp/brushes/flower.gbr -share/gimp/brushes/flower_large.gbr -share/gimp/brushes/galaxy.gbr -share/gimp/brushes/galaxy_big.gbr -share/gimp/brushes/galaxy_small.gbr -share/gimp/brushes/gecko.gbr -share/gimp/brushes/grid.gbr -share/gimp/brushes/grid2.gbr -share/gimp/brushes/guitar.gbr -share/gimp/brushes/nova.gbr -share/gimp/brushes/pixel.gbr -share/gimp/brushes/point.gbr -share/gimp/brushes/punch.gbr -share/gimp/brushes/qbert2.gbr -share/gimp/brushes/qbert3Blur.gbr -share/gimp/brushes/reach.gbr -share/gimp/brushes/sphere29.gbr -share/gimp/brushes/sphere36.gbr -share/gimp/brushes/sphere47.gbr -share/gimp/brushes/sphere55.gbr -share/gimp/brushes/sphere79.gbr -share/gimp/brushes/star1.gbr -share/gimp/brushes/star2.gbr -share/gimp/brushes/star3.gbr -share/gimp/brushes/star4.gbr -share/gimp/brushes/star5.gbr -share/gimp/brushes/swirl.gbr -share/gimp/brushes/swirl2.gbr -share/gimp/brushes/text1.gbr -share/gimp/brushes/text2.gbr -share/gimp/brushes/text3.gbr -share/gimp/brushes/text4.gbr -share/gimp/brushes/thegimp.gbr -share/gimp/brushes/tulip.gbr -share/gimp/brushes/wave.gbr -share/gimp/brushes/xcf.gbr -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/gimp_logo.ppm -share/gimp/gimp_splash.ppm -share/gimp/gimp_tips.txt -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/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/Volcano -share/gimp/palettes/Warm_Colors -share/gimp/palettes/Web -share/gimp/patterns/3dgreen.pat -share/gimp/patterns/3dweave.pat -share/gimp/patterns/Craters.pat -share/gimp/patterns/Moonfoot.pat -share/gimp/patterns/abstract_flowers.pat -share/gimp/patterns/amethyst.pat -share/gimp/patterns/bark.pat -share/gimp/patterns/blackoil.pat -share/gimp/patterns/blackwhitefloor.pat -share/gimp/patterns/blob1.pat -share/gimp/patterns/blob2.pat -share/gimp/patterns/blue.pat -share/gimp/patterns/bluebar.pat -share/gimp/patterns/bluecanyons.pat -share/gimp/patterns/bluegrid.pat -share/gimp/patterns/bluemars.pat -share/gimp/patterns/bluemetal.pat -share/gimp/patterns/bluespikes.pat -share/gimp/patterns/bluesquares.pat -share/gimp/patterns/blueweb.pat -share/gimp/patterns/brick.pat -share/gimp/patterns/brownie.pat -share/gimp/patterns/burlap.pat -share/gimp/patterns/burlwood.pat -share/gimp/patterns/bwcubes.pat -share/gimp/patterns/canyons2.pat -share/gimp/patterns/cashew.pat -share/gimp/patterns/chains.pat -share/gimp/patterns/choc_swirl.pat -share/gimp/patterns/chroma.pat -share/gimp/patterns/circuit.pat -share/gimp/patterns/clouds.pat -share/gimp/patterns/clovers.pat -share/gimp/patterns/coins.pat -share/gimp/patterns/color.pat -share/gimp/patterns/colorblob.pat -share/gimp/patterns/colored_rock.pat -share/gimp/patterns/colorwhirl.pat -share/gimp/patterns/connestoga.pat -share/gimp/patterns/contrawhirl.pat -share/gimp/patterns/corkboard.pat -share/gimp/patterns/cow.pat -share/gimp/patterns/cracked.pat -share/gimp/patterns/crash1.pat -share/gimp/patterns/crazytile.pat -share/gimp/patterns/crinklepaper.pat -share/gimp/patterns/crystals.pat -share/gimp/patterns/curvedledge.pat -share/gimp/patterns/deepswirl.pat -share/gimp/patterns/diffpat.pat -share/gimp/patterns/dirt.pat -share/gimp/patterns/disco.pat -share/gimp/patterns/drymud.pat -share/gimp/patterns/dunemaze.pat -share/gimp/patterns/dunes.pat -share/gimp/patterns/eggcarton.pat -share/gimp/patterns/electric-blue-ribbons.pat -share/gimp/patterns/electric.pat -share/gimp/patterns/etbf.pat -share/gimp/patterns/fibers.pat -share/gimp/patterns/floor_tile.pat -share/gimp/patterns/funnyblobs.pat -share/gimp/patterns/funnymess.pat -share/gimp/patterns/funnymess2.pat -share/gimp/patterns/fuzzy-colors.pat -share/gimp/patterns/gold.pat -share/gimp/patterns/goldcloth.pat -share/gimp/patterns/granite1.pat -share/gimp/patterns/granite2.pat -share/gimp/patterns/green_curtains.pat -share/gimp/patterns/green_eek.pat -share/gimp/patterns/greyweave.pat -share/gimp/patterns/greyweave2.pat -share/gimp/patterns/grid.pat -share/gimp/patterns/gridwhirltile.pat -share/gimp/patterns/ground1.pat -share/gimp/patterns/headache.pat -share/gimp/patterns/horiz.pat -share/gimp/patterns/ice.pat -share/gimp/patterns/ice2.pat -share/gimp/patterns/icechex.pat -share/gimp/patterns/inlay.pat -share/gimp/patterns/java.pat -share/gimp/patterns/krinkle.pat -share/gimp/patterns/land1.pat -share/gimp/patterns/land2.pat -share/gimp/patterns/lathe.pat -share/gimp/patterns/leather.pat -share/gimp/patterns/leaves.pat -share/gimp/patterns/leaves3.pat -share/gimp/patterns/leaves4.pat -share/gimp/patterns/leaves6.pat -share/gimp/patterns/leopard.pat -share/gimp/patterns/lightning.pat -share/gimp/patterns/lumps.pat -share/gimp/patterns/marble1.pat -share/gimp/patterns/marble2.pat -share/gimp/patterns/marble3.pat -share/gimp/patterns/meltedcolors.pat -share/gimp/patterns/metallica.pat -share/gimp/patterns/metalpaths.pat -share/gimp/patterns/mhuerock.pat -share/gimp/patterns/money.pat -share/gimp/patterns/neurons.pat -share/gimp/patterns/nops.pat -share/gimp/patterns/novaugh.pat -share/gimp/patterns/oooh.pat -share/gimp/patterns/oooh3.pat -share/gimp/patterns/orange_eek.pat -share/gimp/patterns/orangebrown.pat -share/gimp/patterns/orangecheese.pat -share/gimp/patterns/paint-explosion.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/pastel2.pat -share/gimp/patterns/pebbles.pat -share/gimp/patterns/pine.pat -share/gimp/patterns/pink_marble.pat -share/gimp/patterns/pixeled1.pat -share/gimp/patterns/pj.pat -share/gimp/patterns/pool.pat -share/gimp/patterns/psycho1.pat -share/gimp/patterns/purple-ribbons.pat -share/gimp/patterns/purple.pat -share/gimp/patterns/purple_glow.pat -share/gimp/patterns/qube1.pat -share/gimp/patterns/rain.pat -share/gimp/patterns/recessed.pat -share/gimp/patterns/redcube.pat -share/gimp/patterns/redishstuff.pat -share/gimp/patterns/redmess.pat -share/gimp/patterns/redrings.pat -share/gimp/patterns/rock.pat -share/gimp/patterns/rust.pat -share/gimp/patterns/sandytext.pat -share/gimp/patterns/send1.pat -share/gimp/patterns/silver.pat -share/gimp/patterns/sky.pat -share/gimp/patterns/slate.pat -share/gimp/patterns/slice1.pat -share/gimp/patterns/sm_squares.pat -share/gimp/patterns/spectbar.pat -share/gimp/patterns/starfield.pat -share/gimp/patterns/startile.pat -share/gimp/patterns/stone33.pat -share/gimp/patterns/swirl.pat -share/gimp/patterns/swirl2.pat -share/gimp/patterns/terra.pat -share/gimp/patterns/torrents.pat -share/gimp/patterns/tube.pat -share/gimp/patterns/unsharpswirl.pat -share/gimp/patterns/walnut.pat -share/gimp/patterns/warning.pat -share/gimp/patterns/water3.pat -share/gimp/patterns/waves.pat -share/gimp/patterns/wax.pat -share/gimp/patterns/weird2.pat -share/gimp/patterns/whirledstuff.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/patterns/woodblind.pat -share/gimp/patterns/worn_metal_chex.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/egg.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/old_photo.scm -share/gimp/scripts/perspective-shadow.scm -share/gimp/scripts/predator.scm -share/gimp/scripts/rendermap.scm -share/gimp/scripts/ripply-anim.scm -share/gimp/scripts/round-corners.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/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/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/user_install -@exec test %D = ${LOCALBASE} || ln -s %D/share/aclocal/gimp.m4 ${LOCALBASE}/share/aclocal/gimp.m4 -@unexec test %D = ${LOCALBASE} || rm ${LOCALBASE}/share/aclocal/gimp.m4 -@unexec rmdir %D/share/aclocal 2>/dev/null || true +share/gimp/1.2/brushes/10x10square.gbr +share/gimp/1.2/brushes/10x10squareBlur.gbr +share/gimp/1.2/brushes/11circle.gbr +share/gimp/1.2/brushes/11fcircle.gbr +share/gimp/1.2/brushes/13circle.gbr +share/gimp/1.2/brushes/13fcircle.gbr +share/gimp/1.2/brushes/15circle.gbr +share/gimp/1.2/brushes/15fcircle.gbr +share/gimp/1.2/brushes/17circle.gbr +share/gimp/1.2/brushes/17fcircle.gbr +share/gimp/1.2/brushes/19circle.gbr +share/gimp/1.2/brushes/19fcircle.gbr +share/gimp/1.2/brushes/1circle.gbr +share/gimp/1.2/brushes/20x20square.gbr +share/gimp/1.2/brushes/20x20squareBlur.gbr +share/gimp/1.2/brushes/3circle.gbr +share/gimp/1.2/brushes/3fcircle.gbr +share/gimp/1.2/brushes/50x50cone.gbr +share/gimp/1.2/brushes/50x50square.gbr +share/gimp/1.2/brushes/50x50squareBlur.gbr +share/gimp/1.2/brushes/50x50squareBlur2.gbr +share/gimp/1.2/brushes/5circle.gbr +share/gimp/1.2/brushes/5fcircle.gbr +share/gimp/1.2/brushes/5x5square.gbr +share/gimp/1.2/brushes/5x5squareBlur.gbr +share/gimp/1.2/brushes/7circle.gbr +share/gimp/1.2/brushes/7fcircle.gbr +share/gimp/1.2/brushes/9circle.gbr +share/gimp/1.2/brushes/9fcircle.gbr +share/gimp/1.2/brushes/DStar11.gbr +share/gimp/1.2/brushes/DStar17.gbr +share/gimp/1.2/brushes/DStar25.gbr +share/gimp/1.2/brushes/SketchBrush-16.gih +share/gimp/1.2/brushes/SketchBrush-32.gih +share/gimp/1.2/brushes/SketchBrush-64.gih +share/gimp/1.2/brushes/bigcircle.gbr +share/gimp/1.2/brushes/bigcircle2.gbr +share/gimp/1.2/brushes/bigcircle3.gbr +share/gimp/1.2/brushes/bigcircle4.gbr +share/gimp/1.2/brushes/bird.gbr +share/gimp/1.2/brushes/bullethole.gbr +share/gimp/1.2/brushes/callig1.gbr +share/gimp/1.2/brushes/callig2.gbr +share/gimp/1.2/brushes/callig3.gbr +share/gimp/1.2/brushes/callig4.gbr +share/gimp/1.2/brushes/cloth.gbr +share/gimp/1.2/brushes/confetti.gbr +share/gimp/1.2/brushes/dunes.gbr +share/gimp/1.2/brushes/flower.gbr +share/gimp/1.2/brushes/flower_large.gbr +share/gimp/1.2/brushes/galaxy.gbr +share/gimp/1.2/brushes/galaxy_big.gbr +share/gimp/1.2/brushes/galaxy_small.gbr +share/gimp/1.2/brushes/gecko.gbr +share/gimp/1.2/brushes/grid.gbr +share/gimp/1.2/brushes/grid2.gbr +share/gimp/1.2/brushes/guitar.gbr +share/gimp/1.2/brushes/hsparks.gih +share/gimp/1.2/brushes/nova.gbr +share/gimp/1.2/brushes/pepper.gbr +share/gimp/1.2/brushes/pixel.gbr +share/gimp/1.2/brushes/point.gbr +share/gimp/1.2/brushes/punch.gbr +share/gimp/1.2/brushes/qbert2.gbr +share/gimp/1.2/brushes/qbert3Blur.gbr +share/gimp/1.2/brushes/reach.gbr +share/gimp/1.2/brushes/sphere29.gbr +share/gimp/1.2/brushes/sphere36.gbr +share/gimp/1.2/brushes/sphere47.gbr +share/gimp/1.2/brushes/sphere55.gbr +share/gimp/1.2/brushes/sphere79.gbr +share/gimp/1.2/brushes/star1.gbr +share/gimp/1.2/brushes/star2.gbr +share/gimp/1.2/brushes/star3.gbr +share/gimp/1.2/brushes/star4.gbr +share/gimp/1.2/brushes/star5.gbr +share/gimp/1.2/brushes/swirl.gbr +share/gimp/1.2/brushes/swirl2.gbr +share/gimp/1.2/brushes/text1.gbr +share/gimp/1.2/brushes/text2.gbr +share/gimp/1.2/brushes/text3.gbr +share/gimp/1.2/brushes/text4.gbr +share/gimp/1.2/brushes/thegimp.gbr +share/gimp/1.2/brushes/tulip.gbr +share/gimp/1.2/brushes/vine.gih +share/gimp/1.2/brushes/wave.gbr +share/gimp/1.2/brushes/xcf.gbr +share/gimp/1.2/devel-docs/html/libgimp/gimpchainbutton.html +share/gimp/1.2/devel-docs/html/libgimp/gimpcolorbutton.html +share/gimp/1.2/devel-docs/html/libgimp/gimpdefinitions.html +share/gimp/1.2/devel-docs/html/libgimp/gimpfileselection.html +share/gimp/1.2/devel-docs/html/libgimp/gimpmodule.html +share/gimp/1.2/devel-docs/html/libgimp/gimppatheditor.html +share/gimp/1.2/devel-docs/html/libgimp/gimppixmap.html +share/gimp/1.2/devel-docs/html/libgimp/gimpsizeentry.html +share/gimp/1.2/devel-docs/html/libgimp/gimpunitmenu.html +share/gimp/1.2/devel-docs/html/libgimp/index.html +share/gimp/1.2/devel-docs/html/libgimp/index.sgml +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimp.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpbrushes.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpchannel.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpchannelops.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpcolor.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpcolordisplay.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpcolorselector.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpcolorspace.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpcompat.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpconvert.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpdialog.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpdisplay.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpdrawable.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpedit.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpenums.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpenv.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpexport.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpfeatures.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpfileops.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpfloatingsel.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpgimprc.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpgradients.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpguides.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimphelp.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimphelpui.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpimage.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimplayer.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimplimits.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpmath.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpmatrix.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpmenu.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpmessage.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpmisc.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpmodule.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimppalette.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpparasite.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpparasiteio.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimppatterns.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimppixelrgn.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpplugin.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpproceduraldb.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpprotocol.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpquerybox.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpselection.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpsignal.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimptexttool.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimptile.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimptools.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpui.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpundo.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpunit.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimputils.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpvector.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpwidgets.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp-gimpwire.html +share/gimp/1.2/devel-docs/html/libgimp/libgimp.html +share/gimp/1.2/devel-docs/html/libgimp/libgimpui.html +share/gimp/1.2/fractalexplorer/Asteroid_Field +share/gimp/1.2/fractalexplorer/Bar_Code_Label +share/gimp/1.2/fractalexplorer/Beauty_of_Nature +share/gimp/1.2/fractalexplorer/Blue_Curtain +share/gimp/1.2/fractalexplorer/Car_Track +share/gimp/1.2/fractalexplorer/Energetic_Diamond +share/gimp/1.2/fractalexplorer/Explosive +share/gimp/1.2/fractalexplorer/Flower +share/gimp/1.2/fractalexplorer/Fragments +share/gimp/1.2/fractalexplorer/Hemp +share/gimp/1.2/fractalexplorer/High_Voltage +share/gimp/1.2/fractalexplorer/Hoops +share/gimp/1.2/fractalexplorer/Ice_Crystal +share/gimp/1.2/fractalexplorer/Leaves +share/gimp/1.2/fractalexplorer/Lightning +share/gimp/1.2/fractalexplorer/Mandelbrot +share/gimp/1.2/fractalexplorer/Marble +share/gimp/1.2/fractalexplorer/Marble2 +share/gimp/1.2/fractalexplorer/Medusa +share/gimp/1.2/fractalexplorer/Nautilus +share/gimp/1.2/fractalexplorer/Nebula +share/gimp/1.2/fractalexplorer/Plant +share/gimp/1.2/fractalexplorer/Rose +share/gimp/1.2/fractalexplorer/Saturn +share/gimp/1.2/fractalexplorer/Snow_Crystal +share/gimp/1.2/fractalexplorer/Soma +share/gimp/1.2/fractalexplorer/Spark +share/gimp/1.2/fractalexplorer/Suns +share/gimp/1.2/fractalexplorer/Tentacles +share/gimp/1.2/fractalexplorer/The_Green_Place +share/gimp/1.2/fractalexplorer/Wave +share/gimp/1.2/fractalexplorer/Wood +share/gimp/1.2/fractalexplorer/Zooming_Circle +share/gimp/1.2/gfig/A_star +share/gimp/1.2/gfig/curves +share/gimp/1.2/gfig/polys +share/gimp/1.2/gfig/ring +share/gimp/1.2/gfig/ring+star +share/gimp/1.2/gfig/simily +share/gimp/1.2/gfig/spirals_and_stars +share/gimp/1.2/gfig/sprial +share/gimp/1.2/gfig/star2 +share/gimp/1.2/gfig/stars +share/gimp/1.2/gflare/Bright_Star +share/gimp/1.2/gflare/Classic +share/gimp/1.2/gflare/Default +share/gimp/1.2/gflare/Distant_Sun +share/gimp/1.2/gflare/GFlare_101 +share/gimp/1.2/gflare/GFlare_102 +share/gimp/1.2/gflare/Hidden_Planet +share/gimp/1.2/gimp_logo.ppm +share/gimp/1.2/gimp_splash.ppm +share/gimp/1.2/gimpressionist/Brushes/arrow01.pgm +share/gimp/1.2/gimpressionist/Brushes/ball.ppm +share/gimp/1.2/gimpressionist/Brushes/blob.ppm +share/gimp/1.2/gimpressionist/Brushes/box.ppm +share/gimp/1.2/gimpressionist/Brushes/chalk01.pgm +share/gimp/1.2/gimpressionist/Brushes/cone.ppm +share/gimp/1.2/gimpressionist/Brushes/crayon01.pgm +share/gimp/1.2/gimpressionist/Brushes/crayon02.pgm +share/gimp/1.2/gimpressionist/Brushes/crayon03.pgm +share/gimp/1.2/gimpressionist/Brushes/crayon04.pgm +share/gimp/1.2/gimpressionist/Brushes/crayon05.pgm +share/gimp/1.2/gimpressionist/Brushes/crayon06.pgm +share/gimp/1.2/gimpressionist/Brushes/crayon07.pgm +share/gimp/1.2/gimpressionist/Brushes/crayon08.pgm +share/gimp/1.2/gimpressionist/Brushes/defaultbrush.pgm +share/gimp/1.2/gimpressionist/Brushes/dribble.pgm +share/gimp/1.2/gimpressionist/Brushes/fabric.pgm +share/gimp/1.2/gimpressionist/Brushes/fabric01.pgm +share/gimp/1.2/gimpressionist/Brushes/fabric02.pgm +share/gimp/1.2/gimpressionist/Brushes/fabric03.pgm +share/gimp/1.2/gimpressionist/Brushes/flower01.pgm +share/gimp/1.2/gimpressionist/Brushes/flower02.pgm +share/gimp/1.2/gimpressionist/Brushes/flower03.pgm +share/gimp/1.2/gimpressionist/Brushes/flower04.pgm +share/gimp/1.2/gimpressionist/Brushes/grad01.pgm +share/gimp/1.2/gimpressionist/Brushes/grad02.pgm +share/gimp/1.2/gimpressionist/Brushes/grad03.pgm +share/gimp/1.2/gimpressionist/Brushes/heart.ppm +share/gimp/1.2/gimpressionist/Brushes/leaf01.pgm +share/gimp/1.2/gimpressionist/Brushes/paintbrush.pgm +share/gimp/1.2/gimpressionist/Brushes/paintbrush01.pgm +share/gimp/1.2/gimpressionist/Brushes/paintbrush02.pgm +share/gimp/1.2/gimpressionist/Brushes/paintbrush03.pgm +share/gimp/1.2/gimpressionist/Brushes/paintbrush04.pgm +share/gimp/1.2/gimpressionist/Brushes/paper01.pgm +share/gimp/1.2/gimpressionist/Brushes/paper02.pgm +share/gimp/1.2/gimpressionist/Brushes/paper03.pgm +share/gimp/1.2/gimpressionist/Brushes/paper04.pgm +share/gimp/1.2/gimpressionist/Brushes/pentagram.pgm +share/gimp/1.2/gimpressionist/Brushes/scribble.pgm +share/gimp/1.2/gimpressionist/Brushes/shape01.pgm +share/gimp/1.2/gimpressionist/Brushes/shape02.pgm +share/gimp/1.2/gimpressionist/Brushes/shape03.pgm +share/gimp/1.2/gimpressionist/Brushes/shape04.pgm +share/gimp/1.2/gimpressionist/Brushes/snow1.pgm +share/gimp/1.2/gimpressionist/Brushes/sphere.ppm +share/gimp/1.2/gimpressionist/Brushes/splat1.pgm +share/gimp/1.2/gimpressionist/Brushes/splat2.pgm +share/gimp/1.2/gimpressionist/Brushes/splat3.pgm +share/gimp/1.2/gimpressionist/Brushes/spunge01.pgm +share/gimp/1.2/gimpressionist/Brushes/spunge02.pgm +share/gimp/1.2/gimpressionist/Brushes/spunge03.pgm +share/gimp/1.2/gimpressionist/Brushes/spunge04.pgm +share/gimp/1.2/gimpressionist/Brushes/spunge05.pgm +share/gimp/1.2/gimpressionist/Brushes/strange01.pgm +share/gimp/1.2/gimpressionist/Brushes/thegimp.pgm +share/gimp/1.2/gimpressionist/Brushes/torus.ppm +share/gimp/1.2/gimpressionist/Brushes/wavy.pgm +share/gimp/1.2/gimpressionist/Brushes/weave.pgm +share/gimp/1.2/gimpressionist/Brushes/worm.pgm +share/gimp/1.2/gimpressionist/Paper/bricks.pgm +share/gimp/1.2/gimpressionist/Paper/bricks2.pgm +share/gimp/1.2/gimpressionist/Paper/burlap.pgm +share/gimp/1.2/gimpressionist/Paper/canvas2.pgm +share/gimp/1.2/gimpressionist/Paper/defaultpaper.pgm +share/gimp/1.2/gimpressionist/Paper/marble.pgm +share/gimp/1.2/gimpressionist/Paper/marble2.pgm +share/gimp/1.2/gimpressionist/Paper/stone.pgm +share/gimp/1.2/gimpressionist/Paper/struc.pgm +share/gimp/1.2/gimpressionist/Presets/ApplyCanvas +share/gimp/1.2/gimpressionist/Presets/Ballpark +share/gimp/1.2/gimpressionist/Presets/Canvas +share/gimp/1.2/gimpressionist/Presets/Crosshatch +share/gimp/1.2/gimpressionist/Presets/Cubism +share/gimp/1.2/gimpressionist/Presets/Dotify +share/gimp/1.2/gimpressionist/Presets/Embroidery +share/gimp/1.2/gimpressionist/Presets/Feathers +share/gimp/1.2/gimpressionist/Presets/Felt-marker +share/gimp/1.2/gimpressionist/Presets/Flowerbed +share/gimp/1.2/gimpressionist/Presets/Furry +share/gimp/1.2/gimpressionist/Presets/Line-art +share/gimp/1.2/gimpressionist/Presets/Line-art-2 +share/gimp/1.2/gimpressionist/Presets/Maggot-invasion +share/gimp/1.2/gimpressionist/Presets/MarbleMadness +share/gimp/1.2/gimpressionist/Presets/Mossy +share/gimp/1.2/gimpressionist/Presets/Painted_Rock +share/gimp/1.2/gimpressionist/Presets/Parquette +share/gimp/1.2/gimpressionist/Presets/Patchwork +share/gimp/1.2/gimpressionist/Presets/Ringworks +share/gimp/1.2/gimpressionist/Presets/Sample +share/gimp/1.2/gimpressionist/Presets/Smash +share/gimp/1.2/gimpressionist/Presets/Straws +share/gimp/1.2/gimpressionist/Presets/Weave +share/gimp/1.2/gimpressionist/Presets/Wormcan +share/gimp/1.2/gradients/Abstract_1 +share/gimp/1.2/gradients/Abstract_2 +share/gimp/1.2/gradients/Abstract_3 +share/gimp/1.2/gradients/Aneurism +share/gimp/1.2/gradients/Blinds +share/gimp/1.2/gradients/Blue_Green +share/gimp/1.2/gradients/Browns +share/gimp/1.2/gradients/Brushed_Aluminium +share/gimp/1.2/gradients/Burning_Paper +share/gimp/1.2/gradients/Burning_Transparency +share/gimp/1.2/gradients/CD +share/gimp/1.2/gradients/CD_Half +share/gimp/1.2/gradients/Caribbean_Blues +share/gimp/1.2/gradients/Coffee +share/gimp/1.2/gradients/Cold_Steel +share/gimp/1.2/gradients/Cold_Steel_2 +share/gimp/1.2/gradients/Crown_molding +share/gimp/1.2/gradients/Danish_flag +share/gimp/1.2/gradients/Dark_1 +share/gimp/1.2/gradients/Deep_Sea +share/gimp/1.2/gradients/Default +share/gimp/1.2/gradients/Flare_Glow_Angular_1 +share/gimp/1.2/gradients/Flare_Glow_Radial_1 +share/gimp/1.2/gradients/Flare_Glow_Radial_2 +share/gimp/1.2/gradients/Flare_Glow_Radial_3 +share/gimp/1.2/gradients/Flare_Glow_Radial_4 +share/gimp/1.2/gradients/Flare_Radial_101 +share/gimp/1.2/gradients/Flare_Radial_102 +share/gimp/1.2/gradients/Flare_Radial_103 +share/gimp/1.2/gradients/Flare_Rays_Radial_1 +share/gimp/1.2/gradients/Flare_Rays_Radial_2 +share/gimp/1.2/gradients/Flare_Rays_Size_1 +share/gimp/1.2/gradients/Flare_Sizefac_101 +share/gimp/1.2/gradients/Four_bars +share/gimp/1.2/gradients/French_flag +share/gimp/1.2/gradients/French_flag_smooth +share/gimp/1.2/gradients/Full_saturation_spectrum_CCW +share/gimp/1.2/gradients/Full_saturation_spectrum_CW +share/gimp/1.2/gradients/German_flag +share/gimp/1.2/gradients/German_flag_smooth +share/gimp/1.2/gradients/Golden +share/gimp/1.2/gradients/Greens +share/gimp/1.2/gradients/Horizon_1 +share/gimp/1.2/gradients/Horizon_2 +share/gimp/1.2/gradients/Incandescent +share/gimp/1.2/gradients/Land_1 +share/gimp/1.2/gradients/Land_and_Sea +share/gimp/1.2/gradients/Metallic_Something +share/gimp/1.2/gradients/Mexican_flag +share/gimp/1.2/gradients/Mexican_flag_smooth +share/gimp/1.2/gradients/Nauseating_Headache +share/gimp/1.2/gradients/Neon_Cyan +share/gimp/1.2/gradients/Neon_Green +share/gimp/1.2/gradients/Neon_Yellow +share/gimp/1.2/gradients/Pastel_Rainbow +share/gimp/1.2/gradients/Pastels +share/gimp/1.2/gradients/Purples +share/gimp/1.2/gradients/Radial_Eyeball_Blue +share/gimp/1.2/gradients/Radial_Eyeball_Brown +share/gimp/1.2/gradients/Radial_Eyeball_Green +share/gimp/1.2/gradients/Radial_Glow_1 +share/gimp/1.2/gradients/Radial_Rainbow_Hoop +share/gimp/1.2/gradients/Romanian_flag +share/gimp/1.2/gradients/Romanian_flag_smooth +share/gimp/1.2/gradients/Rounded_edge +share/gimp/1.2/gradients/Shadows_1 +share/gimp/1.2/gradients/Shadows_2 +share/gimp/1.2/gradients/Shadows_3 +share/gimp/1.2/gradients/Skyline +share/gimp/1.2/gradients/Skyline_polluted +share/gimp/1.2/gradients/Square_Wood_Frame +share/gimp/1.2/gradients/Sunrise +share/gimp/1.2/gradients/Three_bars_sin +share/gimp/1.2/gradients/Tropical_Colors +share/gimp/1.2/gradients/Tube_Red +share/gimp/1.2/gradients/Wood_1 +share/gimp/1.2/gradients/Wood_2 +share/gimp/1.2/gradients/Yellow_Contrast +share/gimp/1.2/gradients/Yellow_Orange +share/gimp/1.2/help/C/channels/channel_to_selection.html +share/gimp/1.2/help/C/channels/channels.html +share/gimp/1.2/help/C/channels/delete_channel.html +share/gimp/1.2/help/C/channels/dialogs +share/gimp/1.2/help/C/channels/duplicate_channel.html +share/gimp/1.2/help/C/channels/index.html +share/gimp/1.2/help/C/channels/lower_channel.html +share/gimp/1.2/help/C/channels/raise_channel.html +share/gimp/1.2/help/C/command_line.html +share/gimp/1.2/help/C/contents.html +share/gimp/1.2/help/C/dialogs/about.html +share/gimp/1.2/help/C/dialogs/border_selection.html +share/gimp/1.2/help/C/dialogs/brush_editor.html +share/gimp/1.2/help/C/dialogs/brush_selection.html +share/gimp/1.2/help/C/dialogs/channels/channels.html +share/gimp/1.2/help/C/dialogs/channels/edit_channel_attributes.html +share/gimp/1.2/help/C/dialogs/channels/new_channel.html +share/gimp/1.2/help/C/dialogs/color_selectors/built_in.html +share/gimp/1.2/help/C/dialogs/color_selectors/gtk.html +share/gimp/1.2/help/C/dialogs/color_selectors/triangle.html +share/gimp/1.2/help/C/dialogs/color_selectors/watercolor.html +share/gimp/1.2/help/C/dialogs/convert_to_indexed.html +share/gimp/1.2/help/C/dialogs/copy_named.html +share/gimp/1.2/help/C/dialogs/cut_named.html +share/gimp/1.2/help/C/dialogs/device_status.html +share/gimp/1.2/help/C/dialogs/document_index.html +share/gimp/1.2/help/C/dialogs/edit_qmask_attributes.html +share/gimp/1.2/help/C/dialogs/error_console.html +share/gimp/1.2/help/C/dialogs/feather_selection.html +share/gimp/1.2/help/C/dialogs/file_new.html +share/gimp/1.2/help/C/dialogs/file_open.html +share/gimp/1.2/help/C/dialogs/file_save.html +share/gimp/1.2/help/C/dialogs/gradient_editor/copy_gradient.html +share/gimp/1.2/help/C/dialogs/gradient_editor/delete_gradient.html +share/gimp/1.2/help/C/dialogs/gradient_editor/gradient_editor.html +share/gimp/1.2/help/C/dialogs/gradient_editor/new_gradient.html +share/gimp/1.2/help/C/dialogs/gradient_editor/rename_gradient.html +share/gimp/1.2/help/C/dialogs/gradient_editor/replicate_segment.html +share/gimp/1.2/help/C/dialogs/gradient_editor/save_as_povray.html +share/gimp/1.2/help/C/dialogs/gradient_editor/split_segments_uniformly.html +share/gimp/1.2/help/C/dialogs/gradient_selection.html +share/gimp/1.2/help/C/dialogs/grow_selection.html +share/gimp/1.2/help/C/dialogs/help.html +share/gimp/1.2/help/C/dialogs/index.html +share/gimp/1.2/help/C/dialogs/indexed_palette.html +share/gimp/1.2/help/C/dialogs/info_window.html +share/gimp/1.2/help/C/dialogs/input_devices.html +share/gimp/1.2/help/C/dialogs/layers/add_layer_mask.html +share/gimp/1.2/help/C/dialogs/layers/edit_layer_attributes.html +share/gimp/1.2/help/C/dialogs/layers/layer_boundary_size.html +share/gimp/1.2/help/C/dialogs/layers/layers.html +share/gimp/1.2/help/C/dialogs/layers/merge_visible_layers.html +share/gimp/1.2/help/C/dialogs/layers/new_layer.html +share/gimp/1.2/help/C/dialogs/layers/scale_layer.html +share/gimp/1.2/help/C/dialogs/layers_and_channels.html +share/gimp/1.2/help/C/dialogs/module_browser.html +share/gimp/1.2/help/C/dialogs/navigation_window.html +share/gimp/1.2/help/C/dialogs/offset.html +share/gimp/1.2/help/C/dialogs/palette_editor/delete_palette.html +share/gimp/1.2/help/C/dialogs/palette_editor/import_palette.html +share/gimp/1.2/help/C/dialogs/palette_editor/merge_palette.html +share/gimp/1.2/help/C/dialogs/palette_editor/new_palette.html +share/gimp/1.2/help/C/dialogs/palette_editor/palette_editor.html +share/gimp/1.2/help/C/dialogs/palette_selection.html +share/gimp/1.2/help/C/dialogs/paste_named.html +share/gimp/1.2/help/C/dialogs/paths/edit_path_attributes.html +share/gimp/1.2/help/C/dialogs/paths/export_path.html +share/gimp/1.2/help/C/dialogs/paths/import_path.html +share/gimp/1.2/help/C/dialogs/paths/paths.html +share/gimp/1.2/help/C/dialogs/pattern_selection.html +share/gimp/1.2/help/C/dialogs/preferences/directories.html +share/gimp/1.2/help/C/dialogs/preferences/display.html +share/gimp/1.2/help/C/dialogs/preferences/environment.html +share/gimp/1.2/help/C/dialogs/preferences/interface.html +share/gimp/1.2/help/C/dialogs/preferences/monitor.html +share/gimp/1.2/help/C/dialogs/preferences/new_file.html +share/gimp/1.2/help/C/dialogs/preferences/preferences.html +share/gimp/1.2/help/C/dialogs/preferences/session.html +share/gimp/1.2/help/C/dialogs/really_close.html +share/gimp/1.2/help/C/dialogs/really_quit.html +share/gimp/1.2/help/C/dialogs/revert_image.html +share/gimp/1.2/help/C/dialogs/scale_image.html +share/gimp/1.2/help/C/dialogs/scale_layer_warn.html +share/gimp/1.2/help/C/dialogs/set_canvas_size.html +share/gimp/1.2/help/C/dialogs/shrink_selection.html +share/gimp/1.2/help/C/dialogs/tip_of_the_day.html +share/gimp/1.2/help/C/dialogs/tool_options.html +share/gimp/1.2/help/C/dialogs/undo_history.html +share/gimp/1.2/help/C/file/close.html +share/gimp/1.2/help/C/file/dialogs +share/gimp/1.2/help/C/file/filters +share/gimp/1.2/help/C/file/index.html +share/gimp/1.2/help/C/file/last_opened.html +share/gimp/1.2/help/C/file/open +share/gimp/1.2/help/C/file/quit.html +share/gimp/1.2/help/C/file/save +share/gimp/1.2/help/C/file_formats.html +share/gimp/1.2/help/C/filters/applycanvas.html +share/gimp/1.2/help/C/filters/blinds.html +share/gimp/1.2/help/C/filters/blur.html +share/gimp/1.2/help/C/filters/bz2.html +share/gimp/1.2/help/C/filters/cubism.html +share/gimp/1.2/help/C/filters/fits.html +share/gimp/1.2/help/C/filters/gauss_iir.html +share/gimp/1.2/help/C/filters/gauss_rle.html +share/gimp/1.2/help/C/filters/gih.html +share/gimp/1.2/help/C/filters/gqbist.html +share/gimp/1.2/help/C/filters/gtm.html +share/gimp/1.2/help/C/filters/gz.html +share/gimp/1.2/help/C/filters/hrz.html +share/gimp/1.2/help/C/filters/index.html +share/gimp/1.2/help/C/filters/jpeg.html +share/gimp/1.2/help/C/filters/miff.html +share/gimp/1.2/help/C/filters/oilify.html +share/gimp/1.2/help/C/filters/pat.html +share/gimp/1.2/help/C/filters/pixelize.html +share/gimp/1.2/help/C/filters/png.html +share/gimp/1.2/help/C/filters/pnm.html +share/gimp/1.2/help/C/filters/print.html +share/gimp/1.2/help/C/filters/psd.html +share/gimp/1.2/help/C/filters/psp.html +share/gimp/1.2/help/C/filters/repeat_last.html +share/gimp/1.2/help/C/filters/reshow_last.html +share/gimp/1.2/help/C/filters/ripple.html +share/gimp/1.2/help/C/filters/scatter_hsv.html +share/gimp/1.2/help/C/filters/semiflatten.html +share/gimp/1.2/help/C/filters/sgi.html +share/gimp/1.2/help/C/filters/sharpen.html +share/gimp/1.2/help/C/filters/shift.html +share/gimp/1.2/help/C/filters/sunras.html +share/gimp/1.2/help/C/filters/tga.html +share/gimp/1.2/help/C/filters/tiff.html +share/gimp/1.2/help/C/filters/tile.html +share/gimp/1.2/help/C/filters/undocumented_filter.html +share/gimp/1.2/help/C/filters/url.html +share/gimp/1.2/help/C/filters/vinvert.html +share/gimp/1.2/help/C/filters/wmf.html +share/gimp/1.2/help/C/filters/xwd.html +share/gimp/1.2/help/C/gimp_license.html +share/gimp/1.2/help/C/gimp_remote.html +share/gimp/1.2/help/C/gimptool.html +share/gimp/1.2/help/C/glossary.html +share/gimp/1.2/help/C/image/dialogs +share/gimp/1.2/help/C/image/edit/clear.html +share/gimp/1.2/help/C/image/edit/copy.html +share/gimp/1.2/help/C/image/edit/cut.html +share/gimp/1.2/help/C/image/edit/dialogs +share/gimp/1.2/help/C/image/edit/fill.html +share/gimp/1.2/help/C/image/edit/paste.html +share/gimp/1.2/help/C/image/edit/paste_as_new.html +share/gimp/1.2/help/C/image/edit/paste_into.html +share/gimp/1.2/help/C/image/edit/redo.html +share/gimp/1.2/help/C/image/edit/stroke.html +share/gimp/1.2/help/C/image/edit/undo.html +share/gimp/1.2/help/C/image/file +share/gimp/1.2/help/C/image/filters +share/gimp/1.2/help/C/image/image/colors/auto/equalize.html +share/gimp/1.2/help/C/image/image/colors/desaturate.html +share/gimp/1.2/help/C/image/image/colors/invert.html +share/gimp/1.2/help/C/image/image/dialogs +share/gimp/1.2/help/C/image/image/duplicate.html +share/gimp/1.2/help/C/image/image/mode/convert_to_grayscale.html +share/gimp/1.2/help/C/image/image/mode/convert_to_rgb.html +share/gimp/1.2/help/C/image/image/mode/dialogs +share/gimp/1.2/help/C/image/image/transforms/dialogs +share/gimp/1.2/help/C/image/image_window.html +share/gimp/1.2/help/C/image/index.html +share/gimp/1.2/help/C/image/layers +share/gimp/1.2/help/C/image/select/all.html +share/gimp/1.2/help/C/image/select/dialogs +share/gimp/1.2/help/C/image/select/float.html +share/gimp/1.2/help/C/image/select/invert.html +share/gimp/1.2/help/C/image/select/none.html +share/gimp/1.2/help/C/image/select/save_to_channel.html +share/gimp/1.2/help/C/image/select/sharpen.html +share/gimp/1.2/help/C/image/toolbox +share/gimp/1.2/help/C/image/tools +share/gimp/1.2/help/C/image/view/dialogs +share/gimp/1.2/help/C/image/view/dot_for_dot.html +share/gimp/1.2/help/C/image/view/new_view.html +share/gimp/1.2/help/C/image/view/shrink_wrap.html +share/gimp/1.2/help/C/image/view/snap_to_guides.html +share/gimp/1.2/help/C/image/view/toggle_guides.html +share/gimp/1.2/help/C/image/view/toggle_rulers.html +share/gimp/1.2/help/C/image/view/toggle_selection.html +share/gimp/1.2/help/C/image/view/toggle_statusbar.html +share/gimp/1.2/help/C/image/view/zoom.html +share/gimp/1.2/help/C/images/image_menu.png +share/gimp/1.2/help/C/images/image_window.png +share/gimp/1.2/help/C/images/layers_dialog.png +share/gimp/1.2/help/C/images/layers_menu.png +share/gimp/1.2/help/C/images/print_color.png +share/gimp/1.2/help/C/images/print_main.png +share/gimp/1.2/help/C/images/print_setup.png +share/gimp/1.2/help/C/images/tool_options.png +share/gimp/1.2/help/C/images/toolbox.png +share/gimp/1.2/help/C/index.html +share/gimp/1.2/help/C/introduction.html +share/gimp/1.2/help/C/keyboard_shortcuts.html +share/gimp/1.2/help/C/layers/add_alpha_channel.html +share/gimp/1.2/help/C/layers/alpha_to_selection.html +share/gimp/1.2/help/C/layers/anchor_layer.html +share/gimp/1.2/help/C/layers/apply_mask.html +share/gimp/1.2/help/C/layers/delete_layer.html +share/gimp/1.2/help/C/layers/delete_mask.html +share/gimp/1.2/help/C/layers/dialogs +share/gimp/1.2/help/C/layers/duplicate_layer.html +share/gimp/1.2/help/C/layers/flatten_image.html +share/gimp/1.2/help/C/layers/index.html +share/gimp/1.2/help/C/layers/layer_to_image_size.html +share/gimp/1.2/help/C/layers/mask_to_selection.html +share/gimp/1.2/help/C/layers/merge_down.html +share/gimp/1.2/help/C/layers/stack/stack.html +share/gimp/1.2/help/C/layers/using_layers.html +share/gimp/1.2/help/C/ln7.html +share/gimp/1.2/help/C/main_interface.html +share/gimp/1.2/help/C/open/dialogs +share/gimp/1.2/help/C/open/filters +share/gimp/1.2/help/C/open/index.html +share/gimp/1.2/help/C/open/open_by_extension.html +share/gimp/1.2/help/C/paths/copy_path.html +share/gimp/1.2/help/C/paths/delete_path.html +share/gimp/1.2/help/C/paths/dialogs +share/gimp/1.2/help/C/paths/duplicate_path.html +share/gimp/1.2/help/C/paths/filters +share/gimp/1.2/help/C/paths/index.html +share/gimp/1.2/help/C/paths/new_path.html +share/gimp/1.2/help/C/paths/paste_path.html +share/gimp/1.2/help/C/paths/path_to_selection.html +share/gimp/1.2/help/C/paths/stroke_path.html +share/gimp/1.2/help/C/save/dialogs +share/gimp/1.2/help/C/save/filters +share/gimp/1.2/help/C/save/index.html +share/gimp/1.2/help/C/save/save_by_extension.html +share/gimp/1.2/help/C/toolbox/dialogs +share/gimp/1.2/help/C/toolbox/file +share/gimp/1.2/help/C/toolbox/filters +share/gimp/1.2/help/C/toolbox/help/context_help.html +share/gimp/1.2/help/C/toolbox/help/dialogs +share/gimp/1.2/help/C/toolbox/help/filters +share/gimp/1.2/help/C/toolbox/index.html +share/gimp/1.2/help/C/toolbox/toolbox.html +share/gimp/1.2/help/C/tools/airbrush.html +share/gimp/1.2/help/C/tools/bezier_select.html +share/gimp/1.2/help/C/tools/blend.html +share/gimp/1.2/help/C/tools/brightness_contrast.html +share/gimp/1.2/help/C/tools/bucket_fill.html +share/gimp/1.2/help/C/tools/by_color_select.html +share/gimp/1.2/help/C/tools/clone.html +share/gimp/1.2/help/C/tools/color_balance.html +share/gimp/1.2/help/C/tools/color_picker.html +share/gimp/1.2/help/C/tools/convolve.html +share/gimp/1.2/help/C/tools/crop.html +share/gimp/1.2/help/C/tools/curves.html +share/gimp/1.2/help/C/tools/dodgeburn.html +share/gimp/1.2/help/C/tools/ellipse_select.html +share/gimp/1.2/help/C/tools/eraser.html +share/gimp/1.2/help/C/tools/flip.html +share/gimp/1.2/help/C/tools/free_select.html +share/gimp/1.2/help/C/tools/fuzzy_select.html +share/gimp/1.2/help/C/tools/histogram.html +share/gimp/1.2/help/C/tools/hue_saturation.html +share/gimp/1.2/help/C/tools/index.html +share/gimp/1.2/help/C/tools/ink.html +share/gimp/1.2/help/C/tools/intelligent_scissors.html +share/gimp/1.2/help/C/tools/levels.html +share/gimp/1.2/help/C/tools/magnify.html +share/gimp/1.2/help/C/tools/measure.html +share/gimp/1.2/help/C/tools/move.html +share/gimp/1.2/help/C/tools/paintbrush.html +share/gimp/1.2/help/C/tools/pencil.html +share/gimp/1.2/help/C/tools/posterize.html +share/gimp/1.2/help/C/tools/rect_select.html +share/gimp/1.2/help/C/tools/smudge.html +share/gimp/1.2/help/C/tools/text.html +share/gimp/1.2/help/C/tools/threshold.html +share/gimp/1.2/help/C/tools/transform.html +share/gimp/1.2/help/C/tools/transform_perspective.html +share/gimp/1.2/help/C/tools/transform_rotate.html +share/gimp/1.2/help/C/tools/transform_scale.html +share/gimp/1.2/help/C/tools/transform_shear.html +share/gimp/1.2/help/C/using_gimp.html +share/gimp/1.2/help/C/why_gimp.html +share/gimp/1.2/help/images/anchor_icon.png +share/gimp/1.2/help/images/delete_icon.png +share/gimp/1.2/help/images/duplicate_icon.png +share/gimp/1.2/help/images/eek.png +share/gimp/1.2/help/images/layers_example.png +share/gimp/1.2/help/images/layers_overview.png +share/gimp/1.2/help/images/lower_icon.png +share/gimp/1.2/help/images/new_icon.png +share/gimp/1.2/help/images/note.gif +share/gimp/1.2/help/images/pen_add_icon.png +share/gimp/1.2/help/images/pen_delete_icon.png +share/gimp/1.2/help/images/pen_edit_icon.png +share/gimp/1.2/help/images/pen_normal_icon.png +share/gimp/1.2/help/images/raise_icon.png +share/gimp/1.2/help/images/selection_to_path_icon.png +share/gimp/1.2/help/images/stroke_icon.png +share/gimp/1.2/help/images/tip.gif +share/gimp/1.2/help/images/to_selection_icon.png +share/gimp/1.2/help/images/warning.gif +share/gimp/1.2/help/images/wilber.png +share/gimp/1.2/palettes/Bears +share/gimp/1.2/palettes/Bgold +share/gimp/1.2/palettes/Blues +share/gimp/1.2/palettes/Borders +share/gimp/1.2/palettes/Browns_And_Yellows +share/gimp/1.2/palettes/Caramel +share/gimp/1.2/palettes/Cascade +share/gimp/1.2/palettes/China +share/gimp/1.2/palettes/Coldfire +share/gimp/1.2/palettes/Cool_Colors +share/gimp/1.2/palettes/Cranes +share/gimp/1.2/palettes/Dark_pastels +share/gimp/1.2/palettes/Default +share/gimp/1.2/palettes/Ega +share/gimp/1.2/palettes/Firecode +share/gimp/1.2/palettes/Gold +share/gimp/1.2/palettes/GrayViolet +share/gimp/1.2/palettes/Grayblue +share/gimp/1.2/palettes/Grays +share/gimp/1.2/palettes/Greens +share/gimp/1.2/palettes/Hilite +share/gimp/1.2/palettes/Kahki +share/gimp/1.2/palettes/Lights +share/gimp/1.2/palettes/Muted +share/gimp/1.2/palettes/Named_Colors +share/gimp/1.2/palettes/News3 +share/gimp/1.2/palettes/Op2 +share/gimp/1.2/palettes/Paintjet +share/gimp/1.2/palettes/Pastels +share/gimp/1.2/palettes/Plasma +share/gimp/1.2/palettes/Reds +share/gimp/1.2/palettes/Reds_And_Purples +share/gimp/1.2/palettes/Royal +share/gimp/1.2/palettes/Topographic +share/gimp/1.2/palettes/Visibone +share/gimp/1.2/palettes/Visibone2 +share/gimp/1.2/palettes/Volcano +share/gimp/1.2/palettes/Warm_Colors +share/gimp/1.2/palettes/Web +share/gimp/1.2/patterns/3dgreen.pat +share/gimp/1.2/patterns/3dweave.pat +share/gimp/1.2/patterns/Craters.pat +share/gimp/1.2/patterns/Moonfoot.pat +share/gimp/1.2/patterns/abstract_flowers.pat +share/gimp/1.2/patterns/amethyst.pat +share/gimp/1.2/patterns/bark.pat +share/gimp/1.2/patterns/blackoil.pat +share/gimp/1.2/patterns/blackwhitefloor.pat +share/gimp/1.2/patterns/blob1.pat +share/gimp/1.2/patterns/blob2.pat +share/gimp/1.2/patterns/blue.pat +share/gimp/1.2/patterns/bluebar.pat +share/gimp/1.2/patterns/bluecanyons.pat +share/gimp/1.2/patterns/bluegrid.pat +share/gimp/1.2/patterns/bluemars.pat +share/gimp/1.2/patterns/bluemetal.pat +share/gimp/1.2/patterns/bluespikes.pat +share/gimp/1.2/patterns/bluesquares.pat +share/gimp/1.2/patterns/blueweb.pat +share/gimp/1.2/patterns/brick.pat +share/gimp/1.2/patterns/brownie.pat +share/gimp/1.2/patterns/burlap.pat +share/gimp/1.2/patterns/burlwood.pat +share/gimp/1.2/patterns/bwcubes.pat +share/gimp/1.2/patterns/canyons2.pat +share/gimp/1.2/patterns/cashew.pat +share/gimp/1.2/patterns/chains.pat +share/gimp/1.2/patterns/choc_swirl.pat +share/gimp/1.2/patterns/chroma.pat +share/gimp/1.2/patterns/circuit.pat +share/gimp/1.2/patterns/clouds.pat +share/gimp/1.2/patterns/clovers.pat +share/gimp/1.2/patterns/coins.pat +share/gimp/1.2/patterns/colorblob.pat +share/gimp/1.2/patterns/colored_rock.pat +share/gimp/1.2/patterns/colorwhirl.pat +share/gimp/1.2/patterns/connestoga.pat +share/gimp/1.2/patterns/contrawhirl.pat +share/gimp/1.2/patterns/corkboard.pat +share/gimp/1.2/patterns/cow.pat +share/gimp/1.2/patterns/cracked.pat +share/gimp/1.2/patterns/crash1.pat +share/gimp/1.2/patterns/crazytile.pat +share/gimp/1.2/patterns/crinklepaper.pat +share/gimp/1.2/patterns/crystals.pat +share/gimp/1.2/patterns/curvedledge.pat +share/gimp/1.2/patterns/deepswirl.pat +share/gimp/1.2/patterns/diffpat.pat +share/gimp/1.2/patterns/dirt.pat +share/gimp/1.2/patterns/disco.pat +share/gimp/1.2/patterns/drymud.pat +share/gimp/1.2/patterns/dunemaze.pat +share/gimp/1.2/patterns/dunes.pat +share/gimp/1.2/patterns/eggcarton.pat +share/gimp/1.2/patterns/electric-blue-ribbons.pat +share/gimp/1.2/patterns/electric.pat +share/gimp/1.2/patterns/etbf.pat +share/gimp/1.2/patterns/fibers.pat +share/gimp/1.2/patterns/floor_tile.pat +share/gimp/1.2/patterns/funnyblobs.pat +share/gimp/1.2/patterns/funnymess.pat +share/gimp/1.2/patterns/funnymess2.pat +share/gimp/1.2/patterns/fuzzy-colors.pat +share/gimp/1.2/patterns/gold.pat +share/gimp/1.2/patterns/goldcloth.pat +share/gimp/1.2/patterns/granite1.pat +share/gimp/1.2/patterns/granite2.pat +share/gimp/1.2/patterns/green_curtains.pat +share/gimp/1.2/patterns/green_eek.pat +share/gimp/1.2/patterns/greyweave.pat +share/gimp/1.2/patterns/greyweave2.pat +share/gimp/1.2/patterns/grid.pat +share/gimp/1.2/patterns/gridwhirltile.pat +share/gimp/1.2/patterns/ground1.pat +share/gimp/1.2/patterns/headache.pat +share/gimp/1.2/patterns/ice.pat +share/gimp/1.2/patterns/ice2.pat +share/gimp/1.2/patterns/icechex.pat +share/gimp/1.2/patterns/inlay.pat +share/gimp/1.2/patterns/java.pat +share/gimp/1.2/patterns/krinkle.pat +share/gimp/1.2/patterns/land1.pat +share/gimp/1.2/patterns/land2.pat +share/gimp/1.2/patterns/lathe.pat +share/gimp/1.2/patterns/leather.pat +share/gimp/1.2/patterns/leaves.pat +share/gimp/1.2/patterns/leaves3.pat +share/gimp/1.2/patterns/leaves4.pat +share/gimp/1.2/patterns/leaves6.pat +share/gimp/1.2/patterns/leopard.pat +share/gimp/1.2/patterns/lightning.pat +share/gimp/1.2/patterns/lumps.pat +share/gimp/1.2/patterns/marble1.pat +share/gimp/1.2/patterns/marble2.pat +share/gimp/1.2/patterns/marble3.pat +share/gimp/1.2/patterns/meltedcolors.pat +share/gimp/1.2/patterns/metallica.pat +share/gimp/1.2/patterns/metalpaths.pat +share/gimp/1.2/patterns/mhuerock.pat +share/gimp/1.2/patterns/money.pat +share/gimp/1.2/patterns/neurons.pat +share/gimp/1.2/patterns/nops.pat +share/gimp/1.2/patterns/novaugh.pat +share/gimp/1.2/patterns/oooh.pat +share/gimp/1.2/patterns/oooh3.pat +share/gimp/1.2/patterns/orange_eek.pat +share/gimp/1.2/patterns/orangebrown.pat +share/gimp/1.2/patterns/orangecheese.pat +share/gimp/1.2/patterns/paint-explosion.pat +share/gimp/1.2/patterns/paper.pat +share/gimp/1.2/patterns/parque1.pat +share/gimp/1.2/patterns/parque2.pat +share/gimp/1.2/patterns/parque3.pat +share/gimp/1.2/patterns/pastel.pat +share/gimp/1.2/patterns/pastel2.pat +share/gimp/1.2/patterns/pebbles.pat +share/gimp/1.2/patterns/pine.pat +share/gimp/1.2/patterns/pink_marble.pat +share/gimp/1.2/patterns/pixeled1.pat +share/gimp/1.2/patterns/pj.pat +share/gimp/1.2/patterns/pool.pat +share/gimp/1.2/patterns/psycho1.pat +share/gimp/1.2/patterns/purple-ribbons.pat +share/gimp/1.2/patterns/purple.pat +share/gimp/1.2/patterns/purple_glow.pat +share/gimp/1.2/patterns/qube1.pat +share/gimp/1.2/patterns/rain.pat +share/gimp/1.2/patterns/recessed.pat +share/gimp/1.2/patterns/redcube.pat +share/gimp/1.2/patterns/redishstuff.pat +share/gimp/1.2/patterns/redmess.pat +share/gimp/1.2/patterns/redrings.pat +share/gimp/1.2/patterns/rock.pat +share/gimp/1.2/patterns/rust.pat +share/gimp/1.2/patterns/sandytext.pat +share/gimp/1.2/patterns/send1.pat +share/gimp/1.2/patterns/silver.pat +share/gimp/1.2/patterns/sky.pat +share/gimp/1.2/patterns/slate.pat +share/gimp/1.2/patterns/slice1.pat +share/gimp/1.2/patterns/sm_squares.pat +share/gimp/1.2/patterns/spectbar.pat +share/gimp/1.2/patterns/starfield.pat +share/gimp/1.2/patterns/startile.pat +share/gimp/1.2/patterns/stone33.pat +share/gimp/1.2/patterns/swirl.pat +share/gimp/1.2/patterns/swirl2.pat +share/gimp/1.2/patterns/terra.pat +share/gimp/1.2/patterns/torrents.pat +share/gimp/1.2/patterns/tube.pat +share/gimp/1.2/patterns/unsharpswirl.pat +share/gimp/1.2/patterns/walnut.pat +share/gimp/1.2/patterns/warning.pat +share/gimp/1.2/patterns/water3.pat +share/gimp/1.2/patterns/waves.pat +share/gimp/1.2/patterns/wax.pat +share/gimp/1.2/patterns/weird2.pat +share/gimp/1.2/patterns/whirledstuff.pat +share/gimp/1.2/patterns/wood1.pat +share/gimp/1.2/patterns/wood2.pat +share/gimp/1.2/patterns/wood3.pat +share/gimp/1.2/patterns/wood4.pat +share/gimp/1.2/patterns/wood5.pat +share/gimp/1.2/patterns/woodblind.pat +share/gimp/1.2/patterns/worn_metal_chex.pat +share/gimp/1.2/scripts/3d-outline.scm +share/gimp/1.2/scripts/3dTruchet.scm +share/gimp/1.2/scripts/add-bevel.scm +share/gimp/1.2/scripts/addborder.scm +share/gimp/1.2/scripts/alien-glow-arrow.scm +share/gimp/1.2/scripts/alien-glow-bar.scm +share/gimp/1.2/scripts/alien-glow-bullet.scm +share/gimp/1.2/scripts/alien-glow-button.scm +share/gimp/1.2/scripts/alien-glow-logo.scm +share/gimp/1.2/scripts/alien-neon-logo.scm +share/gimp/1.2/scripts/asc2img.scm +share/gimp/1.2/scripts/basic1-logo.scm +share/gimp/1.2/scripts/basic2-logo.scm +share/gimp/1.2/scripts/beavis.jpg +share/gimp/1.2/scripts/beveled-button.scm +share/gimp/1.2/scripts/beveled-pattern-arrow.scm +share/gimp/1.2/scripts/beveled-pattern-bullet.scm +share/gimp/1.2/scripts/beveled-pattern-button.scm +share/gimp/1.2/scripts/beveled-pattern-heading.scm +share/gimp/1.2/scripts/beveled-pattern-hrule.scm +share/gimp/1.2/scripts/blend-anim.scm +share/gimp/1.2/scripts/blended-logo.scm +share/gimp/1.2/scripts/bovinated-logo.scm +share/gimp/1.2/scripts/camo.scm +share/gimp/1.2/scripts/carve-it.scm +share/gimp/1.2/scripts/carved-logo.scm +share/gimp/1.2/scripts/chalk.scm +share/gimp/1.2/scripts/chip-away.scm +share/gimp/1.2/scripts/chrome-it.scm +share/gimp/1.2/scripts/chrome-logo.scm +share/gimp/1.2/scripts/circuit.scm +share/gimp/1.2/scripts/clothify.scm +share/gimp/1.2/scripts/coffee.scm +share/gimp/1.2/scripts/comic-logo.scm +share/gimp/1.2/scripts/coolmetal-logo.scm +share/gimp/1.2/scripts/copy-visible.scm +share/gimp/1.2/scripts/crystal-logo.scm +share/gimp/1.2/scripts/distress_selection.scm +share/gimp/1.2/scripts/drop-shadow.scm +share/gimp/1.2/scripts/erase-rows.scm +share/gimp/1.2/scripts/fade-outline.scm +share/gimp/1.2/scripts/flatland.scm +share/gimp/1.2/scripts/font-map.scm +share/gimp/1.2/scripts/frosty-logo.scm +share/gimp/1.2/scripts/fuzzyborder.scm +share/gimp/1.2/scripts/gimp-headers.scm +share/gimp/1.2/scripts/gimp-labels.scm +share/gimp/1.2/scripts/glossy.scm +share/gimp/1.2/scripts/glowing-logo.scm +share/gimp/1.2/scripts/gradient-bevel-logo.scm +share/gimp/1.2/scripts/gradient-example.scm +share/gimp/1.2/scripts/grid-system.scm +share/gimp/1.2/scripts/hsv-graph.scm +share/gimp/1.2/scripts/i26-gunya2.scm +share/gimp/1.2/scripts/image-structure.scm +share/gimp/1.2/scripts/land.scm +share/gimp/1.2/scripts/lava.scm +share/gimp/1.2/scripts/line-nova.scm +share/gimp/1.2/scripts/mkbrush.scm +share/gimp/1.2/scripts/neon-logo.scm +share/gimp/1.2/scripts/news-text.scm +share/gimp/1.2/scripts/old_photo.scm +share/gimp/1.2/scripts/perspective-shadow.scm +share/gimp/1.2/scripts/predator.scm +share/gimp/1.2/scripts/pupi-button.scm +share/gimp/1.2/scripts/rendermap.scm +share/gimp/1.2/scripts/ripply-anim.scm +share/gimp/1.2/scripts/round-corners.scm +share/gimp/1.2/scripts/sel-to-anim-img.scm +share/gimp/1.2/scripts/select_to_brush.scm +share/gimp/1.2/scripts/select_to_image.scm +share/gimp/1.2/scripts/selection-round.scm +share/gimp/1.2/scripts/slide.scm +share/gimp/1.2/scripts/sota-chrome-logo.scm +share/gimp/1.2/scripts/speed-text.scm +share/gimp/1.2/scripts/sphere.scm +share/gimp/1.2/scripts/spinning_globe.scm +share/gimp/1.2/scripts/starburst-logo.scm +share/gimp/1.2/scripts/starscape-logo.scm +share/gimp/1.2/scripts/swirltile.scm +share/gimp/1.2/scripts/swirly-pattern.scm +share/gimp/1.2/scripts/t-o-p-logo.scm +share/gimp/1.2/scripts/text-circle.scm +share/gimp/1.2/scripts/texture.jpg +share/gimp/1.2/scripts/texture1.jpg +share/gimp/1.2/scripts/texture2.jpg +share/gimp/1.2/scripts/texture3.jpg +share/gimp/1.2/scripts/textured-logo.scm +share/gimp/1.2/scripts/tileblur.scm +share/gimp/1.2/scripts/title-header.scm +share/gimp/1.2/scripts/trochoid.scm +share/gimp/1.2/scripts/truchet.scm +share/gimp/1.2/scripts/unsharp-mask.scm +share/gimp/1.2/scripts/waves-anim.scm +share/gimp/1.2/scripts/weave.scm +share/gimp/1.2/scripts/web-browser.scm +share/gimp/1.2/scripts/xach-effect.scm +share/gimp/1.2/tips/gimp_conseils.fr.txt +share/gimp/1.2/tips/gimp_tips.cs.txt +share/gimp/1.2/tips/gimp_tips.de.txt +share/gimp/1.2/tips/gimp_tips.es.txt +share/gimp/1.2/tips/gimp_tips.it.txt +share/gimp/1.2/tips/gimp_tips.ja.txt +share/gimp/1.2/tips/gimp_tips.ko.txt +share/gimp/1.2/tips/gimp_tips.pl.txt +share/gimp/1.2/tips/gimp_tips.ru.txt +share/gimp/1.2/tips/gimp_tips.txt +share/gimp/1.2/tips/gimp_tips.uk.txt +share/gimp/1.2/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/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/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/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/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/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 +@dirrm share/locale/uk/LC_MESSAGES +@dirrm share/locale/sv/LC_MESSAGES +@dirrm share/locale/sk/LC_MESSAGES +@dirrm share/locale/ru/LC_MESSAGES +@dirrm share/locale/pt_BR/LC_MESSAGES +@dirrm share/locale/pl/LC_MESSAGES +@dirrm share/locale/no/LC_MESSAGES +@dirrm share/locale/nl/LC_MESSAGES +@dirrm share/locale/ko/LC_MESSAGES +@dirrm share/locale/ja/LC_MESSAGES +@dirrm share/locale/it/LC_MESSAGES +@dirrm share/locale/hu/LC_MESSAGES +@dirrm share/locale/hr/LC_MESSAGES +@dirrm share/locale/gl/LC_MESSAGES +@dirrm share/locale/ga/LC_MESSAGES +@dirrm share/locale/fr/LC_MESSAGES +@dirrm share/locale/fi/LC_MESSAGES +@dirrm share/locale/es/LC_MESSAGES +@dirrm share/locale/en_GB/LC_MESSAGES +@dirrm share/locale/de/LC_MESSAGES +@dirrm share/locale/da/LC_MESSAGES +@dirrm share/locale/cs/LC_MESSAGES +@dirrm share/locale/ca/LC_MESSAGES +@dirrm share/gimp/1.2/tips +@dirrm share/gimp/1.2/scripts +@dirrm share/gimp/1.2/patterns +@dirrm share/gimp/1.2/palettes +@dirrm share/gimp/1.2/help/images +@dirrm share/gimp/1.2/help/C/tools +@dirrm share/gimp/1.2/help/C/toolbox/help +@dirrm share/gimp/1.2/help/C/toolbox +@dirrm share/gimp/1.2/help/C/save +@dirrm share/gimp/1.2/help/C/paths +@dirrm share/gimp/1.2/help/C/open +@dirrm share/gimp/1.2/help/C/layers/stack +@dirrm share/gimp/1.2/help/C/layers +@dirrm share/gimp/1.2/help/C/images +@dirrm share/gimp/1.2/help/C/image/view +@dirrm share/gimp/1.2/help/C/image/select +@dirrm share/gimp/1.2/help/C/image/image/transforms +@dirrm share/gimp/1.2/help/C/image/image/mode +@dirrm share/gimp/1.2/help/C/image/image/colors/auto +@dirrm share/gimp/1.2/help/C/image/image/colors +@dirrm share/gimp/1.2/help/C/image/image +@dirrm share/gimp/1.2/help/C/image/edit +@dirrm share/gimp/1.2/help/C/image +@dirrm share/gimp/1.2/help/C/filters +@dirrm share/gimp/1.2/help/C/file +@dirrm share/gimp/1.2/help/C/dialogs/preferences +@dirrm share/gimp/1.2/help/C/dialogs/paths +@dirrm share/gimp/1.2/help/C/dialogs/palette_editor +@dirrm share/gimp/1.2/help/C/dialogs/layers +@dirrm share/gimp/1.2/help/C/dialogs/gradient_editor +@dirrm share/gimp/1.2/help/C/dialogs/color_selectors +@dirrm share/gimp/1.2/help/C/dialogs/channels +@dirrm share/gimp/1.2/help/C/dialogs +@dirrm share/gimp/1.2/help/C/channels +@dirrm share/gimp/1.2/help/C +@dirrm share/gimp/1.2/gradients +@dirrm share/gimp/1.2/gimpressionist/Presets +@dirrm share/gimp/1.2/gimpressionist/Paper +@dirrm share/gimp/1.2/gimpressionist/Brushes +@dirrm share/gimp/1.2/gflare +@dirrm share/gimp/1.2/gfig +@dirrm share/gimp/1.2/fractalexplorer +@dirrm share/gimp/1.2/devel-docs/html/libgimp +@dirrm share/gimp/1.2/brushes +@dirrm share/gimp/1.2 +@dirrm share/aclocal +@dirrm lib/gimp/1.2/plug-ins +@dirrm lib/gimp/1.2/modules @dirrm include/libgimp @dirrm include/gck -@dirrm lib/gimp/1.0/plug-ins -@dirrm lib/gimp/1.0 -@dirrm lib/gimp -@dirrm share/gimp/scripts -@dirrm share/gimp/brushes -@dirrm share/gimp/gfig -@dirrm share/gimp/gradients -@dirrm share/gimp/palettes -@dirrm share/gimp/patterns -@dirrm share/gimp +@dirrm etc/gimp/1.2 |