diff options
Diffstat (limited to 'graphics/gimp-devel')
-rw-r--r-- | graphics/gimp-devel/Makefile | 47 | ||||
-rw-r--r-- | graphics/gimp-devel/distinfo | 2 | ||||
-rw-r--r-- | graphics/gimp-devel/files/patch-aa | 20 | ||||
-rw-r--r-- | graphics/gimp-devel/files/patch-ab | 13 | ||||
-rw-r--r-- | graphics/gimp-devel/files/patch-ac | 222 | ||||
-rw-r--r-- | graphics/gimp-devel/files/patch-ah | 36 | ||||
-rw-r--r-- | graphics/gimp-devel/files/patch-am | 19 | ||||
-rw-r--r-- | graphics/gimp-devel/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/gimp-devel/pkg-descr | 19 | ||||
-rw-r--r-- | graphics/gimp-devel/pkg-message | 7 | ||||
-rw-r--r-- | graphics/gimp-devel/pkg-plist | 646 |
11 files changed, 0 insertions, 1032 deletions
diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile deleted file mode 100644 index f8e48204f0b9..000000000000 --- a/graphics/gimp-devel/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: Gimp -# Version required: 1.0.2 -# Date created: Mon Nov 18 21:28:43 CST 1996 -# Whom: erich@FreeBSD.org -# -# $Id: Makefile,v 1.51 1998/11/25 09:01:18 asami Exp $ -# - -DISTNAME= gimp-1.0.2 -CATEGORIES= graphics -MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v1.0/v1.0.2/ \ - ftp://ftp.cs.umn.edu/pub/gimp/gimp/v1.0/v1.0.2/ \ - http://www.ameth.org/gimp/pub/gimp/v1.0/v1.0.2/ -DISTFILES= gimp-1.0.2.tar.gz gimp-data-extras-1.0.0.tar.gz - -MAINTAINER= erich@FreeBSD.org - -LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm -LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib -LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg -LIB_DEPENDS+= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10 -LIB_DEPENDS+= mpeg.1:${PORTSDIR}/graphics/mpeg-lib -LIB_DEPENDS+= png.3:${PORTSDIR}/graphics/png -LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff34 - -USE_X_PREFIX= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ - -I${LOCALBASE}/include" \ - GTK_CONFIG="${X11BASE}/bin/gtk10-config" \ - LIBS=-L${LOCALBASE}/lib INSTALL_SCRIPT='$${INSTALL} -m 755' - -MAN1= gimp.1 gimptool.1 -MAN3= gpc.3 - -DATASTUFF= brushes palettes gradients patterns - -post-install: - ${MKDIR} ${PREFIX}/share/gimp/; - cd ${WRKDIR}/gimp-data-extras-1.0.0; \ - tar -cf - --exclude '*Makefile*' ${DATASTUFF} |\ - (cd ${PREFIX}/share/gimp/; tar -xvf -) - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - @${CAT} ${PKGDIR}/MESSAGE - -.include <bsd.port.mk> diff --git a/graphics/gimp-devel/distinfo b/graphics/gimp-devel/distinfo deleted file mode 100644 index 64ee64bd4383..000000000000 --- a/graphics/gimp-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gimp-1.0.2.tar.gz) = 39a8d5e927c7deecbcad7fd832239ea3 -MD5 (gimp-data-extras-1.0.0.tar.gz) = 62fbffda0fdc34e89f04fb70c8e17672 diff --git a/graphics/gimp-devel/files/patch-aa b/graphics/gimp-devel/files/patch-aa deleted file mode 100644 index db75e4e1092b..000000000000 --- a/graphics/gimp-devel/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- app/main.c.orig Mon Sep 21 17:15:18 1998 -+++ app/main.c Tue Sep 29 22:24:17 1998 -@@ -16,6 +16,7 @@ - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - #include "config.h" -+#include <floatingpoint.h> - #include <locale.h> - #include <stdio.h> - #include <stdlib.h> -@@ -94,6 +95,9 @@ - - /* Initialize variables */ - prog_name = argv[0]; -+ -+ /* Ignore floating point exceptions */ -+ fpsetmask(0); - - /* Initialize Gtk toolkit */ - gtk_set_locale (); diff --git a/graphics/gimp-devel/files/patch-ab b/graphics/gimp-devel/files/patch-ab deleted file mode 100644 index f176e017d798..000000000000 --- a/graphics/gimp-devel/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- plug-ins/url/url.c.orig Sat May 30 15:32:36 1998 -+++ plug-ins/url/url.c Sun Jun 7 10:09:34 1998 -@@ -146,8 +146,8 @@ - } - else if (pid == 0) - { -- execlp ("wget", "wget", filename, "-O", tmpname, NULL); -- g_message ("url: exec failed: wget: %s\n", g_strerror(errno)); -+ execlp ("fetch", "fetch", filename, "-p -o", tmpname, NULL); -+ g_message ("url: exec failed: fetch: %s\n", g_strerror(errno)); - _exit(127); - } - else diff --git a/graphics/gimp-devel/files/patch-ac b/graphics/gimp-devel/files/patch-ac deleted file mode 100644 index 109f237f4968..000000000000 --- a/graphics/gimp-devel/files/patch-ac +++ /dev/null @@ -1,222 +0,0 @@ ---- plug-ins/gpc/Makefile.am.orig Tue Sep 29 22:29:19 1998 -+++ plug-ins/gpc/Makefile.am Tue Sep 29 22:30:55 1998 -@@ -1,11 +1,15 @@ - ## Process this file with automake to produce Makefile.in - - pluginlibdir = $(libdir) -+gimpincludedir = $(includedir) - - pluginlib_LIBRARIES = libgpc.a - - libgpc_a_SOURCES = \ -- gpc.c gpc.h -+ gpc.c -+ -+gimpinclude_HEADERS = \ -+ gpc.h - - INCLUDES = \ - $(X_CFLAGS) \ ---- plug-ins/gpc/Makefile.in.orig Tue Sep 29 22:29:22 1998 -+++ plug-ins/gpc/Makefile.in Tue Sep 29 22:31:20 1998 -@@ -116,11 +116,15 @@ - patterndata = @patterndata@ - - pluginlibdir = $(libdir) -+gimpincludedir = $(includedir) - - pluginlib_LIBRARIES = libgpc.a - - libgpc_a_SOURCES = \ -- gpc.c gpc.h -+ gpc.c -+ -+gimpinclude_HEADERS = \ -+ gpc.h - - INCLUDES = \ - $(X_CFLAGS) \ -@@ -162,6 +166,8 @@ - MANS = $(man_MANS) - - NROFF = nroff -+HEADERS = $(gimpinclude_HEADERS) -+ - DIST_COMMON = Makefile.am Makefile.in - - -@@ -169,17 +175,18 @@ - - TAR = tar - GZIP = --best -+DEP_FILES = .deps/gpc.P - SOURCES = $(libgpc_a_SOURCES) - OBJECTS = $(libgpc_a_OBJECTS) - --all: Makefile $(LIBRARIES) $(MANS) -+all: Makefile $(LIBRARIES) $(MANS) $(HEADERS) - - .SUFFIXES: - .SUFFIXES: .S .c .lo .o .s - $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) -- cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps plug-ins/gpc/Makefile -+ cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/gpc/Makefile - --Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status -+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) - cd $(top_builddir) \ - && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status - -@@ -216,9 +223,6 @@ - rm -f $(DESTDIR)$(pluginlibdir)/$$p; \ - done - --.c.o: -- $(COMPILE) -c $< -- - .s.o: - $(COMPILE) -c $< - -@@ -235,9 +239,6 @@ - - maintainer-clean-compile: - --.c.lo: -- $(LIBTOOL) --mode=compile $(COMPILE) -c $< -- - .s.lo: - $(LIBTOOL) --mode=compile $(COMPILE) -c $< - -@@ -298,6 +299,21 @@ - @$(NORMAL_UNINSTALL) - $(MAKE) uninstall-man3 - -+install-gimpincludeHEADERS: $(gimpinclude_HEADERS) -+ @$(NORMAL_INSTALL) -+ $(mkinstalldirs) $(DESTDIR)$(gimpincludedir) -+ @list='$(gimpinclude_HEADERS)'; for p in $$list; do \ -+ if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \ -+ echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(gimpincludedir)/$$p"; \ -+ $(INSTALL_DATA) $$d$$p $(DESTDIR)$(gimpincludedir)/$$p; \ -+ done -+ -+uninstall-gimpincludeHEADERS: -+ @$(NORMAL_UNINSTALL) -+ list='$(gimpinclude_HEADERS)'; for p in $$list; do \ -+ rm -f $(DESTDIR)$(gimpincludedir)/$$p; \ -+ done -+ - tags: TAGS - - ID: $(HEADERS) $(SOURCES) $(LISP) -@@ -328,6 +344,11 @@ - subdir = plug-ins/gpc - - distdir: $(DISTFILES) -+ here=`cd $(top_builddir) && pwd`; \ -+ top_distdir=`cd $(top_distdir) && pwd`; \ -+ distdir=`cd $(distdir) && pwd`; \ -+ cd $(top_srcdir) \ -+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu plug-ins/gpc/Makefile - @for file in $(DISTFILES); do \ - d=$(srcdir); \ - test -f $(distdir)/$$file \ -@@ -335,6 +356,29 @@ - || cp -p $$d/$$file $(distdir)/$$file; \ - done - -+DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) -+ -+-include $(DEP_FILES) -+ -+mostlyclean-depend: -+ -+clean-depend: -+ -+distclean-depend: -+ -+maintainer-clean-depend: -+ -rm -rf .deps -+ -+%.o: %.c -+ @echo '$(COMPILE) -c $<'; \ -+ $(COMPILE) -Wp,-MD,.deps/$(*F).P -c $< -+ -+%.lo: %.c -+ @echo '$(LTCOMPILE) -c $<'; \ -+ $(LTCOMPILE) -Wp,-MD,.deps/$(*F).p -c $< -+ @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \ -+ < .deps/$(*F).p > .deps/$(*F).P -+ @-rm -f .deps/$(*F).p - info: - dvi: - check: all -@@ -343,18 +387,19 @@ - install-exec: - @$(NORMAL_INSTALL) - --install-data: install-pluginlibLIBRARIES install-man -+install-data: install-pluginlibLIBRARIES install-man install-gimpincludeHEADERS - @$(NORMAL_INSTALL) - - install: install-exec install-data all - @: - --uninstall: uninstall-pluginlibLIBRARIES uninstall-man -+uninstall: uninstall-pluginlibLIBRARIES uninstall-man uninstall-gimpincludeHEADERS - - install-strip: - $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install - installdirs: -- $(mkinstalldirs) $(DATADIR)$(pluginlibdir) $(DESTDIR)$(mandir)/man3 -+ $(mkinstalldirs) $(DATADIR)$(pluginlibdir) $(DESTDIR)$(mandir)/man3 \ -+ $(DATADIR)$(gimpincludedir) - - - mostlyclean-generic: -@@ -372,22 +417,22 @@ - -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) - -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) - mostlyclean: mostlyclean-pluginlibLIBRARIES mostlyclean-compile \ -- mostlyclean-libtool mostlyclean-tags \ -+ mostlyclean-libtool mostlyclean-tags mostlyclean-depend \ - mostlyclean-generic - - clean: clean-pluginlibLIBRARIES clean-compile clean-libtool clean-tags \ -- clean-generic mostlyclean -+ clean-depend clean-generic mostlyclean - - distclean: distclean-pluginlibLIBRARIES distclean-compile \ -- distclean-libtool distclean-tags distclean-generic \ -- clean -+ distclean-libtool distclean-tags distclean-depend \ -+ distclean-generic clean - -rm -f config.status - -rm -f libtool - - maintainer-clean: maintainer-clean-pluginlibLIBRARIES \ - maintainer-clean-compile maintainer-clean-libtool \ -- maintainer-clean-tags maintainer-clean-generic \ -- distclean -+ maintainer-clean-tags maintainer-clean-depend \ -+ maintainer-clean-generic distclean - @echo "This command is intended for maintainers to use;" - @echo "it deletes files that may require special tools to rebuild." - -@@ -397,10 +442,12 @@ - mostlyclean-compile distclean-compile clean-compile \ - maintainer-clean-compile mostlyclean-libtool distclean-libtool \ - clean-libtool maintainer-clean-libtool install-man3 uninstall-man3 \ --install-man uninstall-man tags mostlyclean-tags distclean-tags \ --clean-tags maintainer-clean-tags distdir info dvi installcheck \ --install-exec install-data install uninstall all installdirs \ --mostlyclean-generic distclean-generic clean-generic \ -+install-man uninstall-man uninstall-gimpincludeHEADERS \ -+install-gimpincludeHEADERS tags mostlyclean-tags distclean-tags \ -+clean-tags maintainer-clean-tags distdir mostlyclean-depend \ -+distclean-depend clean-depend maintainer-clean-depend info dvi \ -+installcheck install-exec install-data install uninstall all \ -+installdirs mostlyclean-generic distclean-generic clean-generic \ - maintainer-clean-generic clean mostlyclean distclean maintainer-clean - - diff --git a/graphics/gimp-devel/files/patch-ah b/graphics/gimp-devel/files/patch-ah deleted file mode 100644 index 9d364506b01c..000000000000 --- a/graphics/gimp-devel/files/patch-ah +++ /dev/null @@ -1,36 +0,0 @@ ---- configure.in.orig Sun Sep 27 16:50:04 1998 -+++ configure.in Tue Sep 29 22:28:31 1998 -@@ -358,7 +358,7 @@ - LIBS="$gimp_save_LIBS" - - gimpdatadir=$datadir/gimp --gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION -+gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION - - brushdata=`ls -1 $srcdir/data/brushes | grep -v Makefile` - gradientdata=`ls -1 $srcdir/data/gradients | grep -v Makefile` ---- configure.orig Mon Sep 28 06:00:09 1998 -+++ configure Tue Sep 29 22:28:31 1998 -@@ -4379,7 +4379,7 @@ - LIBS="$gimp_save_LIBS" - - gimpdatadir=$datadir/gimp --gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION -+gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION - - brushdata=`ls -1 $srcdir/data/brushes | grep -v Makefile` - gradientdata=`ls -1 $srcdir/data/gradients | grep -v Makefile` ---- Makefile.in.orig Wed Sep 30 00:52:20 1998 -+++ Makefile.in Wed Sep 30 00:52:41 1998 -@@ -440,9 +440,9 @@ - - install-exec-am: install-binSCRIPTS - --install-data-am: install-gimpdataSCRIPTS install-man install-gimpdataDATA install-m4dataDATA -+install-data-am: install-gimpdataSCRIPTS install-man install-gimpdataDATA - --uninstall-am: uninstall-binSCRIPTS uninstall-gimpdataSCRIPTS uninstall-man uninstall-gimpdataDATA uninstall-m4dataDATA -+uninstall-am: uninstall-binSCRIPTS uninstall-gimpdataSCRIPTS uninstall-man uninstall-gimpdataDATA - - install-exec: install-exec-recursive install-exec-am - @$(NORMAL_INSTALL) diff --git a/graphics/gimp-devel/files/patch-am b/graphics/gimp-devel/files/patch-am deleted file mode 100644 index 368e279354da..000000000000 --- a/graphics/gimp-devel/files/patch-am +++ /dev/null @@ -1,19 +0,0 @@ ---- libgimp/gimp.c.orig Tue Sep 29 22:35:20 1998 -+++ libgimp/gimp.c Tue Sep 29 22:36:00 1998 -@@ -19,6 +19,7 @@ - #include "config.h" - - #include <errno.h> -+#include <floatingpoint.h> - #include <signal.h> - #include <stdarg.h> - #include <stdio.h> -@@ -95,6 +96,8 @@ - } - - progname = argv[0]; -+ -+ fpsetmask(0); - - signal (SIGHUP, gimp_signal); - signal (SIGINT, gimp_signal); diff --git a/graphics/gimp-devel/pkg-comment b/graphics/gimp-devel/pkg-comment deleted file mode 100644 index 48ee7cdbe88a..000000000000 --- a/graphics/gimp-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -developer's beta release of the General Image Manipulation Program diff --git a/graphics/gimp-devel/pkg-descr b/graphics/gimp-devel/pkg-descr deleted file mode 100644 index 49008ee52473..000000000000 --- a/graphics/gimp-devel/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -This is the developer's pre-release of the GIMP. - -The GIMP is designed to provide an intuitive graphical interface to a -variety of image editing operations. Here is a list of the GIMP's -major features: - - Image editing - ------------- - - * Selection tools including rectangle, ellipse, free, fuzzy, bezier - and intelligent. - * Transformation tools including rotate, scale, shear and flip. - * Painting tools including bucket, brush, airbrush, clone, convolve, - blend and text. - * Effects filters (such as blur, edge detect). - * Channel & color operations (such as add, composite, decompose). - * Plug-ins which allow for the easy addition of new file formats and - new effect filters. - * Multiple undo/redo. diff --git a/graphics/gimp-devel/pkg-message b/graphics/gimp-devel/pkg-message deleted file mode 100644 index 1f18d33acf95..000000000000 --- a/graphics/gimp-devel/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ -********************************************************* -* * -* If you want to use autoconf with gimp, * -* Please copy gimp.m4 to /usr/local/share/aclocal * -* by yourself, thanks. * -* * -********************************************************* diff --git a/graphics/gimp-devel/pkg-plist b/graphics/gimp-devel/pkg-plist deleted file mode 100644 index 42cc27d568cb..000000000000 --- a/graphics/gimp-devel/pkg-plist +++ /dev/null @@ -1,646 +0,0 @@ -bin/gimp -bin/gimptool -include/gpc.h -include/megawidget.h -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/gimpenums.h -include/libgimp/gimpfeatures.h -include/libgimp/gimpmenu.h -include/libgimp/gimpui.h -lib/libgck.a -lib/libgck.la -lib/libgck.so -lib/libgck.so.1 -lib/libgimp.a -lib/libgimp.la -lib/libgimp.so -lib/libgimp.so.1.2 -lib/libgimpui.a -lib/libgimpui.la -lib/libgimpui.so -lib/libgimpui.so.1.2 -lib/libgpc.a -lib/libmegawidget.a -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -libexec/gimp/1.0/plug-ins/AlienMap -libexec/gimp/1.0/plug-ins/CEL -libexec/gimp/1.0/plug-ins/CML_explorer -libexec/gimp/1.0/plug-ins/MapObject -libexec/gimp/1.0/plug-ins/aa -libexec/gimp/1.0/plug-ins/align_layers -libexec/gimp/1.0/plug-ins/animationplay -libexec/gimp/1.0/plug-ins/animoptimize -libexec/gimp/1.0/plug-ins/apply_lens -libexec/gimp/1.0/plug-ins/autocrop -libexec/gimp/1.0/plug-ins/autostretch_hsv -libexec/gimp/1.0/plug-ins/blinds -libexec/gimp/1.0/plug-ins/blur -libexec/gimp/1.0/plug-ins/bmp -libexec/gimp/1.0/plug-ins/bumpmap -libexec/gimp/1.0/plug-ins/bz2 -libexec/gimp/1.0/plug-ins/c_astretch -libexec/gimp/1.0/plug-ins/checkerboard -libexec/gimp/1.0/plug-ins/colorify -libexec/gimp/1.0/plug-ins/compose -libexec/gimp/1.0/plug-ins/convmatrix -libexec/gimp/1.0/plug-ins/cubism -libexec/gimp/1.0/plug-ins/dbbrowser -libexec/gimp/1.0/plug-ins/decompose -libexec/gimp/1.0/plug-ins/deinterlace -libexec/gimp/1.0/plug-ins/depthmerge -libexec/gimp/1.0/plug-ins/despeckle -libexec/gimp/1.0/plug-ins/destripe -libexec/gimp/1.0/plug-ins/diffraction -libexec/gimp/1.0/plug-ins/displace -libexec/gimp/1.0/plug-ins/edge -libexec/gimp/1.0/plug-ins/emboss -libexec/gimp/1.0/plug-ins/engrave -libexec/gimp/1.0/plug-ins/exchange -libexec/gimp/1.0/plug-ins/faxg3 -libexec/gimp/1.0/plug-ins/film -libexec/gimp/1.0/plug-ins/fits -libexec/gimp/1.0/plug-ins/flame -libexec/gimp/1.0/plug-ins/flarefx -libexec/gimp/1.0/plug-ins/fractaltrace -libexec/gimp/1.0/plug-ins/gauss_iir -libexec/gimp/1.0/plug-ins/gauss_rle -libexec/gimp/1.0/plug-ins/gbr -libexec/gimp/1.0/plug-ins/gee -libexec/gimp/1.0/plug-ins/gfig -libexec/gimp/1.0/plug-ins/gfli -libexec/gimp/1.0/plug-ins/gicon -libexec/gimp/1.0/plug-ins/gif -libexec/gimp/1.0/plug-ins/glasstile -libexec/gimp/1.0/plug-ins/gqbist -libexec/gimp/1.0/plug-ins/gradmap -libexec/gimp/1.0/plug-ins/grid -libexec/gimp/1.0/plug-ins/gtm -libexec/gimp/1.0/plug-ins/gz -libexec/gimp/1.0/plug-ins/header -libexec/gimp/1.0/plug-ins/hot -libexec/gimp/1.0/plug-ins/hrz -libexec/gimp/1.0/plug-ins/ifscompose -libexec/gimp/1.0/plug-ins/illusion -libexec/gimp/1.0/plug-ins/iwarp -libexec/gimp/1.0/plug-ins/jpeg -libexec/gimp/1.0/plug-ins/laplace -libexec/gimp/1.0/plug-ins/mail -libexec/gimp/1.0/plug-ins/max_rgb -libexec/gimp/1.0/plug-ins/maze -libexec/gimp/1.0/plug-ins/mblur -libexec/gimp/1.0/plug-ins/mosaic -libexec/gimp/1.0/plug-ins/mpeg -libexec/gimp/1.0/plug-ins/nlfilt -libexec/gimp/1.0/plug-ins/noisify -libexec/gimp/1.0/plug-ins/normalize -libexec/gimp/1.0/plug-ins/nova -libexec/gimp/1.0/plug-ins/oilify -libexec/gimp/1.0/plug-ins/pagecurl -libexec/gimp/1.0/plug-ins/palette -libexec/gimp/1.0/plug-ins/papertile -libexec/gimp/1.0/plug-ins/pat -libexec/gimp/1.0/plug-ins/pcx -libexec/gimp/1.0/plug-ins/pix -libexec/gimp/1.0/plug-ins/pixelize -libexec/gimp/1.0/plug-ins/plasma -libexec/gimp/1.0/plug-ins/png -libexec/gimp/1.0/plug-ins/pnm -libexec/gimp/1.0/plug-ins/polar -libexec/gimp/1.0/plug-ins/print -libexec/gimp/1.0/plug-ins/ps -libexec/gimp/1.0/plug-ins/psd -libexec/gimp/1.0/plug-ins/randomize -libexec/gimp/1.0/plug-ins/ripple -libexec/gimp/1.0/plug-ins/rotate -libexec/gimp/1.0/plug-ins/rotators -libexec/gimp/1.0/plug-ins/scatter_hsv -libexec/gimp/1.0/plug-ins/screenshot -libexec/gimp/1.0/plug-ins/script-fu -libexec/gimp/1.0/plug-ins/semiflatten -libexec/gimp/1.0/plug-ins/sgi -libexec/gimp/1.0/plug-ins/sharpen -libexec/gimp/1.0/plug-ins/shift -libexec/gimp/1.0/plug-ins/sinus -libexec/gimp/1.0/plug-ins/smooth_palette -libexec/gimp/1.0/plug-ins/snoise -libexec/gimp/1.0/plug-ins/snp -libexec/gimp/1.0/plug-ins/sobel -libexec/gimp/1.0/plug-ins/sparkle -libexec/gimp/1.0/plug-ins/spread -libexec/gimp/1.0/plug-ins/struc -libexec/gimp/1.0/plug-ins/sunras -libexec/gimp/1.0/plug-ins/tga -libexec/gimp/1.0/plug-ins/threshold_alpha -libexec/gimp/1.0/plug-ins/tiff -libexec/gimp/1.0/plug-ins/tile -libexec/gimp/1.0/plug-ins/tileit -libexec/gimp/1.0/plug-ins/tiler -libexec/gimp/1.0/plug-ins/url -libexec/gimp/1.0/plug-ins/video -libexec/gimp/1.0/plug-ins/vinvert -libexec/gimp/1.0/plug-ins/vpropagate -libexec/gimp/1.0/plug-ins/waves -libexec/gimp/1.0/plug-ins/webbrowser -libexec/gimp/1.0/plug-ins/whirlpinch -libexec/gimp/1.0/plug-ins/xpm -libexec/gimp/1.0/plug-ins/xwd -libexec/gimp/1.0/plug-ins/zealouscrop -share/gimp/brushes/10x10square.gbr -share/gimp/brushes/10x10squareBlur.gbr -share/gimp/brushes/11circle.gbr -share/gimp/brushes/11fcircle.gbr -share/gimp/brushes/13circle.gbr -share/gimp/brushes/13fcircle.gbr -share/gimp/brushes/15circle.gbr -share/gimp/brushes/15fcircle.gbr -share/gimp/brushes/17circle.gbr -share/gimp/brushes/17fcircle.gbr -share/gimp/brushes/19circle.gbr -share/gimp/brushes/19fcircle.gbr -share/gimp/brushes/1circle.gbr -share/gimp/brushes/20x20square.gbr -share/gimp/brushes/20x20squareBlur.gbr -share/gimp/brushes/3circle.gbr -share/gimp/brushes/3fcircle.gbr -share/gimp/brushes/5circle.gbr -share/gimp/brushes/5fcircle.gbr -share/gimp/brushes/5x5square.gbr -share/gimp/brushes/5x5squareBlur.gbr -share/gimp/brushes/7circle.gbr -share/gimp/brushes/7fcircle.gbr -share/gimp/brushes/9circle.gbr -share/gimp/brushes/9fcircle.gbr -share/gimp/brushes/DStar11.gbr -share/gimp/brushes/DStar17.gbr -share/gimp/brushes/DStar25.gbr -share/gimp/brushes/callig1.gbr -share/gimp/brushes/callig2.gbr -share/gimp/brushes/callig3.gbr -share/gimp/brushes/callig4.gbr -share/gimp/brushes/confetti.gbr -share/gimp/brushes/dunes.gbr -share/gimp/brushes/galaxy.gbr -share/gimp/brushes/galaxy_big.gbr -share/gimp/brushes/galaxy_small.gbr -share/gimp/brushes/pixel.gbr -share/gimp/brushes/thegimp.gbr -share/gimp/brushes/xcf.gbr -share/gimp/brushes/50x50cone.gbr -share/gimp/brushes/50x50square.gbr -share/gimp/brushes/50x50squareBlur.gbr -share/gimp/brushes/50x50squareBlur2.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/cloth.gbr -share/gimp/brushes/flower.gbr -share/gimp/brushes/flower_large.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/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/star1.gbr -share/gimp/brushes/sphere47.gbr -share/gimp/brushes/sphere55.gbr -share/gimp/brushes/sphere79.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/tulip.gbr -share/gimp/brushes/wave.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/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/Land_1 -share/gimp/gradients/Land_and_Sea -share/gimp/gradients/Horizon_2 -share/gimp/gradients/Incandescent -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/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/Pastels -share/gimp/palettes/Paintjet -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/Craters.pat -share/gimp/patterns/Moonfoot.pat -share/gimp/patterns/amethyst.pat -share/gimp/patterns/bark.pat -share/gimp/patterns/blue.pat -share/gimp/patterns/bluegrid.pat -share/gimp/patterns/bluesquares.pat -share/gimp/patterns/blueweb.pat -share/gimp/patterns/brick.pat -share/gimp/patterns/burlap.pat -share/gimp/patterns/burlwood.pat -share/gimp/patterns/choc_swirl.pat -share/gimp/patterns/corkboard.pat -share/gimp/patterns/cracked.pat -share/gimp/patterns/crinklepaper.pat -share/gimp/patterns/electric.pat -share/gimp/patterns/fibers.pat -share/gimp/patterns/granite1.pat -share/gimp/patterns/ground1.pat -share/gimp/patterns/ice.pat -share/gimp/patterns/java.pat -share/gimp/patterns/leather.pat -share/gimp/patterns/leaves.pat -share/gimp/patterns/leopard.pat -share/gimp/patterns/lightning.pat -share/gimp/patterns/marble1.pat -share/gimp/patterns/marble2.pat -share/gimp/patterns/marble3.pat -share/gimp/patterns/nops.pat -share/gimp/patterns/paper.pat -share/gimp/patterns/parque1.pat -share/gimp/patterns/parque2.pat -share/gimp/patterns/parque3.pat -share/gimp/patterns/pastel.pat -share/gimp/patterns/pine.pat -share/gimp/patterns/pink_marble.pat -share/gimp/patterns/pool.pat -share/gimp/patterns/qube1.pat -share/gimp/patterns/rain.pat -share/gimp/patterns/recessed.pat -share/gimp/patterns/redcube.pat -share/gimp/patterns/rock.pat -share/gimp/patterns/sky.pat -share/gimp/patterns/slate.pat -share/gimp/patterns/sm_squares.pat -share/gimp/patterns/stone33.pat -share/gimp/patterns/starfield.pat -share/gimp/patterns/terra.pat -share/gimp/patterns/walnut.pat -share/gimp/patterns/warning.pat -share/gimp/patterns/wood1.pat -share/gimp/patterns/wood2.pat -share/gimp/patterns/wood3.pat -share/gimp/patterns/wood4.pat -share/gimp/patterns/wood5.pat -share/gimp/patterns/3dweave.pat -share/gimp/patterns/abstract_flowers.pat -share/gimp/patterns/blackoil.pat -share/gimp/patterns/blackwhitefloor.pat -share/gimp/patterns/blob1.pat -share/gimp/patterns/blob2.pat -share/gimp/patterns/bluebar.pat -share/gimp/patterns/bluecanyons.pat -share/gimp/patterns/bluemars.pat -share/gimp/patterns/bluemetal.pat -share/gimp/patterns/bluespikes.pat -share/gimp/patterns/brownie.pat -share/gimp/patterns/bwcubes.pat -share/gimp/patterns/canyons2.pat -share/gimp/patterns/cashew.pat -share/gimp/patterns/chains.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/cow.pat -share/gimp/patterns/crash1.pat -share/gimp/patterns/crazytile.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/pj.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/etbf.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/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/headache.pat -share/gimp/patterns/horiz.pat -share/gimp/patterns/ice2.pat -share/gimp/patterns/icechex.pat -share/gimp/patterns/inlay.pat -share/gimp/patterns/krinkle.pat -share/gimp/patterns/land1.pat -share/gimp/patterns/land2.pat -share/gimp/patterns/lathe.pat -share/gimp/patterns/leaves3.pat -share/gimp/patterns/leaves4.pat -share/gimp/patterns/leaves6.pat -share/gimp/patterns/lumps.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/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/wax.pat -share/gimp/patterns/paint-explosion.pat -share/gimp/patterns/pastel2.pat -share/gimp/patterns/pebbles.pat -share/gimp/patterns/pixeled1.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/redishstuff.pat -share/gimp/patterns/redmess.pat -share/gimp/patterns/redrings.pat -share/gimp/patterns/rust.pat -share/gimp/patterns/sandytext.pat -share/gimp/patterns/send1.pat -share/gimp/patterns/silver.pat -share/gimp/patterns/slice1.pat -share/gimp/patterns/spectbar.pat -share/gimp/patterns/startile.pat -share/gimp/patterns/swirl.pat -share/gimp/patterns/swirl2.pat -share/gimp/patterns/torrents.pat -share/gimp/patterns/tube.pat -share/gimp/patterns/water3.pat -share/gimp/patterns/unsharpswirl.pat -share/gimp/patterns/waves.pat -share/gimp/patterns/weird2.pat -share/gimp/patterns/whirledstuff.pat -share/gimp/patterns/woodblind.pat -share/gimp/patterns/worn_metal_chex.pat -share/gimp/scripts/3dTruchet.scm -share/gimp/scripts/3d-outline.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/blend-anim.scm -share/gimp/scripts/beveled-pattern-hrule.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/xach-effect.scm -share/gimp/scripts/web-browser.scm -share/gimp/user_install -share/gimp/gimprc -share/gimp/gimprc_user -share/gimp/gtkrc -share/gimp/gtkrc.forest2 -share/gimp/gimp_logo.ppm -share/gimp/gimp_splash.ppm -share/gimp/gimp_tips.txt -share/gimp/ps-menurc -@dirrm libexec/gimp/1.0/plug-ins -@dirrm libexec/gimp/1.0 -@dirrm libexec/gimp -@dirrm include/libgimp -@dirrm include/gck -@dirrm share/gimp/brushes -@dirrm share/gimp/gfig -@dirrm share/gimp/gradients -@dirrm share/gimp/palettes -@dirrm share/gimp/patterns -@dirrm share/gimp/scripts -@dirrm share/gimp |