diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-10-14 09:11:19 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-10-14 09:11:19 +0000 |
commit | 0fa56c08b1eae63dc02d0092f022f344184fb8f2 (patch) | |
tree | ca9ce5ecf3dedd75a02c976d5fdc5e7a991f6c60 /graphics/gimp-app-devel | |
parent | 70cd04b258ef8e080ec4dadd31604886141dfa7f (diff) | |
download | ports-0fa56c08b1eae63dc02d0092f022f344184fb8f2.tar.gz ports-0fa56c08b1eae63dc02d0092f022f344184fb8f2.zip |
Notes
Diffstat (limited to 'graphics/gimp-app-devel')
-rw-r--r-- | graphics/gimp-app-devel/Makefile | 172 | ||||
-rw-r--r-- | graphics/gimp-app-devel/distinfo | 6 | ||||
-rw-r--r-- | graphics/gimp-app-devel/files/patch-app_main.c | 11 | ||||
-rw-r--r-- | graphics/gimp-app-devel/files/patch-configure | 23 | ||||
-rw-r--r-- | graphics/gimp-app-devel/files/patch-gimptool-2.0.in | 30 | ||||
-rw-r--r-- | graphics/gimp-app-devel/files/patch-libgimp_gimp.c | 29 | ||||
-rw-r--r-- | graphics/gimp-app-devel/pkg-descr | 19 | ||||
-rw-r--r-- | graphics/gimp-app-devel/pkg-plist | 2222 |
8 files changed, 2512 insertions, 0 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile new file mode 100644 index 000000000000..e7c9af824136 --- /dev/null +++ b/graphics/gimp-app-devel/Makefile @@ -0,0 +1,172 @@ +# New ports collection makefile for: The GIMP +# Date created: Mon Nov 18 21:28:43 CST 1996 +# Whom: erich@FreeBSD.org +# +# $FreeBSD$ +# $MCom: ports/graphics/gimp-devel/Makefile,v 1.24 2006/10/13 23:42:43 marcus Exp $ +# + +PORTNAME= gimp +PORTVERSION= 2.3.9 +PORTREVISION= 2 +PORTEPOCH= 1 +CATEGORIES= graphics gnome +MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ + http://gimp.mirrors.hoobly.com/%SUBDIR%/ \ + http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \ + ftp://ftp.fh-heilbronn.de/mirrors/ftp.gimp.org/%SUBDIR%/ \ + ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \ + http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,} \ + ${MASTER_SITE_LOCAL:S|$|ahze/|:S|$|:gut|} +MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R} \ + ahze:gut + +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${EXTRA_DISTFILES} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A GNU Image Manipulation Program development version + +LIB_DEPENDS= wmf.2:${PORTSDIR}/graphics/libwmf \ + poppler-glib.1:${PORTSDIR}/graphics/poppler-gtk \ + aa.1:${PORTSDIR}/graphics/aalib \ + mng.1:${PORTSDIR}/graphics/libmng \ + png.5:${PORTSDIR}/graphics/png \ + jpeg.9:${PORTSDIR}/graphics/jpeg \ + tiff.4:${PORTSDIR}/graphics/tiff + +CONFLICTS= gimp-1.* gimp-2.2.* + +SHLIBVER?= 0 + +USE_BZIP2= yes +USE_GETTEXT= yes +USE_XPM= yes +USE_GMAKE= yes +USE_AUTOTOOLS= libtool:15 +USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 ltverhack +WANT_GNOME= yes +USE_GCC= 3.4+ +USE_LDCONFIG= yes +INSTALLS_ICONS= yes +LIBTOOLFLAGS= --disable-ltlibs --release-ignore +PLIST_SUB= SHLIBVER="${SHLIBVER}" +CONFIGURE_ARGS= --disable-perl \ + --with-html-dir=${DOCSDIR} \ + --disable-gtk-doc \ + --enable-static \ + --with-gimpprint +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + +GIMP_DISTFILE= ${DISTDIR}/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} + +MAN1= gimp-2.3.1 gimp-remote-2.3.1 gimptool-2.0.1 +MAN5= gimprc-2.3.5 + +OPTIONS= DEBUG "debugging" off \ + PYTHON "Python-Fu support" off \ + RSVG "SVG format support" on \ + PRINT "Gutenprint plugin" on \ + GNOMEPRINT "GNOME printing plugin" on \ + MP "multiple processor support" off + +.include <bsd.port.pre.mk> + +#.if defined(WITHOUT_EXIF) +CONFIGURE_ARGS+= --without-libexif +#.else +#LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif +#.endif + +.if defined(WITH_DEBUG) +CONFIGURE_ARGS+= --enable-debug +.endif + +.if defined(WITH_PYTHON) +USE_PYTHON= yes +# we need to manually include this, because USE_PYTHON is defined +# # after including bsd.port.pre.mk +.include "${PORTSDIR}/Mk/bsd.python.mk" +USE_GNOME+= pygtk2 +CONFIGURE_ARGS+= --enable-python +PLIST_SUB+= PYTHON:="" +.else +CONFIGURE_ARGS+= --disable-python +PLIST_SUB+= PYTHON:="@comment " +.endif + +.if defined(WITHOUT_RSVG) +CONFIGURE_ARGS+= --without-librsvg +PLIST_SUB+= SVG="@comment " +.else +USE_GNOME+= librsvg2 +PLIST_SUB+= SVG="" +.endif + +.if !defined(WITHOUT_PRINT) +LIB_DEPENDS+= gutenprintui2.1:${PORTSDIR}/print/gutenprint +EXTRA_DISTFILES+= gimp2-gutenprint-2${EXTRACT_SUFX}:gut +GUT_WRKSRC= ${WRKDIR}/gimp2-gutenprint +PKGCONFIG?= ${LOCALBASE}/bin/pkg-config +GUTENPRINT_CFLAGS= `${PKGCONFIG} --cflags gutenprintui2` +GUTENPRINT_LIBS= `${PKGCONFIG} --libs gutenprintui2` +GUT_MAKE_ENV= GUTENPRINT_CFLAGS="${GUTENPRINT_CFLAGS}" \ + GUTENPRINT_LIBS="${GUTENPRINT_LIBS}" +PLIST_SUB+= GPRINT="" +.else +PLIST_SUB+= GPRINT="@comment " +.endif + +.if !defined(WITHOUT_GNOMEPRINT) +USE_GNOME+= libgnomeprintui +PLIST_SUB+= PRINT="" +.else +CONFIGURE_ARGS+= --without-gnomeprint +PLIST_SUB+= PRINT="@comment " +.endif + +.if defined(WITH_MP) +CONFIGURE_ARGS+= --enable-mp +.endif + +.if ${HAVE_GNOME:Mgnomepanel}!="" +USE_GNOME+= gnomepanel desktopfileutils gnomehier +CONFIGURE_ARGS+= --with-desktop-dir=${LOCALBASE}/share/gnome +CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} +PKGNAMESUFFIX:= -gnome +PLIST_SUB+= GTK="gnome/" GNOMEPANEL:="" +GNOME_ENABLED= yes +.else +PLIST_SUB+= GTK="" GNOMEPANEL:="@comment " +CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} +CONFIGURE_ARGS+= --without-desktop-dir +.endif + +post-extract: +.if !defined(WITHOUT_PRINT) + ${RM} -rf ${WRKSRC}/plug-ins/print + ${MKDIR} ${WRKSRC}/plug-ins/print + ${CP} -f ${GUT_WRKSRC}/* ${WRKSRC}/plug-ins/print +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|"libpng"|"libpng12"|' \ + ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|@mandir@|${PREFIX}/man|' \ + ${WRKSRC}/docs/Makefile.in + +post-build: +.if !defined(WITHOUT_PRINT) + @(cd ${WRKSRC}/plug-ins/print; ${SETENV} ${GUT_MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) +.endif + +post-install: +.if !defined(WITHOUT_PRINT) + @(cd ${WRKSRC}/plug-ins/print; ${SETENV} ${GUT_MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) +.endif +.if defined(GNOME_ENABLED) + @-update-desktop-database +.endif + +.include <bsd.port.post.mk> diff --git a/graphics/gimp-app-devel/distinfo b/graphics/gimp-app-devel/distinfo new file mode 100644 index 000000000000..3487f9fb39d4 --- /dev/null +++ b/graphics/gimp-app-devel/distinfo @@ -0,0 +1,6 @@ +MD5 (gimp-2.3.9.tar.bz2) = 4299e81e1824e08a90b50dc8beb46151 +SHA256 (gimp-2.3.9.tar.bz2) = 64c334f99cc4e5204a1925299b7a1da3d027f0b1c6900e6309f5b8da40aa9f10 +SIZE (gimp-2.3.9.tar.bz2) = 15183977 +MD5 (gimp2-gutenprint-2.tar.bz2) = d24f0e7bd1f2e62984395293b5f1a43d +SHA256 (gimp2-gutenprint-2.tar.bz2) = 3226cf58210fd796e5748817256d29de425e21b093fb84997b787df050344164 +SIZE (gimp2-gutenprint-2.tar.bz2) = 15155 diff --git a/graphics/gimp-app-devel/files/patch-app_main.c b/graphics/gimp-app-devel/files/patch-app_main.c new file mode 100644 index 000000000000..eb29601cd33a --- /dev/null +++ b/graphics/gimp-app-devel/files/patch-app_main.c @@ -0,0 +1,11 @@ +--- app/main.c.orig Fri Jun 9 12:02:54 2006 ++++ app/main.c Fri Jun 9 12:03:28 2006 +@@ -18,7 +18,7 @@ + + #include "config.h" + +-#define _POSIX_SOURCE /* all the sigaction stuff is POSIX */ ++#define __XSI_VISIBLE + #define _SVID_SOURCE /* except for SA_RESTART, it seems */ + + #include <stdio.h> diff --git a/graphics/gimp-app-devel/files/patch-configure b/graphics/gimp-app-devel/files/patch-configure new file mode 100644 index 000000000000..da42f67f8ca6 --- /dev/null +++ b/graphics/gimp-app-devel/files/patch-configure @@ -0,0 +1,23 @@ +--- configure.orig Sun Mar 6 15:30:12 2005 ++++ configure Sun Mar 6 15:33:57 2005 +@@ -25925,6 +25925,7 @@ + if test "x$enable_gtktest" = "xyes" ; then + ac_save_CFLAGS="$CFLAGS" + ac_save_LIBS="$LIBS" ++ GTK_LIBS="$GIMP_THREAD_LIBS $GTK_LIBS" + CFLAGS="$CFLAGS $GTK_CFLAGS" + LIBS="$GTK_LIBS $LIBS" + rm -f conf.gtktest +@@ -33865,9 +33866,9 @@ + fi + fi; + +-gimpdatadir="$datadir/$PACKAGE/2.0" +-gimpplugindir="$libdir/$PACKAGE/2.0" +-gimpsysconfdir="$sysconfdir/$PACKAGE/2.0" ++gimpdatadir="$datadir/$PACKAGE" ++gimpplugindir="$libexecdir/$PACKAGE/2.2" ++gimpsysconfdir="$sysconfdir/$PACKAGE/2.2" + + localedir='${prefix}/${DATADIRNAME}/locale' + diff --git a/graphics/gimp-app-devel/files/patch-gimptool-2.0.in b/graphics/gimp-app-devel/files/patch-gimptool-2.0.in new file mode 100644 index 000000000000..d97dc2a31c6c --- /dev/null +++ b/graphics/gimp-app-devel/files/patch-gimptool-2.0.in @@ -0,0 +1,30 @@ + +$FreeBSD$ + $MCom: ports/graphics/gimp-devel/files/patch-gimptool-2.0.in,v 1.3 2005/06/28 05:40:04 adamw Exp $ + +--- gimptool-2.0.in.orig Tue Jan 15 12:21:05 2002 ++++ gimptool-2.0.in Fri May 17 20:46:18 2002 +@@ -215,19 +215,19 @@ + | --uninstall-script | --uninstall-admin-script ) + case $1 in + --*install-bin) +- install_cmd="@INSTALL_PROGRAM@" ++ install_cmd="@INSTALL_SCRIPT@" + install_dir="$HOME/@gimpdir@/plug-ins" + ;; + --install-bin-strip) +- install_cmd="@INSTALL_PROGRAM@ -s" ++ install_cmd="@INSTALL_SCRIPT@ -s" + install_dir="$HOME/@gimpdir@/plug-ins" + ;; + --*install-admin-bin) +- install_cmd="@INSTALL_PROGRAM@" ++ install_cmd="@INSTALL_SCRIPT@" + install_dir="$gimpplugindir/plug-ins" + ;; + --install-admin-bin-strip) +- install_cmd="@INSTALL_PROGRAM@ -s" ++ install_cmd="@INSTALL_SCRIPT@ -s" + install_dir="$gimpplugindir/plug-ins" + ;; + --*install-script) diff --git a/graphics/gimp-app-devel/files/patch-libgimp_gimp.c b/graphics/gimp-app-devel/files/patch-libgimp_gimp.c new file mode 100644 index 000000000000..121a49bbf147 --- /dev/null +++ b/graphics/gimp-app-devel/files/patch-libgimp_gimp.c @@ -0,0 +1,29 @@ +--- libgimp/gimp.c.orig Fri Jun 2 08:04:39 2006 ++++ libgimp/gimp.c Fri Jun 9 11:24:56 2006 +@@ -21,7 +21,7 @@ + + #include "config.h" + +-#define _POSIX_SOURCE /* all the sigaction stuff is POSIX */ ++#define __XSI_VISIBLE /* all the sigaction stuff is POSIX */ + #define _SVID_SOURCE /* except for SA_RESTART, it seems */ + + #include <errno.h> +@@ -30,6 +30,7 @@ + #include <stdlib.h> + #include <string.h> + #include <sys/types.h> ++#include <floatingpoint.h> + + #ifdef HAVE_SYS_TIME_H + #include <sys/time.h> +@@ -292,6 +293,9 @@ + gimp_env_init (TRUE); + + progname = argv[0]; ++ ++ /* Ignore floating point exceptions */ ++ fpsetmask(0); + + basename = g_path_get_basename (progname); + diff --git a/graphics/gimp-app-devel/pkg-descr b/graphics/gimp-app-devel/pkg-descr new file mode 100644 index 000000000000..4d7f49925c17 --- /dev/null +++ b/graphics/gimp-app-devel/pkg-descr @@ -0,0 +1,19 @@ +The GIMP is designed to provide an intuitive graphical interface to a +variety of image editing operations. Here is a list of the GIMP's +major features: + + Image editing + ------------- + + * Selection tools including rectangle, ellipse, free, fuzzy, bezier + and intelligent. + * Transformation tools including rotate, scale, shear and flip. + * Painting tools including bucket, brush, airbrush, clone, convolve, + blend and text. + * Effects filters (such as blur, edge detect). + * Channel & color operations (such as add, composite, decompose). + * Plug-ins which allow for the easy addition of new file formats and + new effect filters. + * Multiple undo/redo. + +WWW: http://www.gimp.org/ diff --git a/graphics/gimp-app-devel/pkg-plist b/graphics/gimp-app-devel/pkg-plist new file mode 100644 index 000000000000..9b5c0f9513e7 --- /dev/null +++ b/graphics/gimp-app-devel/pkg-plist @@ -0,0 +1,2222 @@ +bin/gimp-2.3 +bin/gimp-console-2.3 +bin/gimp-remote-2.3 +bin/gimptool-2.0 +etc/gimp/2.2/controllerrc +etc/gimp/2.2/gimprc +etc/gimp/2.2/gtkrc +etc/gimp/2.2/ps-menurc +etc/gimp/2.2/sessionrc +etc/gimp/2.2/templaterc +etc/gimp/2.2/unitrc +include/gimp-2.0/libgimp/gimp.h +include/gimp-2.0/libgimp/gimp_pdb.h +include/gimp-2.0/libgimp/gimpaspectpreview.h +include/gimp-2.0/libgimp/gimpbrush_pdb.h +include/gimp-2.0/libgimp/gimpbrushes.h +include/gimp-2.0/libgimp/gimpbrushes_pdb.h +include/gimp-2.0/libgimp/gimpbrushmenu.h +include/gimp-2.0/libgimp/gimpbrushselect.h +include/gimp-2.0/libgimp/gimpbrushselect_pdb.h +include/gimp-2.0/libgimp/gimpbuffer_pdb.h +include/gimp-2.0/libgimp/gimpchannel.h +include/gimp-2.0/libgimp/gimpchannel_pdb.h +include/gimp-2.0/libgimp/gimpcolor_pdb.h +include/gimp-2.0/libgimp/gimpcompat.h +include/gimp-2.0/libgimp/gimpcontext_pdb.h +include/gimp-2.0/libgimp/gimpconvert_pdb.h +include/gimp-2.0/libgimp/gimpdisplay_pdb.h +include/gimp-2.0/libgimp/gimpdrawable.h +include/gimp-2.0/libgimp/gimpdrawable_pdb.h +include/gimp-2.0/libgimp/gimpdrawablecombobox.h +include/gimp-2.0/libgimp/gimpdrawablepreview.h +include/gimp-2.0/libgimp/gimpdrawabletransform_pdb.h +include/gimp-2.0/libgimp/gimpedit_pdb.h +include/gimp-2.0/libgimp/gimpenums.h +include/gimp-2.0/libgimp/gimpexport.h +include/gimp-2.0/libgimp/gimpfileops_pdb.h +include/gimp-2.0/libgimp/gimpfloatingsel_pdb.h +include/gimp-2.0/libgimp/gimpfontmenu.h +include/gimp-2.0/libgimp/gimpfonts_pdb.h +include/gimp-2.0/libgimp/gimpfontselect.h +include/gimp-2.0/libgimp/gimpfontselect_pdb.h +include/gimp-2.0/libgimp/gimpfontselectbutton.h +include/gimp-2.0/libgimp/gimpgimprc.h +include/gimp-2.0/libgimp/gimpgimprc_pdb.h +include/gimp-2.0/libgimp/gimpgradient_pdb.h +include/gimp-2.0/libgimp/gimpgradientmenu.h +include/gimp-2.0/libgimp/gimpgradients.h +include/gimp-2.0/libgimp/gimpgradients_pdb.h +include/gimp-2.0/libgimp/gimpgradientselect.h +include/gimp-2.0/libgimp/gimpgradientselect_pdb.h +include/gimp-2.0/libgimp/gimpgrid_pdb.h +include/gimp-2.0/libgimp/gimpguides_pdb.h +include/gimp-2.0/libgimp/gimphelp_pdb.h +include/gimp-2.0/libgimp/gimpimage.h +include/gimp-2.0/libgimp/gimpimage_pdb.h +include/gimp-2.0/libgimp/gimpimagecombobox.h +include/gimp-2.0/libgimp/gimplayer.h +include/gimp-2.0/libgimp/gimplayer_pdb.h +include/gimp-2.0/libgimp/gimpmenu.h +include/gimp-2.0/libgimp/gimpmessage_pdb.h +include/gimp-2.0/libgimp/gimpmisc_pdb.h +include/gimp-2.0/libgimp/gimppainttools_pdb.h +include/gimp-2.0/libgimp/gimppalette.h +include/gimp-2.0/libgimp/gimppalette_pdb.h +include/gimp-2.0/libgimp/gimppalettemenu.h +include/gimp-2.0/libgimp/gimppalettes.h +include/gimp-2.0/libgimp/gimppalettes_pdb.h +include/gimp-2.0/libgimp/gimppaletteselect.h +include/gimp-2.0/libgimp/gimppaletteselect_pdb.h +include/gimp-2.0/libgimp/gimpparasite_pdb.h +include/gimp-2.0/libgimp/gimppaths_pdb.h +include/gimp-2.0/libgimp/gimppattern_pdb.h +include/gimp-2.0/libgimp/gimppatternmenu.h +include/gimp-2.0/libgimp/gimppatterns.h +include/gimp-2.0/libgimp/gimppatterns_pdb.h +include/gimp-2.0/libgimp/gimppatternselect.h +include/gimp-2.0/libgimp/gimppatternselect_pdb.h +include/gimp-2.0/libgimp/gimppixbuf.h +include/gimp-2.0/libgimp/gimppixelfetcher.h +include/gimp-2.0/libgimp/gimppixelrgn.h +include/gimp-2.0/libgimp/gimpplugin.h +include/gimp-2.0/libgimp/gimpplugin_pdb.h +include/gimp-2.0/libgimp/gimpprocbrowserdialog.h +include/gimp-2.0/libgimp/gimpproceduraldb.h +include/gimp-2.0/libgimp/gimpproceduraldb_pdb.h +include/gimp-2.0/libgimp/gimpprocview.h +include/gimp-2.0/libgimp/gimpprogress.h +include/gimp-2.0/libgimp/gimpprogress_pdb.h +include/gimp-2.0/libgimp/gimpprogressbar.h +include/gimp-2.0/libgimp/gimpregioniterator.h +include/gimp-2.0/libgimp/gimpselection.h +include/gimp-2.0/libgimp/gimpselection_pdb.h +include/gimp-2.0/libgimp/gimpselectiontools_pdb.h +include/gimp-2.0/libgimp/gimptexttool_pdb.h +include/gimp-2.0/libgimp/gimptile.h +include/gimp-2.0/libgimp/gimptransformtools_pdb.h +include/gimp-2.0/libgimp/gimptypes.h +include/gimp-2.0/libgimp/gimpui.h +include/gimp-2.0/libgimp/gimpuitypes.h +include/gimp-2.0/libgimp/gimpundo_pdb.h +include/gimp-2.0/libgimp/gimpunit_pdb.h +include/gimp-2.0/libgimp/gimpvectors_pdb.h +include/gimp-2.0/libgimp/gimpzoompreview.h +include/gimp-2.0/libgimpbase/gimpbase.h +include/gimp-2.0/libgimpbase/gimpbaseenums.h +include/gimp-2.0/libgimpbase/gimpbasetypes.h +include/gimp-2.0/libgimpbase/gimpchecks.h +include/gimp-2.0/libgimpbase/gimpcpuaccel.h +include/gimp-2.0/libgimpbase/gimpdatafiles.h +include/gimp-2.0/libgimpbase/gimpenv.h +include/gimp-2.0/libgimpbase/gimplimits.h +include/gimp-2.0/libgimpbase/gimpmemsize.h +include/gimp-2.0/libgimpbase/gimpparam.h +include/gimp-2.0/libgimpbase/gimpparasite.h +include/gimp-2.0/libgimpbase/gimpparasiteio.h +include/gimp-2.0/libgimpbase/gimpsignal.h +include/gimp-2.0/libgimpbase/gimpunit.h +include/gimp-2.0/libgimpbase/gimputils.h +include/gimp-2.0/libgimpbase/gimpversion.h +include/gimp-2.0/libgimpcolor/gimpadaptivesupersample.h +include/gimp-2.0/libgimpcolor/gimpbilinear.h +include/gimp-2.0/libgimpcolor/gimpcmyk.h +include/gimp-2.0/libgimpcolor/gimpcolor.h +include/gimp-2.0/libgimpcolor/gimpcolorspace.h +include/gimp-2.0/libgimpcolor/gimpcolortypes.h +include/gimp-2.0/libgimpcolor/gimphsv.h +include/gimp-2.0/libgimpcolor/gimprgb.h +include/gimp-2.0/libgimpconfig/gimpcolorconfig-enums.h +include/gimp-2.0/libgimpconfig/gimpcolorconfig.h +include/gimp-2.0/libgimpconfig/gimpconfig-deserialize.h +include/gimp-2.0/libgimpconfig/gimpconfig-error.h +include/gimp-2.0/libgimpconfig/gimpconfig-iface.h +include/gimp-2.0/libgimpconfig/gimpconfig-params.h +include/gimp-2.0/libgimpconfig/gimpconfig-path.h +include/gimp-2.0/libgimpconfig/gimpconfig-serialize.h +include/gimp-2.0/libgimpconfig/gimpconfig-utils.h +include/gimp-2.0/libgimpconfig/gimpconfig.h +include/gimp-2.0/libgimpconfig/gimpconfigtypes.h +include/gimp-2.0/libgimpconfig/gimpconfigwriter.h +include/gimp-2.0/libgimpconfig/gimpscanner.h +include/gimp-2.0/libgimpmath/gimpmath.h +include/gimp-2.0/libgimpmath/gimpmathtypes.h +include/gimp-2.0/libgimpmath/gimpmatrix.h +include/gimp-2.0/libgimpmath/gimpmd5.h +include/gimp-2.0/libgimpmath/gimpvector.h +include/gimp-2.0/libgimpmodule/gimpmodule.h +include/gimp-2.0/libgimpmodule/gimpmoduledb.h +include/gimp-2.0/libgimpmodule/gimpmoduletypes.h +include/gimp-2.0/libgimpthumb/gimpthumb-enums.h +include/gimp-2.0/libgimpthumb/gimpthumb-error.h +include/gimp-2.0/libgimpthumb/gimpthumb-types.h +include/gimp-2.0/libgimpthumb/gimpthumb-utils.h +include/gimp-2.0/libgimpthumb/gimpthumb.h +include/gimp-2.0/libgimpthumb/gimpthumbnail.h +include/gimp-2.0/libgimpwidgets/gimpbrowser.h +include/gimp-2.0/libgimpwidgets/gimpbutton.h +include/gimp-2.0/libgimpwidgets/gimpcellrenderercolor.h +include/gimp-2.0/libgimpwidgets/gimpcellrenderertoggle.h +include/gimp-2.0/libgimpwidgets/gimpchainbutton.h +include/gimp-2.0/libgimpwidgets/gimpcolorarea.h +include/gimp-2.0/libgimpwidgets/gimpcolorbutton.h +include/gimp-2.0/libgimpwidgets/gimpcolordisplay.h +include/gimp-2.0/libgimpwidgets/gimpcolordisplaystack.h +include/gimp-2.0/libgimpwidgets/gimpcolorhexentry.h +include/gimp-2.0/libgimpwidgets/gimpcolornotebook.h +include/gimp-2.0/libgimpwidgets/gimpcolorscale.h +include/gimp-2.0/libgimpwidgets/gimpcolorscales.h +include/gimp-2.0/libgimpwidgets/gimpcolorselect.h +include/gimp-2.0/libgimpwidgets/gimpcolorselection.h +include/gimp-2.0/libgimpwidgets/gimpcolorselector.h +include/gimp-2.0/libgimpwidgets/gimpcontroller.h +include/gimp-2.0/libgimpwidgets/gimpdialog.h +include/gimp-2.0/libgimpwidgets/gimpenumcombobox.h +include/gimp-2.0/libgimpwidgets/gimpenumlabel.h +include/gimp-2.0/libgimpwidgets/gimpenumstore.h +include/gimp-2.0/libgimpwidgets/gimpenumwidgets.h +include/gimp-2.0/libgimpwidgets/gimpfileentry.h +include/gimp-2.0/libgimpwidgets/gimpframe.h +include/gimp-2.0/libgimpwidgets/gimphelpui.h +include/gimp-2.0/libgimpwidgets/gimpintcombobox.h +include/gimp-2.0/libgimpwidgets/gimpintstore.h +include/gimp-2.0/libgimpwidgets/gimpmemsizeentry.h +include/gimp-2.0/libgimpwidgets/gimpoffsetarea.h +include/gimp-2.0/libgimpwidgets/gimpoldwidgets.h +include/gimp-2.0/libgimpwidgets/gimppageselector.h +include/gimp-2.0/libgimpwidgets/gimppatheditor.h +include/gimp-2.0/libgimpwidgets/gimppickbutton.h +include/gimp-2.0/libgimpwidgets/gimppixmap.h +include/gimp-2.0/libgimpwidgets/gimppreview.h +include/gimp-2.0/libgimpwidgets/gimppreviewarea.h +include/gimp-2.0/libgimpwidgets/gimppropwidgets.h +include/gimp-2.0/libgimpwidgets/gimpquerybox.h +include/gimp-2.0/libgimpwidgets/gimpresolutionentry.h +include/gimp-2.0/libgimpwidgets/gimpscrolledpreview.h +include/gimp-2.0/libgimpwidgets/gimpsizeentry.h +include/gimp-2.0/libgimpwidgets/gimpstock.h +include/gimp-2.0/libgimpwidgets/gimpunitmenu.h +include/gimp-2.0/libgimpwidgets/gimpwidgets.h +include/gimp-2.0/libgimpwidgets/gimpwidgetsenums.h +include/gimp-2.0/libgimpwidgets/gimpwidgetstypes.h +include/gimp-2.0/libgimpwidgets/gimpzoommodel.h +lib/libgimp-2.0.a +lib/libgimp-2.0.la +lib/libgimp-2.0.so +lib/libgimp-2.0.so.0 +lib/libgimpbase-2.0.a +lib/libgimpbase-2.0.la +lib/libgimpbase-2.0.so +lib/libgimpbase-2.0.so.0 +lib/libgimpcolor-2.0.a +lib/libgimpcolor-2.0.la +lib/libgimpcolor-2.0.so +lib/libgimpcolor-2.0.so.0 +lib/libgimpconfig-2.0.a +lib/libgimpconfig-2.0.la +lib/libgimpconfig-2.0.so +lib/libgimpconfig-2.0.so.0 +lib/libgimpmath-2.0.a +lib/libgimpmath-2.0.la +lib/libgimpmath-2.0.so +lib/libgimpmath-2.0.so.0 +lib/libgimpmodule-2.0.a +lib/libgimpmodule-2.0.la +lib/libgimpmodule-2.0.so +lib/libgimpmodule-2.0.so.0 +lib/libgimpthumb-2.0.a +lib/libgimpthumb-2.0.la +lib/libgimpthumb-2.0.so +lib/libgimpthumb-2.0.so.0 +lib/libgimpui-2.0.a +lib/libgimpui-2.0.la +lib/libgimpui-2.0.so +lib/libgimpui-2.0.so.0 +lib/libgimpwidgets-2.0.a +lib/libgimpwidgets-2.0.la +lib/libgimpwidgets-2.0.so +lib/libgimpwidgets-2.0.so.0 +libdata/pkgconfig/gimp-2.0.pc +libdata/pkgconfig/gimpthumb-2.0.pc +libdata/pkgconfig/gimpui-2.0.pc +libexec/gimp/2.2/environ/default.env +@comment this is a simlink to gimp-2.3.1, so put it here because it gives me trouble with MAN1. +man/man1/gimp-console-2.3.1 +%%PYTHON:%%libexec/gimp/2.2/environ/pygimp.env +libexec/gimp/2.2/interpreters/default.interp +%%PYTHON:%%libexec/gimp/2.2/interpreters/pygimp.interp +%%PYTHON:%%libexec/gimp/2.2/python/pygimp-logo.png +libexec/gimp/2.2/modules/libcdisplay_colorblind.a +libexec/gimp/2.2/modules/libcdisplay_colorblind.la +libexec/gimp/2.2/modules/libcdisplay_colorblind.so +libexec/gimp/2.2/modules/libcdisplay_gamma.a +libexec/gimp/2.2/modules/libcdisplay_gamma.la +libexec/gimp/2.2/modules/libcdisplay_gamma.so +libexec/gimp/2.2/modules/libcdisplay_highcontrast.a +libexec/gimp/2.2/modules/libcdisplay_highcontrast.la +libexec/gimp/2.2/modules/libcdisplay_highcontrast.so +libexec/gimp/2.2/modules/libcdisplay_lcms.a +libexec/gimp/2.2/modules/libcdisplay_lcms.la +libexec/gimp/2.2/modules/libcdisplay_lcms.so +libexec/gimp/2.2/modules/libcdisplay_proof.a +libexec/gimp/2.2/modules/libcdisplay_proof.la +libexec/gimp/2.2/modules/libcdisplay_proof.so +libexec/gimp/2.2/modules/libcolorsel_cmyk.a +libexec/gimp/2.2/modules/libcolorsel_cmyk.la +libexec/gimp/2.2/modules/libcolorsel_cmyk.so +libexec/gimp/2.2/modules/libcolorsel_triangle.a +libexec/gimp/2.2/modules/libcolorsel_triangle.la +libexec/gimp/2.2/modules/libcolorsel_triangle.so +libexec/gimp/2.2/modules/libcolorsel_water.a +libexec/gimp/2.2/modules/libcolorsel_water.la +libexec/gimp/2.2/modules/libcolorsel_water.so +libexec/gimp/2.2/modules/libcontroller_midi.a +libexec/gimp/2.2/modules/libcontroller_midi.la +libexec/gimp/2.2/modules/libcontroller_midi.so +libexec/gimp/2.2/plug-ins/AlienMap2 +libexec/gimp/2.2/plug-ins/CEL +libexec/gimp/2.2/plug-ins/CML_explorer +libexec/gimp/2.2/plug-ins/FractalExplorer +libexec/gimp/2.2/plug-ins/Lighting +libexec/gimp/2.2/plug-ins/MapObject +libexec/gimp/2.2/plug-ins/aa +libexec/gimp/2.2/plug-ins/align_layers +libexec/gimp/2.2/plug-ins/animationplay +libexec/gimp/2.2/plug-ins/animoptimize +libexec/gimp/2.2/plug-ins/apply_lens +libexec/gimp/2.2/plug-ins/autocrop +libexec/gimp/2.2/plug-ins/autostretch_hsv +%%PYTHON:%%libexec/gimp/2.2/plug-ins/benchmark-foreground-extract.py +libexec/gimp/2.2/plug-ins/blinds +libexec/gimp/2.2/plug-ins/blur +libexec/gimp/2.2/plug-ins/bmp +libexec/gimp/2.2/plug-ins/borderaverage +libexec/gimp/2.2/plug-ins/bumpmap +libexec/gimp/2.2/plug-ins/c_astretch +libexec/gimp/2.2/plug-ins/cartoon +libexec/gimp/2.2/plug-ins/ccanalyze +libexec/gimp/2.2/plug-ins/channel_mixer +libexec/gimp/2.2/plug-ins/checkerboard +%%PYTHON:%%libexec/gimp/2.2/plug-ins/clothify.py +libexec/gimp/2.2/plug-ins/color_enhance +libexec/gimp/2.2/plug-ins/colorify +%%PYTHON:%%libexec/gimp/2.2/plug-ins/colorxhtml.py +libexec/gimp/2.2/plug-ins/colortoalpha +libexec/gimp/2.2/plug-ins/compose +libexec/gimp/2.2/plug-ins/compressor +libexec/gimp/2.2/plug-ins/convmatrix +libexec/gimp/2.2/plug-ins/csource +libexec/gimp/2.2/plug-ins/cubism +libexec/gimp/2.2/plug-ins/curve_bend +libexec/gimp/2.2/plug-ins/decompose +libexec/gimp/2.2/plug-ins/deinterlace +libexec/gimp/2.2/plug-ins/depthmerge +libexec/gimp/2.2/plug-ins/despeckle +libexec/gimp/2.2/plug-ins/destripe +libexec/gimp/2.2/plug-ins/dicom +libexec/gimp/2.2/plug-ins/diffraction +libexec/gimp/2.2/plug-ins/displace +libexec/gimp/2.2/plug-ins/dog +libexec/gimp/2.2/plug-ins/edge +libexec/gimp/2.2/plug-ins/emboss +libexec/gimp/2.2/plug-ins/engrave +libexec/gimp/2.2/plug-ins/exchange +libexec/gimp/2.2/plug-ins/faxg3 +libexec/gimp/2.2/plug-ins/film +libexec/gimp/2.2/plug-ins/fits +libexec/gimp/2.2/plug-ins/flame +libexec/gimp/2.2/plug-ins/flarefx +%%PYTHON:%%libexec/gimp/2.2/plug-ins/foggify.py +libexec/gimp/2.2/plug-ins/fp +libexec/gimp/2.2/plug-ins/fractaltrace +libexec/gimp/2.2/plug-ins/gauss +libexec/gimp/2.2/plug-ins/gbr +libexec/gimp/2.2/plug-ins/gee +libexec/gimp/2.2/plug-ins/gee_zoom +libexec/gimp/2.2/plug-ins/gfig +libexec/gimp/2.2/plug-ins/gflare +libexec/gimp/2.2/plug-ins/gfli +libexec/gimp/2.2/plug-ins/gif +libexec/gimp/2.2/plug-ins/gifload +libexec/gimp/2.2/plug-ins/gih +%%PYTHON:%%libexec/gimp/2.2/plug-ins/gimpcons.py +libexec/gimp/2.2/plug-ins/gimpressionist +libexec/gimp/2.2/plug-ins/glasstile +libexec/gimp/2.2/plug-ins/glob +%%PRINT%%libexec/gimp/2.2/plug-ins/gnomeprint +libexec/gimp/2.2/plug-ins/gqbist +libexec/gimp/2.2/plug-ins/gradmap +libexec/gimp/2.2/plug-ins/grid +%%PYTHON:%%libexec/gimp/2.2/plug-ins/gtkcons.py +libexec/gimp/2.2/plug-ins/gtm +libexec/gimp/2.2/plug-ins/guillotine +libexec/gimp/2.2/plug-ins/header +libexec/gimp/2.2/plug-ins/help +libexec/gimp/2.2/plug-ins/hot +libexec/gimp/2.2/plug-ins/ifscompose +libexec/gimp/2.2/plug-ins/illusion +libexec/gimp/2.2/plug-ins/imagemap +libexec/gimp/2.2/plug-ins/iwarp +libexec/gimp/2.2/plug-ins/jigsaw +libexec/gimp/2.2/plug-ins/jpeg +libexec/gimp/2.2/plug-ins/laplace +libexec/gimp/2.2/plug-ins/lic +libexec/gimp/2.2/plug-ins/mail +libexec/gimp/2.2/plug-ins/mapcolor +libexec/gimp/2.2/plug-ins/max_rgb +libexec/gimp/2.2/plug-ins/maze +libexec/gimp/2.2/plug-ins/mblur +libexec/gimp/2.2/plug-ins/metadata +libexec/gimp/2.2/plug-ins/mng +libexec/gimp/2.2/plug-ins/mosaic +libexec/gimp/2.2/plug-ins/neon +libexec/gimp/2.2/plug-ins/newsprint +libexec/gimp/2.2/plug-ins/nlfilt +libexec/gimp/2.2/plug-ins/noisify +libexec/gimp/2.2/plug-ins/normalize +libexec/gimp/2.2/plug-ins/nova +libexec/gimp/2.2/plug-ins/oilify +libexec/gimp/2.2/plug-ins/pagecurl +libexec/gimp/2.2/plug-ins/papertile +libexec/gimp/2.2/plug-ins/pat +libexec/gimp/2.2/plug-ins/pcx +%%PYTHON:%%libexec/gimp/2.2/plug-ins/pdbbrowse.py +libexec/gimp/2.2/plug-ins/photocopy +libexec/gimp/2.2/plug-ins/pix +libexec/gimp/2.2/plug-ins/pixelize +libexec/gimp/2.2/plug-ins/plasma +libexec/gimp/2.2/plug-ins/plugin-browser +libexec/gimp/2.2/plug-ins/png +libexec/gimp/2.2/plug-ins/pnm +libexec/gimp/2.2/plug-ins/polar +libexec/gimp/2.2/plug-ins/poppler +libexec/gimp/2.2/plug-ins/postscript +%%GPRINT%%libexec/gimp/2.2/plug-ins/print +libexec/gimp/2.2/plug-ins/procedure-browser +libexec/gimp/2.2/plug-ins/psd +libexec/gimp/2.2/plug-ins/psd_save +libexec/gimp/2.2/plug-ins/psp +%%PYTHON:%%libexec/gimp/2.2/plug-ins/py-slice.py +libexec/gimp/2.2/plug-ins/randomize +libexec/gimp/2.2/plug-ins/raw +libexec/gimp/2.2/plug-ins/rcm +libexec/gimp/2.2/plug-ins/redeye +libexec/gimp/2.2/plug-ins/retinex +libexec/gimp/2.2/plug-ins/ripple +libexec/gimp/2.2/plug-ins/rotate +libexec/gimp/2.2/plug-ins/sample_colorize +libexec/gimp/2.2/plug-ins/scatter_hsv +libexec/gimp/2.2/plug-ins/screenshot +libexec/gimp/2.2/plug-ins/script-fu +%%PYTHON:%%libexec/gimp/2.2/plug-ins/shadow_bevel.py +libexec/gimp/2.2/plug-ins/sel2path +libexec/gimp/2.2/plug-ins/sel_gauss +libexec/gimp/2.2/plug-ins/semiflatten +libexec/gimp/2.2/plug-ins/sgi +libexec/gimp/2.2/plug-ins/sharpen +libexec/gimp/2.2/plug-ins/shift +libexec/gimp/2.2/plug-ins/sinus +libexec/gimp/2.2/plug-ins/smooth_palette +libexec/gimp/2.2/plug-ins/snoise +libexec/gimp/2.2/plug-ins/sobel +libexec/gimp/2.2/plug-ins/softglow +libexec/gimp/2.2/plug-ins/sparkle +%%PYTHON:%%libexec/gimp/2.2/plug-ins/sphere.py +libexec/gimp/2.2/plug-ins/spheredesigner +libexec/gimp/2.2/plug-ins/spread +libexec/gimp/2.2/plug-ins/struc +libexec/gimp/2.2/plug-ins/sunras +%%SVG%%libexec/gimp/2.2/plug-ins/svg +libexec/gimp/2.2/plug-ins/tga +libexec/gimp/2.2/plug-ins/threshold_alpha +libexec/gimp/2.2/plug-ins/tiff +libexec/gimp/2.2/plug-ins/tile +libexec/gimp/2.2/plug-ins/tileit +libexec/gimp/2.2/plug-ins/tiler +libexec/gimp/2.2/plug-ins/uniteditor +libexec/gimp/2.2/plug-ins/unsharp +libexec/gimp/2.2/plug-ins/uri +libexec/gimp/2.2/plug-ins/video +libexec/gimp/2.2/plug-ins/vinvert +libexec/gimp/2.2/plug-ins/vpropagate +libexec/gimp/2.2/plug-ins/warp +libexec/gimp/2.2/plug-ins/waves +libexec/gimp/2.2/plug-ins/webbrowser +%%PYTHON:%%libexec/gimp/2.2/plug-ins/whirlpinch.py +libexec/gimp/2.2/plug-ins/whirlpinch +libexec/gimp/2.2/plug-ins/wind +libexec/gimp/2.2/plug-ins/winicon +libexec/gimp/2.2/plug-ins/wmf +libexec/gimp/2.2/plug-ins/xbm +libexec/gimp/2.2/plug-ins/xjt +libexec/gimp/2.2/plug-ins/xpm +libexec/gimp/2.2/plug-ins/xwd +libexec/gimp/2.2/plug-ins/zealouscrop +%%PYTHON:%%libexec/gimp/2.2/python/_gimpenums.la +%%PYTHON:%%libexec/gimp/2.2/python/_gimpenums.so +%%PYTHON:%%libexec/gimp/2.2/python/gimp.la +%%PYTHON:%%libexec/gimp/2.2/python/gimp.so +%%PYTHON:%%libexec/gimp/2.2/python/gimpcolor.la +%%PYTHON:%%libexec/gimp/2.2/python/gimpcolor.so +%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.py +%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.pyc +%%PYTHON:%%libexec/gimp/2.2/python/gimpenums.pyo +%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.py +%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyc +%%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyo +%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.py +%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyc +%%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyo +%%PYTHON:%%libexec/gimp/2.2/python/gimpprocbrowser.la +%%PYTHON:%%libexec/gimp/2.2/python/gimpprocbrowser.so +%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.py +%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.pyc +%%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.pyo +%%PYTHON:%%libexec/gimp/2.2/python/gimpui.py +%%PYTHON:%%libexec/gimp/2.2/python/gimpui.pyc +%%PYTHON:%%libexec/gimp/2.2/python/gimpui.pyo +share/aclocal/gimp-2.0.m4 +%%DOCSDIR%%/libgimp/GimpAspectPreview.html +%%DOCSDIR%%/libgimp/GimpDrawableComboBox.html +%%DOCSDIR%%/libgimp/GimpDrawablePreview.html +%%DOCSDIR%%/libgimp/GimpFontSelectButton.html +%%DOCSDIR%%/libgimp/GimpImageComboBox.html +%%DOCSDIR%%/libgimp/GimpProcBrowserDialog.html +%%DOCSDIR%%/libgimp/GimpProgressBar.html +%%DOCSDIR%%/libgimp/GimpZoomPreview.html +%%DOCSDIR%%/libgimp/gimpdefinitions.html +%%DOCSDIR%%/libgimp/home.png +%%DOCSDIR%%/libgimp/index.html +%%DOCSDIR%%/libgimp/index.sgml +%%DOCSDIR%%/libgimp/ix01.html +%%DOCSDIR%%/libgimp/ix02.html +%%DOCSDIR%%/libgimp/ix03.html +%%DOCSDIR%%/libgimp/ix04.html +%%DOCSDIR%%/libgimp/left.png +%%DOCSDIR%%/libgimp/libgimp-data.html +%%DOCSDIR%%/libgimp/libgimp-general.html +%%DOCSDIR%%/libgimp/libgimp-gimp.html +%%DOCSDIR%%/libgimp/libgimp-gimpbrush.html +%%DOCSDIR%%/libgimp/libgimp-gimpbrushes.html +%%DOCSDIR%%/libgimp/libgimp-gimpbrushmenu.html +%%DOCSDIR%%/libgimp/libgimp-gimpbrushselect.html +%%DOCSDIR%%/libgimp/libgimp-gimpbuffer.html +%%DOCSDIR%%/libgimp/libgimp-gimpchannel.html +%%DOCSDIR%%/libgimp/libgimp-gimpcolor.html +%%DOCSDIR%%/libgimp/libgimp-gimpcontext.html +%%DOCSDIR%%/libgimp/libgimp-gimpconvert.html +%%DOCSDIR%%/libgimp/libgimp-gimpdisplay.html +%%DOCSDIR%%/libgimp/libgimp-gimpdrawable.html +%%DOCSDIR%%/libgimp/libgimp-gimpdrawabletransform.html +%%DOCSDIR%%/libgimp/libgimp-gimpedit.html +%%DOCSDIR%%/libgimp/libgimp-gimpenums.html +%%DOCSDIR%%/libgimp/libgimp-gimpexport.html +%%DOCSDIR%%/libgimp/libgimp-gimpfileops.html +%%DOCSDIR%%/libgimp/libgimp-gimpfloatingsel.html +%%DOCSDIR%%/libgimp/libgimp-gimpfontmenu.html +%%DOCSDIR%%/libgimp/libgimp-gimpfonts.html +%%DOCSDIR%%/libgimp/libgimp-gimpfontselect.html +%%DOCSDIR%%/libgimp/libgimp-gimpgimprc.html +%%DOCSDIR%%/libgimp/libgimp-gimpgradient.html +%%DOCSDIR%%/libgimp/libgimp-gimpgradientmenu.html +%%DOCSDIR%%/libgimp/libgimp-gimpgradients.html +%%DOCSDIR%%/libgimp/libgimp-gimpgradientselect.html +%%DOCSDIR%%/libgimp/libgimp-gimpgrid.html +%%DOCSDIR%%/libgimp/libgimp-gimpguides.html +%%DOCSDIR%%/libgimp/libgimp-gimphelp.html +%%DOCSDIR%%/libgimp/libgimp-gimpimage.html +%%DOCSDIR%%/libgimp/libgimp-gimplayer.html +%%DOCSDIR%%/libgimp/libgimp-gimpmenu.html +%%DOCSDIR%%/libgimp/libgimp-gimpmessage.html +%%DOCSDIR%%/libgimp/libgimp-gimppalette.html +%%DOCSDIR%%/libgimp/libgimp-gimppalettemenu.html +%%DOCSDIR%%/libgimp/libgimp-gimppalettes.html +%%DOCSDIR%%/libgimp/libgimp-gimppaletteselect.html +%%DOCSDIR%%/libgimp/libgimp-gimppaths.html +%%DOCSDIR%%/libgimp/libgimp-gimppattern.html +%%DOCSDIR%%/libgimp/libgimp-gimppatternmenu.html +%%DOCSDIR%%/libgimp/libgimp-gimppatterns.html +%%DOCSDIR%%/libgimp/libgimp-gimppatternselect.html +%%DOCSDIR%%/libgimp/libgimp-gimppixbuf.html +%%DOCSDIR%%/libgimp/libgimp-gimppixelfetcher.html +%%DOCSDIR%%/libgimp/libgimp-gimppixelrgn.html +%%DOCSDIR%%/libgimp/libgimp-gimpplugin.html +%%DOCSDIR%%/libgimp/libgimp-gimpproceduraldb.html +%%DOCSDIR%%/libgimp/libgimp-gimpprocview.html +%%DOCSDIR%%/libgimp/libgimp-gimpprogress.html +%%DOCSDIR%%/libgimp/libgimp-gimpregioniterator.html +%%DOCSDIR%%/libgimp/libgimp-gimpselection.html +%%DOCSDIR%%/libgimp/libgimp-gimptexttool.html +%%DOCSDIR%%/libgimp/libgimp-gimptile.html +%%DOCSDIR%%/libgimp/libgimp-gimptools.html +%%DOCSDIR%%/libgimp/libgimp-gimpui.html +%%DOCSDIR%%/libgimp/libgimp-gimpundo.html +%%DOCSDIR%%/libgimp/libgimp-gimpvectors.html +%%DOCSDIR%%/libgimp/libgimp-image.html +%%DOCSDIR%%/libgimp/libgimp-selectors.html +%%DOCSDIR%%/libgimp/libgimp.devhelp +%%DOCSDIR%%/libgimp/libgimp.devhelp2 +%%DOCSDIR%%/libgimp/libgimp.html +%%DOCSDIR%%/libgimp/libgimpui-hierarchy.html +%%DOCSDIR%%/libgimp/libgimpui.html +%%DOCSDIR%%/libgimp/right.png +%%DOCSDIR%%/libgimp/style.css +%%DOCSDIR%%/libgimp/up.png +%%DOCSDIR%%/libgimpbase/home.png +%%DOCSDIR%%/libgimpbase/index.html +%%DOCSDIR%%/libgimpbase/index.sgml +%%DOCSDIR%%/libgimpbase/ix01.html +%%DOCSDIR%%/libgimpbase/ix02.html +%%DOCSDIR%%/libgimpbase/ix03.html +%%DOCSDIR%%/libgimpbase/ix04.html +%%DOCSDIR%%/libgimpbase/left.png +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpbaseenums.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpbasetypes.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpchecks.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpcpuaccel.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpdatafiles.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpenv.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimplimits.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpmemsize.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpparam.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpparasite.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpparasiteio.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpsignal.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpunit.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimputils.html +%%DOCSDIR%%/libgimpbase/libgimpbase-gimpversion.html +%%DOCSDIR%%/libgimpbase/libgimpbase.devhelp +%%DOCSDIR%%/libgimpbase/libgimpbase.devhelp2 +%%DOCSDIR%%/libgimpbase/libgimpbase.html +%%DOCSDIR%%/libgimpbase/right.png +%%DOCSDIR%%/libgimpbase/style.css +%%DOCSDIR%%/libgimpbase/up.png +%%DOCSDIR%%/libgimpcolor/home.png +%%DOCSDIR%%/libgimpcolor/index.html +%%DOCSDIR%%/libgimpcolor/index.sgml +%%DOCSDIR%%/libgimpcolor/ix01.html +%%DOCSDIR%%/libgimpcolor/ix02.html +%%DOCSDIR%%/libgimpcolor/ix03.html +%%DOCSDIR%%/libgimpcolor/ix04.html +%%DOCSDIR%%/libgimpcolor/left.png +%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpAdaptiveSupersample.html +%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpBilinear.html +%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpCMYK.html +%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpColorSpace.html +%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpHSV.html +%%DOCSDIR%%/libgimpcolor/libgimpcolor-GimpRGB.html +%%DOCSDIR%%/libgimpcolor/libgimpcolor.devhelp +%%DOCSDIR%%/libgimpcolor/libgimpcolor.devhelp2 +%%DOCSDIR%%/libgimpcolor/libgimpcolor.html +%%DOCSDIR%%/libgimpcolor/right.png +%%DOCSDIR%%/libgimpcolor/style.css +%%DOCSDIR%%/libgimpcolor/up.png +%%DOCSDIR%%/libgimpconfig/GimpColorConfig.html +%%DOCSDIR%%/libgimpconfig/home.png +%%DOCSDIR%%/libgimpconfig/index.html +%%DOCSDIR%%/libgimpconfig/index.sgml +%%DOCSDIR%%/libgimpconfig/ix01.html +%%DOCSDIR%%/libgimpconfig/ix02.html +%%DOCSDIR%%/libgimpconfig/ix03.html +%%DOCSDIR%%/libgimpconfig/left.png +%%DOCSDIR%%/libgimpconfig/libgimpconfig-GimpConfig.html +%%DOCSDIR%%/libgimpconfig/libgimpconfig-GimpConfigError.html +%%DOCSDIR%%/libgimpconfig/libgimpconfig-GimpConfigWriter.html +%%DOCSDIR%%/libgimpconfig/libgimpconfig-GimpScanner.html +%%DOCSDIR%%/libgimpconfig/libgimpconfig-gimpconfig-deserialize.html +%%DOCSDIR%%/libgimpconfig/libgimpconfig-gimpconfig-params.html +%%DOCSDIR%%/libgimpconfig/libgimpconfig-gimpconfig-path.html +%%DOCSDIR%%/libgimpconfig/libgimpconfig-gimpconfig-serialize.html +%%DOCSDIR%%/libgimpconfig/libgimpconfig-gimpconfig-utils.html +%%DOCSDIR%%/libgimpconfig/libgimpconfig-hierarchy.html +%%DOCSDIR%%/libgimpconfig/libgimpconfig.devhelp +%%DOCSDIR%%/libgimpconfig/libgimpconfig.devhelp2 +%%DOCSDIR%%/libgimpconfig/libgimpconfig.html +%%DOCSDIR%%/libgimpconfig/right.png +%%DOCSDIR%%/libgimpconfig/style.css +%%DOCSDIR%%/libgimpconfig/up.png +%%DOCSDIR%%/libgimpmath/home.png +%%DOCSDIR%%/libgimpmath/index.html +%%DOCSDIR%%/libgimpmath/index.sgml +%%DOCSDIR%%/libgimpmath/ix01.html +%%DOCSDIR%%/libgimpmath/ix02.html +%%DOCSDIR%%/libgimpmath/ix03.html +%%DOCSDIR%%/libgimpmath/ix04.html +%%DOCSDIR%%/libgimpmath/left.png +%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMD5.html +%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMath.html +%%DOCSDIR%%/libgimpmath/libgimpmath-GimpMatrix.html +%%DOCSDIR%%/libgimpmath/libgimpmath-GimpVector.html +%%DOCSDIR%%/libgimpmath/libgimpmath.devhelp +%%DOCSDIR%%/libgimpmath/libgimpmath.html +%%DOCSDIR%%/libgimpmath/right.png +%%DOCSDIR%%/libgimpmath/style.css +%%DOCSDIR%%/libgimpmath/up.png +%%DOCSDIR%%/libgimpmodule/GimpModule.html +%%DOCSDIR%%/libgimpmodule/GimpModuleDB.html +%%DOCSDIR%%/libgimpmodule/home.png +%%DOCSDIR%%/libgimpmodule/index.html +%%DOCSDIR%%/libgimpmodule/index.sgml +%%DOCSDIR%%/libgimpmodule/ix01.html +%%DOCSDIR%%/libgimpmodule/ix02.html +%%DOCSDIR%%/libgimpmodule/ix03.html +%%DOCSDIR%%/libgimpmodule/ix04.html +%%DOCSDIR%%/libgimpmodule/left.png +%%DOCSDIR%%/libgimpmodule/libgimpmodule.devhelp +%%DOCSDIR%%/libgimpmodule/libgimpmodule.devhelp2 +%%DOCSDIR%%/libgimpmodule/libgimpmodule.html +%%DOCSDIR%%/libgimpmodule/right.png +%%DOCSDIR%%/libgimpmodule/style.css +%%DOCSDIR%%/libgimpmodule/up.png +%%DOCSDIR%%/libgimpthumb/GimpThumbnail.html +%%DOCSDIR%%/libgimpthumb/home.png +%%DOCSDIR%%/libgimpthumb/index.html +%%DOCSDIR%%/libgimpthumb/index.sgml +%%DOCSDIR%%/libgimpthumb/ix01.html +%%DOCSDIR%%/libgimpthumb/ix02.html +%%DOCSDIR%%/libgimpthumb/ix03.html +%%DOCSDIR%%/libgimpthumb/ix04.html +%%DOCSDIR%%/libgimpthumb/left.png +%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-enums.html +%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-error.html +%%DOCSDIR%%/libgimpthumb/libgimpthumb-gimpthumb-utils.html +%%DOCSDIR%%/libgimpthumb/libgimpthumb.devhelp +%%DOCSDIR%%/libgimpthumb/libgimpthumb.devhelp2 +%%DOCSDIR%%/libgimpthumb/libgimpthumb.html +%%DOCSDIR%%/libgimpthumb/right.png +%%DOCSDIR%%/libgimpthumb/style.css +%%DOCSDIR%%/libgimpthumb/up.png +%%DOCSDIR%%/libgimpwidgets/GimpBrowser.html +%%DOCSDIR%%/libgimpwidgets/GimpButton.html +%%DOCSDIR%%/libgimpwidgets/GimpCellRendererColor.html +%%DOCSDIR%%/libgimpwidgets/GimpCellRendererToggle.html +%%DOCSDIR%%/libgimpwidgets/GimpChainButton.html +%%DOCSDIR%%/libgimpwidgets/GimpColorArea.html +%%DOCSDIR%%/libgimpwidgets/GimpColorButton.html +%%DOCSDIR%%/libgimpwidgets/GimpColorDisplay.html +%%DOCSDIR%%/libgimpwidgets/GimpColorDisplayStack.html +%%DOCSDIR%%/libgimpwidgets/GimpColorHexEntry.html +%%DOCSDIR%%/libgimpwidgets/GimpColorNotebook.html +%%DOCSDIR%%/libgimpwidgets/GimpColorScale.html +%%DOCSDIR%%/libgimpwidgets/GimpColorScales.html +%%DOCSDIR%%/libgimpwidgets/GimpColorSelect.html +%%DOCSDIR%%/libgimpwidgets/GimpColorSelection.html +%%DOCSDIR%%/libgimpwidgets/GimpColorSelector.html +%%DOCSDIR%%/libgimpwidgets/GimpController.html +%%DOCSDIR%%/libgimpwidgets/GimpDialog.html +%%DOCSDIR%%/libgimpwidgets/GimpEnumComboBox.html +%%DOCSDIR%%/libgimpwidgets/GimpEnumLabel.html +%%DOCSDIR%%/libgimpwidgets/GimpEnumStore.html +%%DOCSDIR%%/libgimpwidgets/GimpFileEntry.html +%%DOCSDIR%%/libgimpwidgets/GimpFrame.html +%%DOCSDIR%%/libgimpwidgets/GimpIntComboBox.html +%%DOCSDIR%%/libgimpwidgets/GimpIntStore.html +%%DOCSDIR%%/libgimpwidgets/GimpMemsizeEntry.html +%%DOCSDIR%%/libgimpwidgets/GimpOffsetArea.html +%%DOCSDIR%%/libgimpwidgets/GimpPageSelector.html +%%DOCSDIR%%/libgimpwidgets/GimpPathEditor.html +%%DOCSDIR%%/libgimpwidgets/GimpPickButton.html +%%DOCSDIR%%/libgimpwidgets/GimpPixmap.html +%%DOCSDIR%%/libgimpwidgets/GimpPreview.html +%%DOCSDIR%%/libgimpwidgets/GimpPreviewArea.html +%%DOCSDIR%%/libgimpwidgets/GimpScrolledPreview.html +%%DOCSDIR%%/libgimpwidgets/GimpSizeEntry.html +%%DOCSDIR%%/libgimpwidgets/GimpUnitMenu.html +%%DOCSDIR%%/libgimpwidgets/gimp-browser.png +%%DOCSDIR%%/libgimpwidgets/gimp-button.png +%%DOCSDIR%%/libgimpwidgets/gimp-chain-button.png +%%DOCSDIR%%/libgimpwidgets/gimp-color-area.png +%%DOCSDIR%%/libgimpwidgets/gimp-color-button.png +%%DOCSDIR%%/libgimpwidgets/gimp-color-hex-entry.png +%%DOCSDIR%%/libgimpwidgets/gimp-color-scale.png +%%DOCSDIR%%/libgimpwidgets/gimp-color-selection.png +%%DOCSDIR%%/libgimpwidgets/gimp-dialog.png +%%DOCSDIR%%/libgimpwidgets/gimp-enum-combo-box.png +%%DOCSDIR%%/libgimpwidgets/gimp-enum-label.png +%%DOCSDIR%%/libgimpwidgets/gimp-file-entry.png +%%DOCSDIR%%/libgimpwidgets/gimp-frame.png +%%DOCSDIR%%/libgimpwidgets/gimp-int-combo-box.png +%%DOCSDIR%%/libgimpwidgets/gimp-memsize-entry.png +%%DOCSDIR%%/libgimpwidgets/gimp-offset-area.png +%%DOCSDIR%%/libgimpwidgets/gimp-page-selector.png +%%DOCSDIR%%/libgimpwidgets/gimp-path-editor.png +%%DOCSDIR%%/libgimpwidgets/gimp-pick-button.png +%%DOCSDIR%%/libgimpwidgets/gimp-preview-area.png +%%DOCSDIR%%/libgimpwidgets/gimp-unit-menu.png +%%DOCSDIR%%/libgimpwidgets/home.png +%%DOCSDIR%%/libgimpwidgets/index.html +%%DOCSDIR%%/libgimpwidgets/index.sgml +%%DOCSDIR%%/libgimpwidgets/ix01.html +%%DOCSDIR%%/libgimpwidgets/ix02.html +%%DOCSDIR%%/libgimpwidgets/ix03.html +%%DOCSDIR%%/libgimpwidgets/ix04.html +%%DOCSDIR%%/libgimpwidgets/left.png +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpEnumWidgets.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpHelpUI.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpPropWidgets.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpQueryBox.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpStock.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-GimpWidgets.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-cell-renderers.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-colordisplay.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-colorselector.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-controller.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-deprecated.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-gallery.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-gimpoldwidgets.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-hierarchy.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-utils.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets-widgets.html +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets.devhelp +%%DOCSDIR%%/libgimpwidgets/libgimpwidgets.devhelp2 +%%DOCSDIR%%/libgimpwidgets/right.png +%%DOCSDIR%%/libgimpwidgets/stock-anchor-16.png +%%DOCSDIR%%/libgimpwidgets/stock-cap-butt-16.png +%%DOCSDIR%%/libgimpwidgets/stock-cap-round-16.png +%%DOCSDIR%%/libgimpwidgets/stock-cap-square-16.png +%%DOCSDIR%%/libgimpwidgets/stock-center-16.png +%%DOCSDIR%%/libgimpwidgets/stock-center-24.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-16.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-24.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-32.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-48.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-16.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-24.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-32.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-alpha-48.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-16.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-24.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-32.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-blue-48.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-16.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-24.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-32.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-gray-48.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-green-16.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-green-24.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-green-32.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-green-48.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-16.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-24.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-32.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-indexed-48.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-red-16.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-red-24.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-red-32.png +%%DOCSDIR%%/libgimpwidgets/stock-channel-red-48.png +%%DOCSDIR%%/libgimpwidgets/stock-channels-16.png +%%DOCSDIR%%/libgimpwidgets/stock-channels-24.png +%%DOCSDIR%%/libgimpwidgets/stock-char-picker-22.png +%%DOCSDIR%%/libgimpwidgets/stock-close-12.png +%%DOCSDIR%%/libgimpwidgets/stock-color-pick-from-screen-16.png +%%DOCSDIR%%/libgimpwidgets/stock-color-picker-black-18.png +%%DOCSDIR%%/libgimpwidgets/stock-color-picker-gray-18.png +%%DOCSDIR%%/libgimpwidgets/stock-color-picker-white-18.png +%%DOCSDIR%%/libgimpwidgets/stock-color-triangle-16.png +%%DOCSDIR%%/libgimpwidgets/stock-convert-grayscale-16.png +%%DOCSDIR%%/libgimpwidgets/stock-convert-indexed-16.png +%%DOCSDIR%%/libgimpwidgets/stock-convert-rgb-16.png +%%DOCSDIR%%/libgimpwidgets/stock-cursor-16.png +%%DOCSDIR%%/libgimpwidgets/stock-cursor-24.png +%%DOCSDIR%%/libgimpwidgets/stock-curve-free-16.png +%%DOCSDIR%%/libgimpwidgets/stock-curve-smooth-16.png +%%DOCSDIR%%/libgimpwidgets/stock-default-colors-12.png +%%DOCSDIR%%/libgimpwidgets/stock-device-status-16.png +%%DOCSDIR%%/libgimpwidgets/stock-device-status-24.png +%%DOCSDIR%%/libgimpwidgets/stock-display-filter-16.png +%%DOCSDIR%%/libgimpwidgets/stock-display-filter-24.png +%%DOCSDIR%%/libgimpwidgets/stock-duplicate-16.png +%%DOCSDIR%%/libgimpwidgets/stock-edit-16.png +%%DOCSDIR%%/libgimpwidgets/stock-error-64.png +%%DOCSDIR%%/libgimpwidgets/stock-eye-12.png +%%DOCSDIR%%/libgimpwidgets/stock-eye-20.png +%%DOCSDIR%%/libgimpwidgets/stock-flip-horizontal-16.png +%%DOCSDIR%%/libgimpwidgets/stock-flip-vertical-16.png +%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-16.png +%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-24.png +%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-32.png +%%DOCSDIR%%/libgimpwidgets/stock-floating-selection-48.png +%%DOCSDIR%%/libgimpwidgets/stock-frame-64.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-bilinear-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-conical-asymmetric-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-conical-symmetric-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-linear-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-radial-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-angular-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-dimpled-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-shapeburst-spherical-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-spiral-anticlockwise-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-spiral-clockwise-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gradient-square-16.png +%%DOCSDIR%%/libgimpwidgets/stock-gravity-east-24.png +%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-24.png +%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-east-24.png +%%DOCSDIR%%/libgimpwidgets/stock-gravity-north-west-24.png +%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-24.png +%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-east-24.png +%%DOCSDIR%%/libgimpwidgets/stock-gravity-south-west-24.png +%%DOCSDIR%%/libgimpwidgets/stock-gravity-west-24.png +%%DOCSDIR%%/libgimpwidgets/stock-grid-16.png +%%DOCSDIR%%/libgimpwidgets/stock-hcenter-24.png +%%DOCSDIR%%/libgimpwidgets/stock-hchain-24.png +%%DOCSDIR%%/libgimpwidgets/stock-hchain-broken-24.png +%%DOCSDIR%%/libgimpwidgets/stock-histogram-16.png +%%DOCSDIR%%/libgimpwidgets/stock-histogram-22.png +%%DOCSDIR%%/libgimpwidgets/stock-histogram-linear-16.png +%%DOCSDIR%%/libgimpwidgets/stock-histogram-logarithmic-16.png +%%DOCSDIR%%/libgimpwidgets/stock-image-16.png +%%DOCSDIR%%/libgimpwidgets/stock-image-24.png +%%DOCSDIR%%/libgimpwidgets/stock-image-32.png +%%DOCSDIR%%/libgimpwidgets/stock-image-48.png +%%DOCSDIR%%/libgimpwidgets/stock-images-16.png +%%DOCSDIR%%/libgimpwidgets/stock-images-24.png +%%DOCSDIR%%/libgimpwidgets/stock-indexed-palette-16.png +%%DOCSDIR%%/libgimpwidgets/stock-indexed-palette-24.png +%%DOCSDIR%%/libgimpwidgets/stock-info-16.png +%%DOCSDIR%%/libgimpwidgets/stock-info-24.png +%%DOCSDIR%%/libgimpwidgets/stock-info-64.png +%%DOCSDIR%%/libgimpwidgets/stock-invert-16.png +%%DOCSDIR%%/libgimpwidgets/stock-join-bevel-16.png +%%DOCSDIR%%/libgimpwidgets/stock-join-miter-16.png +%%DOCSDIR%%/libgimpwidgets/stock-join-round-16.png +%%DOCSDIR%%/libgimpwidgets/stock-landscape-16.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-16.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-24.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-32.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-48.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-16.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-24.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-32.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-mask-48.png +%%DOCSDIR%%/libgimpwidgets/stock-layer-to-imagesize-16.png +%%DOCSDIR%%/libgimpwidgets/stock-layers-16.png +%%DOCSDIR%%/libgimpwidgets/stock-layers-24.png +%%DOCSDIR%%/libgimpwidgets/stock-letter-spacing-22.png +%%DOCSDIR%%/libgimpwidgets/stock-line-spacing-22.png +%%DOCSDIR%%/libgimpwidgets/stock-linked-12.png +%%DOCSDIR%%/libgimpwidgets/stock-linked-20.png +%%DOCSDIR%%/libgimpwidgets/stock-list-16.png +%%DOCSDIR%%/libgimpwidgets/stock-menu-left-12.png +%%DOCSDIR%%/libgimpwidgets/stock-menu-right-12.png +%%DOCSDIR%%/libgimpwidgets/stock-merge-down-16.png +%%DOCSDIR%%/libgimpwidgets/stock-move-to-screen-16.png +%%DOCSDIR%%/libgimpwidgets/stock-move-to-screen-24.png +%%DOCSDIR%%/libgimpwidgets/stock-navigation-16.png +%%DOCSDIR%%/libgimpwidgets/stock-paste-as-new-16.png +%%DOCSDIR%%/libgimpwidgets/stock-paste-into-16.png +%%DOCSDIR%%/libgimpwidgets/stock-path-16.png +%%DOCSDIR%%/libgimpwidgets/stock-path-22.png +%%DOCSDIR%%/libgimpwidgets/stock-path-stroke-16.png +%%DOCSDIR%%/libgimpwidgets/stock-paths-16.png +%%DOCSDIR%%/libgimpwidgets/stock-paths-22.png +%%DOCSDIR%%/libgimpwidgets/stock-plugin-16.png +%%DOCSDIR%%/libgimpwidgets/stock-portrait-16.png +%%DOCSDIR%%/libgimpwidgets/stock-print-resolution-16.png +%%DOCSDIR%%/libgimpwidgets/stock-print-resolution-24.png +%%DOCSDIR%%/libgimpwidgets/stock-question-64.png +%%DOCSDIR%%/libgimpwidgets/stock-quick-mask-off-16.png +%%DOCSDIR%%/libgimpwidgets/stock-quick-mask-on-16.png +%%DOCSDIR%%/libgimpwidgets/stock-reset-16.png +%%DOCSDIR%%/libgimpwidgets/stock-reshow-filter-16.png +%%DOCSDIR%%/libgimpwidgets/stock-resize-16.png +%%DOCSDIR%%/libgimpwidgets/stock-rotate-180-16.png +%%DOCSDIR%%/libgimpwidgets/stock-rotate-270-16.png +%%DOCSDIR%%/libgimpwidgets/stock-rotate-90-16.png +%%DOCSDIR%%/libgimpwidgets/stock-sample-point-16.png +%%DOCSDIR%%/libgimpwidgets/stock-sample-point-24.png +%%DOCSDIR%%/libgimpwidgets/stock-scale-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-add-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-all-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-border-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-grow-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-intersect-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-none-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-replace-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-shrink-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-stroke-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-subtract-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-to-channel-16.png +%%DOCSDIR%%/libgimpwidgets/stock-selection-to-path-16.png +%%DOCSDIR%%/libgimpwidgets/stock-shape-circle-16.png +%%DOCSDIR%%/libgimpwidgets/stock-shape-diamond-16.png +%%DOCSDIR%%/libgimpwidgets/stock-shape-square-16.png +%%DOCSDIR%%/libgimpwidgets/stock-swap-colors-12.png +%%DOCSDIR%%/libgimpwidgets/stock-template-16.png +%%DOCSDIR%%/libgimpwidgets/stock-template-24.png +%%DOCSDIR%%/libgimpwidgets/stock-text-dir-ltr-24.png +%%DOCSDIR%%/libgimpwidgets/stock-text-dir-rtl-24.png +%%DOCSDIR%%/libgimpwidgets/stock-text-layer-16.png +%%DOCSDIR%%/libgimpwidgets/stock-text-layer-24.png +%%DOCSDIR%%/libgimpwidgets/stock-text-layer-32.png +%%DOCSDIR%%/libgimpwidgets/stock-text-layer-48.png +%%DOCSDIR%%/libgimpwidgets/stock-texture-64.png +%%DOCSDIR%%/libgimpwidgets/stock-toilet-paper-16.png +%%DOCSDIR%%/libgimpwidgets/stock-toilet-paper-24.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-airbrush-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-airbrush-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-align-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-align-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-blend-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-blend-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-blur-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-blur-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-brightness-contrast-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-brightness-contrast-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-bucket-fill-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-bucket-fill-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-by-color-select-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-by-color-select-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-clone-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-clone-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-color-balance-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-color-balance-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-color-picker-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-color-picker-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-colorize-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-colorize-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-crop-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-crop-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-curves-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-curves-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-dodge-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-dodge-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-ellipse-select-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-ellipse-select-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-eraser-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-eraser-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-flip-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-flip-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-foreground-select-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-foreground-select-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-free-select-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-free-select-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-fuzzy-select-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-fuzzy-select-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-hue-saturation-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-hue-saturation-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-ink-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-ink-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-iscissors-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-iscissors-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-levels-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-levels-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-measure-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-measure-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-move-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-move-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-options-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-options-24.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-paintbrush-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-paintbrush-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-path-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-path-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-pencil-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-pencil-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-perspective-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-perspective-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-posterize-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-posterize-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-rect-select-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-rect-select-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-rotate-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-rotate-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-scale-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-scale-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-shear-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-shear-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-smudge-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-smudge-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-text-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-text-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-threshold-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-threshold-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-zoom-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tool-zoom-22.png +%%DOCSDIR%%/libgimpwidgets/stock-tools-16.png +%%DOCSDIR%%/libgimpwidgets/stock-tools-24.png +%%DOCSDIR%%/libgimpwidgets/stock-transparency-16.png +%%DOCSDIR%%/libgimpwidgets/stock-transparency-24.png +%%DOCSDIR%%/libgimpwidgets/stock-undo-history-16.png +%%DOCSDIR%%/libgimpwidgets/stock-undo-history-24.png +%%DOCSDIR%%/libgimpwidgets/stock-vcenter-24.png +%%DOCSDIR%%/libgimpwidgets/stock-vchain-24.png +%%DOCSDIR%%/libgimpwidgets/stock-vchain-broken-24.png +%%DOCSDIR%%/libgimpwidgets/stock-video-16.png +%%DOCSDIR%%/libgimpwidgets/stock-video-24.png +%%DOCSDIR%%/libgimpwidgets/stock-warning-16.png +%%DOCSDIR%%/libgimpwidgets/stock-warning-24.png +%%DOCSDIR%%/libgimpwidgets/stock-warning-64.png +%%DOCSDIR%%/libgimpwidgets/stock-web-16.png +%%DOCSDIR%%/libgimpwidgets/stock-web-24.png +%%DOCSDIR%%/libgimpwidgets/stock-wilber-16.png +%%DOCSDIR%%/libgimpwidgets/stock-wilber-64.png +%%DOCSDIR%%/libgimpwidgets/stock-wilber-eek-64.png +%%DOCSDIR%%/libgimpwidgets/stock-zoom-follow-window-12.png +%%DOCSDIR%%/libgimpwidgets/style.css +%%DOCSDIR%%/libgimpwidgets/up.png +%%DATADIR%%/brushes/10x10square.gbr +%%DATADIR%%/brushes/10x10squareBlur.gbr +%%DATADIR%%/brushes/11circle.gbr +%%DATADIR%%/brushes/11fcircle.gbr +%%DATADIR%%/brushes/13circle.gbr +%%DATADIR%%/brushes/13fcircle.gbr +%%DATADIR%%/brushes/15circle.gbr +%%DATADIR%%/brushes/15fcircle.gbr +%%DATADIR%%/brushes/17circle.gbr +%%DATADIR%%/brushes/17fcircle.gbr +%%DATADIR%%/brushes/19circle.gbr +%%DATADIR%%/brushes/19fcircle.gbr +%%DATADIR%%/brushes/1circle.gbr +%%DATADIR%%/brushes/20x20square.gbr +%%DATADIR%%/brushes/20x20squareBlur.gbr +%%DATADIR%%/brushes/3circle.gbr +%%DATADIR%%/brushes/3fcircle.gbr +%%DATADIR%%/brushes/5circle.gbr +%%DATADIR%%/brushes/5fcircle.gbr +%%DATADIR%%/brushes/5x5square.gbr +%%DATADIR%%/brushes/5x5squareBlur.gbr +%%DATADIR%%/brushes/7circle.gbr +%%DATADIR%%/brushes/7fcircle.gbr +%%DATADIR%%/brushes/9circle.gbr +%%DATADIR%%/brushes/9fcircle.gbr +%%DATADIR%%/brushes/DStar11.gbr +%%DATADIR%%/brushes/DStar17.gbr +%%DATADIR%%/brushes/DStar25.gbr +%%DATADIR%%/brushes/SketchBrush-16.gih +%%DATADIR%%/brushes/SketchBrush-32.gih +%%DATADIR%%/brushes/SketchBrush-64.gih +%%DATADIR%%/brushes/callig1.gbr +%%DATADIR%%/brushes/callig2.gbr +%%DATADIR%%/brushes/callig3.gbr +%%DATADIR%%/brushes/callig4.gbr +%%DATADIR%%/brushes/confetti.gbr +%%DATADIR%%/brushes/confetti.gih +%%DATADIR%%/brushes/dunes.gbr +%%DATADIR%%/brushes/feltpen.gih +%%DATADIR%%/brushes/galaxy.gbr +%%DATADIR%%/brushes/galaxy_big.gbr +%%DATADIR%%/brushes/galaxy_small.gbr +%%DATADIR%%/brushes/hsparks.gih +%%DATADIR%%/brushes/pepper.gbr +%%DATADIR%%/brushes/pixel.gbr +%%DATADIR%%/brushes/thegimp.gbr +%%DATADIR%%/brushes/vine.gih +%%DATADIR%%/brushes/xcf.gbr +%%DATADIR%%/fractalexplorer/Asteroid_Field +%%DATADIR%%/fractalexplorer/Bar_Code_Label +%%DATADIR%%/fractalexplorer/Beauty_of_Nature +%%DATADIR%%/fractalexplorer/Blue_Curtain +%%DATADIR%%/fractalexplorer/Car_Track +%%DATADIR%%/fractalexplorer/Energetic_Diamond +%%DATADIR%%/fractalexplorer/Explosive +%%DATADIR%%/fractalexplorer/Flower +%%DATADIR%%/fractalexplorer/Fragments +%%DATADIR%%/fractalexplorer/Hemp +%%DATADIR%%/fractalexplorer/High_Voltage +%%DATADIR%%/fractalexplorer/Hoops +%%DATADIR%%/fractalexplorer/Ice_Crystal +%%DATADIR%%/fractalexplorer/Leaves +%%DATADIR%%/fractalexplorer/Lightning +%%DATADIR%%/fractalexplorer/Mandelbrot +%%DATADIR%%/fractalexplorer/Marble +%%DATADIR%%/fractalexplorer/Marble2 +%%DATADIR%%/fractalexplorer/Medusa +%%DATADIR%%/fractalexplorer/Nautilus +%%DATADIR%%/fractalexplorer/Nebula +%%DATADIR%%/fractalexplorer/Plant +%%DATADIR%%/fractalexplorer/Rose +%%DATADIR%%/fractalexplorer/Saturn +%%DATADIR%%/fractalexplorer/Snow_Crystal +%%DATADIR%%/fractalexplorer/Soma +%%DATADIR%%/fractalexplorer/Spark +%%DATADIR%%/fractalexplorer/Suns +%%DATADIR%%/fractalexplorer/Tentacles +%%DATADIR%%/fractalexplorer/The_Green_Place +%%DATADIR%%/fractalexplorer/Wave +%%DATADIR%%/fractalexplorer/Wood +%%DATADIR%%/fractalexplorer/Zooming_Circle +%%DATADIR%%/gfig/A_star +%%DATADIR%%/gfig/curves +%%DATADIR%%/gfig/polys +%%DATADIR%%/gfig/ring +%%DATADIR%%/gfig/ring+star +%%DATADIR%%/gfig/simily +%%DATADIR%%/gfig/spirals_and_stars +%%DATADIR%%/gfig/sprial +%%DATADIR%%/gfig/star2 +%%DATADIR%%/gfig/stars +%%DATADIR%%/gflare/Bright_Star +%%DATADIR%%/gflare/Classic +%%DATADIR%%/gflare/Default +%%DATADIR%%/gflare/Distant_Sun +%%DATADIR%%/gflare/GFlare_101 +%%DATADIR%%/gflare/GFlare_102 +%%DATADIR%%/gflare/Hidden_Planet +%%DATADIR%%/gimpressionist/Brushes/arrow01.pgm +%%DATADIR%%/gimpressionist/Brushes/ball.ppm +%%DATADIR%%/gimpressionist/Brushes/blob.ppm +%%DATADIR%%/gimpressionist/Brushes/box.ppm +%%DATADIR%%/gimpressionist/Brushes/chalk01.pgm +%%DATADIR%%/gimpressionist/Brushes/cone.ppm +%%DATADIR%%/gimpressionist/Brushes/crayon01.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon02.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon03.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon04.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon05.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon06.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon07.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon08.pgm +%%DATADIR%%/gimpressionist/Brushes/defaultbrush.pgm +%%DATADIR%%/gimpressionist/Brushes/dribble.pgm +%%DATADIR%%/gimpressionist/Brushes/fabric.pgm +%%DATADIR%%/gimpressionist/Brushes/fabric01.pgm +%%DATADIR%%/gimpressionist/Brushes/fabric02.pgm +%%DATADIR%%/gimpressionist/Brushes/fabric03.pgm +%%DATADIR%%/gimpressionist/Brushes/flower01.pgm +%%DATADIR%%/gimpressionist/Brushes/flower02.pgm +%%DATADIR%%/gimpressionist/Brushes/flower03.pgm +%%DATADIR%%/gimpressionist/Brushes/flower04.pgm +%%DATADIR%%/gimpressionist/Brushes/grad01.pgm +%%DATADIR%%/gimpressionist/Brushes/grad02.pgm +%%DATADIR%%/gimpressionist/Brushes/grad03.pgm +%%DATADIR%%/gimpressionist/Brushes/heart.ppm +%%DATADIR%%/gimpressionist/Brushes/leaf01.pgm +%%DATADIR%%/gimpressionist/Brushes/paintbrush.pgm +%%DATADIR%%/gimpressionist/Brushes/paintbrush01.pgm +%%DATADIR%%/gimpressionist/Brushes/paintbrush02.pgm +%%DATADIR%%/gimpressionist/Brushes/paintbrush03.pgm +%%DATADIR%%/gimpressionist/Brushes/paintbrush04.pgm +%%DATADIR%%/gimpressionist/Brushes/paper01.pgm +%%DATADIR%%/gimpressionist/Brushes/paper02.pgm +%%DATADIR%%/gimpressionist/Brushes/paper03.pgm +%%DATADIR%%/gimpressionist/Brushes/paper04.pgm +%%DATADIR%%/gimpressionist/Brushes/pentagram.pgm +%%DATADIR%%/gimpressionist/Brushes/scribble.pgm +%%DATADIR%%/gimpressionist/Brushes/shape01.pgm +%%DATADIR%%/gimpressionist/Brushes/shape02.pgm +%%DATADIR%%/gimpressionist/Brushes/shape03.pgm +%%DATADIR%%/gimpressionist/Brushes/shape04.pgm +%%DATADIR%%/gimpressionist/Brushes/snow1.pgm +%%DATADIR%%/gimpressionist/Brushes/sphere.ppm +%%DATADIR%%/gimpressionist/Brushes/splat1.pgm +%%DATADIR%%/gimpressionist/Brushes/splat2.pgm +%%DATADIR%%/gimpressionist/Brushes/splat3.pgm +%%DATADIR%%/gimpressionist/Brushes/spunge01.pgm +%%DATADIR%%/gimpressionist/Brushes/spunge02.pgm +%%DATADIR%%/gimpressionist/Brushes/spunge03.pgm +%%DATADIR%%/gimpressionist/Brushes/spunge04.pgm +%%DATADIR%%/gimpressionist/Brushes/spunge05.pgm +%%DATADIR%%/gimpressionist/Brushes/strange01.pgm +%%DATADIR%%/gimpressionist/Brushes/thegimp.pgm +%%DATADIR%%/gimpressionist/Brushes/torus.ppm +%%DATADIR%%/gimpressionist/Brushes/wavy.pgm +%%DATADIR%%/gimpressionist/Brushes/weave.pgm +%%DATADIR%%/gimpressionist/Brushes/worm.pgm +%%DATADIR%%/gimpressionist/Paper/bricks.pgm +%%DATADIR%%/gimpressionist/Paper/bricks2.pgm +%%DATADIR%%/gimpressionist/Paper/burlap.pgm +%%DATADIR%%/gimpressionist/Paper/canvas2.pgm +%%DATADIR%%/gimpressionist/Paper/defaultpaper.pgm +%%DATADIR%%/gimpressionist/Paper/marble.pgm +%%DATADIR%%/gimpressionist/Paper/marble2.pgm +%%DATADIR%%/gimpressionist/Paper/stone.pgm +%%DATADIR%%/gimpressionist/Paper/struc.pgm +%%DATADIR%%/gimpressionist/Presets/ApplyCanvas +%%DATADIR%%/gimpressionist/Presets/Ballpark +%%DATADIR%%/gimpressionist/Presets/Canvas +%%DATADIR%%/gimpressionist/Presets/Crosshatch +%%DATADIR%%/gimpressionist/Presets/Cubism +%%DATADIR%%/gimpressionist/Presets/Dotify +%%DATADIR%%/gimpressionist/Presets/Embroidery +%%DATADIR%%/gimpressionist/Presets/Feathers +%%DATADIR%%/gimpressionist/Presets/Felt-marker +%%DATADIR%%/gimpressionist/Presets/Flowerbed +%%DATADIR%%/gimpressionist/Presets/Furry +%%DATADIR%%/gimpressionist/Presets/Line-art +%%DATADIR%%/gimpressionist/Presets/Line-art-2 +%%DATADIR%%/gimpressionist/Presets/Maggot-invasion +%%DATADIR%%/gimpressionist/Presets/MarbleMadness +%%DATADIR%%/gimpressionist/Presets/Mossy +%%DATADIR%%/gimpressionist/Presets/Painted_Rock +%%DATADIR%%/gimpressionist/Presets/Parquette +%%DATADIR%%/gimpressionist/Presets/Patchwork +%%DATADIR%%/gimpressionist/Presets/Ringworks +%%DATADIR%%/gimpressionist/Presets/Sample +%%DATADIR%%/gimpressionist/Presets/Smash +%%DATADIR%%/gimpressionist/Presets/Straws +%%DATADIR%%/gimpressionist/Presets/Weave +%%DATADIR%%/gimpressionist/Presets/Wormcan +%%DATADIR%%/gradients/Abstract_1.ggr +%%DATADIR%%/gradients/Abstract_2.ggr +%%DATADIR%%/gradients/Abstract_3.ggr +%%DATADIR%%/gradients/Aneurism.ggr +%%DATADIR%%/gradients/Blinds.ggr +%%DATADIR%%/gradients/Blue_Green.ggr +%%DATADIR%%/gradients/Browns.ggr +%%DATADIR%%/gradients/Brushed_Aluminium.ggr +%%DATADIR%%/gradients/Burning_Paper.ggr +%%DATADIR%%/gradients/Burning_Transparency.ggr +%%DATADIR%%/gradients/CD.ggr +%%DATADIR%%/gradients/CD_Half.ggr +%%DATADIR%%/gradients/Caribbean_Blues.ggr +%%DATADIR%%/gradients/Coffee.ggr +%%DATADIR%%/gradients/Cold_Steel.ggr +%%DATADIR%%/gradients/Cold_Steel_2.ggr +%%DATADIR%%/gradients/Crown_molding.ggr +%%DATADIR%%/gradients/Dark_1.ggr +%%DATADIR%%/gradients/Deep_Sea.ggr +%%DATADIR%%/gradients/Default.ggr +%%DATADIR%%/gradients/Flare_Glow_Angular_1.ggr +%%DATADIR%%/gradients/Flare_Glow_Radial_1.ggr +%%DATADIR%%/gradients/Flare_Glow_Radial_2.ggr +%%DATADIR%%/gradients/Flare_Glow_Radial_3.ggr +%%DATADIR%%/gradients/Flare_Glow_Radial_4.ggr +%%DATADIR%%/gradients/Flare_Radial_101.ggr +%%DATADIR%%/gradients/Flare_Radial_102.ggr +%%DATADIR%%/gradients/Flare_Radial_103.ggr +%%DATADIR%%/gradients/Flare_Rays_Radial_1.ggr +%%DATADIR%%/gradients/Flare_Rays_Radial_2.ggr +%%DATADIR%%/gradients/Flare_Rays_Size_1.ggr +%%DATADIR%%/gradients/Flare_Sizefac_101.ggr +%%DATADIR%%/gradients/Four_bars.ggr +%%DATADIR%%/gradients/French_flag.ggr +%%DATADIR%%/gradients/French_flag_smooth.ggr +%%DATADIR%%/gradients/Full_saturation_spectrum_CCW.ggr +%%DATADIR%%/gradients/Full_saturation_spectrum_CW.ggr +%%DATADIR%%/gradients/German_flag.ggr +%%DATADIR%%/gradients/German_flag_smooth.ggr +%%DATADIR%%/gradients/Golden.ggr +%%DATADIR%%/gradients/Greens.ggr +%%DATADIR%%/gradients/Horizon_1.ggr +%%DATADIR%%/gradients/Horizon_2.ggr +%%DATADIR%%/gradients/Incandescent.ggr +%%DATADIR%%/gradients/Land_1.ggr +%%DATADIR%%/gradients/Land_and_Sea.ggr +%%DATADIR%%/gradients/Metallic_Something.ggr +%%DATADIR%%/gradients/Mexican_flag.ggr +%%DATADIR%%/gradients/Mexican_flag_smooth.ggr +%%DATADIR%%/gradients/Nauseating_Headache.ggr +%%DATADIR%%/gradients/Neon_Cyan.ggr +%%DATADIR%%/gradients/Neon_Green.ggr +%%DATADIR%%/gradients/Neon_Yellow.ggr +%%DATADIR%%/gradients/Pastel_Rainbow.ggr +%%DATADIR%%/gradients/Pastels.ggr +%%DATADIR%%/gradients/Purples.ggr +%%DATADIR%%/gradients/Radial_Eyeball_Blue.ggr +%%DATADIR%%/gradients/Radial_Eyeball_Brown.ggr +%%DATADIR%%/gradients/Radial_Eyeball_Green.ggr +%%DATADIR%%/gradients/Radial_Glow_1.ggr +%%DATADIR%%/gradients/Radial_Rainbow_Hoop.ggr +%%DATADIR%%/gradients/Romanian_flag.ggr +%%DATADIR%%/gradients/Romanian_flag_smooth.ggr +%%DATADIR%%/gradients/Rounded_edge.ggr +%%DATADIR%%/gradients/Shadows_1.ggr +%%DATADIR%%/gradients/Shadows_2.ggr +%%DATADIR%%/gradients/Shadows_3.ggr +%%DATADIR%%/gradients/Skyline.ggr +%%DATADIR%%/gradients/Skyline_polluted.ggr +%%DATADIR%%/gradients/Square_Wood_Frame.ggr +%%DATADIR%%/gradients/Sunrise.ggr +%%DATADIR%%/gradients/Three_bars_sin.ggr +%%DATADIR%%/gradients/Tropical_Colors.ggr +%%DATADIR%%/gradients/Tube_Red.ggr +%%DATADIR%%/gradients/Wood_1.ggr +%%DATADIR%%/gradients/Wood_2.ggr +%%DATADIR%%/gradients/Yellow_Contrast.ggr +%%DATADIR%%/gradients/Yellow_Orange.ggr +%%DATADIR%%/images/gimp-logo.png +%%DATADIR%%/images/gimp-splash.png +%%DATADIR%%/images/wilber-devel-icon.png +%%DATADIR%%/images/wilber-icon.png +%%DATADIR%%/images/wilber-tips.png +%%DATADIR%%/images/wilber-wizard.png +%%DATADIR%%/menus/brush-editor-menu.xml +%%DATADIR%%/menus/brushes-menu.xml +%%DATADIR%%/menus/buffers-menu.xml +%%DATADIR%%/menus/channels-menu.xml +%%DATADIR%%/menus/colormap-editor-menu.xml +%%DATADIR%%/menus/cursor-info-menu.xml +%%DATADIR%%/menus/dockable-menu.xml +%%DATADIR%%/menus/documents-menu.xml +%%DATADIR%%/menus/error-console-menu.xml +%%DATADIR%%/menus/fonts-menu.xml +%%DATADIR%%/menus/gradient-editor-menu.xml +%%DATADIR%%/menus/gradients-menu.xml +%%DATADIR%%/menus/image-menu.xml +%%DATADIR%%/menus/images-menu.xml +%%DATADIR%%/menus/layers-menu.xml +%%DATADIR%%/menus/palette-editor-menu.xml +%%DATADIR%%/menus/palettes-menu.xml +%%DATADIR%%/menus/patterns-menu.xml +%%DATADIR%%/menus/quick-mask-menu.xml +%%DATADIR%%/menus/sample-point-editor-menu.xml +%%DATADIR%%/menus/selection-editor-menu.xml +%%DATADIR%%/menus/templates-menu.xml +%%DATADIR%%/menus/text-editor-toolbar.xml +%%DATADIR%%/menus/tool-options-menu.xml +%%DATADIR%%/menus/toolbox-menu.xml +%%DATADIR%%/menus/tools-menu.xml +%%DATADIR%%/menus/undo-editor-menu.xml +%%DATADIR%%/menus/vectors-menu.xml +%%DATADIR%%/palettes/Bears.gpl +%%DATADIR%%/palettes/Bgold.gpl +%%DATADIR%%/palettes/Blues.gpl +%%DATADIR%%/palettes/Borders.gpl +%%DATADIR%%/palettes/Browns_And_Yellows.gpl +%%DATADIR%%/palettes/Caramel.gpl +%%DATADIR%%/palettes/Cascade.gpl +%%DATADIR%%/palettes/China.gpl +%%DATADIR%%/palettes/Coldfire.gpl +%%DATADIR%%/palettes/Cool_Colors.gpl +%%DATADIR%%/palettes/Cranes.gpl +%%DATADIR%%/palettes/Dark_pastels.gpl +%%DATADIR%%/palettes/Default.gpl +%%DATADIR%%/palettes/Ega.gpl +%%DATADIR%%/palettes/Firecode.gpl +%%DATADIR%%/palettes/Gold.gpl +%%DATADIR%%/palettes/GrayViolet.gpl +%%DATADIR%%/palettes/Grayblue.gpl +%%DATADIR%%/palettes/Grays.gpl +%%DATADIR%%/palettes/Greens.gpl +%%DATADIR%%/palettes/Hilite.gpl +%%DATADIR%%/palettes/Khaki.gpl +%%DATADIR%%/palettes/Lights.gpl +%%DATADIR%%/palettes/Muted.gpl +%%DATADIR%%/palettes/Named_Colors.gpl +%%DATADIR%%/palettes/News3.gpl +%%DATADIR%%/palettes/Op2.gpl +%%DATADIR%%/palettes/Paintjet.gpl +%%DATADIR%%/palettes/Pastels.gpl +%%DATADIR%%/palettes/Plasma.gpl +%%DATADIR%%/palettes/Reds.gpl +%%DATADIR%%/palettes/Reds_And_Purples.gpl +%%DATADIR%%/palettes/Royal.gpl +%%DATADIR%%/palettes/Tango.gpl +%%DATADIR%%/palettes/Topographic.gpl +%%DATADIR%%/palettes/Visibone.gpl +%%DATADIR%%/palettes/Visibone_2.gpl +%%DATADIR%%/palettes/Volcano.gpl +%%DATADIR%%/palettes/Warm_Colors.gpl +%%DATADIR%%/palettes/Web.gpl +%%DATADIR%%/patterns/3dgreen.pat +%%DATADIR%%/patterns/Craters.pat +%%DATADIR%%/patterns/Moonfoot.pat +%%DATADIR%%/patterns/Stripes1px.pat +%%DATADIR%%/patterns/Stripes2px.pat +%%DATADIR%%/patterns/amethyst.pat +%%DATADIR%%/patterns/bark.pat +%%DATADIR%%/patterns/blue.pat +%%DATADIR%%/patterns/bluegrid.pat +%%DATADIR%%/patterns/bluesquares.pat +%%DATADIR%%/patterns/blueweb.pat +%%DATADIR%%/patterns/brick.pat +%%DATADIR%%/patterns/burlap.pat +%%DATADIR%%/patterns/burlwood.pat +%%DATADIR%%/patterns/choc_swirl.pat +%%DATADIR%%/patterns/corkboard.pat +%%DATADIR%%/patterns/cracked.pat +%%DATADIR%%/patterns/crinklepaper.pat +%%DATADIR%%/patterns/electric.pat +%%DATADIR%%/patterns/fibers.pat +%%DATADIR%%/patterns/granite1.pat +%%DATADIR%%/patterns/ground1.pat +%%DATADIR%%/patterns/ice.pat +%%DATADIR%%/patterns/java.pat +%%DATADIR%%/patterns/leather.pat +%%DATADIR%%/patterns/leaves.pat +%%DATADIR%%/patterns/leopard.pat +%%DATADIR%%/patterns/lightning.pat +%%DATADIR%%/patterns/marble1.pat +%%DATADIR%%/patterns/marble2.pat +%%DATADIR%%/patterns/marble3.pat +%%DATADIR%%/patterns/nops.pat +%%DATADIR%%/patterns/paper.pat +%%DATADIR%%/patterns/parque1.pat +%%DATADIR%%/patterns/parque2.pat +%%DATADIR%%/patterns/parque3.pat +%%DATADIR%%/patterns/pastel.pat +%%DATADIR%%/patterns/pine.pat +%%DATADIR%%/patterns/pink_marble.pat +%%DATADIR%%/patterns/pool.pat +%%DATADIR%%/patterns/qube1.pat +%%DATADIR%%/patterns/rain.pat +%%DATADIR%%/patterns/recessed.pat +%%DATADIR%%/patterns/redcube.pat +%%DATADIR%%/patterns/rock.pat +%%DATADIR%%/patterns/sky.pat +%%DATADIR%%/patterns/slate.pat +%%DATADIR%%/patterns/sm_squares.pat +%%DATADIR%%/patterns/starfield.pat +%%DATADIR%%/patterns/stone33.pat +%%DATADIR%%/patterns/terra.pat +%%DATADIR%%/patterns/walnut.pat +%%DATADIR%%/patterns/warning.pat +%%DATADIR%%/patterns/wood1.pat +%%DATADIR%%/patterns/wood2.pat +%%DATADIR%%/patterns/wood3.pat +%%DATADIR%%/patterns/wood4.pat +%%DATADIR%%/patterns/wood5.pat +%%DATADIR%%/scripts/3d-outline.scm +%%DATADIR%%/scripts/3dTruchet.scm +%%DATADIR%%/scripts/add-bevel.scm +%%DATADIR%%/scripts/addborder.scm +%%DATADIR%%/scripts/alien-glow-arrow.scm +%%DATADIR%%/scripts/alien-glow-bar.scm +%%DATADIR%%/scripts/alien-glow-bullet.scm +%%DATADIR%%/scripts/alien-glow-button.scm +%%DATADIR%%/scripts/alien-glow-logo.scm +%%DATADIR%%/scripts/alien-neon-logo.scm +%%DATADIR%%/scripts/basic1-logo.scm +%%DATADIR%%/scripts/basic2-logo.scm +%%DATADIR%%/scripts/beveled-button.scm +%%DATADIR%%/scripts/beveled-pattern-arrow.scm +%%DATADIR%%/scripts/beveled-pattern-bullet.scm +%%DATADIR%%/scripts/beveled-pattern-button.scm +%%DATADIR%%/scripts/beveled-pattern-heading.scm +%%DATADIR%%/scripts/beveled-pattern-hrule.scm +%%DATADIR%%/scripts/blend-anim.scm +%%DATADIR%%/scripts/blended-logo.scm +%%DATADIR%%/scripts/bovinated-logo.scm +%%DATADIR%%/scripts/burn-in-anim.scm +%%DATADIR%%/scripts/camo.scm +%%DATADIR%%/scripts/carve-it.scm +%%DATADIR%%/scripts/carved-logo.scm +%%DATADIR%%/scripts/chalk.scm +%%DATADIR%%/scripts/chip-away.scm +%%DATADIR%%/scripts/chrome-it.scm +%%DATADIR%%/scripts/chrome-logo.scm +%%DATADIR%%/scripts/circuit.scm +%%DATADIR%%/scripts/clothify.scm +%%DATADIR%%/scripts/coffee.scm +%%DATADIR%%/scripts/comic-logo.scm +%%DATADIR%%/scripts/coolmetal-logo.scm +%%DATADIR%%/scripts/copy-visible.scm +%%DATADIR%%/scripts/crystal-logo.scm +%%DATADIR%%/scripts/distress-selection.scm +%%DATADIR%%/scripts/drop-shadow.scm +%%DATADIR%%/scripts/erase-rows.scm +%%DATADIR%%/scripts/fade-outline.scm +%%DATADIR%%/scripts/flatland.scm +%%DATADIR%%/scripts/font-map.scm +%%DATADIR%%/scripts/frosty-logo.scm +%%DATADIR%%/scripts/fuzzyborder.scm +%%DATADIR%%/scripts/gimp-headers.scm +%%DATADIR%%/scripts/gimp-labels.scm +%%DATADIR%%/scripts/glossy.scm +%%DATADIR%%/scripts/glowing-logo.scm +%%DATADIR%%/scripts/gradient-bevel-logo.scm +%%DATADIR%%/scripts/gradient-example.scm +%%DATADIR%%/scripts/grid-system.scm +%%DATADIR%%/scripts/guides-from-selection.scm +%%DATADIR%%/scripts/guides-new-percent.scm +%%DATADIR%%/scripts/guides-new.scm +%%DATADIR%%/scripts/guides-remove-all.scm +%%DATADIR%%/scripts/hsv-graph.scm +%%DATADIR%%/scripts/i26-gunya2.scm +%%DATADIR%%/scripts/images/beavis.jpg +%%DATADIR%%/scripts/images/texture.jpg +%%DATADIR%%/scripts/images/texture1.jpg +%%DATADIR%%/scripts/images/texture2.jpg +%%DATADIR%%/scripts/images/texture3.jpg +%%DATADIR%%/scripts/land.scm +%%DATADIR%%/scripts/lava.scm +%%DATADIR%%/scripts/line-nova.scm +%%DATADIR%%/scripts/mkbrush.scm +%%DATADIR%%/scripts/neon-logo.scm +%%DATADIR%%/scripts/news-text.scm +%%DATADIR%%/scripts/old-photo.scm +%%DATADIR%%/scripts/paste-as-brush.scm +%%DATADIR%%/scripts/paste-as-pattern.scm +%%DATADIR%%/scripts/perspective-shadow.scm +%%DATADIR%%/scripts/predator.scm +%%DATADIR%%/scripts/pupi-button.scm +%%DATADIR%%/scripts/rendermap.scm +%%DATADIR%%/scripts/reverse-layers.scm +%%DATADIR%%/scripts/ripply-anim.scm +%%DATADIR%%/scripts/round-corners.scm +%%DATADIR%%/scripts/script-fu-util.scm +%%DATADIR%%/scripts/select-to-brush.scm +%%DATADIR%%/scripts/select-to-image.scm +%%DATADIR%%/scripts/select-to-pattern.scm +%%DATADIR%%/scripts/selection-round.scm +%%DATADIR%%/scripts/slide.scm +%%DATADIR%%/scripts/sota-chrome-logo.scm +%%DATADIR%%/scripts/speed-text.scm +%%DATADIR%%/scripts/sphere.scm +%%DATADIR%%/scripts/spinning-globe.scm +%%DATADIR%%/scripts/spyrogimp.scm +%%DATADIR%%/scripts/starburst-logo.scm +%%DATADIR%%/scripts/starscape-logo.scm +%%DATADIR%%/scripts/swirltile.scm +%%DATADIR%%/scripts/swirly-pattern.scm +%%DATADIR%%/scripts/t-o-p-logo.scm +%%DATADIR%%/scripts/test-sphere.scm +%%DATADIR%%/scripts/text-circle.scm +%%DATADIR%%/scripts/textured-logo.scm +%%DATADIR%%/scripts/tileblur.scm +%%DATADIR%%/scripts/title-header.scm +%%DATADIR%%/scripts/truchet.scm +%%DATADIR%%/scripts/unsharp-mask.scm +%%DATADIR%%/scripts/waves-anim.scm +%%DATADIR%%/scripts/weave.scm +%%DATADIR%%/scripts/web-browser.scm +%%DATADIR%%/scripts/xach-effect.scm +%%DATADIR%%/themes/Default/gtkrc +%%DATADIR%%/themes/Default/imagerc +%%DATADIR%%/themes/Default/images/preferences/color-management.png +%%DATADIR%%/themes/Default/images/preferences/controllers.png +%%DATADIR%%/themes/Default/images/preferences/default-comment.png +%%DATADIR%%/themes/Default/images/preferences/default-grid.png +%%DATADIR%%/themes/Default/images/preferences/display.png +%%DATADIR%%/themes/Default/images/preferences/environment.png +%%DATADIR%%/themes/Default/images/preferences/folders-brushes.png +%%DATADIR%%/themes/Default/images/preferences/folders-environ.png +%%DATADIR%%/themes/Default/images/preferences/folders-fonts.png +%%DATADIR%%/themes/Default/images/preferences/folders-gradients.png +%%DATADIR%%/themes/Default/images/preferences/folders-interp.png +%%DATADIR%%/themes/Default/images/preferences/folders-modules.png +%%DATADIR%%/themes/Default/images/preferences/folders-palettes.png +%%DATADIR%%/themes/Default/images/preferences/folders-patterns.png +%%DATADIR%%/themes/Default/images/preferences/folders-plug-ins.png +%%DATADIR%%/themes/Default/images/preferences/folders-scripts.png +%%DATADIR%%/themes/Default/images/preferences/folders-themes.png +%%DATADIR%%/themes/Default/images/preferences/folders-tool-plug-ins.png +%%DATADIR%%/themes/Default/images/preferences/folders.png +%%DATADIR%%/themes/Default/images/preferences/help-system.png +%%DATADIR%%/themes/Default/images/preferences/image-title.png +%%DATADIR%%/themes/Default/images/preferences/image-windows.png +%%DATADIR%%/themes/Default/images/preferences/input-devices.png +%%DATADIR%%/themes/Default/images/preferences/interface.png +%%DATADIR%%/themes/Default/images/preferences/monitor.png +%%DATADIR%%/themes/Default/images/preferences/new-image.png +%%DATADIR%%/themes/Default/images/preferences/session.png +%%DATADIR%%/themes/Default/images/preferences/theme.png +%%DATADIR%%/themes/Default/images/preferences/tool-options.png +%%DATADIR%%/themes/Default/images/preferences/toolbox.png +%%DATADIR%%/themes/Default/images/preferences/window-management.png +%%DATADIR%%/themes/Default/images/stock-anchor-16.png +%%DATADIR%%/themes/Default/images/stock-cap-butt-16.png +%%DATADIR%%/themes/Default/images/stock-cap-round-16.png +%%DATADIR%%/themes/Default/images/stock-cap-square-16.png +%%DATADIR%%/themes/Default/images/stock-center-16.png +%%DATADIR%%/themes/Default/images/stock-center-24.png +%%DATADIR%%/themes/Default/images/stock-channel-16.png +%%DATADIR%%/themes/Default/images/stock-channel-24.png +%%DATADIR%%/themes/Default/images/stock-channel-32.png +%%DATADIR%%/themes/Default/images/stock-channel-48.png +%%DATADIR%%/themes/Default/images/stock-channel-alpha-16.png +%%DATADIR%%/themes/Default/images/stock-channel-alpha-24.png +%%DATADIR%%/themes/Default/images/stock-channel-alpha-32.png +%%DATADIR%%/themes/Default/images/stock-channel-alpha-48.png +%%DATADIR%%/themes/Default/images/stock-channel-blue-16.png +%%DATADIR%%/themes/Default/images/stock-channel-blue-24.png +%%DATADIR%%/themes/Default/images/stock-channel-blue-32.png +%%DATADIR%%/themes/Default/images/stock-channel-blue-48.png +%%DATADIR%%/themes/Default/images/stock-channel-gray-16.png +%%DATADIR%%/themes/Default/images/stock-channel-gray-24.png +%%DATADIR%%/themes/Default/images/stock-channel-gray-32.png +%%DATADIR%%/themes/Default/images/stock-channel-gray-48.png +%%DATADIR%%/themes/Default/images/stock-channel-green-16.png +%%DATADIR%%/themes/Default/images/stock-channel-green-24.png +%%DATADIR%%/themes/Default/images/stock-channel-green-32.png +%%DATADIR%%/themes/Default/images/stock-channel-green-48.png +%%DATADIR%%/themes/Default/images/stock-channel-indexed-16.png +%%DATADIR%%/themes/Default/images/stock-channel-indexed-24.png +%%DATADIR%%/themes/Default/images/stock-channel-indexed-32.png +%%DATADIR%%/themes/Default/images/stock-channel-indexed-48.png +%%DATADIR%%/themes/Default/images/stock-channel-red-16.png +%%DATADIR%%/themes/Default/images/stock-channel-red-24.png +%%DATADIR%%/themes/Default/images/stock-channel-red-32.png +%%DATADIR%%/themes/Default/images/stock-channel-red-48.png +%%DATADIR%%/themes/Default/images/stock-channels-16.png +%%DATADIR%%/themes/Default/images/stock-channels-24.png +%%DATADIR%%/themes/Default/images/stock-char-picker-22.png +%%DATADIR%%/themes/Default/images/stock-close-12.png +%%DATADIR%%/themes/Default/images/stock-color-pick-from-screen-16.png +%%DATADIR%%/themes/Default/images/stock-color-picker-black-18.png +%%DATADIR%%/themes/Default/images/stock-color-picker-gray-18.png +%%DATADIR%%/themes/Default/images/stock-color-picker-white-18.png +%%DATADIR%%/themes/Default/images/stock-color-triangle-16.png +%%DATADIR%%/themes/Default/images/stock-convert-grayscale-16.png +%%DATADIR%%/themes/Default/images/stock-convert-indexed-16.png +%%DATADIR%%/themes/Default/images/stock-convert-rgb-16.png +%%DATADIR%%/themes/Default/images/stock-cursor-16.png +%%DATADIR%%/themes/Default/images/stock-cursor-24.png +%%DATADIR%%/themes/Default/images/stock-curve-free-16.png +%%DATADIR%%/themes/Default/images/stock-curve-smooth-16.png +%%DATADIR%%/themes/Default/images/stock-default-colors-12.png +%%DATADIR%%/themes/Default/images/stock-device-status-16.png +%%DATADIR%%/themes/Default/images/stock-device-status-24.png +%%DATADIR%%/themes/Default/images/stock-display-filter-16.png +%%DATADIR%%/themes/Default/images/stock-display-filter-24.png +%%DATADIR%%/themes/Default/images/stock-duplicate-16.png +%%DATADIR%%/themes/Default/images/stock-edit-16.png +%%DATADIR%%/themes/Default/images/stock-error-64.png +%%DATADIR%%/themes/Default/images/stock-eye-12.png +%%DATADIR%%/themes/Default/images/stock-eye-20.png +%%DATADIR%%/themes/Default/images/stock-flip-horizontal-16.png +%%DATADIR%%/themes/Default/images/stock-flip-vertical-16.png +%%DATADIR%%/themes/Default/images/stock-floating-selection-16.png +%%DATADIR%%/themes/Default/images/stock-floating-selection-24.png +%%DATADIR%%/themes/Default/images/stock-floating-selection-32.png +%%DATADIR%%/themes/Default/images/stock-floating-selection-48.png +%%DATADIR%%/themes/Default/images/stock-frame-64.png +%%DATADIR%%/themes/Default/images/stock-gradient-bilinear-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-conical-asymmetric-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-conical-symmetric-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-linear-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-radial-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-angular-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-dimpled-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-spherical-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-spiral-anticlockwise-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-spiral-clockwise-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-square-16.png +%%DATADIR%%/themes/Default/images/stock-gravity-east-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-north-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-north-east-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-north-west-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-south-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-south-east-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-south-west-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-west-24.png +%%DATADIR%%/themes/Default/images/stock-grid-16.png +%%DATADIR%%/themes/Default/images/stock-hcenter-24.png +%%DATADIR%%/themes/Default/images/stock-hchain-24.png +%%DATADIR%%/themes/Default/images/stock-hchain-broken-24.png +%%DATADIR%%/themes/Default/images/stock-histogram-16.png +%%DATADIR%%/themes/Default/images/stock-histogram-22.png +%%DATADIR%%/themes/Default/images/stock-histogram-linear-16.png +%%DATADIR%%/themes/Default/images/stock-histogram-logarithmic-16.png +%%DATADIR%%/themes/Default/images/stock-image-16.png +%%DATADIR%%/themes/Default/images/stock-image-24.png +%%DATADIR%%/themes/Default/images/stock-image-32.png +%%DATADIR%%/themes/Default/images/stock-image-48.png +%%DATADIR%%/themes/Default/images/stock-images-16.png +%%DATADIR%%/themes/Default/images/stock-images-24.png +%%DATADIR%%/themes/Default/images/stock-indexed-palette-16.png +%%DATADIR%%/themes/Default/images/stock-indexed-palette-24.png +%%DATADIR%%/themes/Default/images/stock-info-16.png +%%DATADIR%%/themes/Default/images/stock-info-24.png +%%DATADIR%%/themes/Default/images/stock-info-64.png +%%DATADIR%%/themes/Default/images/stock-invert-16.png +%%DATADIR%%/themes/Default/images/stock-join-bevel-16.png +%%DATADIR%%/themes/Default/images/stock-join-miter-16.png +%%DATADIR%%/themes/Default/images/stock-join-round-16.png +%%DATADIR%%/themes/Default/images/stock-landscape-16.png +%%DATADIR%%/themes/Default/images/stock-layer-16.png +%%DATADIR%%/themes/Default/images/stock-layer-24.png +%%DATADIR%%/themes/Default/images/stock-layer-32.png +%%DATADIR%%/themes/Default/images/stock-layer-48.png +%%DATADIR%%/themes/Default/images/stock-layer-mask-16.png +%%DATADIR%%/themes/Default/images/stock-layer-mask-24.png +%%DATADIR%%/themes/Default/images/stock-layer-mask-32.png +%%DATADIR%%/themes/Default/images/stock-layer-mask-48.png +%%DATADIR%%/themes/Default/images/stock-layer-to-imagesize-16.png +%%DATADIR%%/themes/Default/images/stock-layers-16.png +%%DATADIR%%/themes/Default/images/stock-layers-24.png +%%DATADIR%%/themes/Default/images/stock-letter-spacing-22.png +%%DATADIR%%/themes/Default/images/stock-line-spacing-22.png +%%DATADIR%%/themes/Default/images/stock-linked-12.png +%%DATADIR%%/themes/Default/images/stock-linked-20.png +%%DATADIR%%/themes/Default/images/stock-list-16.png +%%DATADIR%%/themes/Default/images/stock-menu-left-12.png +%%DATADIR%%/themes/Default/images/stock-menu-right-12.png +%%DATADIR%%/themes/Default/images/stock-merge-down-16.png +%%DATADIR%%/themes/Default/images/stock-move-to-screen-16.png +%%DATADIR%%/themes/Default/images/stock-move-to-screen-24.png +%%DATADIR%%/themes/Default/images/stock-navigation-16.png +%%DATADIR%%/themes/Default/images/stock-paste-as-new-16.png +%%DATADIR%%/themes/Default/images/stock-paste-into-16.png +%%DATADIR%%/themes/Default/images/stock-path-16.png +%%DATADIR%%/themes/Default/images/stock-path-22.png +%%DATADIR%%/themes/Default/images/stock-path-stroke-16.png +%%DATADIR%%/themes/Default/images/stock-paths-16.png +%%DATADIR%%/themes/Default/images/stock-paths-22.png +%%DATADIR%%/themes/Default/images/stock-plugin-16.png +%%DATADIR%%/themes/Default/images/stock-portrait-16.png +%%DATADIR%%/themes/Default/images/stock-print-resolution-16.png +%%DATADIR%%/themes/Default/images/stock-print-resolution-24.png +%%DATADIR%%/themes/Default/images/stock-question-64.png +%%DATADIR%%/themes/Default/images/stock-quick-mask-off-16.png +%%DATADIR%%/themes/Default/images/stock-quick-mask-on-16.png +%%DATADIR%%/themes/Default/images/stock-reset-16.png +%%DATADIR%%/themes/Default/images/stock-reshow-filter-16.png +%%DATADIR%%/themes/Default/images/stock-resize-16.png +%%DATADIR%%/themes/Default/images/stock-rotate-180-16.png +%%DATADIR%%/themes/Default/images/stock-rotate-270-16.png +%%DATADIR%%/themes/Default/images/stock-rotate-90-16.png +%%DATADIR%%/themes/Default/images/stock-sample-point-16.png +%%DATADIR%%/themes/Default/images/stock-sample-point-24.png +%%DATADIR%%/themes/Default/images/stock-scale-16.png +%%DATADIR%%/themes/Default/images/stock-selection-16.png +%%DATADIR%%/themes/Default/images/stock-selection-add-16.png +%%DATADIR%%/themes/Default/images/stock-selection-all-16.png +%%DATADIR%%/themes/Default/images/stock-selection-border-16.png +%%DATADIR%%/themes/Default/images/stock-selection-grow-16.png +%%DATADIR%%/themes/Default/images/stock-selection-intersect-16.png +%%DATADIR%%/themes/Default/images/stock-selection-none-16.png +%%DATADIR%%/themes/Default/images/stock-selection-replace-16.png +%%DATADIR%%/themes/Default/images/stock-selection-shrink-16.png +%%DATADIR%%/themes/Default/images/stock-selection-stroke-16.png +%%DATADIR%%/themes/Default/images/stock-selection-subtract-16.png +%%DATADIR%%/themes/Default/images/stock-selection-to-channel-16.png +%%DATADIR%%/themes/Default/images/stock-selection-to-path-16.png +%%DATADIR%%/themes/Default/images/stock-shape-circle-16.png +%%DATADIR%%/themes/Default/images/stock-shape-diamond-16.png +%%DATADIR%%/themes/Default/images/stock-shape-square-16.png +%%DATADIR%%/themes/Default/images/stock-swap-colors-12.png +%%DATADIR%%/themes/Default/images/stock-template-16.png +%%DATADIR%%/themes/Default/images/stock-template-24.png +%%DATADIR%%/themes/Default/images/stock-text-dir-ltr-24.png +%%DATADIR%%/themes/Default/images/stock-text-dir-rtl-24.png +%%DATADIR%%/themes/Default/images/stock-text-layer-16.png +%%DATADIR%%/themes/Default/images/stock-text-layer-24.png +%%DATADIR%%/themes/Default/images/stock-text-layer-32.png +%%DATADIR%%/themes/Default/images/stock-text-layer-48.png +%%DATADIR%%/themes/Default/images/stock-texture-64.png +%%DATADIR%%/themes/Default/images/stock-toilet-paper-16.png +%%DATADIR%%/themes/Default/images/stock-toilet-paper-24.png +%%DATADIR%%/themes/Default/images/stock-tool-airbrush-16.png +%%DATADIR%%/themes/Default/images/stock-tool-airbrush-22.png +%%DATADIR%%/themes/Default/images/stock-tool-align-16.png +%%DATADIR%%/themes/Default/images/stock-tool-align-22.png +%%DATADIR%%/themes/Default/images/stock-tool-blend-16.png +%%DATADIR%%/themes/Default/images/stock-tool-blend-22.png +%%DATADIR%%/themes/Default/images/stock-tool-blur-16.png +%%DATADIR%%/themes/Default/images/stock-tool-blur-22.png +%%DATADIR%%/themes/Default/images/stock-tool-brightness-contrast-16.png +%%DATADIR%%/themes/Default/images/stock-tool-brightness-contrast-22.png +%%DATADIR%%/themes/Default/images/stock-tool-bucket-fill-16.png +%%DATADIR%%/themes/Default/images/stock-tool-bucket-fill-22.png +%%DATADIR%%/themes/Default/images/stock-tool-by-color-select-16.png +%%DATADIR%%/themes/Default/images/stock-tool-by-color-select-22.png +%%DATADIR%%/themes/Default/images/stock-tool-clone-16.png +%%DATADIR%%/themes/Default/images/stock-tool-clone-22.png +%%DATADIR%%/themes/Default/images/stock-tool-color-balance-16.png +%%DATADIR%%/themes/Default/images/stock-tool-color-balance-22.png +%%DATADIR%%/themes/Default/images/stock-tool-color-picker-16.png +%%DATADIR%%/themes/Default/images/stock-tool-color-picker-22.png +%%DATADIR%%/themes/Default/images/stock-tool-colorize-16.png +%%DATADIR%%/themes/Default/images/stock-tool-colorize-22.png +%%DATADIR%%/themes/Default/images/stock-tool-crop-16.png +%%DATADIR%%/themes/Default/images/stock-tool-crop-22.png +%%DATADIR%%/themes/Default/images/stock-tool-curves-16.png +%%DATADIR%%/themes/Default/images/stock-tool-curves-22.png +%%DATADIR%%/themes/Default/images/stock-tool-dodge-16.png +%%DATADIR%%/themes/Default/images/stock-tool-dodge-22.png +%%DATADIR%%/themes/Default/images/stock-tool-ellipse-select-16.png +%%DATADIR%%/themes/Default/images/stock-tool-ellipse-select-22.png +%%DATADIR%%/themes/Default/images/stock-tool-eraser-16.png +%%DATADIR%%/themes/Default/images/stock-tool-eraser-22.png +%%DATADIR%%/themes/Default/images/stock-tool-flip-16.png +%%DATADIR%%/themes/Default/images/stock-tool-flip-22.png +%%DATADIR%%/themes/Default/images/stock-tool-foreground-select-16.png +%%DATADIR%%/themes/Default/images/stock-tool-foreground-select-22.png +%%DATADIR%%/themes/Default/images/stock-tool-free-select-16.png +%%DATADIR%%/themes/Default/images/stock-tool-free-select-22.png +%%DATADIR%%/themes/Default/images/stock-tool-fuzzy-select-16.png +%%DATADIR%%/themes/Default/images/stock-tool-fuzzy-select-22.png +%%DATADIR%%/themes/Default/images/stock-tool-hue-saturation-16.png +%%DATADIR%%/themes/Default/images/stock-tool-hue-saturation-22.png +%%DATADIR%%/themes/Default/images/stock-tool-ink-16.png +%%DATADIR%%/themes/Default/images/stock-tool-ink-22.png +%%DATADIR%%/themes/Default/images/stock-tool-iscissors-16.png +%%DATADIR%%/themes/Default/images/stock-tool-iscissors-22.png +%%DATADIR%%/themes/Default/images/stock-tool-levels-16.png +%%DATADIR%%/themes/Default/images/stock-tool-levels-22.png +%%DATADIR%%/themes/Default/images/stock-tool-measure-16.png +%%DATADIR%%/themes/Default/images/stock-tool-measure-22.png +%%DATADIR%%/themes/Default/images/stock-tool-move-16.png +%%DATADIR%%/themes/Default/images/stock-tool-move-22.png +%%DATADIR%%/themes/Default/images/stock-tool-options-16.png +%%DATADIR%%/themes/Default/images/stock-tool-options-24.png +%%DATADIR%%/themes/Default/images/stock-tool-paintbrush-16.png +%%DATADIR%%/themes/Default/images/stock-tool-paintbrush-22.png +%%DATADIR%%/themes/Default/images/stock-tool-path-16.png +%%DATADIR%%/themes/Default/images/stock-tool-path-22.png +%%DATADIR%%/themes/Default/images/stock-tool-pencil-16.png +%%DATADIR%%/themes/Default/images/stock-tool-pencil-22.png +%%DATADIR%%/themes/Default/images/stock-tool-perspective-16.png +%%DATADIR%%/themes/Default/images/stock-tool-perspective-22.png +%%DATADIR%%/themes/Default/images/stock-tool-posterize-16.png +%%DATADIR%%/themes/Default/images/stock-tool-posterize-22.png +%%DATADIR%%/themes/Default/images/stock-tool-rect-select-16.png +%%DATADIR%%/themes/Default/images/stock-tool-rect-select-22.png +%%DATADIR%%/themes/Default/images/stock-tool-rotate-16.png +%%DATADIR%%/themes/Default/images/stock-tool-rotate-22.png +%%DATADIR%%/themes/Default/images/stock-tool-scale-16.png +%%DATADIR%%/themes/Default/images/stock-tool-scale-22.png +%%DATADIR%%/themes/Default/images/stock-tool-shear-16.png +%%DATADIR%%/themes/Default/images/stock-tool-shear-22.png +%%DATADIR%%/themes/Default/images/stock-tool-smudge-16.png +%%DATADIR%%/themes/Default/images/stock-tool-smudge-22.png +%%DATADIR%%/themes/Default/images/stock-tool-text-16.png +%%DATADIR%%/themes/Default/images/stock-tool-text-22.png +%%DATADIR%%/themes/Default/images/stock-tool-threshold-16.png +%%DATADIR%%/themes/Default/images/stock-tool-threshold-22.png +%%DATADIR%%/themes/Default/images/stock-tool-zoom-16.png +%%DATADIR%%/themes/Default/images/stock-tool-zoom-22.png +%%DATADIR%%/themes/Default/images/stock-tools-16.png +%%DATADIR%%/themes/Default/images/stock-tools-24.png +%%DATADIR%%/themes/Default/images/stock-transparency-16.png +%%DATADIR%%/themes/Default/images/stock-transparency-24.png +%%DATADIR%%/themes/Default/images/stock-undo-history-16.png +%%DATADIR%%/themes/Default/images/stock-undo-history-24.png +%%DATADIR%%/themes/Default/images/stock-vcenter-24.png +%%DATADIR%%/themes/Default/images/stock-vchain-24.png +%%DATADIR%%/themes/Default/images/stock-vchain-broken-24.png +%%DATADIR%%/themes/Default/images/stock-video-16.png +%%DATADIR%%/themes/Default/images/stock-video-24.png +%%DATADIR%%/themes/Default/images/stock-warning-16.png +%%DATADIR%%/themes/Default/images/stock-warning-24.png +%%DATADIR%%/themes/Default/images/stock-warning-64.png +%%DATADIR%%/themes/Default/images/stock-web-16.png +%%DATADIR%%/themes/Default/images/stock-web-24.png +%%DATADIR%%/themes/Default/images/stock-wilber-16.png +%%DATADIR%%/themes/Default/images/stock-wilber-64.png +%%DATADIR%%/themes/Default/images/stock-wilber-eek-64.png +%%DATADIR%%/themes/Default/images/stock-zoom-follow-window-12.png +%%DATADIR%%/themes/Small/gtkrc +%%DATADIR%%/tips/gimp-tips.xml +%%GNOMEPANEL:%%share/gnome/application-registry/gimp.applications +%%GNOMEPANEL:%%share/gnome/applications/gimp.desktop +%%GNOMEPANEL:%%share/gnome/icons/hicolor/16x16/apps/gimp.png +%%GNOMEPANEL:%%share/gnome/icons/hicolor/22x22/apps/gimp.png +%%GNOMEPANEL:%%share/gnome/icons/hicolor/24x24/apps/gimp.png +%%GNOMEPANEL:%%share/gnome/icons/hicolor/32x32/apps/gimp.png +%%GNOMEPANEL:%%share/gnome/icons/hicolor/48x48/apps/gimp.png +%%GNOMEPANEL:%%share/gnome/icons/hicolor/64x64/apps/gimp.png +%%GNOMEPANEL:%%share/gnome/icons/hicolor/scalable/apps/gimp.svg +%%GNOMEPANEL:%%share/gnome/mime-info/gimp.keys +share/locale/bg/LC_MESSAGES/gimp20-libgimp.mo +share/locale/bg/LC_MESSAGES/gimp20-script-fu.mo +share/locale/bg/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/bg/LC_MESSAGES/gimp20-tips.mo +share/locale/bg/LC_MESSAGES/gimp20.mo +share/locale/ca/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ca/LC_MESSAGES/gimp20-script-fu.mo +share/locale/ca/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ca/LC_MESSAGES/gimp20-tips.mo +share/locale/ca/LC_MESSAGES/gimp20.mo +share/locale/cs/LC_MESSAGES/gimp20-libgimp.mo +share/locale/cs/LC_MESSAGES/gimp20-script-fu.mo +share/locale/cs/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/cs/LC_MESSAGES/gimp20-tips.mo +share/locale/cs/LC_MESSAGES/gimp20.mo +share/locale/da/LC_MESSAGES/gimp20-libgimp.mo +share/locale/da/LC_MESSAGES/gimp20-script-fu.mo +share/locale/da/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/da/LC_MESSAGES/gimp20-tips.mo +share/locale/da/LC_MESSAGES/gimp20.mo +share/locale/de/LC_MESSAGES/gimp20-libgimp.mo +share/locale/de/LC_MESSAGES/gimp20-script-fu.mo +share/locale/de/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/de/LC_MESSAGES/gimp20-tips.mo +share/locale/de/LC_MESSAGES/gimp20.mo +share/locale/el/LC_MESSAGES/gimp20-libgimp.mo +share/locale/el/LC_MESSAGES/gimp20-script-fu.mo +share/locale/el/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/el/LC_MESSAGES/gimp20-tips.mo +share/locale/el/LC_MESSAGES/gimp20.mo +share/locale/en_CA/LC_MESSAGES/gimp20-libgimp.mo +share/locale/en_CA/LC_MESSAGES/gimp20-script-fu.mo +share/locale/en_CA/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/en_CA/LC_MESSAGES/gimp20-tips.mo +share/locale/en_CA/LC_MESSAGES/gimp20.mo +share/locale/en_GB/LC_MESSAGES/gimp20-libgimp.mo +share/locale/en_GB/LC_MESSAGES/gimp20-script-fu.mo +share/locale/en_GB/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/en_GB/LC_MESSAGES/gimp20-tips.mo +share/locale/en_GB/LC_MESSAGES/gimp20.mo +share/locale/es/LC_MESSAGES/gimp20-libgimp.mo +share/locale/es/LC_MESSAGES/gimp20-script-fu.mo +share/locale/es/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/es/LC_MESSAGES/gimp20-tips.mo +share/locale/es/LC_MESSAGES/gimp20.mo +share/locale/et/LC_MESSAGES/gimp20-libgimp.mo +share/locale/et/LC_MESSAGES/gimp20-script-fu.mo +share/locale/et/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/et/LC_MESSAGES/gimp20-tips.mo +share/locale/et/LC_MESSAGES/gimp20.mo +share/locale/eu/LC_MESSAGES/gimp20-libgimp.mo +share/locale/eu/LC_MESSAGES/gimp20-script-fu.mo +share/locale/eu/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/eu/LC_MESSAGES/gimp20-tips.mo +share/locale/eu/LC_MESSAGES/gimp20.mo +share/locale/fi/LC_MESSAGES/gimp20-libgimp.mo +share/locale/fi/LC_MESSAGES/gimp20-script-fu.mo +share/locale/fi/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/fi/LC_MESSAGES/gimp20-tips.mo +share/locale/fi/LC_MESSAGES/gimp20.mo +share/locale/fr/LC_MESSAGES/gimp20-libgimp.mo +share/locale/fr/LC_MESSAGES/gimp20-script-fu.mo +share/locale/fr/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/fr/LC_MESSAGES/gimp20-tips.mo +share/locale/fr/LC_MESSAGES/gimp20.mo +share/locale/ga/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ga/LC_MESSAGES/gimp20-script-fu.mo +share/locale/ga/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ga/LC_MESSAGES/gimp20-tips.mo +share/locale/ga/LC_MESSAGES/gimp20.mo +share/locale/gl/LC_MESSAGES/gimp20-libgimp.mo +share/locale/gl/LC_MESSAGES/gimp20-script-fu.mo +share/locale/gl/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/gl/LC_MESSAGES/gimp20-tips.mo +share/locale/gl/LC_MESSAGES/gimp20.mo +share/locale/gu/LC_MESSAGES/gimp20-libgimp.mo +share/locale/gu/LC_MESSAGES/gimp20-script-fu.mo +share/locale/gu/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/gu/LC_MESSAGES/gimp20-tips.mo +share/locale/gu/LC_MESSAGES/gimp20.mo +share/locale/he/LC_MESSAGES/gimp20-libgimp.mo +share/locale/he/LC_MESSAGES/gimp20-script-fu.mo +share/locale/he/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/he/LC_MESSAGES/gimp20-tips.mo +share/locale/he/LC_MESSAGES/gimp20.mo +share/locale/hr/LC_MESSAGES/gimp20-libgimp.mo +share/locale/hr/LC_MESSAGES/gimp20-script-fu.mo +share/locale/hr/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/hr/LC_MESSAGES/gimp20-tips.mo +share/locale/hr/LC_MESSAGES/gimp20.mo +share/locale/hu/LC_MESSAGES/gimp20-libgimp.mo +share/locale/hu/LC_MESSAGES/gimp20-script-fu.mo +share/locale/hu/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/hu/LC_MESSAGES/gimp20-tips.mo +share/locale/hu/LC_MESSAGES/gimp20.mo +share/locale/id/LC_MESSAGES/gimp20-libgimp.mo +share/locale/id/LC_MESSAGES/gimp20-script-fu.mo +share/locale/id/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/id/LC_MESSAGES/gimp20-tips.mo +share/locale/id/LC_MESSAGES/gimp20.mo +share/locale/it/LC_MESSAGES/gimp20-libgimp.mo +share/locale/it/LC_MESSAGES/gimp20-script-fu.mo +share/locale/it/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/it/LC_MESSAGES/gimp20-tips.mo +share/locale/it/LC_MESSAGES/gimp20.mo +share/locale/ja/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ja/LC_MESSAGES/gimp20-script-fu.mo +share/locale/ja/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ja/LC_MESSAGES/gimp20-tips.mo +share/locale/ja/LC_MESSAGES/gimp20.mo +share/locale/ko/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ko/LC_MESSAGES/gimp20-script-fu.mo +share/locale/ko/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ko/LC_MESSAGES/gimp20-tips.mo +share/locale/ko/LC_MESSAGES/gimp20.mo +share/locale/lt/LC_MESSAGES/gimp20-libgimp.mo +share/locale/lt/LC_MESSAGES/gimp20-script-fu.mo +share/locale/lt/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/lt/LC_MESSAGES/gimp20-tips.mo +share/locale/lt/LC_MESSAGES/gimp20.mo +share/locale/mk/LC_MESSAGES/gimp20-libgimp.mo +share/locale/mk/LC_MESSAGES/gimp20-script-fu.mo +share/locale/mk/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/mk/LC_MESSAGES/gimp20-tips.mo +share/locale/mk/LC_MESSAGES/gimp20.mo +share/locale/ms/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ms/LC_MESSAGES/gimp20-script-fu.mo +share/locale/ms/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ms/LC_MESSAGES/gimp20-tips.mo +share/locale/ms/LC_MESSAGES/gimp20.mo +share/locale/nb/LC_MESSAGES/gimp20-libgimp.mo +share/locale/nb/LC_MESSAGES/gimp20-script-fu.mo +share/locale/nb/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/nb/LC_MESSAGES/gimp20-tips.mo +share/locale/nb/LC_MESSAGES/gimp20.mo +share/locale/ne/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ne/LC_MESSAGES/gimp20-script-fu.mo +share/locale/ne/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ne/LC_MESSAGES/gimp20-tips.mo +share/locale/ne/LC_MESSAGES/gimp20.mo +share/locale/nl/LC_MESSAGES/gimp20-libgimp.mo +share/locale/nl/LC_MESSAGES/gimp20-script-fu.mo +share/locale/nl/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/nl/LC_MESSAGES/gimp20-tips.mo +share/locale/nl/LC_MESSAGES/gimp20.mo +share/locale/pa/LC_MESSAGES/gimp20-libgimp.mo +share/locale/pa/LC_MESSAGES/gimp20-script-fu.mo +share/locale/pa/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/pa/LC_MESSAGES/gimp20-tips.mo +share/locale/pa/LC_MESSAGES/gimp20.mo +share/locale/pl/LC_MESSAGES/gimp20-libgimp.mo +share/locale/pl/LC_MESSAGES/gimp20-script-fu.mo +share/locale/pl/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/pl/LC_MESSAGES/gimp20-tips.mo +share/locale/pl/LC_MESSAGES/gimp20.mo +share/locale/pt/LC_MESSAGES/gimp20-libgimp.mo +share/locale/pt/LC_MESSAGES/gimp20-script-fu.mo +share/locale/pt/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/pt/LC_MESSAGES/gimp20-tips.mo +share/locale/pt/LC_MESSAGES/gimp20.mo +share/locale/pt_BR/LC_MESSAGES/gimp20-libgimp.mo +share/locale/pt_BR/LC_MESSAGES/gimp20-script-fu.mo +share/locale/pt_BR/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/pt_BR/LC_MESSAGES/gimp20-tips.mo +share/locale/pt_BR/LC_MESSAGES/gimp20.mo +share/locale/ro/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ro/LC_MESSAGES/gimp20-script-fu.mo +share/locale/ro/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ro/LC_MESSAGES/gimp20-tips.mo +share/locale/ro/LC_MESSAGES/gimp20.mo +share/locale/ru/LC_MESSAGES/gimp20-libgimp.mo +share/locale/ru/LC_MESSAGES/gimp20-script-fu.mo +share/locale/ru/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/ru/LC_MESSAGES/gimp20-tips.mo +share/locale/ru/LC_MESSAGES/gimp20.mo +share/locale/rw/LC_MESSAGES/gimp20-libgimp.mo +share/locale/rw/LC_MESSAGES/gimp20-script-fu.mo +share/locale/rw/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/rw/LC_MESSAGES/gimp20-tips.mo +share/locale/rw/LC_MESSAGES/gimp20.mo +share/locale/sk/LC_MESSAGES/gimp20-libgimp.mo +share/locale/sk/LC_MESSAGES/gimp20-script-fu.mo +share/locale/sk/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/sk/LC_MESSAGES/gimp20-tips.mo +share/locale/sk/LC_MESSAGES/gimp20.mo +share/locale/sr/LC_MESSAGES/gimp20-libgimp.mo +share/locale/sr/LC_MESSAGES/gimp20-script-fu.mo +share/locale/sr/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/sr/LC_MESSAGES/gimp20-tips.mo +share/locale/sr/LC_MESSAGES/gimp20.mo +share/locale/sr@Latn/LC_MESSAGES/gimp20-libgimp.mo +share/locale/sr@Latn/LC_MESSAGES/gimp20-script-fu.mo +share/locale/sr@Latn/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/sr@Latn/LC_MESSAGES/gimp20-tips.mo +share/locale/sr@Latn/LC_MESSAGES/gimp20.mo +share/locale/sv/LC_MESSAGES/gimp20-libgimp.mo +share/locale/sv/LC_MESSAGES/gimp20-script-fu.mo +share/locale/sv/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/sv/LC_MESSAGES/gimp20-tips.mo +share/locale/sv/LC_MESSAGES/gimp20.mo +share/locale/tr/LC_MESSAGES/gimp20-libgimp.mo +share/locale/tr/LC_MESSAGES/gimp20-script-fu.mo +share/locale/tr/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/tr/LC_MESSAGES/gimp20-tips.mo +share/locale/tr/LC_MESSAGES/gimp20.mo +share/locale/tt/LC_MESSAGES/gimp20-libgimp.mo +share/locale/tt/LC_MESSAGES/gimp20-script-fu.mo +share/locale/tt/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/tt/LC_MESSAGES/gimp20-tips.mo +share/locale/tt/LC_MESSAGES/gimp20.mo +share/locale/uk/LC_MESSAGES/gimp20-libgimp.mo +share/locale/uk/LC_MESSAGES/gimp20-script-fu.mo +share/locale/uk/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/uk/LC_MESSAGES/gimp20-tips.mo +share/locale/uk/LC_MESSAGES/gimp20.mo +share/locale/vi/LC_MESSAGES/gimp20-libgimp.mo +share/locale/vi/LC_MESSAGES/gimp20-script-fu.mo +share/locale/vi/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/vi/LC_MESSAGES/gimp20-tips.mo +share/locale/vi/LC_MESSAGES/gimp20.mo +share/locale/xh/LC_MESSAGES/gimp20-libgimp.mo +share/locale/xh/LC_MESSAGES/gimp20-script-fu.mo +share/locale/xh/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/xh/LC_MESSAGES/gimp20-tips.mo +share/locale/xh/LC_MESSAGES/gimp20.mo +share/locale/yi/LC_MESSAGES/gimp20-libgimp.mo +share/locale/yi/LC_MESSAGES/gimp20-script-fu.mo +share/locale/yi/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/yi/LC_MESSAGES/gimp20-tips.mo +share/locale/yi/LC_MESSAGES/gimp20.mo +share/locale/zh_CN/LC_MESSAGES/gimp20-libgimp.mo +share/locale/zh_CN/LC_MESSAGES/gimp20-script-fu.mo +share/locale/zh_CN/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/zh_CN/LC_MESSAGES/gimp20-tips.mo +share/locale/zh_CN/LC_MESSAGES/gimp20.mo +share/locale/zh_TW/LC_MESSAGES/gimp20-libgimp.mo +share/locale/zh_TW/LC_MESSAGES/gimp20-script-fu.mo +share/locale/zh_TW/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/zh_TW/LC_MESSAGES/gimp20-tips.mo +share/locale/zh_TW/LC_MESSAGES/gimp20.mo +@dirrm %%DATADIR%%/tips +@dirrm %%DATADIR%%/themes/Small +@dirrm %%DATADIR%%/themes/Default/images/preferences +@dirrm %%DATADIR%%/themes/Default/images +@dirrm %%DATADIR%%/themes/Default +@dirrm %%DATADIR%%/themes +@dirrm %%DATADIR%%/scripts/images +@dirrm %%DATADIR%%/scripts +@dirrm %%DATADIR%%/patterns +@dirrm %%DATADIR%%/palettes +@dirrm %%DATADIR%%/menus +@dirrm %%DATADIR%%/images +@dirrm %%DATADIR%%/gradients +@dirrm %%DATADIR%%/gimpressionist/Presets +@dirrm %%DATADIR%%/gimpressionist/Paper +@dirrm %%DATADIR%%/gimpressionist/Brushes +@dirrm %%DATADIR%%/gimpressionist +@dirrm %%DATADIR%%/gflare +@dirrm %%DATADIR%%/gfig +@dirrm %%DATADIR%%/fractalexplorer +@dirrm %%DATADIR%%/fonts +@dirrm %%DATADIR%%/brushes +@dirrm %%DATADIR%% +@dirrm %%DOCSDIR%%/libgimpwidgets +@dirrm %%DOCSDIR%%/libgimpthumb +@dirrm %%DOCSDIR%%/libgimpmodule +@dirrm %%DOCSDIR%%/libgimpmath +@dirrm %%DOCSDIR%%/libgimpconfig +@dirrm %%DOCSDIR%%/libgimpcolor +@dirrm %%DOCSDIR%%/libgimpbase +@dirrm %%DOCSDIR%%/libgimp +@dirrm %%DOCSDIR%% +@dirrm libexec/gimp/2.2/plug-ins +@dirrm libexec/gimp/2.2/modules +%%PYTHON:%%@dirrm libexec/gimp/2.2/python +@dirrm libexec/gimp/2.2/interpreters +@dirrm libexec/gimp/2.2/environ +@dirrm libexec/gimp/2.2 +@dirrm libexec/gimp +@dirrm include/gimp-2.0/libgimpwidgets +@dirrm include/gimp-2.0/libgimpthumb +@dirrm include/gimp-2.0/libgimpmodule +@dirrm include/gimp-2.0/libgimpmath +@dirrm include/gimp-2.0/libgimpconfig +@dirrm include/gimp-2.0/libgimpcolor +@dirrm include/gimp-2.0/libgimpbase +@dirrm include/gimp-2.0/libgimp +@dirrm include/gimp-2.0 +@dirrm etc/gimp/2.2 +@dirrm etc/gimp +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@dirrmtry share/locale/zh_TW/LC_MESSAGES +@dirrmtry share/locale/zh_TW +@dirrmtry share/locale/zh_CN/LC_MESSAGES +@dirrmtry share/locale/zh_CN +@dirrmtry share/locale/yi/LC_MESSAGES +@dirrmtry share/locale/yi +@dirrmtry share/locale/xh/LC_MESSAGES +@dirrmtry share/locale/xh +@dirrmtry share/locale/uk/LC_MESSAGES +@dirrmtry share/locale/uk +@dirrmtry share/locale/tt/LC_MESSAGES +@dirrmtry share/locale/tt +@dirrmtry share/locale/sr/LC_MESSAGES +@dirrmtry share/locale/sr +@dirrmtry share/locale/sk/LC_MESSAGES +@dirrmtry share/locale/sk +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/ro/LC_MESSAGES +@dirrmtry share/locale/ro +@dirrmtry share/locale/pt/LC_MESSAGES +@dirrmtry share/locale/pt +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/pl +@dirrmtry share/locale/ne/LC_MESSAGES +@dirrmtry share/locale/ne +@dirrmtry share/locale/ko/LC_MESSAGES +@dirrmtry share/locale/ko +@dirrmtry share/locale/gl/LC_MESSAGES +@dirrmtry share/locale/gl +@dirrmtry share/locale/fi/LC_MESSAGES +@dirrmtry share/locale/fi +@dirrmtry share/locale/el/LC_MESSAGES +@dirrmtry share/locale/el +@dirrmtry share/locale/cs/LC_MESSAGES +@dirrmtry share/locale/cs +@dirrmtry share/locale/ca/LC_MESSAGES +@dirrmtry share/locale/ca |