summaryrefslogtreecommitdiff
path: root/graphics/gimp
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2007-10-25 21:06:15 +0000
committeradam <adam@pkgsrc.org>2007-10-25 21:06:15 +0000
commit8fe58492dbcfc5dc360d55ba8747fdf8bb450341 (patch)
tree9374d5578cf279df4bd29536a3be257842e13513 /graphics/gimp
parentb5e6ca3a7e36bba97ce2153247efaeb97ac6facb (diff)
downloadpkgsrc-8fe58492dbcfc5dc360d55ba8747fdf8bb450341.tar.gz
Changes 2.4.0:
* Refreshed Look * Scalable Brushes * Selection Tools * Foreground Select Tool * Align Tool * Changes in menus * Improved display when zooming in or out
Diffstat (limited to 'graphics/gimp')
-rw-r--r--graphics/gimp/Makefile53
-rw-r--r--graphics/gimp/PLIST1785
-rw-r--r--graphics/gimp/buildlink3.mk10
-rw-r--r--graphics/gimp/distinfo14
-rw-r--r--graphics/gimp/options.mk21
-rw-r--r--graphics/gimp/patches/patch-aa8
-rw-r--r--graphics/gimp/patches/patch-ab52
-rw-r--r--graphics/gimp/patches/patch-ad13
-rw-r--r--graphics/gimp/patches/patch-ae23
9 files changed, 1074 insertions, 905 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index 62ca77fc869..874254dc63f 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -1,29 +1,30 @@
-# $NetBSD: Makefile,v 1.161 2007/09/21 13:03:49 wiz Exp $
+# $NetBSD: Makefile,v 1.162 2007/10/25 21:06:15 adam Exp $
-DISTNAME= gimp-2.2.17
-PKGREVISION= 3
+DISTNAME= gimp-2.4.0
CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.2/ \
- ftp://ftp.cs.umn.edu/pub/gimp/v2.2/ \
- ftp://ftp.sunet.se/pub/gnu/gimp/v2.2/ \
- ftp://ftp.gwdg.de/pub/misc/grafik/gimp/gimp/v2.2/ \
- ftp://ftp.minet.net/pub/gimp/v2.2/ \
- ftp://ftp.funet.fi/pub/sci/graphics/packages/gimp/gimp/v2.2/
+MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v2.4/ \
+ ftp://ftp.cs.umn.edu/pub/gimp/v2.4/ \
+ ftp://ftp.sunet.se/pub/gnu/gimp/v2.4/ \
+ ftp://ftp.gwdg.de/pub/misc/grafik/gimp/gimp/v2.4/ \
+ ftp://ftp.minet.net/pub/gimp/v2.4/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.gimp.org/
-COMMENT= Image manipulation program similar to Photoshop[tm]
+COMMENT= The GNU image manipulation program
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+CONFLICTS+= gimp<=1.2.3
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
-USE_TOOLS+= gmake msgfmt pkg-config intltool
+USE_TOOLS+= gmake intltool msgfmt pkg-config
+USE_DIRS+= xdg-1.1
PKG_SYSCONFSUBDIR= gimp/2.0
-PKGCONFIG_OVERRIDE= gimpthumb.pc.in
-PKGCONFIG_OVERRIDE+= gimp.pc.in
-PKGCONFIG_OVERRIDE+= gimpui.pc.in
+PKGCONFIG_OVERRIDE= gimp.pc.in
.include "../../mk/bsd.prefs.mk"
@@ -35,29 +36,30 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-perl
CONFIGURE_ARGS+= --disable-python
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
-CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/${PKGNAME_NOREV}
CONFIGURE_ARGS+= --with-gimpprint-prefix=${BUILDLINK_PREFIX.gimp-print-lib}
UNLIMIT_RESOURCES+= datasize
EGDIR= ${PREFIX}/share/examples/gimp-2.0
-.for f in controllerrc gimprc gtkrc ps-menurc sessionrc templaterc unitrc
+.for f in controllerrc gimprc gtkrc menurc ps-menurc sessionrc templaterc unitrc
CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
.endfor
# Ensure we export symbols in the linked shared object.
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
-TWAINBridge.app= /System/Library/Image Capture/Devices/TWAINBridge.app
-.if ${OPSYS} == "Darwin" && exists(${TWAINBridge.app})
-PLIST_SUBST+= TWAIN=
+.if exists(/System/Library/Frameworks/TWAIN.framework)
+PLIST_SUBST+= TWAIN=""
.else
-PLIST_SUBST+= TWAIN="@comment "
+PLIST_SUBST+= TWAIN="@comment "
.endif
+.include "options.mk"
+
+.include "../../databases/shared-mime-info/mimedb.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../fonts/fontconfig/buildlink3.mk"
-.include "../../graphics/aalib/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/lcms/buildlink3.mk"
.include "../../graphics/libart/buildlink3.mk"
@@ -68,10 +70,15 @@ PLIST_SUBST+= TWAIN="@comment "
.include "../../graphics/tiff/buildlink3.mk"
.include "../../graphics/libwmf/buildlink3.mk"
.include "../../print/gimp-print-lib/buildlink3.mk"
-.include "../../www/libgtkhtml/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
+.if empty(PKG_BUILD_OPTIONS.gtk2:Mx11)
+PLIST_SUBST+= REMOTE="@comment "
+.else
+PLIST_SUBST+= REMOTE=""
+.include "../../x11/libICE/buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
+.endif
.include "../../x11/libXpm/buildlink3.mk"
-
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/gimp/PLIST b/graphics/gimp/PLIST
index 862003a153b..54b35def0da 100644
--- a/graphics/gimp/PLIST
+++ b/graphics/gimp/PLIST
@@ -1,8 +1,10 @@
-@comment $NetBSD: PLIST,v 1.30 2007/05/28 12:20:42 adam Exp $
+@comment $NetBSD: PLIST,v 1.31 2007/10/25 21:06:15 adam Exp $
bin/gimp
-bin/gimp-2.2
-bin/gimp-remote
-bin/gimp-remote-2.2
+bin/gimp-2.4
+bin/gimp-console
+bin/gimp-console-2.4
+${REMOTE}bin/gimp-remote
+${REMOTE}bin/gimp-remote-2.4
bin/gimptool-2.0
include/gimp-2.0/libgimp/gimp.h
include/gimp-2.0/libgimp/gimp_pdb.h
@@ -13,6 +15,8 @@ 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/gimpbrushselectbutton.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
@@ -22,7 +26,6 @@ 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
@@ -34,6 +37,8 @@ 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
@@ -41,11 +46,14 @@ 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/gimpgradientselectbutton.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/gimpitemcombobox.h
include/gimp-2.0/libgimp/gimplayer.h
include/gimp-2.0/libgimp/gimplayer_pdb.h
include/gimp-2.0/libgimp/gimpmenu.h
@@ -59,6 +67,7 @@ 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/gimppaletteselectbutton.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
@@ -67,17 +76,21 @@ 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/gimppatternselectbutton.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/gimpselectbutton.h
include/gimp-2.0/libgimp/gimpselection.h
include/gimp-2.0/libgimp/gimpselection_pdb.h
include/gimp-2.0/libgimp/gimpselectiontools_pdb.h
@@ -89,16 +102,21 @@ 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/gimprectangle.h
include/gimp-2.0/libgimpbase/gimpsignal.h
include/gimp-2.0/libgimpbase/gimpunit.h
include/gimp-2.0/libgimpbase/gimputils.h
@@ -107,10 +125,25 @@ 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/gimpcolormanaged.h
include/gimp-2.0/libgimpcolor/gimpcolorspace.h
include/gimp-2.0/libgimpcolor/gimpcolortypes.h
+include/gimp-2.0/libgimpcolor/gimphsl.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
@@ -125,6 +158,7 @@ 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
@@ -135,6 +169,8 @@ 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/gimpcolorprofilecombobox.h
+include/gimp-2.0/libgimpwidgets/gimpcolorprofilestore.h
include/gimp-2.0/libgimpwidgets/gimpcolorscale.h
include/gimp-2.0/libgimpwidgets/gimpcolorscales.h
include/gimp-2.0/libgimpwidgets/gimpcolorselect.h
@@ -142,30 +178,43 @@ 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/gimphintbox.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/gimpnumberpairentry.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/gimpscrolledpreview.h
include/gimp-2.0/libgimpwidgets/gimpsizeentry.h
include/gimp-2.0/libgimpwidgets/gimpstock.h
+include/gimp-2.0/libgimpwidgets/gimpstringcombobox.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/gimp/2.0/environ/default.env
+lib/gimp/2.0/interpreters/default.interp
lib/gimp/2.0/modules/libcdisplay_colorblind.la
lib/gimp/2.0/modules/libcdisplay_gamma.la
lib/gimp/2.0/modules/libcdisplay_highcontrast.la
+lib/gimp/2.0/modules/libcdisplay_lcms.la
lib/gimp/2.0/modules/libcdisplay_proof.la
lib/gimp/2.0/modules/libcolorsel_cmyk.la
lib/gimp/2.0/modules/libcolorsel_triangle.la
@@ -177,10 +226,11 @@ lib/gimp/2.0/plug-ins/CML_explorer
lib/gimp/2.0/plug-ins/FractalExplorer
lib/gimp/2.0/plug-ins/Lighting
lib/gimp/2.0/plug-ins/MapObject
-lib/gimp/2.0/plug-ins/aa
+${AALIB}lib/gimp/2.0/plug-ins/aa
lib/gimp/2.0/plug-ins/align_layers
lib/gimp/2.0/plug-ins/animationplay
lib/gimp/2.0/plug-ins/animoptimize
+lib/gimp/2.0/plug-ins/antialias
lib/gimp/2.0/plug-ins/apply_lens
lib/gimp/2.0/plug-ins/autocrop
lib/gimp/2.0/plug-ins/autostretch_hsv
@@ -196,6 +246,7 @@ lib/gimp/2.0/plug-ins/channel_mixer
lib/gimp/2.0/plug-ins/checkerboard
lib/gimp/2.0/plug-ins/color_enhance
lib/gimp/2.0/plug-ins/colorify
+lib/gimp/2.0/plug-ins/colormap-remap
lib/gimp/2.0/plug-ins/colortoalpha
lib/gimp/2.0/plug-ins/compose
lib/gimp/2.0/plug-ins/compressor
@@ -206,6 +257,7 @@ lib/gimp/2.0/plug-ins/curve_bend
lib/gimp/2.0/plug-ins/decompose
lib/gimp/2.0/plug-ins/deinterlace
lib/gimp/2.0/plug-ins/depthmerge
+lib/gimp/2.0/plug-ins/desktop-link
lib/gimp/2.0/plug-ins/despeckle
lib/gimp/2.0/plug-ins/destripe
lib/gimp/2.0/plug-ins/dicom
@@ -230,8 +282,8 @@ lib/gimp/2.0/plug-ins/gee_zoom
lib/gimp/2.0/plug-ins/gfig
lib/gimp/2.0/plug-ins/gflare
lib/gimp/2.0/plug-ins/gfli
-lib/gimp/2.0/plug-ins/gif
-lib/gimp/2.0/plug-ins/gifload
+lib/gimp/2.0/plug-ins/gif-load
+lib/gimp/2.0/plug-ins/gif-save
lib/gimp/2.0/plug-ins/gih
lib/gimp/2.0/plug-ins/gimpressionist
lib/gimp/2.0/plug-ins/glasstile
@@ -243,7 +295,7 @@ lib/gimp/2.0/plug-ins/gtm
lib/gimp/2.0/plug-ins/guillotine
lib/gimp/2.0/plug-ins/header
lib/gimp/2.0/plug-ins/help
-lib/gimp/2.0/plug-ins/helpbrowser
+${GNOME}lib/gimp/2.0/plug-ins/helpbrowser
lib/gimp/2.0/plug-ins/hot
lib/gimp/2.0/plug-ins/ifscompose
lib/gimp/2.0/plug-ins/illusion
@@ -252,12 +304,15 @@ lib/gimp/2.0/plug-ins/iwarp
lib/gimp/2.0/plug-ins/jigsaw
lib/gimp/2.0/plug-ins/jpeg
lib/gimp/2.0/plug-ins/laplace
+lib/gimp/2.0/plug-ins/lcms
+lib/gimp/2.0/plug-ins/lens
lib/gimp/2.0/plug-ins/lic
lib/gimp/2.0/plug-ins/mail
lib/gimp/2.0/plug-ins/mapcolor
lib/gimp/2.0/plug-ins/max_rgb
lib/gimp/2.0/plug-ins/maze
lib/gimp/2.0/plug-ins/mblur
+lib/gimp/2.0/plug-ins/metadata
lib/gimp/2.0/plug-ins/mng
lib/gimp/2.0/plug-ins/mosaic
lib/gimp/2.0/plug-ins/neon
@@ -282,12 +337,13 @@ lib/gimp/2.0/plug-ins/polar
lib/gimp/2.0/plug-ins/postscript
lib/gimp/2.0/plug-ins/print
lib/gimp/2.0/plug-ins/procedure-browser
-lib/gimp/2.0/plug-ins/psd
-lib/gimp/2.0/plug-ins/psd_save
+lib/gimp/2.0/plug-ins/psd-load
+lib/gimp/2.0/plug-ins/psd-save
lib/gimp/2.0/plug-ins/psp
lib/gimp/2.0/plug-ins/randomize
lib/gimp/2.0/plug-ins/raw
lib/gimp/2.0/plug-ins/rcm
+lib/gimp/2.0/plug-ins/redeye
lib/gimp/2.0/plug-ins/retinex
lib/gimp/2.0/plug-ins/ripple
lib/gimp/2.0/plug-ins/rotate
@@ -314,14 +370,15 @@ lib/gimp/2.0/plug-ins/sunras
lib/gimp/2.0/plug-ins/svg
lib/gimp/2.0/plug-ins/tga
lib/gimp/2.0/plug-ins/threshold_alpha
-lib/gimp/2.0/plug-ins/tiff
+lib/gimp/2.0/plug-ins/tiff-load
+lib/gimp/2.0/plug-ins/tiff-save
lib/gimp/2.0/plug-ins/tile
lib/gimp/2.0/plug-ins/tileit
lib/gimp/2.0/plug-ins/tiler
${TWAIN}lib/gimp/2.0/plug-ins/twain
lib/gimp/2.0/plug-ins/uniteditor
lib/gimp/2.0/plug-ins/unsharp
-lib/gimp/2.0/plug-ins/url
+lib/gimp/2.0/plug-ins/uri
lib/gimp/2.0/plug-ins/video
lib/gimp/2.0/plug-ins/vinvert
lib/gimp/2.0/plug-ins/vpropagate
@@ -340,6 +397,7 @@ lib/gimp/2.0/plug-ins/zealouscrop
lib/libgimp-2.0.la
lib/libgimpbase-2.0.la
lib/libgimpcolor-2.0.la
+lib/libgimpconfig-2.0.la
lib/libgimpmath-2.0.la
lib/libgimpmodule-2.0.la
lib/libgimpthumb-2.0.la
@@ -348,542 +406,61 @@ lib/libgimpwidgets-2.0.la
lib/pkgconfig/gimp-2.0.pc
lib/pkgconfig/gimpthumb-2.0.pc
lib/pkgconfig/gimpui-2.0.pc
-man/man1/gimp-2.2.1
-man/man1/gimp-remote-2.2.1
+man/man1/gimp-2.4.1
+man/man1/gimp-console-2.4.1
+man/man1/gimp-console.1
+man/man1/gimp-remote-2.4.1
man/man1/gimp-remote.1
man/man1/gimp.1
man/man1/gimptool-2.0.1
-man/man5/gimprc-2.2.5
+man/man5/gimprc-2.4.5
man/man5/gimprc.5
share/aclocal/gimp-2.0.m4
-share/application-registry/gimp-2.2.applications
-share/applications/gimp-2.2.desktop
-share/doc/${PKGNAME}/libgimp/GimpAspectPreview.html
-share/doc/${PKGNAME}/libgimp/GimpDrawablePreview.html
-share/doc/${PKGNAME}/libgimp/GimpProgressBar.html
-share/doc/${PKGNAME}/libgimp/gimpdefinitions.html
-share/doc/${PKGNAME}/libgimp/home.png
-share/doc/${PKGNAME}/libgimp/index.html
-share/doc/${PKGNAME}/libgimp/index.sgml
-share/doc/${PKGNAME}/libgimp/left.png
-share/doc/${PKGNAME}/libgimp/libgimp-data.html
-share/doc/${PKGNAME}/libgimp/libgimp-general.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimp.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpbrush.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpbrushes.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpbrushmenu.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpbrushselect.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpchannel.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpcolor.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpcontext.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpconvert.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpdisplay.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpdrawable.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpdrawablecombobox.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpdrawabletransform.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpedit.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpenums.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpexport.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpfileops.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpfloatingsel.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpfontmenu.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpfonts.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpfontselect.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpgimprc.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpgradient.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpgradientmenu.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpgradients.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpgradientselect.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpguides.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimphelp.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpimage.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpimagecombobox.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimplayer.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpmenu.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpmessage.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimppalette.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimppalettemenu.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimppalettes.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimppaletteselect.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimppaths.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimppattern.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimppatternmenu.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimppatterns.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimppatternselect.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimppixbuf.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimppixelfetcher.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimppixelrgn.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpplugin.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpproceduraldb.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpprogress.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpregioniterator.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpselection.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimptexttool.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimptile.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimptools.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpui.html
-share/doc/${PKGNAME}/libgimp/libgimp-gimpundo.html
-share/doc/${PKGNAME}/libgimp/libgimp-image.html
-share/doc/${PKGNAME}/libgimp/libgimp-selectors.html
-share/doc/${PKGNAME}/libgimp/libgimp.devhelp
-share/doc/${PKGNAME}/libgimp/libgimp.devhelp2
-share/doc/${PKGNAME}/libgimp/libgimp.html
-share/doc/${PKGNAME}/libgimp/libgimpui-hierarchy.html
-share/doc/${PKGNAME}/libgimp/libgimpui.html
-share/doc/${PKGNAME}/libgimp/right.png
-share/doc/${PKGNAME}/libgimp/style.css
-share/doc/${PKGNAME}/libgimp/up.png
-share/doc/${PKGNAME}/libgimpbase/home.png
-share/doc/${PKGNAME}/libgimpbase/index.html
-share/doc/${PKGNAME}/libgimpbase/index.sgml
-share/doc/${PKGNAME}/libgimpbase/left.png
-share/doc/${PKGNAME}/libgimpbase/libgimpbase-gimpbaseenums.html
-share/doc/${PKGNAME}/libgimpbase/libgimpbase-gimpbasetypes.html
-share/doc/${PKGNAME}/libgimpbase/libgimpbase-gimpchecks.html
-share/doc/${PKGNAME}/libgimpbase/libgimpbase-gimpdatafiles.html
-share/doc/${PKGNAME}/libgimpbase/libgimpbase-gimpenv.html
-share/doc/${PKGNAME}/libgimpbase/libgimpbase-gimplimits.html
-share/doc/${PKGNAME}/libgimpbase/libgimpbase-gimpmemsize.html
-share/doc/${PKGNAME}/libgimpbase/libgimpbase-gimpparasite.html
-share/doc/${PKGNAME}/libgimpbase/libgimpbase-gimpparasiteio.html
-share/doc/${PKGNAME}/libgimpbase/libgimpbase-gimpprotocol.html
-share/doc/${PKGNAME}/libgimpbase/libgimpbase-gimpsignal.html
-share/doc/${PKGNAME}/libgimpbase/libgimpbase-gimpunit.html
-share/doc/${PKGNAME}/libgimpbase/libgimpbase-gimputils.html
-share/doc/${PKGNAME}/libgimpbase/libgimpbase-gimpversion.html
-share/doc/${PKGNAME}/libgimpbase/libgimpbase-gimpwire.html
-share/doc/${PKGNAME}/libgimpbase/libgimpbase.devhelp
-share/doc/${PKGNAME}/libgimpbase/libgimpbase.devhelp2
-share/doc/${PKGNAME}/libgimpbase/libgimpbase.html
-share/doc/${PKGNAME}/libgimpbase/right.png
-share/doc/${PKGNAME}/libgimpbase/style.css
-share/doc/${PKGNAME}/libgimpbase/up.png
-share/doc/${PKGNAME}/libgimpcolor/home.png
-share/doc/${PKGNAME}/libgimpcolor/index.html
-share/doc/${PKGNAME}/libgimpcolor/index.sgml
-share/doc/${PKGNAME}/libgimpcolor/left.png
-share/doc/${PKGNAME}/libgimpcolor/libgimpcolor-GimpAdaptiveSupersample.html
-share/doc/${PKGNAME}/libgimpcolor/libgimpcolor-GimpBilinear.html
-share/doc/${PKGNAME}/libgimpcolor/libgimpcolor-GimpCMYK.html
-share/doc/${PKGNAME}/libgimpcolor/libgimpcolor-GimpColorSpace.html
-share/doc/${PKGNAME}/libgimpcolor/libgimpcolor-GimpHSV.html
-share/doc/${PKGNAME}/libgimpcolor/libgimpcolor-GimpRGB.html
-share/doc/${PKGNAME}/libgimpcolor/libgimpcolor.devhelp
-share/doc/${PKGNAME}/libgimpcolor/libgimpcolor.devhelp2
-share/doc/${PKGNAME}/libgimpcolor/libgimpcolor.html
-share/doc/${PKGNAME}/libgimpcolor/right.png
-share/doc/${PKGNAME}/libgimpcolor/style.css
-share/doc/${PKGNAME}/libgimpcolor/up.png
-share/doc/${PKGNAME}/libgimpmath/home.png
-share/doc/${PKGNAME}/libgimpmath/index.html
-share/doc/${PKGNAME}/libgimpmath/index.sgml
-share/doc/${PKGNAME}/libgimpmath/left.png
-share/doc/${PKGNAME}/libgimpmath/libgimpmath-GimpMD5.html
-share/doc/${PKGNAME}/libgimpmath/libgimpmath-GimpMath.html
-share/doc/${PKGNAME}/libgimpmath/libgimpmath-GimpMatrix.html
-share/doc/${PKGNAME}/libgimpmath/libgimpmath-GimpVector.html
-share/doc/${PKGNAME}/libgimpmath/libgimpmath.devhelp
-share/doc/${PKGNAME}/libgimpmath/libgimpmath.devhelp2
-share/doc/${PKGNAME}/libgimpmath/libgimpmath.html
-share/doc/${PKGNAME}/libgimpmath/right.png
-share/doc/${PKGNAME}/libgimpmath/style.css
-share/doc/${PKGNAME}/libgimpmath/up.png
-share/doc/${PKGNAME}/libgimpmodule/GimpModule.html
-share/doc/${PKGNAME}/libgimpmodule/GimpModuleDB.html
-share/doc/${PKGNAME}/libgimpmodule/home.png
-share/doc/${PKGNAME}/libgimpmodule/index.html
-share/doc/${PKGNAME}/libgimpmodule/index.sgml
-share/doc/${PKGNAME}/libgimpmodule/left.png
-share/doc/${PKGNAME}/libgimpmodule/libgimpmodule.devhelp
-share/doc/${PKGNAME}/libgimpmodule/libgimpmodule.devhelp2
-share/doc/${PKGNAME}/libgimpmodule/libgimpmodule.html
-share/doc/${PKGNAME}/libgimpmodule/right.png
-share/doc/${PKGNAME}/libgimpmodule/style.css
-share/doc/${PKGNAME}/libgimpmodule/up.png
-share/doc/${PKGNAME}/libgimpthumb/GimpThumbnail.html
-share/doc/${PKGNAME}/libgimpthumb/home.png
-share/doc/${PKGNAME}/libgimpthumb/index.html
-share/doc/${PKGNAME}/libgimpthumb/index.sgml
-share/doc/${PKGNAME}/libgimpthumb/left.png
-share/doc/${PKGNAME}/libgimpthumb/libgimpthumb-gimpthumb-enums.html
-share/doc/${PKGNAME}/libgimpthumb/libgimpthumb-gimpthumb-error.html
-share/doc/${PKGNAME}/libgimpthumb/libgimpthumb-gimpthumb-utils.html
-share/doc/${PKGNAME}/libgimpthumb/libgimpthumb.devhelp
-share/doc/${PKGNAME}/libgimpthumb/libgimpthumb.devhelp2
-share/doc/${PKGNAME}/libgimpthumb/libgimpthumb.html
-share/doc/${PKGNAME}/libgimpthumb/right.png
-share/doc/${PKGNAME}/libgimpthumb/style.css
-share/doc/${PKGNAME}/libgimpthumb/up.png
-share/doc/${PKGNAME}/libgimpwidgets/GimpButton.html
-share/doc/${PKGNAME}/libgimpwidgets/GimpCellRendererColor.html
-share/doc/${PKGNAME}/libgimpwidgets/GimpCellRendererToggle.html
-share/doc/${PKGNAME}/libgimpwidgets/GimpChainButton.html
-share/doc/${PKGNAME}/libgimpwidgets/GimpColorArea.html
-share/doc/${PKGNAME}/libgimpwidgets/GimpColorButton.html
-share/doc/${PKGNAME}/libgimpwidgets/GimpColorDisplay.html
-share/doc/${PKGNAME}/libgimpwidgets/GimpColorDisplayStack.html
-share/doc/${PKGNAME}/libgimpwidgets/GimpColorHexEntry.html
-share/doc/${PKGNAME}/libgimpwidgets/GimpColorNotebook.html
-share/doc/${PKGNAME}/libgimpwidgets/GimpColorScale.html
-share/doc/${PKGNAME}/libgimpwidgets/GimpColorScales.html
-share/doc/${PKGNAME}/libgimpwidgets/GimpColorSelect.html
-share/doc/${PKGNAME}/libgimpwidgets/GimpColorSelection.html
-share/doc/${PKGNAME}/libgimpwidgets/GimpColorSelector.html
-share/doc/${PKGNAME}/libgimpwidgets/GimpController.html
-share/doc/${PKGNAME}/libgimpwidgets/GimpDialog.html
-share/doc/${PKGNAME}/libgimpwidgets/GimpFileEntry.html
-share/doc/${PKGNAME}/libgimpwidgets/GimpFrame.html
-share/doc/${PKGNAME}/libgimpwidgets/GimpIntComboBox.html
-share/doc/${PKGNAME}/libgimpwidgets/GimpIntStore.html
-share/doc/${PKGNAME}/libgimpwidgets/GimpMemsizeEntry.html
-share/doc/${PKGNAME}/libgimpwidgets/GimpOffsetArea.html
-share/doc/${PKGNAME}/libgimpwidgets/GimpPathEditor.html
-share/doc/${PKGNAME}/libgimpwidgets/GimpPickButton.html
-share/doc/${PKGNAME}/libgimpwidgets/GimpPixmap.html
-share/doc/${PKGNAME}/libgimpwidgets/GimpPreview.html
-share/doc/${PKGNAME}/libgimpwidgets/GimpPreviewArea.html
-share/doc/${PKGNAME}/libgimpwidgets/GimpSizeEntry.html
-share/doc/${PKGNAME}/libgimpwidgets/GimpUnitMenu.html
-share/doc/${PKGNAME}/libgimpwidgets/home.png
-share/doc/${PKGNAME}/libgimpwidgets/index.html
-share/doc/${PKGNAME}/libgimpwidgets/index.sgml
-share/doc/${PKGNAME}/libgimpwidgets/left.png
-share/doc/${PKGNAME}/libgimpwidgets/libgimpwidgets-GimpHelpUI.html
-share/doc/${PKGNAME}/libgimpwidgets/libgimpwidgets-GimpQueryBox.html
-share/doc/${PKGNAME}/libgimpwidgets/libgimpwidgets-GimpScrolledPreview.html
-share/doc/${PKGNAME}/libgimpwidgets/libgimpwidgets-GimpStock.html
-share/doc/${PKGNAME}/libgimpwidgets/libgimpwidgets-GimpWidgets.html
-share/doc/${PKGNAME}/libgimpwidgets/libgimpwidgets-cell-renderers.html
-share/doc/${PKGNAME}/libgimpwidgets/libgimpwidgets-colordisplay.html
-share/doc/${PKGNAME}/libgimpwidgets/libgimpwidgets-colorselector.html
-share/doc/${PKGNAME}/libgimpwidgets/libgimpwidgets-controller.html
-share/doc/${PKGNAME}/libgimpwidgets/libgimpwidgets-deprecated.html
-share/doc/${PKGNAME}/libgimpwidgets/libgimpwidgets-gimpoldwidgets.html
-share/doc/${PKGNAME}/libgimpwidgets/libgimpwidgets-hierarchy.html
-share/doc/${PKGNAME}/libgimpwidgets/libgimpwidgets-utils.html
-share/doc/${PKGNAME}/libgimpwidgets/libgimpwidgets-widgets.html
-share/doc/${PKGNAME}/libgimpwidgets/libgimpwidgets.devhelp
-share/doc/${PKGNAME}/libgimpwidgets/libgimpwidgets.devhelp2
-share/doc/${PKGNAME}/libgimpwidgets/right.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-anchor-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-cap-butt-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-cap-round-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-cap-square-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-center-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-center-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-channel-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-channel-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-channel-32.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-channel-48.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-channel-alpha-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-channel-alpha-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-channel-alpha-32.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-channel-alpha-48.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-channel-blue-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-channel-blue-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-channel-blue-32.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-channel-blue-48.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-channel-gray-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-channel-gray-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-channel-gray-32.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-channel-gray-48.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-channel-green-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-channel-green-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-channel-green-32.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-channel-green-48.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-channel-indexed-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-channel-indexed-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-channel-indexed-32.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-channel-indexed-48.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-channel-red-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-channel-red-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-channel-red-32.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-channel-red-48.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-channels-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-channels-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-char-picker-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-close-12.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-color-pick-from-screen-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-color-picker-black-18.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-color-picker-gray-18.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-color-picker-white-18.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-color-triangle-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-convert-grayscale-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-convert-indexed-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-convert-rgb-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-curve-free-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-curve-smooth-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-default-colors-12.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-device-status-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-device-status-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-display-filter-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-display-filter-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-duplicate-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-edit-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-error-64.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-eye-12.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-eye-20.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-flip-horizontal-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-flip-vertical-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-floating-selection-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-floating-selection-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-floating-selection-32.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-floating-selection-48.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-frame-64.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-gradient-bilinear-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-gradient-conical-asymmetric-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-gradient-conical-symmetric-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-gradient-linear-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-gradient-radial-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-gradient-shapeburst-angular-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-gradient-shapeburst-dimpled-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-gradient-shapeburst-spherical-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-gradient-spiral-anticlockwise-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-gradient-spiral-clockwise-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-gradient-square-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-gravity-east-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-gravity-north-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-gravity-north-east-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-gravity-north-west-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-gravity-south-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-gravity-south-east-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-gravity-south-west-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-gravity-west-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-grid-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-hchain-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-hchain-broken-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-histogram-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-histogram-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-histogram-linear-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-histogram-logarithmic-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-image-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-image-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-image-32.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-image-48.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-images-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-images-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-indexed-palette-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-indexed-palette-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-info-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-info-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-info-64.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-invert-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-join-bevel-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-join-miter-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-join-round-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-landscape-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-layer-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-layer-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-layer-32.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-layer-48.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-layer-mask-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-layer-mask-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-layer-mask-32.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-layer-mask-48.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-layer-to-imagesize-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-layers-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-layers-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-letter-spacing-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-line-spacing-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-linked-12.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-linked-20.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-list-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-menu-left-12.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-menu-right-12.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-merge-down-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-move-to-screen-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-move-to-screen-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-navigation-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-paste-as-new-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-paste-into-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-path-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-path-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-path-stroke-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-paths-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-paths-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-plugin-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-portrait-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-print-resolution-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-print-resolution-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-qmask-off-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-qmask-on-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-question-64.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-reset-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-reshow-filter-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-resize-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-rotate-180-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-rotate-270-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-rotate-90-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-scale-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-selection-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-selection-add-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-selection-all-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-selection-border-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-selection-grow-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-selection-intersect-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-selection-none-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-selection-replace-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-selection-shrink-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-selection-stroke-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-selection-subtract-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-selection-to-channel-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-selection-to-path-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-shape-circle-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-shape-diamond-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-shape-square-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-swap-colors-12.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-template-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-template-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-text-dir-ltr-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-text-dir-rtl-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-text-layer-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-text-layer-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-text-layer-32.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-text-layer-48.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-texture-64.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-toilet-paper-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-toilet-paper-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-airbrush-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-airbrush-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-blend-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-blend-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-blur-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-blur-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-brightness-contrast-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-brightness-contrast-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-bucket-fill-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-bucket-fill-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-by-color-select-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-by-color-select-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-clone-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-clone-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-color-balance-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-color-balance-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-color-picker-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-color-picker-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-colorize-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-colorize-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-crop-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-crop-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-curves-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-curves-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-dodge-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-dodge-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-ellipse-select-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-ellipse-select-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-eraser-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-eraser-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-flip-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-flip-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-free-select-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-free-select-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-fuzzy-select-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-fuzzy-select-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-hue-saturation-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-hue-saturation-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-ink-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-ink-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-iscissors-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-iscissors-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-levels-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-levels-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-measure-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-measure-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-move-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-move-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-options-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-options-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-paintbrush-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-paintbrush-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-path-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-path-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-pencil-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-pencil-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-perspective-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-perspective-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-posterize-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-posterize-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-rect-select-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-rect-select-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-rotate-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-rotate-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-scale-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-scale-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-shear-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-shear-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-smudge-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-smudge-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-text-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-text-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-threshold-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-threshold-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-zoom-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tool-zoom-22.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tools-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-tools-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-transparency-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-transparency-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-undo-history-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-undo-history-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-vchain-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-vchain-broken-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-video-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-video-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-warning-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-warning-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-warning-64.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-web-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-web-24.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-wilber-16.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-wilber-32.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-wilber-48.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-wilber-64.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-wilber-eek-64.png
-share/doc/${PKGNAME}/libgimpwidgets/stock-zoom-follow-window-12.png
-share/doc/${PKGNAME}/libgimpwidgets/style.css
-share/doc/${PKGNAME}/libgimpwidgets/up.png
+share/application-registry/gimp.applications
+share/applications/gimp.desktop
share/examples/gimp-2.0/controllerrc
share/examples/gimp-2.0/gimprc
share/examples/gimp-2.0/gtkrc
+share/examples/gimp-2.0/menurc
share/examples/gimp-2.0/ps-menurc
share/examples/gimp-2.0/sessionrc
share/examples/gimp-2.0/templaterc
share/examples/gimp-2.0/unitrc
share/gimp/2.0/brushes/10x10square.gbr
share/gimp/2.0/brushes/10x10squareBlur.gbr
-share/gimp/2.0/brushes/11circle.gbr
-share/gimp/2.0/brushes/11fcircle.gbr
-share/gimp/2.0/brushes/13circle.gbr
-share/gimp/2.0/brushes/13fcircle.gbr
-share/gimp/2.0/brushes/15circle.gbr
-share/gimp/2.0/brushes/15fcircle.gbr
-share/gimp/2.0/brushes/17circle.gbr
-share/gimp/2.0/brushes/17fcircle.gbr
-share/gimp/2.0/brushes/19circle.gbr
-share/gimp/2.0/brushes/19fcircle.gbr
-share/gimp/2.0/brushes/1circle.gbr
share/gimp/2.0/brushes/20x20square.gbr
share/gimp/2.0/brushes/20x20squareBlur.gbr
-share/gimp/2.0/brushes/3circle.gbr
-share/gimp/2.0/brushes/3fcircle.gbr
-share/gimp/2.0/brushes/5circle.gbr
-share/gimp/2.0/brushes/5fcircle.gbr
share/gimp/2.0/brushes/5x5square.gbr
share/gimp/2.0/brushes/5x5squareBlur.gbr
-share/gimp/2.0/brushes/7circle.gbr
-share/gimp/2.0/brushes/7fcircle.gbr
-share/gimp/2.0/brushes/9circle.gbr
-share/gimp/2.0/brushes/9fcircle.gbr
-share/gimp/2.0/brushes/DStar11.gbr
-share/gimp/2.0/brushes/DStar17.gbr
-share/gimp/2.0/brushes/DStar25.gbr
+share/gimp/2.0/brushes/Calligraphic-Brush-0.vbr
+share/gimp/2.0/brushes/Calligraphic-Brush-1.vbr
+share/gimp/2.0/brushes/Calligraphic-Brush-2.vbr
+share/gimp/2.0/brushes/Calligraphic-Brush-3.vbr
+share/gimp/2.0/brushes/Circle-1.vbr
+share/gimp/2.0/brushes/Circle-11.vbr
+share/gimp/2.0/brushes/Circle-13.vbr
+share/gimp/2.0/brushes/Circle-15.vbr
+share/gimp/2.0/brushes/Circle-17.vbr
+share/gimp/2.0/brushes/Circle-19.vbr
+share/gimp/2.0/brushes/Circle-3.vbr
+share/gimp/2.0/brushes/Circle-5.vbr
+share/gimp/2.0/brushes/Circle-7.vbr
+share/gimp/2.0/brushes/Circle-9.vbr
+share/gimp/2.0/brushes/Circle-Fuzzy-11.vbr
+share/gimp/2.0/brushes/Circle-Fuzzy-13.vbr
+share/gimp/2.0/brushes/Circle-Fuzzy-15.vbr
+share/gimp/2.0/brushes/Circle-Fuzzy-17.vbr
+share/gimp/2.0/brushes/Circle-Fuzzy-19.vbr
+share/gimp/2.0/brushes/Circle-Fuzzy-3.vbr
+share/gimp/2.0/brushes/Circle-Fuzzy-5.vbr
+share/gimp/2.0/brushes/Circle-Fuzzy-7.vbr
+share/gimp/2.0/brushes/Circle-Fuzzy-9.vbr
+share/gimp/2.0/brushes/Diagonal-Star-11.vbr
+share/gimp/2.0/brushes/Diagonal-Star-17.vbr
+share/gimp/2.0/brushes/Diagonal-Star-25.vbr
share/gimp/2.0/brushes/SketchBrush-16.gih
share/gimp/2.0/brushes/SketchBrush-32.gih
share/gimp/2.0/brushes/SketchBrush-64.gih
-share/gimp/2.0/brushes/callig1.gbr
-share/gimp/2.0/brushes/callig2.gbr
-share/gimp/2.0/brushes/callig3.gbr
-share/gimp/2.0/brushes/callig4.gbr
share/gimp/2.0/brushes/confetti.gbr
share/gimp/2.0/brushes/confetti.gih
share/gimp/2.0/brushes/dunes.gbr
@@ -894,9 +471,7 @@ share/gimp/2.0/brushes/galaxy_small.gbr
share/gimp/2.0/brushes/hsparks.gih
share/gimp/2.0/brushes/pepper.gbr
share/gimp/2.0/brushes/pixel.gbr
-share/gimp/2.0/brushes/thegimp.gbr
share/gimp/2.0/brushes/vine.gih
-share/gimp/2.0/brushes/xcf.gbr
share/gimp/2.0/fractalexplorer/Asteroid_Field
share/gimp/2.0/fractalexplorer/Bar_Code_Label
share/gimp/2.0/fractalexplorer/Beauty_of_Nature
@@ -1121,14 +696,12 @@ share/gimp/2.0/gradients/Yellow_Contrast.ggr
share/gimp/2.0/gradients/Yellow_Orange.ggr
share/gimp/2.0/images/gimp-logo.png
share/gimp/2.0/images/gimp-splash.png
-share/gimp/2.0/images/wilber-devel-icon.png
-share/gimp/2.0/images/wilber-icon.png
-share/gimp/2.0/images/wilber-tips.png
-share/gimp/2.0/images/wilber-wizard.png
+share/gimp/2.0/menus/brush-editor-menu.xml
share/gimp/2.0/menus/brushes-menu.xml
share/gimp/2.0/menus/buffers-menu.xml
share/gimp/2.0/menus/channels-menu.xml
-share/gimp/2.0/menus/colormap-editor-menu.xml
+share/gimp/2.0/menus/colormap-menu.xml
+share/gimp/2.0/menus/cursor-info-menu.xml
share/gimp/2.0/menus/dockable-menu.xml
share/gimp/2.0/menus/documents-menu.xml
share/gimp/2.0/menus/error-console-menu.xml
@@ -1141,17 +714,16 @@ share/gimp/2.0/menus/layers-menu.xml
share/gimp/2.0/menus/palette-editor-menu.xml
share/gimp/2.0/menus/palettes-menu.xml
share/gimp/2.0/menus/patterns-menu.xml
-share/gimp/2.0/menus/qmask-menu.xml
-share/gimp/2.0/menus/selection-editor-menu.xml
+share/gimp/2.0/menus/quick-mask-menu.xml
+share/gimp/2.0/menus/sample-points-menu.xml
+share/gimp/2.0/menus/selection-menu.xml
share/gimp/2.0/menus/templates-menu.xml
share/gimp/2.0/menus/text-editor-toolbar.xml
share/gimp/2.0/menus/tool-options-menu.xml
share/gimp/2.0/menus/toolbox-menu.xml
share/gimp/2.0/menus/tools-menu.xml
+share/gimp/2.0/menus/undo-menu.xml
share/gimp/2.0/menus/vectors-menu.xml
-share/gimp/2.0/misc/gimp.applications
-share/gimp/2.0/misc/gimp.desktop
-share/gimp/2.0/misc/gimp.keys
share/gimp/2.0/palettes/Bears.gpl
share/gimp/2.0/palettes/Bgold.gpl
share/gimp/2.0/palettes/Blues.gpl
@@ -1185,6 +757,7 @@ share/gimp/2.0/palettes/Plasma.gpl
share/gimp/2.0/palettes/Reds.gpl
share/gimp/2.0/palettes/Reds_And_Purples.gpl
share/gimp/2.0/palettes/Royal.gpl
+share/gimp/2.0/palettes/Tango.gpl
share/gimp/2.0/palettes/Topographic.gpl
share/gimp/2.0/palettes/Visibone.gpl
share/gimp/2.0/palettes/Visibone_2.gpl
@@ -1285,10 +858,10 @@ share/gimp/2.0/scripts/comic-logo.scm
share/gimp/2.0/scripts/coolmetal-logo.scm
share/gimp/2.0/scripts/copy-visible.scm
share/gimp/2.0/scripts/crystal-logo.scm
+share/gimp/2.0/scripts/difference-clouds.scm
share/gimp/2.0/scripts/distress-selection.scm
share/gimp/2.0/scripts/drop-shadow.scm
share/gimp/2.0/scripts/erase-rows.scm
-share/gimp/2.0/scripts/fade-outline.scm
share/gimp/2.0/scripts/flatland.scm
share/gimp/2.0/scripts/font-map.scm
share/gimp/2.0/scripts/frosty-logo.scm
@@ -1306,7 +879,6 @@ share/gimp/2.0/scripts/guides-new.scm
share/gimp/2.0/scripts/guides-remove-all.scm
share/gimp/2.0/scripts/hsv-graph.scm
share/gimp/2.0/scripts/i26-gunya2.scm
-share/gimp/2.0/scripts/image-structure.scm
share/gimp/2.0/scripts/images/beavis.jpg
share/gimp/2.0/scripts/images/texture.jpg
share/gimp/2.0/scripts/images/texture1.jpg
@@ -1319,13 +891,19 @@ share/gimp/2.0/scripts/mkbrush.scm
share/gimp/2.0/scripts/neon-logo.scm
share/gimp/2.0/scripts/news-text.scm
share/gimp/2.0/scripts/old-photo.scm
+share/gimp/2.0/scripts/paste-as-brush.scm
+share/gimp/2.0/scripts/paste-as-pattern.scm
share/gimp/2.0/scripts/perspective-shadow.scm
share/gimp/2.0/scripts/predator.scm
share/gimp/2.0/scripts/pupi-button.scm
share/gimp/2.0/scripts/rendermap.scm
+share/gimp/2.0/scripts/reverse-layers.scm
share/gimp/2.0/scripts/ripply-anim.scm
share/gimp/2.0/scripts/round-corners.scm
+share/gimp/2.0/scripts/script-fu-compat.init
+share/gimp/2.0/scripts/script-fu-set-cmap.scm
share/gimp/2.0/scripts/script-fu-util.scm
+share/gimp/2.0/scripts/script-fu.init
share/gimp/2.0/scripts/select-to-brush.scm
share/gimp/2.0/scripts/select-to-image.scm
share/gimp/2.0/scripts/select-to-pattern.scm
@@ -1352,490 +930,1053 @@ share/gimp/2.0/scripts/weave.scm
share/gimp/2.0/scripts/web-browser.scm
share/gimp/2.0/scripts/xach-effect.scm
share/gimp/2.0/themes/Default/gtkrc
-share/gimp/2.0/themes/Default/imagerc
+share/gimp/2.0/themes/Default/images/preferences/color-management-22.png
+share/gimp/2.0/themes/Default/images/preferences/color-management.png
+share/gimp/2.0/themes/Default/images/preferences/controllers-22.png
share/gimp/2.0/themes/Default/images/preferences/controllers.png
share/gimp/2.0/themes/Default/images/preferences/default-comment.png
+share/gimp/2.0/themes/Default/images/preferences/default-grid-22.png
share/gimp/2.0/themes/Default/images/preferences/default-grid.png
+share/gimp/2.0/themes/Default/images/preferences/display-22.png
share/gimp/2.0/themes/Default/images/preferences/display.png
+share/gimp/2.0/themes/Default/images/preferences/environment-22.png
share/gimp/2.0/themes/Default/images/preferences/environment.png
+share/gimp/2.0/themes/Default/images/preferences/folders-22.png
+share/gimp/2.0/themes/Default/images/preferences/folders-brushes-22.png
share/gimp/2.0/themes/Default/images/preferences/folders-brushes.png
+share/gimp/2.0/themes/Default/images/preferences/folders-environ-22.png
share/gimp/2.0/themes/Default/images/preferences/folders-environ.png
+share/gimp/2.0/themes/Default/images/preferences/folders-fonts-22.png
share/gimp/2.0/themes/Default/images/preferences/folders-fonts.png
+share/gimp/2.0/themes/Default/images/preferences/folders-gradients-22.png
share/gimp/2.0/themes/Default/images/preferences/folders-gradients.png
+share/gimp/2.0/themes/Default/images/preferences/folders-interp-22.png
+share/gimp/2.0/themes/Default/images/preferences/folders-interp.png
+share/gimp/2.0/themes/Default/images/preferences/folders-modules-22.png
share/gimp/2.0/themes/Default/images/preferences/folders-modules.png
+share/gimp/2.0/themes/Default/images/preferences/folders-palettes-22.png
share/gimp/2.0/themes/Default/images/preferences/folders-palettes.png
+share/gimp/2.0/themes/Default/images/preferences/folders-patterns-22.png
share/gimp/2.0/themes/Default/images/preferences/folders-patterns.png
+share/gimp/2.0/themes/Default/images/preferences/folders-plug-ins-22.png
share/gimp/2.0/themes/Default/images/preferences/folders-plug-ins.png
+share/gimp/2.0/themes/Default/images/preferences/folders-scripts-22.png
share/gimp/2.0/themes/Default/images/preferences/folders-scripts.png
+share/gimp/2.0/themes/Default/images/preferences/folders-themes-22.png
share/gimp/2.0/themes/Default/images/preferences/folders-themes.png
+share/gimp/2.0/themes/Default/images/preferences/folders-tool-plug-ins-22.png
share/gimp/2.0/themes/Default/images/preferences/folders-tool-plug-ins.png
+share/gimp/2.0/themes/Default/images/preferences/folders-tools-22.png
share/gimp/2.0/themes/Default/images/preferences/folders.png
+share/gimp/2.0/themes/Default/images/preferences/help-system-22.png
share/gimp/2.0/themes/Default/images/preferences/help-system.png
+share/gimp/2.0/themes/Default/images/preferences/image-title-22.png
share/gimp/2.0/themes/Default/images/preferences/image-title.png
+share/gimp/2.0/themes/Default/images/preferences/image-windows-22.png
share/gimp/2.0/themes/Default/images/preferences/image-windows.png
+share/gimp/2.0/themes/Default/images/preferences/input-devices-22.png
share/gimp/2.0/themes/Default/images/preferences/input-devices.png
+share/gimp/2.0/themes/Default/images/preferences/interface-22.png
share/gimp/2.0/themes/Default/images/preferences/interface.png
-share/gimp/2.0/themes/Default/images/preferences/monitor.png
+share/gimp/2.0/themes/Default/images/preferences/new-image-22.png
share/gimp/2.0/themes/Default/images/preferences/new-image.png
+share/gimp/2.0/themes/Default/images/preferences/session-22.png
share/gimp/2.0/themes/Default/images/preferences/session.png
+share/gimp/2.0/themes/Default/images/preferences/theme-22.png
share/gimp/2.0/themes/Default/images/preferences/theme.png
+share/gimp/2.0/themes/Default/images/preferences/tool-options-22.png
share/gimp/2.0/themes/Default/images/preferences/tool-options.png
+share/gimp/2.0/themes/Default/images/preferences/toolbox-22.png
share/gimp/2.0/themes/Default/images/preferences/toolbox.png
+share/gimp/2.0/themes/Default/images/preferences/window-management-22.png
share/gimp/2.0/themes/Default/images/preferences/window-management.png
-share/gimp/2.0/themes/Default/images/stock-anchor-16.png
-share/gimp/2.0/themes/Default/images/stock-cap-butt-16.png
-share/gimp/2.0/themes/Default/images/stock-cap-round-16.png
-share/gimp/2.0/themes/Default/images/stock-cap-square-16.png
-share/gimp/2.0/themes/Default/images/stock-center-16.png
-share/gimp/2.0/themes/Default/images/stock-center-24.png
-share/gimp/2.0/themes/Default/images/stock-channel-16.png
-share/gimp/2.0/themes/Default/images/stock-channel-24.png
-share/gimp/2.0/themes/Default/images/stock-channel-32.png
-share/gimp/2.0/themes/Default/images/stock-channel-48.png
-share/gimp/2.0/themes/Default/images/stock-channel-alpha-16.png
-share/gimp/2.0/themes/Default/images/stock-channel-alpha-24.png
-share/gimp/2.0/themes/Default/images/stock-channel-alpha-32.png
-share/gimp/2.0/themes/Default/images/stock-channel-alpha-48.png
-share/gimp/2.0/themes/Default/images/stock-channel-blue-16.png
-share/gimp/2.0/themes/Default/images/stock-channel-blue-24.png
-share/gimp/2.0/themes/Default/images/stock-channel-blue-32.png
-share/gimp/2.0/themes/Default/images/stock-channel-blue-48.png
-share/gimp/2.0/themes/Default/images/stock-channel-gray-16.png
-share/gimp/2.0/themes/Default/images/stock-channel-gray-24.png
-share/gimp/2.0/themes/Default/images/stock-channel-gray-32.png
-share/gimp/2.0/themes/Default/images/stock-channel-gray-48.png
-share/gimp/2.0/themes/Default/images/stock-channel-green-16.png
-share/gimp/2.0/themes/Default/images/stock-channel-green-24.png
-share/gimp/2.0/themes/Default/images/stock-channel-green-32.png
-share/gimp/2.0/themes/Default/images/stock-channel-green-48.png
-share/gimp/2.0/themes/Default/images/stock-channel-indexed-16.png
-share/gimp/2.0/themes/Default/images/stock-channel-indexed-24.png
-share/gimp/2.0/themes/Default/images/stock-channel-indexed-32.png
-share/gimp/2.0/themes/Default/images/stock-channel-indexed-48.png
-share/gimp/2.0/themes/Default/images/stock-channel-red-16.png
-share/gimp/2.0/themes/Default/images/stock-channel-red-24.png
-share/gimp/2.0/themes/Default/images/stock-channel-red-32.png
-share/gimp/2.0/themes/Default/images/stock-channel-red-48.png
-share/gimp/2.0/themes/Default/images/stock-channels-16.png
-share/gimp/2.0/themes/Default/images/stock-channels-24.png
-share/gimp/2.0/themes/Default/images/stock-char-picker-22.png
-share/gimp/2.0/themes/Default/images/stock-close-12.png
-share/gimp/2.0/themes/Default/images/stock-color-pick-from-screen-16.png
-share/gimp/2.0/themes/Default/images/stock-color-picker-black-18.png
-share/gimp/2.0/themes/Default/images/stock-color-picker-gray-18.png
-share/gimp/2.0/themes/Default/images/stock-color-picker-white-18.png
-share/gimp/2.0/themes/Default/images/stock-color-triangle-16.png
-share/gimp/2.0/themes/Default/images/stock-convert-grayscale-16.png
-share/gimp/2.0/themes/Default/images/stock-convert-indexed-16.png
-share/gimp/2.0/themes/Default/images/stock-convert-rgb-16.png
-share/gimp/2.0/themes/Default/images/stock-curve-free-16.png
-share/gimp/2.0/themes/Default/images/stock-curve-smooth-16.png
-share/gimp/2.0/themes/Default/images/stock-default-colors-12.png
-share/gimp/2.0/themes/Default/images/stock-device-status-16.png
-share/gimp/2.0/themes/Default/images/stock-device-status-24.png
-share/gimp/2.0/themes/Default/images/stock-display-filter-16.png
-share/gimp/2.0/themes/Default/images/stock-display-filter-24.png
-share/gimp/2.0/themes/Default/images/stock-duplicate-16.png
-share/gimp/2.0/themes/Default/images/stock-edit-16.png
share/gimp/2.0/themes/Default/images/stock-error-64.png
-share/gimp/2.0/themes/Default/images/stock-eye-12.png
-share/gimp/2.0/themes/Default/images/stock-eye-20.png
-share/gimp/2.0/themes/Default/images/stock-flip-horizontal-16.png
-share/gimp/2.0/themes/Default/images/stock-flip-vertical-16.png
-share/gimp/2.0/themes/Default/images/stock-floating-selection-16.png
-share/gimp/2.0/themes/Default/images/stock-floating-selection-24.png
-share/gimp/2.0/themes/Default/images/stock-floating-selection-32.png
-share/gimp/2.0/themes/Default/images/stock-floating-selection-48.png
-share/gimp/2.0/themes/Default/images/stock-frame-64.png
-share/gimp/2.0/themes/Default/images/stock-gradient-bilinear-16.png
-share/gimp/2.0/themes/Default/images/stock-gradient-conical-asymmetric-16.png
-share/gimp/2.0/themes/Default/images/stock-gradient-conical-symmetric-16.png
-share/gimp/2.0/themes/Default/images/stock-gradient-linear-16.png
-share/gimp/2.0/themes/Default/images/stock-gradient-radial-16.png
-share/gimp/2.0/themes/Default/images/stock-gradient-shapeburst-angular-16.png
-share/gimp/2.0/themes/Default/images/stock-gradient-shapeburst-dimpled-16.png
-share/gimp/2.0/themes/Default/images/stock-gradient-shapeburst-spherical-16.png
-share/gimp/2.0/themes/Default/images/stock-gradient-spiral-anticlockwise-16.png
-share/gimp/2.0/themes/Default/images/stock-gradient-spiral-clockwise-16.png
-share/gimp/2.0/themes/Default/images/stock-gradient-square-16.png
-share/gimp/2.0/themes/Default/images/stock-gravity-east-24.png
-share/gimp/2.0/themes/Default/images/stock-gravity-north-24.png
-share/gimp/2.0/themes/Default/images/stock-gravity-north-east-24.png
-share/gimp/2.0/themes/Default/images/stock-gravity-north-west-24.png
-share/gimp/2.0/themes/Default/images/stock-gravity-south-24.png
-share/gimp/2.0/themes/Default/images/stock-gravity-south-east-24.png
-share/gimp/2.0/themes/Default/images/stock-gravity-south-west-24.png
-share/gimp/2.0/themes/Default/images/stock-gravity-west-24.png
-share/gimp/2.0/themes/Default/images/stock-grid-16.png
-share/gimp/2.0/themes/Default/images/stock-hchain-24.png
-share/gimp/2.0/themes/Default/images/stock-hchain-broken-24.png
-share/gimp/2.0/themes/Default/images/stock-histogram-16.png
-share/gimp/2.0/themes/Default/images/stock-histogram-22.png
-share/gimp/2.0/themes/Default/images/stock-histogram-linear-16.png
-share/gimp/2.0/themes/Default/images/stock-histogram-logarithmic-16.png
-share/gimp/2.0/themes/Default/images/stock-image-16.png
-share/gimp/2.0/themes/Default/images/stock-image-24.png
-share/gimp/2.0/themes/Default/images/stock-image-32.png
-share/gimp/2.0/themes/Default/images/stock-image-48.png
-share/gimp/2.0/themes/Default/images/stock-images-16.png
-share/gimp/2.0/themes/Default/images/stock-images-24.png
-share/gimp/2.0/themes/Default/images/stock-indexed-palette-16.png
-share/gimp/2.0/themes/Default/images/stock-indexed-palette-24.png
-share/gimp/2.0/themes/Default/images/stock-info-16.png
-share/gimp/2.0/themes/Default/images/stock-info-24.png
share/gimp/2.0/themes/Default/images/stock-info-64.png
-share/gimp/2.0/themes/Default/images/stock-invert-16.png
-share/gimp/2.0/themes/Default/images/stock-join-bevel-16.png
-share/gimp/2.0/themes/Default/images/stock-join-miter-16.png
-share/gimp/2.0/themes/Default/images/stock-join-round-16.png
-share/gimp/2.0/themes/Default/images/stock-landscape-16.png
-share/gimp/2.0/themes/Default/images/stock-layer-16.png
-share/gimp/2.0/themes/Default/images/stock-layer-24.png
-share/gimp/2.0/themes/Default/images/stock-layer-32.png
-share/gimp/2.0/themes/Default/images/stock-layer-48.png
-share/gimp/2.0/themes/Default/images/stock-layer-mask-16.png
-share/gimp/2.0/themes/Default/images/stock-layer-mask-24.png
-share/gimp/2.0/themes/Default/images/stock-layer-mask-32.png
-share/gimp/2.0/themes/Default/images/stock-layer-mask-48.png
-share/gimp/2.0/themes/Default/images/stock-layer-to-imagesize-16.png
-share/gimp/2.0/themes/Default/images/stock-layers-16.png
-share/gimp/2.0/themes/Default/images/stock-layers-24.png
-share/gimp/2.0/themes/Default/images/stock-letter-spacing-22.png
-share/gimp/2.0/themes/Default/images/stock-line-spacing-22.png
-share/gimp/2.0/themes/Default/images/stock-linked-12.png
-share/gimp/2.0/themes/Default/images/stock-linked-20.png
-share/gimp/2.0/themes/Default/images/stock-list-16.png
-share/gimp/2.0/themes/Default/images/stock-menu-left-12.png
-share/gimp/2.0/themes/Default/images/stock-menu-right-12.png
-share/gimp/2.0/themes/Default/images/stock-merge-down-16.png
-share/gimp/2.0/themes/Default/images/stock-move-to-screen-16.png
-share/gimp/2.0/themes/Default/images/stock-move-to-screen-24.png
-share/gimp/2.0/themes/Default/images/stock-navigation-16.png
-share/gimp/2.0/themes/Default/images/stock-paste-as-new-16.png
-share/gimp/2.0/themes/Default/images/stock-paste-into-16.png
-share/gimp/2.0/themes/Default/images/stock-path-16.png
-share/gimp/2.0/themes/Default/images/stock-path-22.png
-share/gimp/2.0/themes/Default/images/stock-path-stroke-16.png
-share/gimp/2.0/themes/Default/images/stock-paths-16.png
-share/gimp/2.0/themes/Default/images/stock-paths-22.png
-share/gimp/2.0/themes/Default/images/stock-plugin-16.png
-share/gimp/2.0/themes/Default/images/stock-portrait-16.png
-share/gimp/2.0/themes/Default/images/stock-print-resolution-16.png
-share/gimp/2.0/themes/Default/images/stock-print-resolution-24.png
-share/gimp/2.0/themes/Default/images/stock-qmask-off-16.png
-share/gimp/2.0/themes/Default/images/stock-qmask-on-16.png
share/gimp/2.0/themes/Default/images/stock-question-64.png
-share/gimp/2.0/themes/Default/images/stock-reset-16.png
-share/gimp/2.0/themes/Default/images/stock-reshow-filter-16.png
-share/gimp/2.0/themes/Default/images/stock-resize-16.png
-share/gimp/2.0/themes/Default/images/stock-rotate-180-16.png
-share/gimp/2.0/themes/Default/images/stock-rotate-270-16.png
-share/gimp/2.0/themes/Default/images/stock-rotate-90-16.png
-share/gimp/2.0/themes/Default/images/stock-scale-16.png
-share/gimp/2.0/themes/Default/images/stock-selection-16.png
-share/gimp/2.0/themes/Default/images/stock-selection-add-16.png
-share/gimp/2.0/themes/Default/images/stock-selection-all-16.png
-share/gimp/2.0/themes/Default/images/stock-selection-border-16.png
-share/gimp/2.0/themes/Default/images/stock-selection-grow-16.png
-share/gimp/2.0/themes/Default/images/stock-selection-intersect-16.png
-share/gimp/2.0/themes/Default/images/stock-selection-none-16.png
-share/gimp/2.0/themes/Default/images/stock-selection-replace-16.png
-share/gimp/2.0/themes/Default/images/stock-selection-shrink-16.png
-share/gimp/2.0/themes/Default/images/stock-selection-stroke-16.png
-share/gimp/2.0/themes/Default/images/stock-selection-subtract-16.png
-share/gimp/2.0/themes/Default/images/stock-selection-to-channel-16.png
-share/gimp/2.0/themes/Default/images/stock-selection-to-path-16.png
-share/gimp/2.0/themes/Default/images/stock-shape-circle-16.png
-share/gimp/2.0/themes/Default/images/stock-shape-diamond-16.png
-share/gimp/2.0/themes/Default/images/stock-shape-square-16.png
-share/gimp/2.0/themes/Default/images/stock-swap-colors-12.png
-share/gimp/2.0/themes/Default/images/stock-template-16.png
-share/gimp/2.0/themes/Default/images/stock-template-24.png
-share/gimp/2.0/themes/Default/images/stock-text-dir-ltr-24.png
-share/gimp/2.0/themes/Default/images/stock-text-dir-rtl-24.png
-share/gimp/2.0/themes/Default/images/stock-text-layer-16.png
-share/gimp/2.0/themes/Default/images/stock-text-layer-24.png
-share/gimp/2.0/themes/Default/images/stock-text-layer-32.png
-share/gimp/2.0/themes/Default/images/stock-text-layer-48.png
-share/gimp/2.0/themes/Default/images/stock-texture-64.png
-share/gimp/2.0/themes/Default/images/stock-toilet-paper-16.png
-share/gimp/2.0/themes/Default/images/stock-toilet-paper-24.png
-share/gimp/2.0/themes/Default/images/stock-tool-airbrush-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-airbrush-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-blend-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-blend-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-blur-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-blur-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-brightness-contrast-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-brightness-contrast-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-bucket-fill-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-bucket-fill-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-by-color-select-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-by-color-select-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-clone-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-clone-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-color-balance-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-color-balance-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-color-picker-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-color-picker-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-colorize-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-colorize-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-crop-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-crop-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-curves-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-curves-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-dodge-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-dodge-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-ellipse-select-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-ellipse-select-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-eraser-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-eraser-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-flip-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-flip-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-free-select-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-free-select-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-fuzzy-select-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-fuzzy-select-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-hue-saturation-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-hue-saturation-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-ink-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-ink-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-iscissors-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-iscissors-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-levels-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-levels-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-measure-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-measure-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-move-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-move-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-options-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-options-24.png
-share/gimp/2.0/themes/Default/images/stock-tool-paintbrush-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-paintbrush-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-path-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-path-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-pencil-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-pencil-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-perspective-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-perspective-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-posterize-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-posterize-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-rect-select-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-rect-select-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-rotate-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-rotate-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-scale-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-scale-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-shear-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-shear-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-smudge-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-smudge-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-text-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-text-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-threshold-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-threshold-22.png
-share/gimp/2.0/themes/Default/images/stock-tool-zoom-16.png
-share/gimp/2.0/themes/Default/images/stock-tool-zoom-22.png
-share/gimp/2.0/themes/Default/images/stock-tools-16.png
-share/gimp/2.0/themes/Default/images/stock-tools-24.png
-share/gimp/2.0/themes/Default/images/stock-transparency-16.png
-share/gimp/2.0/themes/Default/images/stock-transparency-24.png
-share/gimp/2.0/themes/Default/images/stock-undo-history-16.png
-share/gimp/2.0/themes/Default/images/stock-undo-history-24.png
-share/gimp/2.0/themes/Default/images/stock-vchain-24.png
-share/gimp/2.0/themes/Default/images/stock-vchain-broken-24.png
-share/gimp/2.0/themes/Default/images/stock-video-16.png
-share/gimp/2.0/themes/Default/images/stock-video-24.png
-share/gimp/2.0/themes/Default/images/stock-warning-16.png
-share/gimp/2.0/themes/Default/images/stock-warning-24.png
share/gimp/2.0/themes/Default/images/stock-warning-64.png
-share/gimp/2.0/themes/Default/images/stock-web-16.png
-share/gimp/2.0/themes/Default/images/stock-web-24.png
-share/gimp/2.0/themes/Default/images/stock-wilber-16.png
-share/gimp/2.0/themes/Default/images/stock-wilber-64.png
-share/gimp/2.0/themes/Default/images/stock-wilber-eek-64.png
-share/gimp/2.0/themes/Default/images/stock-zoom-follow-window-12.png
share/gimp/2.0/themes/Small/gtkrc
share/gimp/2.0/tips/gimp-tips.xml
${TWAIN}share/gimp/2.0/twain/gimp-twain.png
+share/gtk-doc/html/libgimp/GimpAspectPreview.html
+share/gtk-doc/html/libgimp/GimpBrushSelectButton.html
+share/gtk-doc/html/libgimp/GimpDrawablePreview.html
+share/gtk-doc/html/libgimp/GimpFontSelectButton.html
+share/gtk-doc/html/libgimp/GimpGradientSelectButton.html
+share/gtk-doc/html/libgimp/GimpImageComboBox.html
+share/gtk-doc/html/libgimp/GimpPaletteSelectButton.html
+share/gtk-doc/html/libgimp/GimpPatternSelectButton.html
+share/gtk-doc/html/libgimp/GimpProcBrowserDialog.html
+share/gtk-doc/html/libgimp/GimpProgressBar.html
+share/gtk-doc/html/libgimp/GimpSelectButton.html
+share/gtk-doc/html/libgimp/GimpZoomPreview.html
+share/gtk-doc/html/libgimp/home.png
+share/gtk-doc/html/libgimp/index.html
+share/gtk-doc/html/libgimp/index.sgml
+share/gtk-doc/html/libgimp/left.png
+share/gtk-doc/html/libgimp/libgimp-GimpItemComboBox.html
+share/gtk-doc/html/libgimp/libgimp-data.html
+share/gtk-doc/html/libgimp/libgimp-general.html
+share/gtk-doc/html/libgimp/libgimp-gimp.html
+share/gtk-doc/html/libgimp/libgimp-gimpbrush.html
+share/gtk-doc/html/libgimp/libgimp-gimpbrushes.html
+share/gtk-doc/html/libgimp/libgimp-gimpbrushmenu.html
+share/gtk-doc/html/libgimp/libgimp-gimpbrushselect.html
+share/gtk-doc/html/libgimp/libgimp-gimpbuffer.html
+share/gtk-doc/html/libgimp/libgimp-gimpchannel.html
+share/gtk-doc/html/libgimp/libgimp-gimpcolor.html
+share/gtk-doc/html/libgimp/libgimp-gimpcontext.html
+share/gtk-doc/html/libgimp/libgimp-gimpconvert.html
+share/gtk-doc/html/libgimp/libgimp-gimpdisplay.html
+share/gtk-doc/html/libgimp/libgimp-gimpdrawable.html
+share/gtk-doc/html/libgimp/libgimp-gimpdrawabletransform.html
+share/gtk-doc/html/libgimp/libgimp-gimpedit.html
+share/gtk-doc/html/libgimp/libgimp-gimpenums.html
+share/gtk-doc/html/libgimp/libgimp-gimpexport.html
+share/gtk-doc/html/libgimp/libgimp-gimpfileops.html
+share/gtk-doc/html/libgimp/libgimp-gimpfloatingsel.html
+share/gtk-doc/html/libgimp/libgimp-gimpfontmenu.html
+share/gtk-doc/html/libgimp/libgimp-gimpfonts.html
+share/gtk-doc/html/libgimp/libgimp-gimpfontselect.html
+share/gtk-doc/html/libgimp/libgimp-gimpgimprc.html
+share/gtk-doc/html/libgimp/libgimp-gimpgradient.html
+share/gtk-doc/html/libgimp/libgimp-gimpgradientmenu.html
+share/gtk-doc/html/libgimp/libgimp-gimpgradients.html
+share/gtk-doc/html/libgimp/libgimp-gimpgradientselect.html
+share/gtk-doc/html/libgimp/libgimp-gimpgrid.html
+share/gtk-doc/html/libgimp/libgimp-gimpguides.html
+share/gtk-doc/html/libgimp/libgimp-gimphelp.html
+share/gtk-doc/html/libgimp/libgimp-gimpimage.html
+share/gtk-doc/html/libgimp/libgimp-gimplayer.html
+share/gtk-doc/html/libgimp/libgimp-gimpmenu.html
+share/gtk-doc/html/libgimp/libgimp-gimpmessage.html
+share/gtk-doc/html/libgimp/libgimp-gimppalette.html
+share/gtk-doc/html/libgimp/libgimp-gimppalettemenu.html
+share/gtk-doc/html/libgimp/libgimp-gimppalettes.html
+share/gtk-doc/html/libgimp/libgimp-gimppaletteselect.html
+share/gtk-doc/html/libgimp/libgimp-gimppaths.html
+share/gtk-doc/html/libgimp/libgimp-gimppattern.html
+share/gtk-doc/html/libgimp/libgimp-gimppatternmenu.html
+share/gtk-doc/html/libgimp/libgimp-gimppatterns.html
+share/gtk-doc/html/libgimp/libgimp-gimppatternselect.html
+share/gtk-doc/html/libgimp/libgimp-gimppixbuf.html
+share/gtk-doc/html/libgimp/libgimp-gimppixelfetcher.html
+share/gtk-doc/html/libgimp/libgimp-gimppixelrgn.html
+share/gtk-doc/html/libgimp/libgimp-gimpplugin.html
+share/gtk-doc/html/libgimp/libgimp-gimpproceduraldb.html
+share/gtk-doc/html/libgimp/libgimp-gimpprocview.html
+share/gtk-doc/html/libgimp/libgimp-gimpprogress.html
+share/gtk-doc/html/libgimp/libgimp-gimpregioniterator.html
+share/gtk-doc/html/libgimp/libgimp-gimpselection.html
+share/gtk-doc/html/libgimp/libgimp-gimptexttool.html
+share/gtk-doc/html/libgimp/libgimp-gimptile.html
+share/gtk-doc/html/libgimp/libgimp-gimptools.html
+share/gtk-doc/html/libgimp/libgimp-gimpui.html
+share/gtk-doc/html/libgimp/libgimp-gimpundo.html
+share/gtk-doc/html/libgimp/libgimp-gimpvectors.html
+share/gtk-doc/html/libgimp/libgimp-image.html
+share/gtk-doc/html/libgimp/libgimp-index-deprecated.html
+share/gtk-doc/html/libgimp/libgimp-index-new-in-2-2.html
+share/gtk-doc/html/libgimp/libgimp-index-new-in-2-4.html
+share/gtk-doc/html/libgimp/libgimp-index.html
+share/gtk-doc/html/libgimp/libgimp-selectors.html
+share/gtk-doc/html/libgimp/libgimp.devhelp
+share/gtk-doc/html/libgimp/libgimp.devhelp2
+share/gtk-doc/html/libgimp/libgimp.html
+share/gtk-doc/html/libgimp/libgimpui-hierarchy.html
+share/gtk-doc/html/libgimp/libgimpui.html
+share/gtk-doc/html/libgimp/right.png
+share/gtk-doc/html/libgimp/style.css
+share/gtk-doc/html/libgimp/up.png
+share/gtk-doc/html/libgimpbase/home.png
+share/gtk-doc/html/libgimpbase/index.html
+share/gtk-doc/html/libgimpbase/index.sgml
+share/gtk-doc/html/libgimpbase/left.png
+share/gtk-doc/html/libgimpbase/libgimpbase-gimpbaseenums.html
+share/gtk-doc/html/libgimpbase/libgimpbase-gimpbasetypes.html
+share/gtk-doc/html/libgimpbase/libgimpbase-gimpchecks.html
+share/gtk-doc/html/libgimpbase/libgimpbase-gimpcpuaccel.html
+share/gtk-doc/html/libgimpbase/libgimpbase-gimpdatafiles.html
+share/gtk-doc/html/libgimpbase/libgimpbase-gimpenv.html
+share/gtk-doc/html/libgimpbase/libgimpbase-gimplimits.html
+share/gtk-doc/html/libgimpbase/libgimpbase-gimpmemsize.html
+share/gtk-doc/html/libgimpbase/libgimpbase-gimpparam.html
+share/gtk-doc/html/libgimpbase/libgimpbase-gimpparasite.html
+share/gtk-doc/html/libgimpbase/libgimpbase-gimpparasiteio.html
+share/gtk-doc/html/libgimpbase/libgimpbase-gimprectangle.html
+share/gtk-doc/html/libgimpbase/libgimpbase-gimpsignal.html
+share/gtk-doc/html/libgimpbase/libgimpbase-gimpunit.html
+share/gtk-doc/html/libgimpbase/libgimpbase-gimputils.html
+share/gtk-doc/html/libgimpbase/libgimpbase-gimpversion.html
+share/gtk-doc/html/libgimpbase/libgimpbase-index-deprecated.html
+share/gtk-doc/html/libgimpbase/libgimpbase-index-new-in-2-2.html
+share/gtk-doc/html/libgimpbase/libgimpbase-index-new-in-2-4.html
+share/gtk-doc/html/libgimpbase/libgimpbase-index.html
+share/gtk-doc/html/libgimpbase/libgimpbase.devhelp
+share/gtk-doc/html/libgimpbase/libgimpbase.devhelp2
+share/gtk-doc/html/libgimpbase/libgimpbase.html
+share/gtk-doc/html/libgimpbase/right.png
+share/gtk-doc/html/libgimpbase/style.css
+share/gtk-doc/html/libgimpbase/up.png
+share/gtk-doc/html/libgimpcolor/home.png
+share/gtk-doc/html/libgimpcolor/index.html
+share/gtk-doc/html/libgimpcolor/index.sgml
+share/gtk-doc/html/libgimpcolor/left.png
+share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpAdaptiveSupersample.html
+share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpBilinear.html
+share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpCMYK.html
+share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpColorManaged.html
+share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpColorSpace.html
+share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpHSV.html
+share/gtk-doc/html/libgimpcolor/libgimpcolor-GimpRGB.html
+share/gtk-doc/html/libgimpcolor/libgimpcolor-index-deprecated.html
+share/gtk-doc/html/libgimpcolor/libgimpcolor-index-new-in-2-2.html
+share/gtk-doc/html/libgimpcolor/libgimpcolor-index-new-in-2-4.html
+share/gtk-doc/html/libgimpcolor/libgimpcolor-index.html
+share/gtk-doc/html/libgimpcolor/libgimpcolor.devhelp
+share/gtk-doc/html/libgimpcolor/libgimpcolor.devhelp2
+share/gtk-doc/html/libgimpcolor/libgimpcolor.html
+share/gtk-doc/html/libgimpcolor/right.png
+share/gtk-doc/html/libgimpcolor/style.css
+share/gtk-doc/html/libgimpcolor/up.png
+share/gtk-doc/html/libgimpconfig/GimpColorConfig.html
+share/gtk-doc/html/libgimpconfig/home.png
+share/gtk-doc/html/libgimpconfig/index.html
+share/gtk-doc/html/libgimpconfig/index.sgml
+share/gtk-doc/html/libgimpconfig/left.png
+share/gtk-doc/html/libgimpconfig/libgimpconfig-GimpConfig.html
+share/gtk-doc/html/libgimpconfig/libgimpconfig-GimpConfigError.html
+share/gtk-doc/html/libgimpconfig/libgimpconfig-GimpConfigWriter.html
+share/gtk-doc/html/libgimpconfig/libgimpconfig-GimpScanner.html
+share/gtk-doc/html/libgimpconfig/libgimpconfig-gimpconfig-deserialize.html
+share/gtk-doc/html/libgimpconfig/libgimpconfig-gimpconfig-params.html
+share/gtk-doc/html/libgimpconfig/libgimpconfig-gimpconfig-path.html
+share/gtk-doc/html/libgimpconfig/libgimpconfig-gimpconfig-serialize.html
+share/gtk-doc/html/libgimpconfig/libgimpconfig-gimpconfig-utils.html
+share/gtk-doc/html/libgimpconfig/libgimpconfig-hierarchy.html
+share/gtk-doc/html/libgimpconfig/libgimpconfig-index-deprecated.html
+share/gtk-doc/html/libgimpconfig/libgimpconfig-index-new-in-2-4.html
+share/gtk-doc/html/libgimpconfig/libgimpconfig-index.html
+share/gtk-doc/html/libgimpconfig/libgimpconfig.devhelp
+share/gtk-doc/html/libgimpconfig/libgimpconfig.devhelp2
+share/gtk-doc/html/libgimpconfig/libgimpconfig.html
+share/gtk-doc/html/libgimpconfig/right.png
+share/gtk-doc/html/libgimpconfig/style.css
+share/gtk-doc/html/libgimpconfig/up.png
+share/gtk-doc/html/libgimpmath/home.png
+share/gtk-doc/html/libgimpmath/index.html
+share/gtk-doc/html/libgimpmath/index.sgml
+share/gtk-doc/html/libgimpmath/left.png
+share/gtk-doc/html/libgimpmath/libgimpmath-GimpMD5.html
+share/gtk-doc/html/libgimpmath/libgimpmath-GimpMath.html
+share/gtk-doc/html/libgimpmath/libgimpmath-GimpMatrix.html
+share/gtk-doc/html/libgimpmath/libgimpmath-GimpVector.html
+share/gtk-doc/html/libgimpmath/libgimpmath-index-deprecated.html
+share/gtk-doc/html/libgimpmath/libgimpmath-index-new-in-2-2.html
+share/gtk-doc/html/libgimpmath/libgimpmath-index-new-in-2-4.html
+share/gtk-doc/html/libgimpmath/libgimpmath-index.html
+share/gtk-doc/html/libgimpmath/libgimpmath.devhelp
+share/gtk-doc/html/libgimpmath/libgimpmath.devhelp2
+share/gtk-doc/html/libgimpmath/libgimpmath.html
+share/gtk-doc/html/libgimpmath/right.png
+share/gtk-doc/html/libgimpmath/style.css
+share/gtk-doc/html/libgimpmath/up.png
+share/gtk-doc/html/libgimpmodule/GimpModule.html
+share/gtk-doc/html/libgimpmodule/GimpModuleDB.html
+share/gtk-doc/html/libgimpmodule/home.png
+share/gtk-doc/html/libgimpmodule/index.html
+share/gtk-doc/html/libgimpmodule/index.sgml
+share/gtk-doc/html/libgimpmodule/left.png
+share/gtk-doc/html/libgimpmodule/libgimpmodule-index-deprecated.html
+share/gtk-doc/html/libgimpmodule/libgimpmodule-index-new-in-2-2.html
+share/gtk-doc/html/libgimpmodule/libgimpmodule-index-new-in-2-4.html
+share/gtk-doc/html/libgimpmodule/libgimpmodule-index.html
+share/gtk-doc/html/libgimpmodule/libgimpmodule.devhelp
+share/gtk-doc/html/libgimpmodule/libgimpmodule.devhelp2
+share/gtk-doc/html/libgimpmodule/libgimpmodule.html
+share/gtk-doc/html/libgimpmodule/right.png
+share/gtk-doc/html/libgimpmodule/style.css
+share/gtk-doc/html/libgimpmodule/up.png
+share/gtk-doc/html/libgimpthumb/GimpThumbnail.html
+share/gtk-doc/html/libgimpthumb/home.png
+share/gtk-doc/html/libgimpthumb/index.html
+share/gtk-doc/html/libgimpthumb/index.sgml
+share/gtk-doc/html/libgimpthumb/left.png
+share/gtk-doc/html/libgimpthumb/libgimpthumb-gimpthumb-enums.html
+share/gtk-doc/html/libgimpthumb/libgimpthumb-gimpthumb-error.html
+share/gtk-doc/html/libgimpthumb/libgimpthumb-gimpthumb-utils.html
+share/gtk-doc/html/libgimpthumb/libgimpthumb-index-deprecated.html
+share/gtk-doc/html/libgimpthumb/libgimpthumb-index-new-in-2-2.html
+share/gtk-doc/html/libgimpthumb/libgimpthumb-index-new-in-2-4.html
+share/gtk-doc/html/libgimpthumb/libgimpthumb-index.html
+share/gtk-doc/html/libgimpthumb/libgimpthumb.devhelp
+share/gtk-doc/html/libgimpthumb/libgimpthumb.devhelp2
+share/gtk-doc/html/libgimpthumb/libgimpthumb.html
+share/gtk-doc/html/libgimpthumb/right.png
+share/gtk-doc/html/libgimpthumb/style.css
+share/gtk-doc/html/libgimpthumb/up.png
+share/gtk-doc/html/libgimpwidgets/GimpBrowser.html
+share/gtk-doc/html/libgimpwidgets/GimpButton.html
+share/gtk-doc/html/libgimpwidgets/GimpCellRendererColor.html
+share/gtk-doc/html/libgimpwidgets/GimpCellRendererToggle.html
+share/gtk-doc/html/libgimpwidgets/GimpChainButton.html
+share/gtk-doc/html/libgimpwidgets/GimpColorArea.html
+share/gtk-doc/html/libgimpwidgets/GimpColorButton.html
+share/gtk-doc/html/libgimpwidgets/GimpColorDisplay.html
+share/gtk-doc/html/libgimpwidgets/GimpColorDisplayStack.html
+share/gtk-doc/html/libgimpwidgets/GimpColorHexEntry.html
+share/gtk-doc/html/libgimpwidgets/GimpColorNotebook.html
+share/gtk-doc/html/libgimpwidgets/GimpColorProfileComboBox.html
+share/gtk-doc/html/libgimpwidgets/GimpColorProfileStore.html
+share/gtk-doc/html/libgimpwidgets/GimpColorScale.html
+share/gtk-doc/html/libgimpwidgets/GimpColorScales.html
+share/gtk-doc/html/libgimpwidgets/GimpColorSelect.html
+share/gtk-doc/html/libgimpwidgets/GimpColorSelection.html
+share/gtk-doc/html/libgimpwidgets/GimpColorSelector.html
+share/gtk-doc/html/libgimpwidgets/GimpController.html
+share/gtk-doc/html/libgimpwidgets/GimpDialog.html
+share/gtk-doc/html/libgimpwidgets/GimpEnumComboBox.html
+share/gtk-doc/html/libgimpwidgets/GimpEnumLabel.html
+share/gtk-doc/html/libgimpwidgets/GimpEnumStore.html
+share/gtk-doc/html/libgimpwidgets/GimpFileEntry.html
+share/gtk-doc/html/libgimpwidgets/GimpFrame.html
+share/gtk-doc/html/libgimpwidgets/GimpIntComboBox.html
+share/gtk-doc/html/libgimpwidgets/GimpIntStore.html
+share/gtk-doc/html/libgimpwidgets/GimpMemsizeEntry.html
+share/gtk-doc/html/libgimpwidgets/GimpNumberPairEntry.html
+share/gtk-doc/html/libgimpwidgets/GimpOffsetArea.html
+share/gtk-doc/html/libgimpwidgets/GimpPageSelector.html
+share/gtk-doc/html/libgimpwidgets/GimpPathEditor.html
+share/gtk-doc/html/libgimpwidgets/GimpPickButton.html
+share/gtk-doc/html/libgimpwidgets/GimpPixmap.html
+share/gtk-doc/html/libgimpwidgets/GimpPreview.html
+share/gtk-doc/html/libgimpwidgets/GimpPreviewArea.html
+share/gtk-doc/html/libgimpwidgets/GimpScrolledPreview.html
+share/gtk-doc/html/libgimpwidgets/GimpSizeEntry.html
+share/gtk-doc/html/libgimpwidgets/GimpStringComboBox.html
+share/gtk-doc/html/libgimpwidgets/GimpUnitMenu.html
+share/gtk-doc/html/libgimpwidgets/GimpZoomModel.html
+share/gtk-doc/html/libgimpwidgets/gimp-browser.png
+share/gtk-doc/html/libgimpwidgets/gimp-button.png
+share/gtk-doc/html/libgimpwidgets/gimp-chain-button.png
+share/gtk-doc/html/libgimpwidgets/gimp-color-area.png
+share/gtk-doc/html/libgimpwidgets/gimp-color-button.png
+share/gtk-doc/html/libgimpwidgets/gimp-color-hex-entry.png
+share/gtk-doc/html/libgimpwidgets/gimp-color-profile-combo-box.png
+share/gtk-doc/html/libgimpwidgets/gimp-color-scale.png
+share/gtk-doc/html/libgimpwidgets/gimp-color-selection.png
+share/gtk-doc/html/libgimpwidgets/gimp-dialog.png
+share/gtk-doc/html/libgimpwidgets/gimp-enum-combo-box.png
+share/gtk-doc/html/libgimpwidgets/gimp-enum-label.png
+share/gtk-doc/html/libgimpwidgets/gimp-file-entry.png
+share/gtk-doc/html/libgimpwidgets/gimp-frame.png
+share/gtk-doc/html/libgimpwidgets/gimp-hint-box.png
+share/gtk-doc/html/libgimpwidgets/gimp-int-combo-box.png
+share/gtk-doc/html/libgimpwidgets/gimp-memsize-entry.png
+share/gtk-doc/html/libgimpwidgets/gimp-number-pair-entry.png
+share/gtk-doc/html/libgimpwidgets/gimp-offset-area.png
+share/gtk-doc/html/libgimpwidgets/gimp-page-selector.png
+share/gtk-doc/html/libgimpwidgets/gimp-path-editor.png
+share/gtk-doc/html/libgimpwidgets/gimp-pick-button.png
+share/gtk-doc/html/libgimpwidgets/gimp-preview-area.png
+share/gtk-doc/html/libgimpwidgets/gimp-string-combo-box.png
+share/gtk-doc/html/libgimpwidgets/gimp-unit-menu.png
+share/gtk-doc/html/libgimpwidgets/home.png
+share/gtk-doc/html/libgimpwidgets/index.html
+share/gtk-doc/html/libgimpwidgets/index.sgml
+share/gtk-doc/html/libgimpwidgets/left.png
+share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpEnumWidgets.html
+share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpHelpUI.html
+share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpHintBox.html
+share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpPropWidgets.html
+share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpQueryBox.html
+share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpStock.html
+share/gtk-doc/html/libgimpwidgets/libgimpwidgets-GimpWidgets.html
+share/gtk-doc/html/libgimpwidgets/libgimpwidgets-cell-renderers.html
+share/gtk-doc/html/libgimpwidgets/libgimpwidgets-colordisplay.html
+share/gtk-doc/html/libgimpwidgets/libgimpwidgets-colorselector.html
+share/gtk-doc/html/libgimpwidgets/libgimpwidgets-controller.html
+share/gtk-doc/html/libgimpwidgets/libgimpwidgets-deprecated.html
+share/gtk-doc/html/libgimpwidgets/libgimpwidgets-gallery.html
+share/gtk-doc/html/libgimpwidgets/libgimpwidgets-gimpoldwidgets.html
+share/gtk-doc/html/libgimpwidgets/libgimpwidgets-hierarchy.html
+share/gtk-doc/html/libgimpwidgets/libgimpwidgets-index-deprecated.html
+share/gtk-doc/html/libgimpwidgets/libgimpwidgets-index-new-in-2-2.html
+share/gtk-doc/html/libgimpwidgets/libgimpwidgets-index-new-in-2-4.html
+share/gtk-doc/html/libgimpwidgets/libgimpwidgets-index.html
+share/gtk-doc/html/libgimpwidgets/libgimpwidgets-utils.html
+share/gtk-doc/html/libgimpwidgets/libgimpwidgets-widgets.html
+share/gtk-doc/html/libgimpwidgets/libgimpwidgets.devhelp
+share/gtk-doc/html/libgimpwidgets/libgimpwidgets.devhelp2
+share/gtk-doc/html/libgimpwidgets/right.png
+share/gtk-doc/html/libgimpwidgets/stock-anchor-16.png
+share/gtk-doc/html/libgimpwidgets/stock-cap-butt-16.png
+share/gtk-doc/html/libgimpwidgets/stock-cap-round-16.png
+share/gtk-doc/html/libgimpwidgets/stock-cap-square-16.png
+share/gtk-doc/html/libgimpwidgets/stock-center-16.png
+share/gtk-doc/html/libgimpwidgets/stock-center-24.png
+share/gtk-doc/html/libgimpwidgets/stock-channel-16.png
+share/gtk-doc/html/libgimpwidgets/stock-channel-24.png
+share/gtk-doc/html/libgimpwidgets/stock-channel-32.png
+share/gtk-doc/html/libgimpwidgets/stock-channel-48.png
+share/gtk-doc/html/libgimpwidgets/stock-channel-alpha-16.png
+share/gtk-doc/html/libgimpwidgets/stock-channel-alpha-24.png
+share/gtk-doc/html/libgimpwidgets/stock-channel-alpha-32.png
+share/gtk-doc/html/libgimpwidgets/stock-channel-alpha-48.png
+share/gtk-doc/html/libgimpwidgets/stock-channel-blue-16.png
+share/gtk-doc/html/libgimpwidgets/stock-channel-blue-24.png
+share/gtk-doc/html/libgimpwidgets/stock-channel-blue-32.png
+share/gtk-doc/html/libgimpwidgets/stock-channel-blue-48.png
+share/gtk-doc/html/libgimpwidgets/stock-channel-gray-16.png
+share/gtk-doc/html/libgimpwidgets/stock-channel-gray-24.png
+share/gtk-doc/html/libgimpwidgets/stock-channel-gray-32.png
+share/gtk-doc/html/libgimpwidgets/stock-channel-gray-48.png
+share/gtk-doc/html/libgimpwidgets/stock-channel-green-16.png
+share/gtk-doc/html/libgimpwidgets/stock-channel-green-24.png
+share/gtk-doc/html/libgimpwidgets/stock-channel-green-32.png
+share/gtk-doc/html/libgimpwidgets/stock-channel-green-48.png
+share/gtk-doc/html/libgimpwidgets/stock-channel-indexed-16.png
+share/gtk-doc/html/libgimpwidgets/stock-channel-indexed-24.png
+share/gtk-doc/html/libgimpwidgets/stock-channel-indexed-32.png
+share/gtk-doc/html/libgimpwidgets/stock-channel-indexed-48.png
+share/gtk-doc/html/libgimpwidgets/stock-channel-red-16.png
+share/gtk-doc/html/libgimpwidgets/stock-channel-red-24.png
+share/gtk-doc/html/libgimpwidgets/stock-channel-red-32.png
+share/gtk-doc/html/libgimpwidgets/stock-channel-red-48.png
+share/gtk-doc/html/libgimpwidgets/stock-channels-16.png
+share/gtk-doc/html/libgimpwidgets/stock-channels-24.png
+share/gtk-doc/html/libgimpwidgets/stock-char-picker-22.png
+share/gtk-doc/html/libgimpwidgets/stock-close-12.png
+share/gtk-doc/html/libgimpwidgets/stock-color-pick-from-screen-16.png
+share/gtk-doc/html/libgimpwidgets/stock-color-picker-black-18.png
+share/gtk-doc/html/libgimpwidgets/stock-color-picker-gray-18.png
+share/gtk-doc/html/libgimpwidgets/stock-color-picker-white-18.png
+share/gtk-doc/html/libgimpwidgets/stock-color-triangle-16.png
+share/gtk-doc/html/libgimpwidgets/stock-colormap-16.png
+share/gtk-doc/html/libgimpwidgets/stock-colormap-24.png
+share/gtk-doc/html/libgimpwidgets/stock-controller-16.png
+share/gtk-doc/html/libgimpwidgets/stock-controller-24.png
+share/gtk-doc/html/libgimpwidgets/stock-controller-keyboard-16.png
+share/gtk-doc/html/libgimpwidgets/stock-controller-keyboard-24.png
+share/gtk-doc/html/libgimpwidgets/stock-controller-linux-input-16.png
+share/gtk-doc/html/libgimpwidgets/stock-controller-linux-input-24.png
+share/gtk-doc/html/libgimpwidgets/stock-controller-midi-16.png
+share/gtk-doc/html/libgimpwidgets/stock-controller-midi-24.png
+share/gtk-doc/html/libgimpwidgets/stock-controller-wheel-16.png
+share/gtk-doc/html/libgimpwidgets/stock-controller-wheel-24.png
+share/gtk-doc/html/libgimpwidgets/stock-convert-grayscale-16.png
+share/gtk-doc/html/libgimpwidgets/stock-convert-indexed-16.png
+share/gtk-doc/html/libgimpwidgets/stock-convert-rgb-16.png
+share/gtk-doc/html/libgimpwidgets/stock-cursor-16.png
+share/gtk-doc/html/libgimpwidgets/stock-cursor-24.png
+share/gtk-doc/html/libgimpwidgets/stock-curve-free-16.png
+share/gtk-doc/html/libgimpwidgets/stock-curve-smooth-16.png
+share/gtk-doc/html/libgimpwidgets/stock-default-colors-12.png
+share/gtk-doc/html/libgimpwidgets/stock-device-status-16.png
+share/gtk-doc/html/libgimpwidgets/stock-device-status-24.png
+share/gtk-doc/html/libgimpwidgets/stock-display-filter-16.png
+share/gtk-doc/html/libgimpwidgets/stock-display-filter-24.png
+share/gtk-doc/html/libgimpwidgets/stock-display-filter-colorblind-16.png
+share/gtk-doc/html/libgimpwidgets/stock-display-filter-colorblind-24.png
+share/gtk-doc/html/libgimpwidgets/stock-display-filter-contrast-16.png
+share/gtk-doc/html/libgimpwidgets/stock-display-filter-contrast-24.png
+share/gtk-doc/html/libgimpwidgets/stock-display-filter-gamma-16.png
+share/gtk-doc/html/libgimpwidgets/stock-display-filter-gamma-24.png
+share/gtk-doc/html/libgimpwidgets/stock-display-filter-lcms-16.png
+share/gtk-doc/html/libgimpwidgets/stock-display-filter-lcms-24.png
+share/gtk-doc/html/libgimpwidgets/stock-display-filter-proof-16.png
+share/gtk-doc/html/libgimpwidgets/stock-display-filter-proof-24.png
+share/gtk-doc/html/libgimpwidgets/stock-duplicate-16.png
+share/gtk-doc/html/libgimpwidgets/stock-edit-16.png
+share/gtk-doc/html/libgimpwidgets/stock-error-64.png
+share/gtk-doc/html/libgimpwidgets/stock-eye-12.png
+share/gtk-doc/html/libgimpwidgets/stock-eye-20.png
+share/gtk-doc/html/libgimpwidgets/stock-flip-horizontal-16.png
+share/gtk-doc/html/libgimpwidgets/stock-flip-vertical-16.png
+share/gtk-doc/html/libgimpwidgets/stock-floating-selection-16.png
+share/gtk-doc/html/libgimpwidgets/stock-floating-selection-24.png
+share/gtk-doc/html/libgimpwidgets/stock-floating-selection-32.png
+share/gtk-doc/html/libgimpwidgets/stock-floating-selection-48.png
+share/gtk-doc/html/libgimpwidgets/stock-frame-64.png
+share/gtk-doc/html/libgimpwidgets/stock-gradient-bilinear-16.png
+share/gtk-doc/html/libgimpwidgets/stock-gradient-conical-asymmetric-16.png
+share/gtk-doc/html/libgimpwidgets/stock-gradient-conical-symmetric-16.png
+share/gtk-doc/html/libgimpwidgets/stock-gradient-linear-16.png
+share/gtk-doc/html/libgimpwidgets/stock-gradient-radial-16.png
+share/gtk-doc/html/libgimpwidgets/stock-gradient-shapeburst-angular-16.png
+share/gtk-doc/html/libgimpwidgets/stock-gradient-shapeburst-dimpled-16.png
+share/gtk-doc/html/libgimpwidgets/stock-gradient-shapeburst-spherical-16.png
+share/gtk-doc/html/libgimpwidgets/stock-gradient-spiral-anticlockwise-16.png
+share/gtk-doc/html/libgimpwidgets/stock-gradient-spiral-clockwise-16.png
+share/gtk-doc/html/libgimpwidgets/stock-gradient-square-16.png
+share/gtk-doc/html/libgimpwidgets/stock-gravity-east-24.png
+share/gtk-doc/html/libgimpwidgets/stock-gravity-north-24.png
+share/gtk-doc/html/libgimpwidgets/stock-gravity-north-east-24.png
+share/gtk-doc/html/libgimpwidgets/stock-gravity-north-west-24.png
+share/gtk-doc/html/libgimpwidgets/stock-gravity-south-24.png
+share/gtk-doc/html/libgimpwidgets/stock-gravity-south-east-24.png
+share/gtk-doc/html/libgimpwidgets/stock-gravity-south-west-24.png
+share/gtk-doc/html/libgimpwidgets/stock-gravity-west-24.png
+share/gtk-doc/html/libgimpwidgets/stock-grid-16.png
+share/gtk-doc/html/libgimpwidgets/stock-hcenter-24.png
+share/gtk-doc/html/libgimpwidgets/stock-hchain-24.png
+share/gtk-doc/html/libgimpwidgets/stock-hchain-broken-24.png
+share/gtk-doc/html/libgimpwidgets/stock-histogram-16.png
+share/gtk-doc/html/libgimpwidgets/stock-histogram-22.png
+share/gtk-doc/html/libgimpwidgets/stock-histogram-linear-16.png
+share/gtk-doc/html/libgimpwidgets/stock-histogram-logarithmic-16.png
+share/gtk-doc/html/libgimpwidgets/stock-image-16.png
+share/gtk-doc/html/libgimpwidgets/stock-image-24.png
+share/gtk-doc/html/libgimpwidgets/stock-image-32.png
+share/gtk-doc/html/libgimpwidgets/stock-image-48.png
+share/gtk-doc/html/libgimpwidgets/stock-images-16.png
+share/gtk-doc/html/libgimpwidgets/stock-images-24.png
+share/gtk-doc/html/libgimpwidgets/stock-info-16.png
+share/gtk-doc/html/libgimpwidgets/stock-info-24.png
+share/gtk-doc/html/libgimpwidgets/stock-info-64.png
+share/gtk-doc/html/libgimpwidgets/stock-invert-16.png
+share/gtk-doc/html/libgimpwidgets/stock-join-bevel-16.png
+share/gtk-doc/html/libgimpwidgets/stock-join-miter-16.png
+share/gtk-doc/html/libgimpwidgets/stock-join-round-16.png
+share/gtk-doc/html/libgimpwidgets/stock-landscape-16.png
+share/gtk-doc/html/libgimpwidgets/stock-landscape-22.png
+share/gtk-doc/html/libgimpwidgets/stock-layer-16.png
+share/gtk-doc/html/libgimpwidgets/stock-layer-24.png
+share/gtk-doc/html/libgimpwidgets/stock-layer-32.png
+share/gtk-doc/html/libgimpwidgets/stock-layer-48.png
+share/gtk-doc/html/libgimpwidgets/stock-layer-mask-16.png
+share/gtk-doc/html/libgimpwidgets/stock-layer-mask-24.png
+share/gtk-doc/html/libgimpwidgets/stock-layer-mask-32.png
+share/gtk-doc/html/libgimpwidgets/stock-layer-mask-48.png
+share/gtk-doc/html/libgimpwidgets/stock-layer-to-imagesize-16.png
+share/gtk-doc/html/libgimpwidgets/stock-layers-16.png
+share/gtk-doc/html/libgimpwidgets/stock-layers-24.png
+share/gtk-doc/html/libgimpwidgets/stock-letter-spacing-22.png
+share/gtk-doc/html/libgimpwidgets/stock-line-spacing-22.png
+share/gtk-doc/html/libgimpwidgets/stock-linked-12.png
+share/gtk-doc/html/libgimpwidgets/stock-linked-20.png
+share/gtk-doc/html/libgimpwidgets/stock-list-16.png
+share/gtk-doc/html/libgimpwidgets/stock-menu-left-12.png
+share/gtk-doc/html/libgimpwidgets/stock-menu-right-12.png
+share/gtk-doc/html/libgimpwidgets/stock-merge-down-16.png
+share/gtk-doc/html/libgimpwidgets/stock-move-to-screen-16.png
+share/gtk-doc/html/libgimpwidgets/stock-move-to-screen-24.png
+share/gtk-doc/html/libgimpwidgets/stock-navigation-16.png
+share/gtk-doc/html/libgimpwidgets/stock-paste-as-new-16.png
+share/gtk-doc/html/libgimpwidgets/stock-paste-into-16.png
+share/gtk-doc/html/libgimpwidgets/stock-path-16.png
+share/gtk-doc/html/libgimpwidgets/stock-path-22.png
+share/gtk-doc/html/libgimpwidgets/stock-path-stroke-16.png
+share/gtk-doc/html/libgimpwidgets/stock-paths-16.png
+share/gtk-doc/html/libgimpwidgets/stock-paths-22.png
+share/gtk-doc/html/libgimpwidgets/stock-plugin-16.png
+share/gtk-doc/html/libgimpwidgets/stock-portrait-16.png
+share/gtk-doc/html/libgimpwidgets/stock-portrait-22.png
+share/gtk-doc/html/libgimpwidgets/stock-print-resolution-16.png
+share/gtk-doc/html/libgimpwidgets/stock-print-resolution-24.png
+share/gtk-doc/html/libgimpwidgets/stock-question-64.png
+share/gtk-doc/html/libgimpwidgets/stock-quick-mask-off-12.png
+share/gtk-doc/html/libgimpwidgets/stock-quick-mask-on-12.png
+share/gtk-doc/html/libgimpwidgets/stock-reset-16.png
+share/gtk-doc/html/libgimpwidgets/stock-reshow-filter-16.png
+share/gtk-doc/html/libgimpwidgets/stock-resize-16.png
+share/gtk-doc/html/libgimpwidgets/stock-rotate-180-16.png
+share/gtk-doc/html/libgimpwidgets/stock-rotate-270-16.png
+share/gtk-doc/html/libgimpwidgets/stock-rotate-90-16.png
+share/gtk-doc/html/libgimpwidgets/stock-sample-point-16.png
+share/gtk-doc/html/libgimpwidgets/stock-sample-point-24.png
+share/gtk-doc/html/libgimpwidgets/stock-scale-16.png
+share/gtk-doc/html/libgimpwidgets/stock-selection-16.png
+share/gtk-doc/html/libgimpwidgets/stock-selection-add-16.png
+share/gtk-doc/html/libgimpwidgets/stock-selection-all-16.png
+share/gtk-doc/html/libgimpwidgets/stock-selection-border-16.png
+share/gtk-doc/html/libgimpwidgets/stock-selection-grow-16.png
+share/gtk-doc/html/libgimpwidgets/stock-selection-intersect-16.png
+share/gtk-doc/html/libgimpwidgets/stock-selection-none-16.png
+share/gtk-doc/html/libgimpwidgets/stock-selection-replace-16.png
+share/gtk-doc/html/libgimpwidgets/stock-selection-shrink-16.png
+share/gtk-doc/html/libgimpwidgets/stock-selection-stroke-16.png
+share/gtk-doc/html/libgimpwidgets/stock-selection-subtract-16.png
+share/gtk-doc/html/libgimpwidgets/stock-selection-to-channel-16.png
+share/gtk-doc/html/libgimpwidgets/stock-selection-to-path-16.png
+share/gtk-doc/html/libgimpwidgets/stock-shape-circle-16.png
+share/gtk-doc/html/libgimpwidgets/stock-shape-diamond-16.png
+share/gtk-doc/html/libgimpwidgets/stock-shape-square-16.png
+share/gtk-doc/html/libgimpwidgets/stock-swap-colors-12.png
+share/gtk-doc/html/libgimpwidgets/stock-template-16.png
+share/gtk-doc/html/libgimpwidgets/stock-template-24.png
+share/gtk-doc/html/libgimpwidgets/stock-text-dir-ltr-24.png
+share/gtk-doc/html/libgimpwidgets/stock-text-dir-rtl-24.png
+share/gtk-doc/html/libgimpwidgets/stock-text-layer-16.png
+share/gtk-doc/html/libgimpwidgets/stock-text-layer-24.png
+share/gtk-doc/html/libgimpwidgets/stock-text-layer-32.png
+share/gtk-doc/html/libgimpwidgets/stock-text-layer-48.png
+share/gtk-doc/html/libgimpwidgets/stock-texture-64.png
+share/gtk-doc/html/libgimpwidgets/stock-toilet-paper-16.png
+share/gtk-doc/html/libgimpwidgets/stock-toilet-paper-24.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-airbrush-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-airbrush-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-align-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-align-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-blend-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-blend-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-blur-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-blur-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-brightness-contrast-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-brightness-contrast-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-bucket-fill-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-bucket-fill-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-by-color-select-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-by-color-select-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-clone-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-clone-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-color-balance-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-color-balance-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-color-picker-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-color-picker-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-colorize-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-colorize-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-crop-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-crop-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-curves-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-curves-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-dodge-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-dodge-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-ellipse-select-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-ellipse-select-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-eraser-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-eraser-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-flip-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-flip-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-foreground-select-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-foreground-select-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-free-select-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-free-select-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-fuzzy-select-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-fuzzy-select-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-heal-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-heal-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-hue-saturation-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-hue-saturation-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-ink-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-ink-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-iscissors-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-iscissors-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-levels-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-levels-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-measure-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-measure-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-move-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-move-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-options-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-options-24.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-paintbrush-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-paintbrush-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-path-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-path-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-pencil-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-pencil-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-perspective-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-perspective-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-perspective-clone-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-perspective-clone-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-posterize-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-posterize-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-rect-select-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-rect-select-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-rotate-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-rotate-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-scale-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-scale-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-shear-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-shear-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-smudge-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-smudge-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-text-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-text-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-threshold-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-threshold-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-zoom-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tool-zoom-22.png
+share/gtk-doc/html/libgimpwidgets/stock-tools-16.png
+share/gtk-doc/html/libgimpwidgets/stock-tools-24.png
+share/gtk-doc/html/libgimpwidgets/stock-transparency-16.png
+share/gtk-doc/html/libgimpwidgets/stock-transparency-24.png
+share/gtk-doc/html/libgimpwidgets/stock-undo-history-16.png
+share/gtk-doc/html/libgimpwidgets/stock-undo-history-24.png
+share/gtk-doc/html/libgimpwidgets/stock-vcenter-24.png
+share/gtk-doc/html/libgimpwidgets/stock-vchain-24.png
+share/gtk-doc/html/libgimpwidgets/stock-vchain-broken-24.png
+share/gtk-doc/html/libgimpwidgets/stock-video-16.png
+share/gtk-doc/html/libgimpwidgets/stock-video-24.png
+share/gtk-doc/html/libgimpwidgets/stock-warning-16.png
+share/gtk-doc/html/libgimpwidgets/stock-warning-24.png
+share/gtk-doc/html/libgimpwidgets/stock-warning-64.png
+share/gtk-doc/html/libgimpwidgets/stock-web-16.png
+share/gtk-doc/html/libgimpwidgets/stock-web-24.png
+share/gtk-doc/html/libgimpwidgets/stock-wilber-16.png
+share/gtk-doc/html/libgimpwidgets/stock-wilber-22.png
+share/gtk-doc/html/libgimpwidgets/stock-wilber-48.png
+share/gtk-doc/html/libgimpwidgets/stock-wilber-64.png
+share/gtk-doc/html/libgimpwidgets/stock-wilber-eek-64.png
+share/gtk-doc/html/libgimpwidgets/stock-zoom-follow-window-12.png
+share/gtk-doc/html/libgimpwidgets/style.css
+share/gtk-doc/html/libgimpwidgets/up.png
+share/icons/hicolor/16x16/apps/gimp.png
+share/icons/hicolor/22x22/apps/gimp.png
+share/icons/hicolor/24x24/apps/gimp.png
+share/icons/hicolor/32x32/apps/gimp.png
+share/icons/hicolor/48x48/apps/gimp.png
+share/icons/hicolor/64x64/apps/gimp.png
+share/icons/hicolor/scalable/apps/gimp.svg
+share/locale/ar/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/ar/LC_MESSAGES/gimp20-python.mo
+share/locale/ar/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/ar/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/ar/LC_MESSAGES/gimp20-tips.mo
+share/locale/ar/LC_MESSAGES/gimp20.mo
share/locale/bg/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/bg/LC_MESSAGES/gimp20-python.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-python.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-python.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-python.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-python.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/dz/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/dz/LC_MESSAGES/gimp20-python.mo
+share/locale/dz/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/dz/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/dz/LC_MESSAGES/gimp20-tips.mo
+share/locale/dz/LC_MESSAGES/gimp20.mo
share/locale/el/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/el/LC_MESSAGES/gimp20-python.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-python.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-python.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/eo/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/eo/LC_MESSAGES/gimp20-python.mo
+share/locale/eo/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/eo/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/eo/LC_MESSAGES/gimp20-tips.mo
+share/locale/eo/LC_MESSAGES/gimp20.mo
share/locale/es/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/es/LC_MESSAGES/gimp20-python.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-python.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-python.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/fa/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/fa/LC_MESSAGES/gimp20-python.mo
share/locale/fa/LC_MESSAGES/gimp20-script-fu.mo
share/locale/fa/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/fa/LC_MESSAGES/gimp20-tips.mo
share/locale/fa/LC_MESSAGES/gimp20.mo
share/locale/fi/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/fi/LC_MESSAGES/gimp20-python.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-python.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-python.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-python.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-python.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-python.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-python.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-python.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-python.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-python.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-python.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/km/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/km/LC_MESSAGES/gimp20-python.mo
+share/locale/km/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/km/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/km/LC_MESSAGES/gimp20-tips.mo
+share/locale/km/LC_MESSAGES/gimp20.mo
share/locale/ko/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/ko/LC_MESSAGES/gimp20-python.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-python.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-python.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-python.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-python.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-python.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-python.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/oc/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/oc/LC_MESSAGES/gimp20-python.mo
share/locale/oc/LC_MESSAGES/gimp20-script-fu.mo
share/locale/oc/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/oc/LC_MESSAGES/gimp20-tips.mo
share/locale/oc/LC_MESSAGES/gimp20.mo
share/locale/pa/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/pa/LC_MESSAGES/gimp20-python.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-python.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-python.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-python.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-python.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-python.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-python.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-python.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/sl/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/sl/LC_MESSAGES/gimp20-python.mo
+share/locale/sl/LC_MESSAGES/gimp20-script-fu.mo
+share/locale/sl/LC_MESSAGES/gimp20-std-plug-ins.mo
+share/locale/sl/LC_MESSAGES/gimp20-tips.mo
+share/locale/sl/LC_MESSAGES/gimp20.mo
share/locale/sr/LC_MESSAGES/gimp20-libgimp.mo
+share/locale/sr/LC_MESSAGES/gimp20-python.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-python.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-python.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-python.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-python.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-python.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-python.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-python.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-python.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-python.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-python.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
-share/mime-info/gimp-2.2.keys
+share/mime-info/gimp.keys
@comment in xdg-dirs: @dirrm share/mime-info
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/scalable/apps
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/64x64/apps
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/48x48/apps
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/32x32/apps
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/24x24/apps
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/22x22/apps
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/16x16/apps
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor
+@dirrm share/gtk-doc/html/libgimpwidgets
+@dirrm share/gtk-doc/html/libgimpthumb
+@dirrm share/gtk-doc/html/libgimpmodule
+@dirrm share/gtk-doc/html/libgimpmath
+@dirrm share/gtk-doc/html/libgimpconfig
+@dirrm share/gtk-doc/html/libgimpcolor
+@dirrm share/gtk-doc/html/libgimpbase
+@dirrm share/gtk-doc/html/libgimp
+${TWAIN}@dirrm share/gimp/2.0/twain
@dirrm share/gimp/2.0/tips
@dirrm share/gimp/2.0/themes/Small
@dirrm share/gimp/2.0/themes/Default/images/preferences
@@ -1846,7 +1987,6 @@ share/mime-info/gimp-2.2.keys
@dirrm share/gimp/2.0/scripts
@dirrm share/gimp/2.0/patterns
@dirrm share/gimp/2.0/palettes
-@dirrm share/gimp/2.0/misc
@dirrm share/gimp/2.0/menus
@dirrm share/gimp/2.0/images
@dirrm share/gimp/2.0/gradients
@@ -1860,28 +2000,21 @@ share/mime-info/gimp-2.2.keys
@exec ${MKDIR} %D/share/gimp/2.0/fonts
@dirrm share/gimp/2.0/fonts
@dirrm share/gimp/2.0/brushes
-@unexec ${RMDIR} %D/share/gimp/2.0 2>/dev/null || ${TRUE}
-@unexec ${RMDIR} %D/share/gimp 2>/dev/null || ${TRUE}
+@dirrm share/gimp/2.0
+@dirrm share/gimp
@dirrm share/examples/gimp-2.0
-@dirrm share/doc/${PKGNAME}/libgimpwidgets
-@dirrm share/doc/${PKGNAME}/libgimpthumb
-@dirrm share/doc/${PKGNAME}/libgimpmodule
-@dirrm share/doc/${PKGNAME}/libgimpmath
-@dirrm share/doc/${PKGNAME}/libgimpcolor
-@dirrm share/doc/${PKGNAME}/libgimpbase
-@dirrm share/doc/${PKGNAME}/libgimp
-@dirrm share/doc/${PKGNAME}
@comment in xdg-dirs: @dirrm share/applications
@comment in xdg-dirs: @dirrm share/application-registry
@dirrm lib/gimp/2.0/plug-ins
@dirrm lib/gimp/2.0/modules
+@dirrm lib/gimp/2.0/interpreters
@dirrm lib/gimp/2.0/environ
@dirrm lib/gimp/2.0
-@unexec ${RMDIR} %D/lib/gimp 2>/dev/null || ${TRUE}
@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
diff --git a/graphics/gimp/buildlink3.mk b/graphics/gimp/buildlink3.mk
index 30ee27caba7..3935c359578 100644
--- a/graphics/gimp/buildlink3.mk
+++ b/graphics/gimp/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.19 2007/09/21 13:03:49 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.20 2007/10/25 21:06:16 adam Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
GIMP_BUILDLINK3_MK:= ${GIMP_BUILDLINK3_MK}+
@@ -12,22 +12,22 @@ BUILDLINK_PACKAGES+= gimp
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}gimp
.if !empty(GIMP_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.gimp+= gimp>=2.2.9nb1
-BUILDLINK_ABI_DEPENDS.gimp+= gimp>=2.2.15nb1
+BUILDLINK_API_DEPENDS.gimp+= gimp>=2.4.0
+BUILDLINK_ABI_DEPENDS.gimp+= gimp>=2.4.0
BUILDLINK_PKGSRCDIR.gimp?= ../../graphics/gimp
.endif # GIMP_BUILDLINK3_MK
+.include "options.mk"
+
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../graphics/aalib/buildlink3.mk"
-.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/lcms/buildlink3.mk"
.include "../../graphics/libart/buildlink3.mk"
.include "../../graphics/libexif/buildlink3.mk"
.include "../../graphics/librsvg/buildlink3.mk"
.include "../../graphics/mng/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
-.include "../../graphics/tiff/buildlink3.mk"
.include "../../graphics/libwmf/buildlink3.mk"
.include "../../print/gimp-print-lib/buildlink3.mk"
.include "../../www/libgtkhtml/buildlink3.mk"
diff --git a/graphics/gimp/distinfo b/graphics/gimp/distinfo
index 017f2d6b809..6e3f15fb5a7 100644
--- a/graphics/gimp/distinfo
+++ b/graphics/gimp/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.36 2007/07/17 13:55:37 adam Exp $
+$NetBSD: distinfo,v 1.37 2007/10/25 21:06:16 adam Exp $
-SHA1 (gimp-2.2.17.tar.bz2) = e7bbfe5fd685f625f023af7f8fe5774feed26116
-RMD160 (gimp-2.2.17.tar.bz2) = 0272b20a59633eb057383e60d69abf668dd507d8
-Size (gimp-2.2.17.tar.bz2) = 13102077 bytes
-SHA1 (patch-aa) = 6a25d14a018e02d353e6f10364384e9df7a30ebd
-SHA1 (patch-ab) = 461467b76c45e53042da8e3aee4bb9f556730792
-SHA1 (patch-ad) = 632c34e0fbeda69139b2b674d9c5ef80db40dcca
+SHA1 (gimp-2.4.0.tar.bz2) = 55a1f8118c26bb58cd329200a53088d3d5734ca0
+RMD160 (gimp-2.4.0.tar.bz2) = e21ce418a4b367b776f49d655ea42c9b09cd05d6
+Size (gimp-2.4.0.tar.bz2) = 17617876 bytes
+SHA1 (patch-aa) = 5abf13951f748568e67c897210dacce28e51fedc
+SHA1 (patch-ab) = a1e7ab7428e87ec54ab8c14f4b7e67d75fa3300f
+SHA1 (patch-ae) = 285b7d8f5d67660da62656cae45a97e5801920b2
diff --git a/graphics/gimp/options.mk b/graphics/gimp/options.mk
new file mode 100644
index 00000000000..d1b34b49a73
--- /dev/null
+++ b/graphics/gimp/options.mk
@@ -0,0 +1,21 @@
+# $NetBSD: options.mk,v 1.1 2007/10/25 21:06:17 adam Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.gimp
+PKG_SUPPORTED_OPTIONS= aalib gnome
+PKG_SUGGESTED_OPTIONS= aalib gnome
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Maalib)
+.include "../../graphics/aalib/buildlink3.mk"
+PLIST_SUBST+= AALIB=
+.else
+PLIST_SUBST+= AALIB="@comment "
+.endif
+
+.if !empty(PKG_OPTIONS:Mgnome)
+.include "../../www/libgtkhtml/buildlink3.mk"
+PLIST_SUBST+= GNOME=
+.else
+PLIST_SUBST+= GNOME="@comment "
+.endif
diff --git a/graphics/gimp/patches/patch-aa b/graphics/gimp/patches/patch-aa
index dee1256535b..93525791197 100644
--- a/graphics/gimp/patches/patch-aa
+++ b/graphics/gimp/patches/patch-aa
@@ -1,10 +1,10 @@
-$NetBSD: patch-aa,v 1.17 2007/04/30 12:03:06 adam Exp $
+$NetBSD: patch-aa,v 1.18 2007/10/25 21:06:17 adam Exp $
---- etc/Makefile.in.orig 2007-04-17 23:19:50.000000000 +0200
+--- etc/Makefile.in.orig 2007-10-22 21:17:40.000000000 +0200
+++ etc/Makefile.in
-@@ -367,7 +367,7 @@ exec_prefix = @exec_prefix@
- gimpdatadir = @gimpdatadir@
+@@ -403,7 +403,7 @@ gimpdatadir = @gimpdatadir@
gimpdir = @gimpdir@
+ gimplocaledir = @gimplocaledir@
gimpplugindir = @gimpplugindir@
-gimpsysconfdir = @gimpsysconfdir@
+gimpsysconfdir = $(prefix)/share/examples/gimp-2.0
diff --git a/graphics/gimp/patches/patch-ab b/graphics/gimp/patches/patch-ab
index 0680eeea5d2..8243a276e39 100644
--- a/graphics/gimp/patches/patch-ab
+++ b/graphics/gimp/patches/patch-ab
@@ -1,35 +1,33 @@
-$NetBSD: patch-ab,v 1.19 2007/04/30 12:03:06 adam Exp $
+$NetBSD: patch-ab,v 1.20 2007/10/25 21:06:17 adam Exp $
---- configure.orig 2007-04-17 23:20:09.000000000 +0200
+--- configure.orig 2007-10-22 21:18:02.000000000 +0200
+++ configure
-@@ -29137,8 +29137,16 @@ if test "x$enable_altivec" = xyes; then
- { echo "$as_me:$LINENO: checking whether we can compile Altivec code" >&5
- echo $ECHO_N "checking whether we can compile Altivec code... $ECHO_C" >&6; }
-
-+ gimp_save_CFLAGS=$CFLAGS
-+ case `uname` in
-+ Darwin)
-+ CFLAGS="$CFLAGS -faltivec"
-+ ;;
-+ *)
-+ ;;
-+ esac
- cat >conftest.$ac_ext <<_ACEOF
--asm ("vand %v0, %v0, %v0");
-+asm ("vand v0, v0, v0");
+@@ -31051,6 +31051,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&
+ gimp_ok=yes
+ fi
+ rm -f conftest*
++ fi
+
+ if test $gimp_ok = yes; then
+
+@@ -31059,7 +31060,6 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF
- rm -f conftest.$ac_objext
- if { (ac_try="$ac_compile"
-@@ -29174,7 +29182,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
- echo "${ECHO_T}no" >&6; }
- { echo "$as_me:$LINENO: WARNING: The assembler does not support the Altivec command set." >&5
- echo "$as_me: WARNING: The assembler does not support the Altivec command set." >&2;}
--
-+ CFLAGS=$gimp_save_CFLAGS
+
+ fi
+- fi
+ { echo "$as_me:$LINENO: result: $gimp_ok" >&5
+ echo "${ECHO_T}$gimp_ok" >&6; }
+ if test $gimp_ok = no; then
+@@ -33607,7 +33607,7 @@ if test "x$with_print" != xno; then
fi
- rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-@@ -35035,7 +35043,7 @@ fi
+
+-if test "x$enable_print" == xyes; then
++if test "x$enable_print" = xyes; then
+ BUILD_PRINT_TRUE=
+ BUILD_PRINT_FALSE='#'
+ else
+@@ -36605,7 +36605,7 @@ fi
gimpdatadir="$datadir/$PACKAGE/2.0"
gimpplugindir="$libdir/$PACKAGE/2.0"
diff --git a/graphics/gimp/patches/patch-ad b/graphics/gimp/patches/patch-ad
deleted file mode 100644
index 4bebff238a9..00000000000
--- a/graphics/gimp/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.4 2004/06/21 19:48:41 adam Exp $
-
---- app/base/cpu-accel.c.orig 2004-06-15 09:21:39.000000000 +0000
-+++ app/base/cpu-accel.c
-@@ -395,7 +395,7 @@ arch_accel (void)
- canjump = 1;
-
- asm volatile ("mtspr 256, %0\n\t"
-- "vand %%v0, %%v0, %%v0"
-+ "vand v0, v0, v0"
- :
- : "r" (-1));
-
diff --git a/graphics/gimp/patches/patch-ae b/graphics/gimp/patches/patch-ae
new file mode 100644
index 00000000000..f7e4a7a3f7c
--- /dev/null
+++ b/graphics/gimp/patches/patch-ae
@@ -0,0 +1,23 @@
+$NetBSD: patch-ae,v 1.9 2007/10/25 21:06:17 adam Exp $
+
+--- plug-ins/common/png.c.orig 2007-08-15 23:57:03.000000000 +0200
++++ plug-ins/common/png.c
+@@ -1095,8 +1095,6 @@ load_image (const gchar *filename,
+
+ g_free (pixel);
+ g_free (pixels);
+- free (pp);
+- free (info);
+
+ fclose (fp);
+
+@@ -1558,9 +1556,6 @@ save_image (const gchar *filename,
+ g_free (text);
+ }
+
+- free (pp);
+- free (info);
+-
+ fclose (fp);
+
+ return TRUE;