From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Mar 16 19:50:01 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D882816A4CE for ; Wed, 16 Mar 2005 19:50:01 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4040A43D41 for ; Wed, 16 Mar 2005 19:50:01 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j2GJo1f3092931 for ; Wed, 16 Mar 2005 19:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j2GJo1Ff092930; Wed, 16 Mar 2005 19:50:01 GMT (envelope-from gnats) Resent-Date: Wed, 16 Mar 2005 19:50:01 GMT Resent-Message-Id: <200503161950.j2GJo1Ff092930@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Miguel Mendez" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2A2016A4CE for ; Wed, 16 Mar 2005 19:49:16 +0000 (GMT) Received: from mindfields.energyhq.es.eu.org (73.Red-213-97-200.pooles.rima-tde.net [213.97.200.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9810843D41 for ; Wed, 16 Mar 2005 19:49:02 +0000 (GMT) (envelope-from flynn@energyhq.es.eu.org) Received: from scienide.energyhq.es.eu.org (scienide.energyhq.es.eu.org [IPv6:2001:470:1f01:198:210:4bff:fe3d:e256]) by mindfields.energyhq.es.eu.org (Postfix) with ESMTP id A7EFF366DC for ; Wed, 16 Mar 2005 20:49:00 +0100 (CET) Message-Id: <1111002536.0@scienide.energyhq.es.eu.org> Date: Wed, 16 Mar 2005 20:48:56 +0100 From: "Miguel Mendez" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.4 Subject: ports/78931: graphics/gimp OPTIONS'ify and tweak pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 19:50:02 -0000 >Number: 78931 >Category: ports >Synopsis: graphics/gimp OPTIONS'ify and tweak pkg-plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 16 19:50:00 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Miguel Mendez >Release: FreeBSD 5.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD 5.4-PRERELEASE #0: Mon Feb 28 20:41:06 CET 2005 root@scienide.energyhq.es.eu.org:/usr/obj/usr/src/sys/SCIENIDE.SMP >Description: The gimp port has 13 tuneable options, the attached patch OPTIONS'ifies the port so the user no longer needs to feed make a bunch of WITH/WITHOUT variables and/or edit his pkgtools.conf file. I've tried to choose some sane defaults, gnome@ people are of course free to change them to their like. As per portlint(1)'s suggestion, I've tweaked the pkg-plist as well to make use of the %%DATADIR%% macro. >How-To-Repeat: >Fix: --- gimp.diff begins here --- diff -ruN gimp.old/Makefile gimp/Makefile --- gimp.old/Makefile Sat Mar 12 11:53:03 2005 +++ gimp/Makefile Wed Mar 16 19:41:58 2005 @@ -48,6 +48,22 @@ MAN1= gimp.1 gimp-2.2.1 gimp-remote.1 gimp-remote-2.2.1 gimptool-2.0.1 MAN5= gimprc.5 gimprc-2.2.5 +OPTIONS= DEBUG "Enable debugging" off \ + PYTHON "Enable Python-Fu support" off \ + PRINT "Enable GIMP printing" off \ + HTML_HELP_BROWSER "Enable the GIMP help browser" off \ + MP "Enable multiple-processor support" off \ + WMF "Enable wmf support" on \ + RSVG2 "Enable rsvg2 support" on \ + AA "Enable aa support" on \ + EXIF "Enable exif support" on \ + MNG "Enable mng support" on \ + PNG "Enable png support" on \ + JPEG "Enable jpeg support" on \ + TIFF "Enable tiff support" on + +.include + .if defined(WITHOUT_WMF) && !exists(${LOCALBASE}/bin/libwmf-config) PLIST_SUB+= WMF="@comment " .else @@ -113,7 +129,8 @@ .endif .if defined(WITH_PYTHON) -USE_PYTHON= yes +# we can't use USE_PYTHON=yes after including bsd.port.pre.mk +.include "${PORTSDIR}/Mk/bsd.python.mk" USE_GNOME+= pygtk2 CONFIGURE_ARGS+= --enable-python PLIST_SUB+= PYTHON:="" @@ -134,8 +151,6 @@ CONFIGURE_ARGS+= --enable-mp .endif -.include - .if ${HAVE_GNOME:Mgnomepanel}!="" USE_GNOME+= gnomepanel desktopfileutils CONFIGURE_ARGS+= --with-desktop-dir=${X11BASE}/share/gnome @@ -154,25 +169,6 @@ .else PLIST_SUB+= HELPBROWSER:="@comment " .endif - -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "gimp has the following tunable option(s):" - @${ECHO_MSG} "" - @${ECHO_MSG} " WITH_DEBUG=yes Turns on debugging" - @${ECHO_MSG} " WITH_PYTHON=yes Turns on Python-Fu support" - @${ECHO_MSG} " WITHOUT_PRINT=yes Turns off GIMP printing" - @${ECHO_MSG} " WITH_HTML_HELP_BROWSER=yes Turns on the GIMP help browser" - @${ECHO_MSG} " WITH_MP=yes Turns on multiple-processor support" - @${ECHO_MSG} " WITHOUT_WMF=yes Turns off wmf support" - @${ECHO_MSG} " WITHOUT_RSVG2=yes Turns off rsvg2 support" - @${ECHO_MSG} " WITHOUT_AA=yes Turns off aa support" - @${ECHO_MSG} " WITHOUT_EXIF=yes Turns off exif support" - @${ECHO_MSG} " WITHOUT_MNG=yes Turns off mng support" - @${ECHO_MSG} " WITHOUT_PNG=yes Turns off png support" - @${ECHO_MSG} " WITHOUT_JPEG=yes Turns off jpeg support" - @${ECHO_MSG} " WITHOUT_TIFF=yes Turns off tiff support" - @${ECHO_MSG} "" .if defined(GNOME_ENABLED) post-install: diff -ruN gimp.old/pkg-plist gimp/pkg-plist --- gimp.old/pkg-plist Mon Feb 28 03:08:57 2005 +++ gimp/pkg-plist Wed Mar 16 19:35:08 2005 @@ -871,819 +871,819 @@ %%DOCSDIR%%/libgimpwidgets/stock-wilber-eek-64.png %%DOCSDIR%%/libgimpwidgets/stock-zoom-follow-window-12.png %%DOCSDIR%%/libgimpwidgets/up.png -share/gimp/brushes/10x10square.gbr -share/gimp/brushes/10x10squareBlur.gbr -share/gimp/brushes/11circle.gbr -share/gimp/brushes/11fcircle.gbr -share/gimp/brushes/13circle.gbr -share/gimp/brushes/13fcircle.gbr -share/gimp/brushes/15circle.gbr -share/gimp/brushes/15fcircle.gbr -share/gimp/brushes/17circle.gbr -share/gimp/brushes/17fcircle.gbr -share/gimp/brushes/19circle.gbr -share/gimp/brushes/19fcircle.gbr -share/gimp/brushes/1circle.gbr -share/gimp/brushes/20x20square.gbr -share/gimp/brushes/20x20squareBlur.gbr -share/gimp/brushes/3circle.gbr -share/gimp/brushes/3fcircle.gbr -share/gimp/brushes/5circle.gbr -share/gimp/brushes/5fcircle.gbr -share/gimp/brushes/5x5square.gbr -share/gimp/brushes/5x5squareBlur.gbr -share/gimp/brushes/7circle.gbr -share/gimp/brushes/7fcircle.gbr -share/gimp/brushes/9circle.gbr -share/gimp/brushes/9fcircle.gbr -share/gimp/brushes/DStar11.gbr -share/gimp/brushes/DStar17.gbr -share/gimp/brushes/DStar25.gbr -share/gimp/brushes/SketchBrush-16.gih -share/gimp/brushes/SketchBrush-32.gih -share/gimp/brushes/SketchBrush-64.gih -share/gimp/brushes/callig1.gbr -share/gimp/brushes/callig2.gbr -share/gimp/brushes/callig3.gbr -share/gimp/brushes/callig4.gbr -share/gimp/brushes/confetti.gbr -share/gimp/brushes/confetti.gih -share/gimp/brushes/dunes.gbr -share/gimp/brushes/feltpen.gih -share/gimp/brushes/galaxy.gbr -share/gimp/brushes/galaxy_big.gbr -share/gimp/brushes/galaxy_small.gbr -share/gimp/brushes/hsparks.gih -share/gimp/brushes/pepper.gbr -share/gimp/brushes/pixel.gbr -share/gimp/brushes/thegimp.gbr -share/gimp/brushes/vine.gih -share/gimp/brushes/xcf.gbr +%%DATADIR%%/brushes/10x10square.gbr +%%DATADIR%%/brushes/10x10squareBlur.gbr +%%DATADIR%%/brushes/11circle.gbr +%%DATADIR%%/brushes/11fcircle.gbr +%%DATADIR%%/brushes/13circle.gbr +%%DATADIR%%/brushes/13fcircle.gbr +%%DATADIR%%/brushes/15circle.gbr +%%DATADIR%%/brushes/15fcircle.gbr +%%DATADIR%%/brushes/17circle.gbr +%%DATADIR%%/brushes/17fcircle.gbr +%%DATADIR%%/brushes/19circle.gbr +%%DATADIR%%/brushes/19fcircle.gbr +%%DATADIR%%/brushes/1circle.gbr +%%DATADIR%%/brushes/20x20square.gbr +%%DATADIR%%/brushes/20x20squareBlur.gbr +%%DATADIR%%/brushes/3circle.gbr +%%DATADIR%%/brushes/3fcircle.gbr +%%DATADIR%%/brushes/5circle.gbr +%%DATADIR%%/brushes/5fcircle.gbr +%%DATADIR%%/brushes/5x5square.gbr +%%DATADIR%%/brushes/5x5squareBlur.gbr +%%DATADIR%%/brushes/7circle.gbr +%%DATADIR%%/brushes/7fcircle.gbr +%%DATADIR%%/brushes/9circle.gbr +%%DATADIR%%/brushes/9fcircle.gbr +%%DATADIR%%/brushes/DStar11.gbr +%%DATADIR%%/brushes/DStar17.gbr +%%DATADIR%%/brushes/DStar25.gbr +%%DATADIR%%/brushes/SketchBrush-16.gih +%%DATADIR%%/brushes/SketchBrush-32.gih +%%DATADIR%%/brushes/SketchBrush-64.gih +%%DATADIR%%/brushes/callig1.gbr +%%DATADIR%%/brushes/callig2.gbr +%%DATADIR%%/brushes/callig3.gbr +%%DATADIR%%/brushes/callig4.gbr +%%DATADIR%%/brushes/confetti.gbr +%%DATADIR%%/brushes/confetti.gih +%%DATADIR%%/brushes/dunes.gbr +%%DATADIR%%/brushes/feltpen.gih +%%DATADIR%%/brushes/galaxy.gbr +%%DATADIR%%/brushes/galaxy_big.gbr +%%DATADIR%%/brushes/galaxy_small.gbr +%%DATADIR%%/brushes/hsparks.gih +%%DATADIR%%/brushes/pepper.gbr +%%DATADIR%%/brushes/pixel.gbr +%%DATADIR%%/brushes/thegimp.gbr +%%DATADIR%%/brushes/vine.gih +%%DATADIR%%/brushes/xcf.gbr @exec mkdir -p %D/share/gimp/fonts -share/gimp/fractalexplorer/Asteroid_Field -share/gimp/fractalexplorer/Bar_Code_Label -share/gimp/fractalexplorer/Beauty_of_Nature -share/gimp/fractalexplorer/Blue_Curtain -share/gimp/fractalexplorer/Car_Track -share/gimp/fractalexplorer/Energetic_Diamond -share/gimp/fractalexplorer/Explosive -share/gimp/fractalexplorer/Flower -share/gimp/fractalexplorer/Fragments -share/gimp/fractalexplorer/Hemp -share/gimp/fractalexplorer/High_Voltage -share/gimp/fractalexplorer/Hoops -share/gimp/fractalexplorer/Ice_Crystal -share/gimp/fractalexplorer/Leaves -share/gimp/fractalexplorer/Lightning -share/gimp/fractalexplorer/Mandelbrot -share/gimp/fractalexplorer/Marble -share/gimp/fractalexplorer/Marble2 -share/gimp/fractalexplorer/Medusa -share/gimp/fractalexplorer/Nautilus -share/gimp/fractalexplorer/Nebula -share/gimp/fractalexplorer/Plant -share/gimp/fractalexplorer/Rose -share/gimp/fractalexplorer/Saturn -share/gimp/fractalexplorer/Snow_Crystal -share/gimp/fractalexplorer/Soma -share/gimp/fractalexplorer/Spark -share/gimp/fractalexplorer/Suns -share/gimp/fractalexplorer/Tentacles -share/gimp/fractalexplorer/The_Green_Place -share/gimp/fractalexplorer/Wave -share/gimp/fractalexplorer/Wood -share/gimp/fractalexplorer/Zooming_Circle -share/gimp/gfig/A_star -share/gimp/gfig/curves -share/gimp/gfig/polys -share/gimp/gfig/ring -share/gimp/gfig/ring+star -share/gimp/gfig/simily -share/gimp/gfig/spirals_and_stars -share/gimp/gfig/sprial -share/gimp/gfig/star2 -share/gimp/gfig/stars -share/gimp/gflare/Bright_Star -share/gimp/gflare/Classic -share/gimp/gflare/Default -share/gimp/gflare/Distant_Sun -share/gimp/gflare/GFlare_101 -share/gimp/gflare/GFlare_102 -share/gimp/gflare/Hidden_Planet -share/gimp/gimpressionist/Brushes/arrow01.pgm -share/gimp/gimpressionist/Brushes/ball.ppm -share/gimp/gimpressionist/Brushes/blob.ppm -share/gimp/gimpressionist/Brushes/box.ppm -share/gimp/gimpressionist/Brushes/chalk01.pgm -share/gimp/gimpressionist/Brushes/cone.ppm -share/gimp/gimpressionist/Brushes/crayon01.pgm -share/gimp/gimpressionist/Brushes/crayon02.pgm -share/gimp/gimpressionist/Brushes/crayon03.pgm -share/gimp/gimpressionist/Brushes/crayon04.pgm -share/gimp/gimpressionist/Brushes/crayon05.pgm -share/gimp/gimpressionist/Brushes/crayon06.pgm -share/gimp/gimpressionist/Brushes/crayon07.pgm -share/gimp/gimpressionist/Brushes/crayon08.pgm -share/gimp/gimpressionist/Brushes/defaultbrush.pgm -share/gimp/gimpressionist/Brushes/dribble.pgm -share/gimp/gimpressionist/Brushes/fabric.pgm -share/gimp/gimpressionist/Brushes/fabric01.pgm -share/gimp/gimpressionist/Brushes/fabric02.pgm -share/gimp/gimpressionist/Brushes/fabric03.pgm -share/gimp/gimpressionist/Brushes/flower01.pgm -share/gimp/gimpressionist/Brushes/flower02.pgm -share/gimp/gimpressionist/Brushes/flower03.pgm -share/gimp/gimpressionist/Brushes/flower04.pgm -share/gimp/gimpressionist/Brushes/grad01.pgm -share/gimp/gimpressionist/Brushes/grad02.pgm -share/gimp/gimpressionist/Brushes/grad03.pgm -share/gimp/gimpressionist/Brushes/heart.ppm -share/gimp/gimpressionist/Brushes/leaf01.pgm -share/gimp/gimpressionist/Brushes/paintbrush.pgm -share/gimp/gimpressionist/Brushes/paintbrush01.pgm -share/gimp/gimpressionist/Brushes/paintbrush02.pgm -share/gimp/gimpressionist/Brushes/paintbrush03.pgm -share/gimp/gimpressionist/Brushes/paintbrush04.pgm -share/gimp/gimpressionist/Brushes/paper01.pgm -share/gimp/gimpressionist/Brushes/paper02.pgm -share/gimp/gimpressionist/Brushes/paper03.pgm -share/gimp/gimpressionist/Brushes/paper04.pgm -share/gimp/gimpressionist/Brushes/pentagram.pgm -share/gimp/gimpressionist/Brushes/scribble.pgm -share/gimp/gimpressionist/Brushes/shape01.pgm -share/gimp/gimpressionist/Brushes/shape02.pgm -share/gimp/gimpressionist/Brushes/shape03.pgm -share/gimp/gimpressionist/Brushes/shape04.pgm -share/gimp/gimpressionist/Brushes/snow1.pgm -share/gimp/gimpressionist/Brushes/sphere.ppm -share/gimp/gimpressionist/Brushes/splat1.pgm -share/gimp/gimpressionist/Brushes/splat2.pgm -share/gimp/gimpressionist/Brushes/splat3.pgm -share/gimp/gimpressionist/Brushes/spunge01.pgm -share/gimp/gimpressionist/Brushes/spunge02.pgm -share/gimp/gimpressionist/Brushes/spunge03.pgm -share/gimp/gimpressionist/Brushes/spunge04.pgm -share/gimp/gimpressionist/Brushes/spunge05.pgm -share/gimp/gimpressionist/Brushes/strange01.pgm -share/gimp/gimpressionist/Brushes/thegimp.pgm -share/gimp/gimpressionist/Brushes/torus.ppm -share/gimp/gimpressionist/Brushes/wavy.pgm -share/gimp/gimpressionist/Brushes/weave.pgm -share/gimp/gimpressionist/Brushes/worm.pgm -share/gimp/gimpressionist/Paper/bricks.pgm -share/gimp/gimpressionist/Paper/bricks2.pgm -share/gimp/gimpressionist/Paper/burlap.pgm -share/gimp/gimpressionist/Paper/canvas2.pgm -share/gimp/gimpressionist/Paper/defaultpaper.pgm -share/gimp/gimpressionist/Paper/marble.pgm -share/gimp/gimpressionist/Paper/marble2.pgm -share/gimp/gimpressionist/Paper/stone.pgm -share/gimp/gimpressionist/Paper/struc.pgm -share/gimp/gimpressionist/Presets/ApplyCanvas -share/gimp/gimpressionist/Presets/Ballpark -share/gimp/gimpressionist/Presets/Canvas -share/gimp/gimpressionist/Presets/Crosshatch -share/gimp/gimpressionist/Presets/Cubism -share/gimp/gimpressionist/Presets/Dotify -share/gimp/gimpressionist/Presets/Embroidery -share/gimp/gimpressionist/Presets/Feathers -share/gimp/gimpressionist/Presets/Felt-marker -share/gimp/gimpressionist/Presets/Flowerbed -share/gimp/gimpressionist/Presets/Furry -share/gimp/gimpressionist/Presets/Line-art -share/gimp/gimpressionist/Presets/Line-art-2 -share/gimp/gimpressionist/Presets/Maggot-invasion -share/gimp/gimpressionist/Presets/MarbleMadness -share/gimp/gimpressionist/Presets/Mossy -share/gimp/gimpressionist/Presets/Painted_Rock -share/gimp/gimpressionist/Presets/Parquette -share/gimp/gimpressionist/Presets/Patchwork -share/gimp/gimpressionist/Presets/Ringworks -share/gimp/gimpressionist/Presets/Sample -share/gimp/gimpressionist/Presets/Smash -share/gimp/gimpressionist/Presets/Straws -share/gimp/gimpressionist/Presets/Weave -share/gimp/gimpressionist/Presets/Wormcan -share/gimp/gradients/Abstract_1.ggr -share/gimp/gradients/Abstract_2.ggr -share/gimp/gradients/Abstract_3.ggr -share/gimp/gradients/Aneurism.ggr -share/gimp/gradients/Blinds.ggr -share/gimp/gradients/Blue_Green.ggr -share/gimp/gradients/Browns.ggr -share/gimp/gradients/Brushed_Aluminium.ggr -share/gimp/gradients/Burning_Paper.ggr -share/gimp/gradients/Burning_Transparency.ggr -share/gimp/gradients/CD.ggr -share/gimp/gradients/CD_Half.ggr -share/gimp/gradients/Caribbean_Blues.ggr -share/gimp/gradients/Coffee.ggr -share/gimp/gradients/Cold_Steel.ggr -share/gimp/gradients/Cold_Steel_2.ggr -share/gimp/gradients/Crown_molding.ggr -share/gimp/gradients/Dark_1.ggr -share/gimp/gradients/Deep_Sea.ggr -share/gimp/gradients/Default.ggr -share/gimp/gradients/Flare_Glow_Angular_1.ggr -share/gimp/gradients/Flare_Glow_Radial_1.ggr -share/gimp/gradients/Flare_Glow_Radial_2.ggr -share/gimp/gradients/Flare_Glow_Radial_3.ggr -share/gimp/gradients/Flare_Glow_Radial_4.ggr -share/gimp/gradients/Flare_Radial_101.ggr -share/gimp/gradients/Flare_Radial_102.ggr -share/gimp/gradients/Flare_Radial_103.ggr -share/gimp/gradients/Flare_Rays_Radial_1.ggr -share/gimp/gradients/Flare_Rays_Radial_2.ggr -share/gimp/gradients/Flare_Rays_Size_1.ggr -share/gimp/gradients/Flare_Sizefac_101.ggr -share/gimp/gradients/Four_bars.ggr -share/gimp/gradients/French_flag.ggr -share/gimp/gradients/French_flag_smooth.ggr -share/gimp/gradients/Full_saturation_spectrum_CCW.ggr -share/gimp/gradients/Full_saturation_spectrum_CW.ggr -share/gimp/gradients/German_flag.ggr -share/gimp/gradients/German_flag_smooth.ggr -share/gimp/gradients/Golden.ggr -share/gimp/gradients/Greens.ggr -share/gimp/gradients/Horizon_1.ggr -share/gimp/gradients/Horizon_2.ggr -share/gimp/gradients/Incandescent.ggr -share/gimp/gradients/Land_1.ggr -share/gimp/gradients/Land_and_Sea.ggr -share/gimp/gradients/Metallic_Something.ggr -share/gimp/gradients/Mexican_flag.ggr -share/gimp/gradients/Mexican_flag_smooth.ggr -share/gimp/gradients/Nauseating_Headache.ggr -share/gimp/gradients/Neon_Cyan.ggr -share/gimp/gradients/Neon_Green.ggr -share/gimp/gradients/Neon_Yellow.ggr -share/gimp/gradients/Pastel_Rainbow.ggr -share/gimp/gradients/Pastels.ggr -share/gimp/gradients/Purples.ggr -share/gimp/gradients/Radial_Eyeball_Blue.ggr -share/gimp/gradients/Radial_Eyeball_Brown.ggr -share/gimp/gradients/Radial_Eyeball_Green.ggr -share/gimp/gradients/Radial_Glow_1.ggr -share/gimp/gradients/Radial_Rainbow_Hoop.ggr -share/gimp/gradients/Romanian_flag.ggr -share/gimp/gradients/Romanian_flag_smooth.ggr -share/gimp/gradients/Rounded_edge.ggr -share/gimp/gradients/Shadows_1.ggr -share/gimp/gradients/Shadows_2.ggr -share/gimp/gradients/Shadows_3.ggr -share/gimp/gradients/Skyline.ggr -share/gimp/gradients/Skyline_polluted.ggr -share/gimp/gradients/Square_Wood_Frame.ggr -share/gimp/gradients/Sunrise.ggr -share/gimp/gradients/Three_bars_sin.ggr -share/gimp/gradients/Tropical_Colors.ggr -share/gimp/gradients/Tube_Red.ggr -share/gimp/gradients/Wood_1.ggr -share/gimp/gradients/Wood_2.ggr -share/gimp/gradients/Yellow_Contrast.ggr -share/gimp/gradients/Yellow_Orange.ggr -share/gimp/images/gimp-splash.png -share/gimp/images/gimp-logo.png -share/gimp/images/wilber-devel-icon.png -share/gimp/images/wilber-icon.png -share/gimp/images/wilber-tips.png -share/gimp/images/wilber-wizard.png -share/gimp/menus/brushes-menu.xml -share/gimp/menus/buffers-menu.xml -share/gimp/menus/channels-menu.xml -share/gimp/menus/colormap-editor-menu.xml -share/gimp/menus/dockable-menu.xml -share/gimp/menus/documents-menu.xml -share/gimp/menus/error-console-menu.xml -share/gimp/menus/fonts-menu.xml -share/gimp/menus/gradient-editor-menu.xml -share/gimp/menus/gradients-menu.xml -share/gimp/menus/image-menu.xml -share/gimp/menus/images-menu.xml -share/gimp/menus/layers-menu.xml -share/gimp/menus/palette-editor-menu.xml -share/gimp/menus/palettes-menu.xml -share/gimp/menus/patterns-menu.xml -share/gimp/menus/qmask-menu.xml -share/gimp/menus/selection-editor-menu.xml -share/gimp/menus/templates-menu.xml -share/gimp/menus/text-editor-toolbar.xml -share/gimp/menus/tool-options-menu.xml -share/gimp/menus/toolbox-menu.xml -share/gimp/menus/tools-menu.xml -share/gimp/menus/vectors-menu.xml -share/gimp/misc/gimp.applications -share/gimp/misc/gimp.desktop -share/gimp/misc/gimp.keys +%%DATADIR%%/fractalexplorer/Asteroid_Field +%%DATADIR%%/fractalexplorer/Bar_Code_Label +%%DATADIR%%/fractalexplorer/Beauty_of_Nature +%%DATADIR%%/fractalexplorer/Blue_Curtain +%%DATADIR%%/fractalexplorer/Car_Track +%%DATADIR%%/fractalexplorer/Energetic_Diamond +%%DATADIR%%/fractalexplorer/Explosive +%%DATADIR%%/fractalexplorer/Flower +%%DATADIR%%/fractalexplorer/Fragments +%%DATADIR%%/fractalexplorer/Hemp +%%DATADIR%%/fractalexplorer/High_Voltage +%%DATADIR%%/fractalexplorer/Hoops +%%DATADIR%%/fractalexplorer/Ice_Crystal +%%DATADIR%%/fractalexplorer/Leaves +%%DATADIR%%/fractalexplorer/Lightning +%%DATADIR%%/fractalexplorer/Mandelbrot +%%DATADIR%%/fractalexplorer/Marble +%%DATADIR%%/fractalexplorer/Marble2 +%%DATADIR%%/fractalexplorer/Medusa +%%DATADIR%%/fractalexplorer/Nautilus +%%DATADIR%%/fractalexplorer/Nebula +%%DATADIR%%/fractalexplorer/Plant +%%DATADIR%%/fractalexplorer/Rose +%%DATADIR%%/fractalexplorer/Saturn +%%DATADIR%%/fractalexplorer/Snow_Crystal +%%DATADIR%%/fractalexplorer/Soma +%%DATADIR%%/fractalexplorer/Spark +%%DATADIR%%/fractalexplorer/Suns +%%DATADIR%%/fractalexplorer/Tentacles +%%DATADIR%%/fractalexplorer/The_Green_Place +%%DATADIR%%/fractalexplorer/Wave +%%DATADIR%%/fractalexplorer/Wood +%%DATADIR%%/fractalexplorer/Zooming_Circle +%%DATADIR%%/gfig/A_star +%%DATADIR%%/gfig/curves +%%DATADIR%%/gfig/polys +%%DATADIR%%/gfig/ring +%%DATADIR%%/gfig/ring+star +%%DATADIR%%/gfig/simily +%%DATADIR%%/gfig/spirals_and_stars +%%DATADIR%%/gfig/sprial +%%DATADIR%%/gfig/star2 +%%DATADIR%%/gfig/stars +%%DATADIR%%/gflare/Bright_Star +%%DATADIR%%/gflare/Classic +%%DATADIR%%/gflare/Default +%%DATADIR%%/gflare/Distant_Sun +%%DATADIR%%/gflare/GFlare_101 +%%DATADIR%%/gflare/GFlare_102 +%%DATADIR%%/gflare/Hidden_Planet +%%DATADIR%%/gimpressionist/Brushes/arrow01.pgm +%%DATADIR%%/gimpressionist/Brushes/ball.ppm +%%DATADIR%%/gimpressionist/Brushes/blob.ppm +%%DATADIR%%/gimpressionist/Brushes/box.ppm +%%DATADIR%%/gimpressionist/Brushes/chalk01.pgm +%%DATADIR%%/gimpressionist/Brushes/cone.ppm +%%DATADIR%%/gimpressionist/Brushes/crayon01.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon02.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon03.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon04.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon05.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon06.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon07.pgm +%%DATADIR%%/gimpressionist/Brushes/crayon08.pgm +%%DATADIR%%/gimpressionist/Brushes/defaultbrush.pgm +%%DATADIR%%/gimpressionist/Brushes/dribble.pgm +%%DATADIR%%/gimpressionist/Brushes/fabric.pgm +%%DATADIR%%/gimpressionist/Brushes/fabric01.pgm +%%DATADIR%%/gimpressionist/Brushes/fabric02.pgm +%%DATADIR%%/gimpressionist/Brushes/fabric03.pgm +%%DATADIR%%/gimpressionist/Brushes/flower01.pgm +%%DATADIR%%/gimpressionist/Brushes/flower02.pgm +%%DATADIR%%/gimpressionist/Brushes/flower03.pgm +%%DATADIR%%/gimpressionist/Brushes/flower04.pgm +%%DATADIR%%/gimpressionist/Brushes/grad01.pgm +%%DATADIR%%/gimpressionist/Brushes/grad02.pgm +%%DATADIR%%/gimpressionist/Brushes/grad03.pgm +%%DATADIR%%/gimpressionist/Brushes/heart.ppm +%%DATADIR%%/gimpressionist/Brushes/leaf01.pgm +%%DATADIR%%/gimpressionist/Brushes/paintbrush.pgm +%%DATADIR%%/gimpressionist/Brushes/paintbrush01.pgm +%%DATADIR%%/gimpressionist/Brushes/paintbrush02.pgm +%%DATADIR%%/gimpressionist/Brushes/paintbrush03.pgm +%%DATADIR%%/gimpressionist/Brushes/paintbrush04.pgm +%%DATADIR%%/gimpressionist/Brushes/paper01.pgm +%%DATADIR%%/gimpressionist/Brushes/paper02.pgm +%%DATADIR%%/gimpressionist/Brushes/paper03.pgm +%%DATADIR%%/gimpressionist/Brushes/paper04.pgm +%%DATADIR%%/gimpressionist/Brushes/pentagram.pgm +%%DATADIR%%/gimpressionist/Brushes/scribble.pgm +%%DATADIR%%/gimpressionist/Brushes/shape01.pgm +%%DATADIR%%/gimpressionist/Brushes/shape02.pgm +%%DATADIR%%/gimpressionist/Brushes/shape03.pgm +%%DATADIR%%/gimpressionist/Brushes/shape04.pgm +%%DATADIR%%/gimpressionist/Brushes/snow1.pgm +%%DATADIR%%/gimpressionist/Brushes/sphere.ppm +%%DATADIR%%/gimpressionist/Brushes/splat1.pgm +%%DATADIR%%/gimpressionist/Brushes/splat2.pgm +%%DATADIR%%/gimpressionist/Brushes/splat3.pgm +%%DATADIR%%/gimpressionist/Brushes/spunge01.pgm +%%DATADIR%%/gimpressionist/Brushes/spunge02.pgm +%%DATADIR%%/gimpressionist/Brushes/spunge03.pgm +%%DATADIR%%/gimpressionist/Brushes/spunge04.pgm +%%DATADIR%%/gimpressionist/Brushes/spunge05.pgm +%%DATADIR%%/gimpressionist/Brushes/strange01.pgm +%%DATADIR%%/gimpressionist/Brushes/thegimp.pgm +%%DATADIR%%/gimpressionist/Brushes/torus.ppm +%%DATADIR%%/gimpressionist/Brushes/wavy.pgm +%%DATADIR%%/gimpressionist/Brushes/weave.pgm +%%DATADIR%%/gimpressionist/Brushes/worm.pgm +%%DATADIR%%/gimpressionist/Paper/bricks.pgm +%%DATADIR%%/gimpressionist/Paper/bricks2.pgm +%%DATADIR%%/gimpressionist/Paper/burlap.pgm +%%DATADIR%%/gimpressionist/Paper/canvas2.pgm +%%DATADIR%%/gimpressionist/Paper/defaultpaper.pgm +%%DATADIR%%/gimpressionist/Paper/marble.pgm +%%DATADIR%%/gimpressionist/Paper/marble2.pgm +%%DATADIR%%/gimpressionist/Paper/stone.pgm +%%DATADIR%%/gimpressionist/Paper/struc.pgm +%%DATADIR%%/gimpressionist/Presets/ApplyCanvas +%%DATADIR%%/gimpressionist/Presets/Ballpark +%%DATADIR%%/gimpressionist/Presets/Canvas +%%DATADIR%%/gimpressionist/Presets/Crosshatch +%%DATADIR%%/gimpressionist/Presets/Cubism +%%DATADIR%%/gimpressionist/Presets/Dotify +%%DATADIR%%/gimpressionist/Presets/Embroidery +%%DATADIR%%/gimpressionist/Presets/Feathers +%%DATADIR%%/gimpressionist/Presets/Felt-marker +%%DATADIR%%/gimpressionist/Presets/Flowerbed +%%DATADIR%%/gimpressionist/Presets/Furry +%%DATADIR%%/gimpressionist/Presets/Line-art +%%DATADIR%%/gimpressionist/Presets/Line-art-2 +%%DATADIR%%/gimpressionist/Presets/Maggot-invasion +%%DATADIR%%/gimpressionist/Presets/MarbleMadness +%%DATADIR%%/gimpressionist/Presets/Mossy +%%DATADIR%%/gimpressionist/Presets/Painted_Rock +%%DATADIR%%/gimpressionist/Presets/Parquette +%%DATADIR%%/gimpressionist/Presets/Patchwork +%%DATADIR%%/gimpressionist/Presets/Ringworks +%%DATADIR%%/gimpressionist/Presets/Sample +%%DATADIR%%/gimpressionist/Presets/Smash +%%DATADIR%%/gimpressionist/Presets/Straws +%%DATADIR%%/gimpressionist/Presets/Weave +%%DATADIR%%/gimpressionist/Presets/Wormcan +%%DATADIR%%/gradients/Abstract_1.ggr +%%DATADIR%%/gradients/Abstract_2.ggr +%%DATADIR%%/gradients/Abstract_3.ggr +%%DATADIR%%/gradients/Aneurism.ggr +%%DATADIR%%/gradients/Blinds.ggr +%%DATADIR%%/gradients/Blue_Green.ggr +%%DATADIR%%/gradients/Browns.ggr +%%DATADIR%%/gradients/Brushed_Aluminium.ggr +%%DATADIR%%/gradients/Burning_Paper.ggr +%%DATADIR%%/gradients/Burning_Transparency.ggr +%%DATADIR%%/gradients/CD.ggr +%%DATADIR%%/gradients/CD_Half.ggr +%%DATADIR%%/gradients/Caribbean_Blues.ggr +%%DATADIR%%/gradients/Coffee.ggr +%%DATADIR%%/gradients/Cold_Steel.ggr +%%DATADIR%%/gradients/Cold_Steel_2.ggr +%%DATADIR%%/gradients/Crown_molding.ggr +%%DATADIR%%/gradients/Dark_1.ggr +%%DATADIR%%/gradients/Deep_Sea.ggr +%%DATADIR%%/gradients/Default.ggr +%%DATADIR%%/gradients/Flare_Glow_Angular_1.ggr +%%DATADIR%%/gradients/Flare_Glow_Radial_1.ggr +%%DATADIR%%/gradients/Flare_Glow_Radial_2.ggr +%%DATADIR%%/gradients/Flare_Glow_Radial_3.ggr +%%DATADIR%%/gradients/Flare_Glow_Radial_4.ggr +%%DATADIR%%/gradients/Flare_Radial_101.ggr +%%DATADIR%%/gradients/Flare_Radial_102.ggr +%%DATADIR%%/gradients/Flare_Radial_103.ggr +%%DATADIR%%/gradients/Flare_Rays_Radial_1.ggr +%%DATADIR%%/gradients/Flare_Rays_Radial_2.ggr +%%DATADIR%%/gradients/Flare_Rays_Size_1.ggr +%%DATADIR%%/gradients/Flare_Sizefac_101.ggr +%%DATADIR%%/gradients/Four_bars.ggr +%%DATADIR%%/gradients/French_flag.ggr +%%DATADIR%%/gradients/French_flag_smooth.ggr +%%DATADIR%%/gradients/Full_saturation_spectrum_CCW.ggr +%%DATADIR%%/gradients/Full_saturation_spectrum_CW.ggr +%%DATADIR%%/gradients/German_flag.ggr +%%DATADIR%%/gradients/German_flag_smooth.ggr +%%DATADIR%%/gradients/Golden.ggr +%%DATADIR%%/gradients/Greens.ggr +%%DATADIR%%/gradients/Horizon_1.ggr +%%DATADIR%%/gradients/Horizon_2.ggr +%%DATADIR%%/gradients/Incandescent.ggr +%%DATADIR%%/gradients/Land_1.ggr +%%DATADIR%%/gradients/Land_and_Sea.ggr +%%DATADIR%%/gradients/Metallic_Something.ggr +%%DATADIR%%/gradients/Mexican_flag.ggr +%%DATADIR%%/gradients/Mexican_flag_smooth.ggr +%%DATADIR%%/gradients/Nauseating_Headache.ggr +%%DATADIR%%/gradients/Neon_Cyan.ggr +%%DATADIR%%/gradients/Neon_Green.ggr +%%DATADIR%%/gradients/Neon_Yellow.ggr +%%DATADIR%%/gradients/Pastel_Rainbow.ggr +%%DATADIR%%/gradients/Pastels.ggr +%%DATADIR%%/gradients/Purples.ggr +%%DATADIR%%/gradients/Radial_Eyeball_Blue.ggr +%%DATADIR%%/gradients/Radial_Eyeball_Brown.ggr +%%DATADIR%%/gradients/Radial_Eyeball_Green.ggr +%%DATADIR%%/gradients/Radial_Glow_1.ggr +%%DATADIR%%/gradients/Radial_Rainbow_Hoop.ggr +%%DATADIR%%/gradients/Romanian_flag.ggr +%%DATADIR%%/gradients/Romanian_flag_smooth.ggr +%%DATADIR%%/gradients/Rounded_edge.ggr +%%DATADIR%%/gradients/Shadows_1.ggr +%%DATADIR%%/gradients/Shadows_2.ggr +%%DATADIR%%/gradients/Shadows_3.ggr +%%DATADIR%%/gradients/Skyline.ggr +%%DATADIR%%/gradients/Skyline_polluted.ggr +%%DATADIR%%/gradients/Square_Wood_Frame.ggr +%%DATADIR%%/gradients/Sunrise.ggr +%%DATADIR%%/gradients/Three_bars_sin.ggr +%%DATADIR%%/gradients/Tropical_Colors.ggr +%%DATADIR%%/gradients/Tube_Red.ggr +%%DATADIR%%/gradients/Wood_1.ggr +%%DATADIR%%/gradients/Wood_2.ggr +%%DATADIR%%/gradients/Yellow_Contrast.ggr +%%DATADIR%%/gradients/Yellow_Orange.ggr +%%DATADIR%%/images/gimp-splash.png +%%DATADIR%%/images/gimp-logo.png +%%DATADIR%%/images/wilber-devel-icon.png +%%DATADIR%%/images/wilber-icon.png +%%DATADIR%%/images/wilber-tips.png +%%DATADIR%%/images/wilber-wizard.png +%%DATADIR%%/menus/brushes-menu.xml +%%DATADIR%%/menus/buffers-menu.xml +%%DATADIR%%/menus/channels-menu.xml +%%DATADIR%%/menus/colormap-editor-menu.xml +%%DATADIR%%/menus/dockable-menu.xml +%%DATADIR%%/menus/documents-menu.xml +%%DATADIR%%/menus/error-console-menu.xml +%%DATADIR%%/menus/fonts-menu.xml +%%DATADIR%%/menus/gradient-editor-menu.xml +%%DATADIR%%/menus/gradients-menu.xml +%%DATADIR%%/menus/image-menu.xml +%%DATADIR%%/menus/images-menu.xml +%%DATADIR%%/menus/layers-menu.xml +%%DATADIR%%/menus/palette-editor-menu.xml +%%DATADIR%%/menus/palettes-menu.xml +%%DATADIR%%/menus/patterns-menu.xml +%%DATADIR%%/menus/qmask-menu.xml +%%DATADIR%%/menus/selection-editor-menu.xml +%%DATADIR%%/menus/templates-menu.xml +%%DATADIR%%/menus/text-editor-toolbar.xml +%%DATADIR%%/menus/tool-options-menu.xml +%%DATADIR%%/menus/toolbox-menu.xml +%%DATADIR%%/menus/tools-menu.xml +%%DATADIR%%/menus/vectors-menu.xml +%%DATADIR%%/misc/gimp.applications +%%DATADIR%%/misc/gimp.desktop +%%DATADIR%%/misc/gimp.keys %%GNOMEPANEL:%%share/gnome/application-registry/gimp-2.2.applications %%GNOMEPANEL:%%share/gnome/applications/gimp-2.2.desktop %%GNOMEPANEL:%%@exec update-desktop-database > /dev/null || /usr/bin/true %%GNOMEPANEL:%%share/gnome/mime-info/gimp-2.2.keys -share/gimp/palettes/Bears.gpl -share/gimp/palettes/Bgold.gpl -share/gimp/palettes/Blues.gpl -share/gimp/palettes/Borders.gpl -share/gimp/palettes/Browns_And_Yellows.gpl -share/gimp/palettes/Caramel.gpl -share/gimp/palettes/Cascade.gpl -share/gimp/palettes/China.gpl -share/gimp/palettes/Coldfire.gpl -share/gimp/palettes/Cool_Colors.gpl -share/gimp/palettes/Cranes.gpl -share/gimp/palettes/Dark_pastels.gpl -share/gimp/palettes/Default.gpl -share/gimp/palettes/Ega.gpl -share/gimp/palettes/Firecode.gpl -share/gimp/palettes/Gold.gpl -share/gimp/palettes/GrayViolet.gpl -share/gimp/palettes/Grayblue.gpl -share/gimp/palettes/Grays.gpl -share/gimp/palettes/Greens.gpl -share/gimp/palettes/Hilite.gpl -share/gimp/palettes/Khaki.gpl -share/gimp/palettes/Lights.gpl -share/gimp/palettes/Muted.gpl -share/gimp/palettes/Named_Colors.gpl -share/gimp/palettes/News3.gpl -share/gimp/palettes/Op2.gpl -share/gimp/palettes/Paintjet.gpl -share/gimp/palettes/Pastels.gpl -share/gimp/palettes/Plasma.gpl -share/gimp/palettes/Reds.gpl -share/gimp/palettes/Reds_And_Purples.gpl -share/gimp/palettes/Royal.gpl -share/gimp/palettes/Topographic.gpl -share/gimp/palettes/Visibone.gpl -share/gimp/palettes/Visibone_2.gpl -share/gimp/palettes/Volcano.gpl -share/gimp/palettes/Warm_Colors.gpl -share/gimp/palettes/Web.gpl -share/gimp/patterns/3dgreen.pat -share/gimp/patterns/Craters.pat -share/gimp/patterns/Moonfoot.pat -share/gimp/patterns/Stripes1px.pat -share/gimp/patterns/Stripes2px.pat -share/gimp/patterns/amethyst.pat -share/gimp/patterns/bark.pat -share/gimp/patterns/blue.pat -share/gimp/patterns/bluegrid.pat -share/gimp/patterns/bluesquares.pat -share/gimp/patterns/blueweb.pat -share/gimp/patterns/brick.pat -share/gimp/patterns/burlap.pat -share/gimp/patterns/burlwood.pat -share/gimp/patterns/choc_swirl.pat -share/gimp/patterns/corkboard.pat -share/gimp/patterns/cracked.pat -share/gimp/patterns/crinklepaper.pat -share/gimp/patterns/electric.pat -share/gimp/patterns/fibers.pat -share/gimp/patterns/granite1.pat -share/gimp/patterns/ground1.pat -share/gimp/patterns/ice.pat -share/gimp/patterns/java.pat -share/gimp/patterns/leather.pat -share/gimp/patterns/leaves.pat -share/gimp/patterns/leopard.pat -share/gimp/patterns/lightning.pat -share/gimp/patterns/marble1.pat -share/gimp/patterns/marble2.pat -share/gimp/patterns/marble3.pat -share/gimp/patterns/nops.pat -share/gimp/patterns/paper.pat -share/gimp/patterns/parque1.pat -share/gimp/patterns/parque2.pat -share/gimp/patterns/parque3.pat -share/gimp/patterns/pastel.pat -share/gimp/patterns/pine.pat -share/gimp/patterns/pink_marble.pat -share/gimp/patterns/pool.pat -share/gimp/patterns/qube1.pat -share/gimp/patterns/rain.pat -share/gimp/patterns/recessed.pat -share/gimp/patterns/redcube.pat -share/gimp/patterns/rock.pat -share/gimp/patterns/sky.pat -share/gimp/patterns/slate.pat -share/gimp/patterns/sm_squares.pat -share/gimp/patterns/starfield.pat -share/gimp/patterns/stone33.pat -share/gimp/patterns/terra.pat -share/gimp/patterns/walnut.pat -share/gimp/patterns/warning.pat -share/gimp/patterns/wood1.pat -share/gimp/patterns/wood2.pat -share/gimp/patterns/wood3.pat -share/gimp/patterns/wood4.pat -share/gimp/patterns/wood5.pat -share/gimp/scripts/3d-outline.scm -share/gimp/scripts/3dTruchet.scm -share/gimp/scripts/add-bevel.scm -share/gimp/scripts/addborder.scm -share/gimp/scripts/alien-glow-arrow.scm -share/gimp/scripts/alien-glow-bar.scm -share/gimp/scripts/alien-glow-bullet.scm -share/gimp/scripts/alien-glow-button.scm -share/gimp/scripts/alien-glow-logo.scm -share/gimp/scripts/alien-neon-logo.scm -share/gimp/scripts/basic1-logo.scm -share/gimp/scripts/basic2-logo.scm -share/gimp/scripts/beveled-button.scm -share/gimp/scripts/beveled-pattern-arrow.scm -share/gimp/scripts/beveled-pattern-bullet.scm -share/gimp/scripts/beveled-pattern-button.scm -share/gimp/scripts/beveled-pattern-heading.scm -share/gimp/scripts/beveled-pattern-hrule.scm -share/gimp/scripts/blend-anim.scm -share/gimp/scripts/blended-logo.scm -share/gimp/scripts/bovinated-logo.scm -share/gimp/scripts/burn-in-anim.scm -share/gimp/scripts/camo.scm -share/gimp/scripts/carve-it.scm -share/gimp/scripts/carved-logo.scm -share/gimp/scripts/chalk.scm -share/gimp/scripts/chip-away.scm -share/gimp/scripts/chrome-it.scm -share/gimp/scripts/chrome-logo.scm -share/gimp/scripts/circuit.scm -share/gimp/scripts/clothify.scm -share/gimp/scripts/coffee.scm -share/gimp/scripts/comic-logo.scm -share/gimp/scripts/coolmetal-logo.scm -share/gimp/scripts/copy-visible.scm -share/gimp/scripts/crystal-logo.scm -share/gimp/scripts/distress-selection.scm -share/gimp/scripts/drop-shadow.scm -share/gimp/scripts/erase-rows.scm -share/gimp/scripts/fade-outline.scm -share/gimp/scripts/flatland.scm -share/gimp/scripts/font-map.scm -share/gimp/scripts/frosty-logo.scm -share/gimp/scripts/fuzzyborder.scm -share/gimp/scripts/gimp-headers.scm -share/gimp/scripts/gimp-labels.scm -share/gimp/scripts/glossy.scm -share/gimp/scripts/glowing-logo.scm -share/gimp/scripts/gradient-bevel-logo.scm -share/gimp/scripts/gradient-example.scm -share/gimp/scripts/grid-system.scm -share/gimp/scripts/guides-from-selection.scm -share/gimp/scripts/guides-new-percent.scm -share/gimp/scripts/guides-new.scm -share/gimp/scripts/guides-remove-all.scm -share/gimp/scripts/hsv-graph.scm -share/gimp/scripts/i26-gunya2.scm -share/gimp/scripts/image-structure.scm -share/gimp/scripts/images/beavis.jpg -share/gimp/scripts/images/texture.jpg -share/gimp/scripts/images/texture1.jpg -share/gimp/scripts/images/texture2.jpg -share/gimp/scripts/images/texture3.jpg -share/gimp/scripts/land.scm -share/gimp/scripts/lava.scm -share/gimp/scripts/line-nova.scm -share/gimp/scripts/mkbrush.scm -share/gimp/scripts/neon-logo.scm -share/gimp/scripts/news-text.scm -share/gimp/scripts/old-photo.scm -share/gimp/scripts/perspective-shadow.scm -share/gimp/scripts/predator.scm -share/gimp/scripts/pupi-button.scm -share/gimp/scripts/rendermap.scm -share/gimp/scripts/ripply-anim.scm -share/gimp/scripts/round-corners.scm -share/gimp/scripts/script-fu-util.scm -share/gimp/scripts/select-to-brush.scm -share/gimp/scripts/select-to-image.scm -share/gimp/scripts/select-to-pattern.scm -share/gimp/scripts/selection-round.scm -share/gimp/scripts/slide.scm -share/gimp/scripts/sota-chrome-logo.scm -share/gimp/scripts/speed-text.scm -share/gimp/scripts/sphere.scm -share/gimp/scripts/spinning-globe.scm -share/gimp/scripts/spyrogimp.scm -share/gimp/scripts/starburst-logo.scm -share/gimp/scripts/starscape-logo.scm -share/gimp/scripts/swirltile.scm -share/gimp/scripts/swirly-pattern.scm -share/gimp/scripts/t-o-p-logo.scm -share/gimp/scripts/text-circle.scm -share/gimp/scripts/textured-logo.scm -share/gimp/scripts/tileblur.scm -share/gimp/scripts/title-header.scm -share/gimp/scripts/truchet.scm -share/gimp/scripts/unsharp-mask.scm -share/gimp/scripts/waves-anim.scm -share/gimp/scripts/weave.scm -share/gimp/scripts/web-browser.scm -share/gimp/scripts/xach-effect.scm -share/gimp/themes/Default/gtkrc -share/gimp/themes/Default/imagerc -share/gimp/themes/Default/images/preferences/controllers.png -share/gimp/themes/Default/images/preferences/default-comment.png -share/gimp/themes/Default/images/preferences/default-grid.png -share/gimp/themes/Default/images/preferences/display.png -share/gimp/themes/Default/images/preferences/environment.png -share/gimp/themes/Default/images/preferences/folders-brushes.png -share/gimp/themes/Default/images/preferences/folders-environ.png -share/gimp/themes/Default/images/preferences/folders-fonts.png -share/gimp/themes/Default/images/preferences/folders-gradients.png -share/gimp/themes/Default/images/preferences/folders-modules.png -share/gimp/themes/Default/images/preferences/folders-palettes.png -share/gimp/themes/Default/images/preferences/folders-patterns.png -share/gimp/themes/Default/images/preferences/folders-plug-ins.png -share/gimp/themes/Default/images/preferences/folders-scripts.png -share/gimp/themes/Default/images/preferences/folders-themes.png -share/gimp/themes/Default/images/preferences/folders-tool-plug-ins.png -share/gimp/themes/Default/images/preferences/folders.png -share/gimp/themes/Default/images/preferences/help-system.png -share/gimp/themes/Default/images/preferences/image-title.png -share/gimp/themes/Default/images/preferences/image-windows.png -share/gimp/themes/Default/images/preferences/input-devices.png -share/gimp/themes/Default/images/preferences/interface.png -share/gimp/themes/Default/images/preferences/monitor.png -share/gimp/themes/Default/images/preferences/new-image.png -share/gimp/themes/Default/images/preferences/session.png -share/gimp/themes/Default/images/preferences/theme.png -share/gimp/themes/Default/images/preferences/tool-options.png -share/gimp/themes/Default/images/preferences/toolbox.png -share/gimp/themes/Default/images/preferences/window-management.png -share/gimp/themes/Default/images/stock-anchor-16.png -share/gimp/themes/Default/images/stock-cap-butt-16.png -share/gimp/themes/Default/images/stock-cap-round-16.png -share/gimp/themes/Default/images/stock-cap-square-16.png -share/gimp/themes/Default/images/stock-center-16.png -share/gimp/themes/Default/images/stock-center-24.png -share/gimp/themes/Default/images/stock-channel-16.png -share/gimp/themes/Default/images/stock-channel-24.png -share/gimp/themes/Default/images/stock-channel-32.png -share/gimp/themes/Default/images/stock-channel-48.png -share/gimp/themes/Default/images/stock-channel-alpha-16.png -share/gimp/themes/Default/images/stock-channel-alpha-24.png -share/gimp/themes/Default/images/stock-channel-alpha-32.png -share/gimp/themes/Default/images/stock-channel-alpha-48.png -share/gimp/themes/Default/images/stock-channel-blue-16.png -share/gimp/themes/Default/images/stock-channel-blue-24.png -share/gimp/themes/Default/images/stock-channel-blue-32.png -share/gimp/themes/Default/images/stock-channel-blue-48.png -share/gimp/themes/Default/images/stock-channel-gray-16.png -share/gimp/themes/Default/images/stock-channel-gray-24.png -share/gimp/themes/Default/images/stock-channel-gray-32.png -share/gimp/themes/Default/images/stock-channel-gray-48.png -share/gimp/themes/Default/images/stock-channel-green-16.png -share/gimp/themes/Default/images/stock-channel-green-24.png -share/gimp/themes/Default/images/stock-channel-green-32.png -share/gimp/themes/Default/images/stock-channel-green-48.png -share/gimp/themes/Default/images/stock-channel-indexed-16.png -share/gimp/themes/Default/images/stock-channel-indexed-24.png -share/gimp/themes/Default/images/stock-channel-indexed-32.png -share/gimp/themes/Default/images/stock-channel-indexed-48.png -share/gimp/themes/Default/images/stock-channel-red-16.png -share/gimp/themes/Default/images/stock-channel-red-24.png -share/gimp/themes/Default/images/stock-channel-red-32.png -share/gimp/themes/Default/images/stock-channel-red-48.png -share/gimp/themes/Default/images/stock-channels-16.png -share/gimp/themes/Default/images/stock-channels-24.png -share/gimp/themes/Default/images/stock-char-picker-22.png -share/gimp/themes/Default/images/stock-close-12.png -share/gimp/themes/Default/images/stock-color-pick-from-screen-16.png -share/gimp/themes/Default/images/stock-color-picker-black-18.png -share/gimp/themes/Default/images/stock-color-picker-gray-18.png -share/gimp/themes/Default/images/stock-color-picker-white-18.png -share/gimp/themes/Default/images/stock-color-triangle-16.png -share/gimp/themes/Default/images/stock-convert-grayscale-16.png -share/gimp/themes/Default/images/stock-convert-indexed-16.png -share/gimp/themes/Default/images/stock-convert-rgb-16.png -share/gimp/themes/Default/images/stock-curve-free-16.png -share/gimp/themes/Default/images/stock-curve-smooth-16.png -share/gimp/themes/Default/images/stock-default-colors-12.png -share/gimp/themes/Default/images/stock-device-status-16.png -share/gimp/themes/Default/images/stock-device-status-24.png -share/gimp/themes/Default/images/stock-display-filter-16.png -share/gimp/themes/Default/images/stock-display-filter-24.png -share/gimp/themes/Default/images/stock-duplicate-16.png -share/gimp/themes/Default/images/stock-edit-16.png -share/gimp/themes/Default/images/stock-error-64.png -share/gimp/themes/Default/images/stock-eye-12.png -share/gimp/themes/Default/images/stock-eye-20.png -share/gimp/themes/Default/images/stock-flip-horizontal-16.png -share/gimp/themes/Default/images/stock-flip-vertical-16.png -share/gimp/themes/Default/images/stock-floating-selection-16.png -share/gimp/themes/Default/images/stock-floating-selection-24.png -share/gimp/themes/Default/images/stock-floating-selection-32.png -share/gimp/themes/Default/images/stock-floating-selection-48.png -share/gimp/themes/Default/images/stock-frame-64.png -share/gimp/themes/Default/images/stock-gradient-bilinear-16.png -share/gimp/themes/Default/images/stock-gradient-conical-asymmetric-16.png -share/gimp/themes/Default/images/stock-gradient-conical-symmetric-16.png -share/gimp/themes/Default/images/stock-gradient-linear-16.png -share/gimp/themes/Default/images/stock-gradient-radial-16.png -share/gimp/themes/Default/images/stock-gradient-shapeburst-angular-16.png -share/gimp/themes/Default/images/stock-gradient-shapeburst-dimpled-16.png -share/gimp/themes/Default/images/stock-gradient-shapeburst-spherical-16.png -share/gimp/themes/Default/images/stock-gradient-spiral-anticlockwise-16.png -share/gimp/themes/Default/images/stock-gradient-spiral-clockwise-16.png -share/gimp/themes/Default/images/stock-gradient-square-16.png -share/gimp/themes/Default/images/stock-gravity-east-24.png -share/gimp/themes/Default/images/stock-gravity-north-24.png -share/gimp/themes/Default/images/stock-gravity-north-east-24.png -share/gimp/themes/Default/images/stock-gravity-north-west-24.png -share/gimp/themes/Default/images/stock-gravity-south-24.png -share/gimp/themes/Default/images/stock-gravity-south-east-24.png -share/gimp/themes/Default/images/stock-gravity-south-west-24.png -share/gimp/themes/Default/images/stock-gravity-west-24.png -share/gimp/themes/Default/images/stock-grid-16.png -share/gimp/themes/Default/images/stock-hchain-24.png -share/gimp/themes/Default/images/stock-hchain-broken-24.png -share/gimp/themes/Default/images/stock-histogram-16.png -share/gimp/themes/Default/images/stock-histogram-22.png -share/gimp/themes/Default/images/stock-histogram-linear-16.png -share/gimp/themes/Default/images/stock-histogram-logarithmic-16.png -share/gimp/themes/Default/images/stock-image-16.png -share/gimp/themes/Default/images/stock-image-24.png -share/gimp/themes/Default/images/stock-image-32.png -share/gimp/themes/Default/images/stock-image-48.png -share/gimp/themes/Default/images/stock-images-16.png -share/gimp/themes/Default/images/stock-images-24.png -share/gimp/themes/Default/images/stock-indexed-palette-16.png -share/gimp/themes/Default/images/stock-indexed-palette-24.png -share/gimp/themes/Default/images/stock-info-16.png -share/gimp/themes/Default/images/stock-info-24.png -share/gimp/themes/Default/images/stock-info-64.png -share/gimp/themes/Default/images/stock-invert-16.png -share/gimp/themes/Default/images/stock-join-bevel-16.png -share/gimp/themes/Default/images/stock-join-miter-16.png -share/gimp/themes/Default/images/stock-join-round-16.png -share/gimp/themes/Default/images/stock-landscape-16.png -share/gimp/themes/Default/images/stock-layer-16.png -share/gimp/themes/Default/images/stock-layer-24.png -share/gimp/themes/Default/images/stock-layer-32.png -share/gimp/themes/Default/images/stock-layer-48.png -share/gimp/themes/Default/images/stock-layer-mask-16.png -share/gimp/themes/Default/images/stock-layer-mask-24.png -share/gimp/themes/Default/images/stock-layer-mask-32.png -share/gimp/themes/Default/images/stock-layer-mask-48.png -share/gimp/themes/Default/images/stock-layer-to-imagesize-16.png -share/gimp/themes/Default/images/stock-layers-16.png -share/gimp/themes/Default/images/stock-layers-24.png -share/gimp/themes/Default/images/stock-letter-spacing-22.png -share/gimp/themes/Default/images/stock-line-spacing-22.png -share/gimp/themes/Default/images/stock-linked-12.png -share/gimp/themes/Default/images/stock-linked-20.png -share/gimp/themes/Default/images/stock-list-16.png -share/gimp/themes/Default/images/stock-menu-left-12.png -share/gimp/themes/Default/images/stock-menu-right-12.png -share/gimp/themes/Default/images/stock-merge-down-16.png -share/gimp/themes/Default/images/stock-move-to-screen-16.png -share/gimp/themes/Default/images/stock-move-to-screen-24.png -share/gimp/themes/Default/images/stock-navigation-16.png -share/gimp/themes/Default/images/stock-paste-as-new-16.png -share/gimp/themes/Default/images/stock-paste-into-16.png -share/gimp/themes/Default/images/stock-path-16.png -share/gimp/themes/Default/images/stock-path-22.png -share/gimp/themes/Default/images/stock-path-stroke-16.png -share/gimp/themes/Default/images/stock-paths-16.png -share/gimp/themes/Default/images/stock-paths-22.png -share/gimp/themes/Default/images/stock-plugin-16.png -share/gimp/themes/Default/images/stock-portrait-16.png -share/gimp/themes/Default/images/stock-print-resolution-16.png -share/gimp/themes/Default/images/stock-print-resolution-24.png -share/gimp/themes/Default/images/stock-qmask-off-16.png -share/gimp/themes/Default/images/stock-qmask-on-16.png -share/gimp/themes/Default/images/stock-question-64.png -share/gimp/themes/Default/images/stock-reset-16.png -share/gimp/themes/Default/images/stock-reshow-filter-16.png -share/gimp/themes/Default/images/stock-resize-16.png -share/gimp/themes/Default/images/stock-rotate-180-16.png -share/gimp/themes/Default/images/stock-rotate-270-16.png -share/gimp/themes/Default/images/stock-rotate-90-16.png -share/gimp/themes/Default/images/stock-scale-16.png -share/gimp/themes/Default/images/stock-selection-16.png -share/gimp/themes/Default/images/stock-selection-add-16.png -share/gimp/themes/Default/images/stock-selection-all-16.png -share/gimp/themes/Default/images/stock-selection-border-16.png -share/gimp/themes/Default/images/stock-selection-grow-16.png -share/gimp/themes/Default/images/stock-selection-intersect-16.png -share/gimp/themes/Default/images/stock-selection-none-16.png -share/gimp/themes/Default/images/stock-selection-replace-16.png -share/gimp/themes/Default/images/stock-selection-shrink-16.png -share/gimp/themes/Default/images/stock-selection-stroke-16.png -share/gimp/themes/Default/images/stock-selection-subtract-16.png -share/gimp/themes/Default/images/stock-selection-to-channel-16.png -share/gimp/themes/Default/images/stock-selection-to-path-16.png -share/gimp/themes/Default/images/stock-shape-circle-16.png -share/gimp/themes/Default/images/stock-shape-diamond-16.png -share/gimp/themes/Default/images/stock-shape-square-16.png -share/gimp/themes/Default/images/stock-swap-colors-12.png -share/gimp/themes/Default/images/stock-template-16.png -share/gimp/themes/Default/images/stock-template-24.png -share/gimp/themes/Default/images/stock-text-dir-ltr-24.png -share/gimp/themes/Default/images/stock-text-dir-rtl-24.png -share/gimp/themes/Default/images/stock-text-layer-16.png -share/gimp/themes/Default/images/stock-text-layer-24.png -share/gimp/themes/Default/images/stock-text-layer-32.png -share/gimp/themes/Default/images/stock-text-layer-48.png -share/gimp/themes/Default/images/stock-texture-64.png -share/gimp/themes/Default/images/stock-toilet-paper-16.png -share/gimp/themes/Default/images/stock-toilet-paper-24.png -share/gimp/themes/Default/images/stock-tool-airbrush-16.png -share/gimp/themes/Default/images/stock-tool-airbrush-22.png -share/gimp/themes/Default/images/stock-tool-blend-16.png -share/gimp/themes/Default/images/stock-tool-blend-22.png -share/gimp/themes/Default/images/stock-tool-blur-16.png -share/gimp/themes/Default/images/stock-tool-blur-22.png -share/gimp/themes/Default/images/stock-tool-brightness-contrast-16.png -share/gimp/themes/Default/images/stock-tool-brightness-contrast-22.png -share/gimp/themes/Default/images/stock-tool-bucket-fill-16.png -share/gimp/themes/Default/images/stock-tool-bucket-fill-22.png -share/gimp/themes/Default/images/stock-tool-by-color-select-16.png -share/gimp/themes/Default/images/stock-tool-by-color-select-22.png -share/gimp/themes/Default/images/stock-tool-clone-16.png -share/gimp/themes/Default/images/stock-tool-clone-22.png -share/gimp/themes/Default/images/stock-tool-color-balance-16.png -share/gimp/themes/Default/images/stock-tool-color-balance-22.png -share/gimp/themes/Default/images/stock-tool-color-picker-16.png -share/gimp/themes/Default/images/stock-tool-color-picker-22.png -share/gimp/themes/Default/images/stock-tool-colorize-16.png -share/gimp/themes/Default/images/stock-tool-colorize-22.png -share/gimp/themes/Default/images/stock-tool-crop-16.png -share/gimp/themes/Default/images/stock-tool-crop-22.png -share/gimp/themes/Default/images/stock-tool-curves-16.png -share/gimp/themes/Default/images/stock-tool-curves-22.png -share/gimp/themes/Default/images/stock-tool-dodge-16.png -share/gimp/themes/Default/images/stock-tool-dodge-22.png -share/gimp/themes/Default/images/stock-tool-ellipse-select-16.png -share/gimp/themes/Default/images/stock-tool-ellipse-select-22.png -share/gimp/themes/Default/images/stock-tool-eraser-16.png -share/gimp/themes/Default/images/stock-tool-eraser-22.png -share/gimp/themes/Default/images/stock-tool-flip-16.png -share/gimp/themes/Default/images/stock-tool-flip-22.png -share/gimp/themes/Default/images/stock-tool-free-select-16.png -share/gimp/themes/Default/images/stock-tool-free-select-22.png -share/gimp/themes/Default/images/stock-tool-fuzzy-select-16.png -share/gimp/themes/Default/images/stock-tool-fuzzy-select-22.png -share/gimp/themes/Default/images/stock-tool-hue-saturation-16.png -share/gimp/themes/Default/images/stock-tool-hue-saturation-22.png -share/gimp/themes/Default/images/stock-tool-ink-16.png -share/gimp/themes/Default/images/stock-tool-ink-22.png -share/gimp/themes/Default/images/stock-tool-iscissors-16.png -share/gimp/themes/Default/images/stock-tool-iscissors-22.png -share/gimp/themes/Default/images/stock-tool-levels-16.png -share/gimp/themes/Default/images/stock-tool-levels-22.png -share/gimp/themes/Default/images/stock-tool-measure-16.png -share/gimp/themes/Default/images/stock-tool-measure-22.png -share/gimp/themes/Default/images/stock-tool-move-16.png -share/gimp/themes/Default/images/stock-tool-move-22.png -share/gimp/themes/Default/images/stock-tool-options-16.png -share/gimp/themes/Default/images/stock-tool-options-24.png -share/gimp/themes/Default/images/stock-tool-paintbrush-16.png -share/gimp/themes/Default/images/stock-tool-paintbrush-22.png -share/gimp/themes/Default/images/stock-tool-path-16.png -share/gimp/themes/Default/images/stock-tool-path-22.png -share/gimp/themes/Default/images/stock-tool-pencil-16.png -share/gimp/themes/Default/images/stock-tool-pencil-22.png -share/gimp/themes/Default/images/stock-tool-perspective-16.png -share/gimp/themes/Default/images/stock-tool-perspective-22.png -share/gimp/themes/Default/images/stock-tool-posterize-16.png -share/gimp/themes/Default/images/stock-tool-posterize-22.png -share/gimp/themes/Default/images/stock-tool-rect-select-16.png -share/gimp/themes/Default/images/stock-tool-rect-select-22.png -share/gimp/themes/Default/images/stock-tool-rotate-16.png -share/gimp/themes/Default/images/stock-tool-rotate-22.png -share/gimp/themes/Default/images/stock-tool-scale-16.png -share/gimp/themes/Default/images/stock-tool-scale-22.png -share/gimp/themes/Default/images/stock-tool-shear-16.png -share/gimp/themes/Default/images/stock-tool-shear-22.png -share/gimp/themes/Default/images/stock-tool-smudge-16.png -share/gimp/themes/Default/images/stock-tool-smudge-22.png -share/gimp/themes/Default/images/stock-tool-text-16.png -share/gimp/themes/Default/images/stock-tool-text-22.png -share/gimp/themes/Default/images/stock-tool-threshold-16.png -share/gimp/themes/Default/images/stock-tool-threshold-22.png -share/gimp/themes/Default/images/stock-tool-zoom-16.png -share/gimp/themes/Default/images/stock-tool-zoom-22.png -share/gimp/themes/Default/images/stock-tools-16.png -share/gimp/themes/Default/images/stock-tools-24.png -share/gimp/themes/Default/images/stock-transparency-16.png -share/gimp/themes/Default/images/stock-transparency-24.png -share/gimp/themes/Default/images/stock-undo-history-16.png -share/gimp/themes/Default/images/stock-undo-history-24.png -share/gimp/themes/Default/images/stock-vchain-24.png -share/gimp/themes/Default/images/stock-vchain-broken-24.png -share/gimp/themes/Default/images/stock-video-16.png -share/gimp/themes/Default/images/stock-video-24.png -share/gimp/themes/Default/images/stock-warning-16.png -share/gimp/themes/Default/images/stock-warning-24.png -share/gimp/themes/Default/images/stock-warning-64.png -share/gimp/themes/Default/images/stock-web-16.png -share/gimp/themes/Default/images/stock-web-24.png -share/gimp/themes/Default/images/stock-wilber-16.png -share/gimp/themes/Default/images/stock-wilber-64.png -share/gimp/themes/Default/images/stock-wilber-eek-64.png -share/gimp/themes/Default/images/stock-zoom-follow-window-12.png -share/gimp/themes/Small/gtkrc -share/gimp/tips/gimp-tips.xml +%%DATADIR%%/palettes/Bears.gpl +%%DATADIR%%/palettes/Bgold.gpl +%%DATADIR%%/palettes/Blues.gpl +%%DATADIR%%/palettes/Borders.gpl +%%DATADIR%%/palettes/Browns_And_Yellows.gpl +%%DATADIR%%/palettes/Caramel.gpl +%%DATADIR%%/palettes/Cascade.gpl +%%DATADIR%%/palettes/China.gpl +%%DATADIR%%/palettes/Coldfire.gpl +%%DATADIR%%/palettes/Cool_Colors.gpl +%%DATADIR%%/palettes/Cranes.gpl +%%DATADIR%%/palettes/Dark_pastels.gpl +%%DATADIR%%/palettes/Default.gpl +%%DATADIR%%/palettes/Ega.gpl +%%DATADIR%%/palettes/Firecode.gpl +%%DATADIR%%/palettes/Gold.gpl +%%DATADIR%%/palettes/GrayViolet.gpl +%%DATADIR%%/palettes/Grayblue.gpl +%%DATADIR%%/palettes/Grays.gpl +%%DATADIR%%/palettes/Greens.gpl +%%DATADIR%%/palettes/Hilite.gpl +%%DATADIR%%/palettes/Khaki.gpl +%%DATADIR%%/palettes/Lights.gpl +%%DATADIR%%/palettes/Muted.gpl +%%DATADIR%%/palettes/Named_Colors.gpl +%%DATADIR%%/palettes/News3.gpl +%%DATADIR%%/palettes/Op2.gpl +%%DATADIR%%/palettes/Paintjet.gpl +%%DATADIR%%/palettes/Pastels.gpl +%%DATADIR%%/palettes/Plasma.gpl +%%DATADIR%%/palettes/Reds.gpl +%%DATADIR%%/palettes/Reds_And_Purples.gpl +%%DATADIR%%/palettes/Royal.gpl +%%DATADIR%%/palettes/Topographic.gpl +%%DATADIR%%/palettes/Visibone.gpl +%%DATADIR%%/palettes/Visibone_2.gpl +%%DATADIR%%/palettes/Volcano.gpl +%%DATADIR%%/palettes/Warm_Colors.gpl +%%DATADIR%%/palettes/Web.gpl +%%DATADIR%%/patterns/3dgreen.pat +%%DATADIR%%/patterns/Craters.pat +%%DATADIR%%/patterns/Moonfoot.pat +%%DATADIR%%/patterns/Stripes1px.pat +%%DATADIR%%/patterns/Stripes2px.pat +%%DATADIR%%/patterns/amethyst.pat +%%DATADIR%%/patterns/bark.pat +%%DATADIR%%/patterns/blue.pat +%%DATADIR%%/patterns/bluegrid.pat +%%DATADIR%%/patterns/bluesquares.pat +%%DATADIR%%/patterns/blueweb.pat +%%DATADIR%%/patterns/brick.pat +%%DATADIR%%/patterns/burlap.pat +%%DATADIR%%/patterns/burlwood.pat +%%DATADIR%%/patterns/choc_swirl.pat +%%DATADIR%%/patterns/corkboard.pat +%%DATADIR%%/patterns/cracked.pat +%%DATADIR%%/patterns/crinklepaper.pat +%%DATADIR%%/patterns/electric.pat +%%DATADIR%%/patterns/fibers.pat +%%DATADIR%%/patterns/granite1.pat +%%DATADIR%%/patterns/ground1.pat +%%DATADIR%%/patterns/ice.pat +%%DATADIR%%/patterns/java.pat +%%DATADIR%%/patterns/leather.pat +%%DATADIR%%/patterns/leaves.pat +%%DATADIR%%/patterns/leopard.pat +%%DATADIR%%/patterns/lightning.pat +%%DATADIR%%/patterns/marble1.pat +%%DATADIR%%/patterns/marble2.pat +%%DATADIR%%/patterns/marble3.pat +%%DATADIR%%/patterns/nops.pat +%%DATADIR%%/patterns/paper.pat +%%DATADIR%%/patterns/parque1.pat +%%DATADIR%%/patterns/parque2.pat +%%DATADIR%%/patterns/parque3.pat +%%DATADIR%%/patterns/pastel.pat +%%DATADIR%%/patterns/pine.pat +%%DATADIR%%/patterns/pink_marble.pat +%%DATADIR%%/patterns/pool.pat +%%DATADIR%%/patterns/qube1.pat +%%DATADIR%%/patterns/rain.pat +%%DATADIR%%/patterns/recessed.pat +%%DATADIR%%/patterns/redcube.pat +%%DATADIR%%/patterns/rock.pat +%%DATADIR%%/patterns/sky.pat +%%DATADIR%%/patterns/slate.pat +%%DATADIR%%/patterns/sm_squares.pat +%%DATADIR%%/patterns/starfield.pat +%%DATADIR%%/patterns/stone33.pat +%%DATADIR%%/patterns/terra.pat +%%DATADIR%%/patterns/walnut.pat +%%DATADIR%%/patterns/warning.pat +%%DATADIR%%/patterns/wood1.pat +%%DATADIR%%/patterns/wood2.pat +%%DATADIR%%/patterns/wood3.pat +%%DATADIR%%/patterns/wood4.pat +%%DATADIR%%/patterns/wood5.pat +%%DATADIR%%/scripts/3d-outline.scm +%%DATADIR%%/scripts/3dTruchet.scm +%%DATADIR%%/scripts/add-bevel.scm +%%DATADIR%%/scripts/addborder.scm +%%DATADIR%%/scripts/alien-glow-arrow.scm +%%DATADIR%%/scripts/alien-glow-bar.scm +%%DATADIR%%/scripts/alien-glow-bullet.scm +%%DATADIR%%/scripts/alien-glow-button.scm +%%DATADIR%%/scripts/alien-glow-logo.scm +%%DATADIR%%/scripts/alien-neon-logo.scm +%%DATADIR%%/scripts/basic1-logo.scm +%%DATADIR%%/scripts/basic2-logo.scm +%%DATADIR%%/scripts/beveled-button.scm +%%DATADIR%%/scripts/beveled-pattern-arrow.scm +%%DATADIR%%/scripts/beveled-pattern-bullet.scm +%%DATADIR%%/scripts/beveled-pattern-button.scm +%%DATADIR%%/scripts/beveled-pattern-heading.scm +%%DATADIR%%/scripts/beveled-pattern-hrule.scm +%%DATADIR%%/scripts/blend-anim.scm +%%DATADIR%%/scripts/blended-logo.scm +%%DATADIR%%/scripts/bovinated-logo.scm +%%DATADIR%%/scripts/burn-in-anim.scm +%%DATADIR%%/scripts/camo.scm +%%DATADIR%%/scripts/carve-it.scm +%%DATADIR%%/scripts/carved-logo.scm +%%DATADIR%%/scripts/chalk.scm +%%DATADIR%%/scripts/chip-away.scm +%%DATADIR%%/scripts/chrome-it.scm +%%DATADIR%%/scripts/chrome-logo.scm +%%DATADIR%%/scripts/circuit.scm +%%DATADIR%%/scripts/clothify.scm +%%DATADIR%%/scripts/coffee.scm +%%DATADIR%%/scripts/comic-logo.scm +%%DATADIR%%/scripts/coolmetal-logo.scm +%%DATADIR%%/scripts/copy-visible.scm +%%DATADIR%%/scripts/crystal-logo.scm +%%DATADIR%%/scripts/distress-selection.scm +%%DATADIR%%/scripts/drop-shadow.scm +%%DATADIR%%/scripts/erase-rows.scm +%%DATADIR%%/scripts/fade-outline.scm +%%DATADIR%%/scripts/flatland.scm +%%DATADIR%%/scripts/font-map.scm +%%DATADIR%%/scripts/frosty-logo.scm +%%DATADIR%%/scripts/fuzzyborder.scm +%%DATADIR%%/scripts/gimp-headers.scm +%%DATADIR%%/scripts/gimp-labels.scm +%%DATADIR%%/scripts/glossy.scm +%%DATADIR%%/scripts/glowing-logo.scm +%%DATADIR%%/scripts/gradient-bevel-logo.scm +%%DATADIR%%/scripts/gradient-example.scm +%%DATADIR%%/scripts/grid-system.scm +%%DATADIR%%/scripts/guides-from-selection.scm +%%DATADIR%%/scripts/guides-new-percent.scm +%%DATADIR%%/scripts/guides-new.scm +%%DATADIR%%/scripts/guides-remove-all.scm +%%DATADIR%%/scripts/hsv-graph.scm +%%DATADIR%%/scripts/i26-gunya2.scm +%%DATADIR%%/scripts/image-structure.scm +%%DATADIR%%/scripts/images/beavis.jpg +%%DATADIR%%/scripts/images/texture.jpg +%%DATADIR%%/scripts/images/texture1.jpg +%%DATADIR%%/scripts/images/texture2.jpg +%%DATADIR%%/scripts/images/texture3.jpg +%%DATADIR%%/scripts/land.scm +%%DATADIR%%/scripts/lava.scm +%%DATADIR%%/scripts/line-nova.scm +%%DATADIR%%/scripts/mkbrush.scm +%%DATADIR%%/scripts/neon-logo.scm +%%DATADIR%%/scripts/news-text.scm +%%DATADIR%%/scripts/old-photo.scm +%%DATADIR%%/scripts/perspective-shadow.scm +%%DATADIR%%/scripts/predator.scm +%%DATADIR%%/scripts/pupi-button.scm +%%DATADIR%%/scripts/rendermap.scm +%%DATADIR%%/scripts/ripply-anim.scm +%%DATADIR%%/scripts/round-corners.scm +%%DATADIR%%/scripts/script-fu-util.scm +%%DATADIR%%/scripts/select-to-brush.scm +%%DATADIR%%/scripts/select-to-image.scm +%%DATADIR%%/scripts/select-to-pattern.scm +%%DATADIR%%/scripts/selection-round.scm +%%DATADIR%%/scripts/slide.scm +%%DATADIR%%/scripts/sota-chrome-logo.scm +%%DATADIR%%/scripts/speed-text.scm +%%DATADIR%%/scripts/sphere.scm +%%DATADIR%%/scripts/spinning-globe.scm +%%DATADIR%%/scripts/spyrogimp.scm +%%DATADIR%%/scripts/starburst-logo.scm +%%DATADIR%%/scripts/starscape-logo.scm +%%DATADIR%%/scripts/swirltile.scm +%%DATADIR%%/scripts/swirly-pattern.scm +%%DATADIR%%/scripts/t-o-p-logo.scm +%%DATADIR%%/scripts/text-circle.scm +%%DATADIR%%/scripts/textured-logo.scm +%%DATADIR%%/scripts/tileblur.scm +%%DATADIR%%/scripts/title-header.scm +%%DATADIR%%/scripts/truchet.scm +%%DATADIR%%/scripts/unsharp-mask.scm +%%DATADIR%%/scripts/waves-anim.scm +%%DATADIR%%/scripts/weave.scm +%%DATADIR%%/scripts/web-browser.scm +%%DATADIR%%/scripts/xach-effect.scm +%%DATADIR%%/themes/Default/gtkrc +%%DATADIR%%/themes/Default/imagerc +%%DATADIR%%/themes/Default/images/preferences/controllers.png +%%DATADIR%%/themes/Default/images/preferences/default-comment.png +%%DATADIR%%/themes/Default/images/preferences/default-grid.png +%%DATADIR%%/themes/Default/images/preferences/display.png +%%DATADIR%%/themes/Default/images/preferences/environment.png +%%DATADIR%%/themes/Default/images/preferences/folders-brushes.png +%%DATADIR%%/themes/Default/images/preferences/folders-environ.png +%%DATADIR%%/themes/Default/images/preferences/folders-fonts.png +%%DATADIR%%/themes/Default/images/preferences/folders-gradients.png +%%DATADIR%%/themes/Default/images/preferences/folders-modules.png +%%DATADIR%%/themes/Default/images/preferences/folders-palettes.png +%%DATADIR%%/themes/Default/images/preferences/folders-patterns.png +%%DATADIR%%/themes/Default/images/preferences/folders-plug-ins.png +%%DATADIR%%/themes/Default/images/preferences/folders-scripts.png +%%DATADIR%%/themes/Default/images/preferences/folders-themes.png +%%DATADIR%%/themes/Default/images/preferences/folders-tool-plug-ins.png +%%DATADIR%%/themes/Default/images/preferences/folders.png +%%DATADIR%%/themes/Default/images/preferences/help-system.png +%%DATADIR%%/themes/Default/images/preferences/image-title.png +%%DATADIR%%/themes/Default/images/preferences/image-windows.png +%%DATADIR%%/themes/Default/images/preferences/input-devices.png +%%DATADIR%%/themes/Default/images/preferences/interface.png +%%DATADIR%%/themes/Default/images/preferences/monitor.png +%%DATADIR%%/themes/Default/images/preferences/new-image.png +%%DATADIR%%/themes/Default/images/preferences/session.png +%%DATADIR%%/themes/Default/images/preferences/theme.png +%%DATADIR%%/themes/Default/images/preferences/tool-options.png +%%DATADIR%%/themes/Default/images/preferences/toolbox.png +%%DATADIR%%/themes/Default/images/preferences/window-management.png +%%DATADIR%%/themes/Default/images/stock-anchor-16.png +%%DATADIR%%/themes/Default/images/stock-cap-butt-16.png +%%DATADIR%%/themes/Default/images/stock-cap-round-16.png +%%DATADIR%%/themes/Default/images/stock-cap-square-16.png +%%DATADIR%%/themes/Default/images/stock-center-16.png +%%DATADIR%%/themes/Default/images/stock-center-24.png +%%DATADIR%%/themes/Default/images/stock-channel-16.png +%%DATADIR%%/themes/Default/images/stock-channel-24.png +%%DATADIR%%/themes/Default/images/stock-channel-32.png +%%DATADIR%%/themes/Default/images/stock-channel-48.png +%%DATADIR%%/themes/Default/images/stock-channel-alpha-16.png +%%DATADIR%%/themes/Default/images/stock-channel-alpha-24.png +%%DATADIR%%/themes/Default/images/stock-channel-alpha-32.png +%%DATADIR%%/themes/Default/images/stock-channel-alpha-48.png +%%DATADIR%%/themes/Default/images/stock-channel-blue-16.png +%%DATADIR%%/themes/Default/images/stock-channel-blue-24.png +%%DATADIR%%/themes/Default/images/stock-channel-blue-32.png +%%DATADIR%%/themes/Default/images/stock-channel-blue-48.png +%%DATADIR%%/themes/Default/images/stock-channel-gray-16.png +%%DATADIR%%/themes/Default/images/stock-channel-gray-24.png +%%DATADIR%%/themes/Default/images/stock-channel-gray-32.png +%%DATADIR%%/themes/Default/images/stock-channel-gray-48.png +%%DATADIR%%/themes/Default/images/stock-channel-green-16.png +%%DATADIR%%/themes/Default/images/stock-channel-green-24.png +%%DATADIR%%/themes/Default/images/stock-channel-green-32.png +%%DATADIR%%/themes/Default/images/stock-channel-green-48.png +%%DATADIR%%/themes/Default/images/stock-channel-indexed-16.png +%%DATADIR%%/themes/Default/images/stock-channel-indexed-24.png +%%DATADIR%%/themes/Default/images/stock-channel-indexed-32.png +%%DATADIR%%/themes/Default/images/stock-channel-indexed-48.png +%%DATADIR%%/themes/Default/images/stock-channel-red-16.png +%%DATADIR%%/themes/Default/images/stock-channel-red-24.png +%%DATADIR%%/themes/Default/images/stock-channel-red-32.png +%%DATADIR%%/themes/Default/images/stock-channel-red-48.png +%%DATADIR%%/themes/Default/images/stock-channels-16.png +%%DATADIR%%/themes/Default/images/stock-channels-24.png +%%DATADIR%%/themes/Default/images/stock-char-picker-22.png +%%DATADIR%%/themes/Default/images/stock-close-12.png +%%DATADIR%%/themes/Default/images/stock-color-pick-from-screen-16.png +%%DATADIR%%/themes/Default/images/stock-color-picker-black-18.png +%%DATADIR%%/themes/Default/images/stock-color-picker-gray-18.png +%%DATADIR%%/themes/Default/images/stock-color-picker-white-18.png +%%DATADIR%%/themes/Default/images/stock-color-triangle-16.png +%%DATADIR%%/themes/Default/images/stock-convert-grayscale-16.png +%%DATADIR%%/themes/Default/images/stock-convert-indexed-16.png +%%DATADIR%%/themes/Default/images/stock-convert-rgb-16.png +%%DATADIR%%/themes/Default/images/stock-curve-free-16.png +%%DATADIR%%/themes/Default/images/stock-curve-smooth-16.png +%%DATADIR%%/themes/Default/images/stock-default-colors-12.png +%%DATADIR%%/themes/Default/images/stock-device-status-16.png +%%DATADIR%%/themes/Default/images/stock-device-status-24.png +%%DATADIR%%/themes/Default/images/stock-display-filter-16.png +%%DATADIR%%/themes/Default/images/stock-display-filter-24.png +%%DATADIR%%/themes/Default/images/stock-duplicate-16.png +%%DATADIR%%/themes/Default/images/stock-edit-16.png +%%DATADIR%%/themes/Default/images/stock-error-64.png +%%DATADIR%%/themes/Default/images/stock-eye-12.png +%%DATADIR%%/themes/Default/images/stock-eye-20.png +%%DATADIR%%/themes/Default/images/stock-flip-horizontal-16.png +%%DATADIR%%/themes/Default/images/stock-flip-vertical-16.png +%%DATADIR%%/themes/Default/images/stock-floating-selection-16.png +%%DATADIR%%/themes/Default/images/stock-floating-selection-24.png +%%DATADIR%%/themes/Default/images/stock-floating-selection-32.png +%%DATADIR%%/themes/Default/images/stock-floating-selection-48.png +%%DATADIR%%/themes/Default/images/stock-frame-64.png +%%DATADIR%%/themes/Default/images/stock-gradient-bilinear-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-conical-asymmetric-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-conical-symmetric-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-linear-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-radial-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-angular-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-dimpled-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-shapeburst-spherical-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-spiral-anticlockwise-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-spiral-clockwise-16.png +%%DATADIR%%/themes/Default/images/stock-gradient-square-16.png +%%DATADIR%%/themes/Default/images/stock-gravity-east-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-north-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-north-east-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-north-west-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-south-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-south-east-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-south-west-24.png +%%DATADIR%%/themes/Default/images/stock-gravity-west-24.png +%%DATADIR%%/themes/Default/images/stock-grid-16.png +%%DATADIR%%/themes/Default/images/stock-hchain-24.png +%%DATADIR%%/themes/Default/images/stock-hchain-broken-24.png +%%DATADIR%%/themes/Default/images/stock-histogram-16.png +%%DATADIR%%/themes/Default/images/stock-histogram-22.png +%%DATADIR%%/themes/Default/images/stock-histogram-linear-16.png +%%DATADIR%%/themes/Default/images/stock-histogram-logarithmic-16.png +%%DATADIR%%/themes/Default/images/stock-image-16.png +%%DATADIR%%/themes/Default/images/stock-image-24.png +%%DATADIR%%/themes/Default/images/stock-image-32.png +%%DATADIR%%/themes/Default/images/stock-image-48.png +%%DATADIR%%/themes/Default/images/stock-images-16.png +%%DATADIR%%/themes/Default/images/stock-images-24.png +%%DATADIR%%/themes/Default/images/stock-indexed-palette-16.png +%%DATADIR%%/themes/Default/images/stock-indexed-palette-24.png +%%DATADIR%%/themes/Default/images/stock-info-16.png +%%DATADIR%%/themes/Default/images/stock-info-24.png +%%DATADIR%%/themes/Default/images/stock-info-64.png +%%DATADIR%%/themes/Default/images/stock-invert-16.png +%%DATADIR%%/themes/Default/images/stock-join-bevel-16.png +%%DATADIR%%/themes/Default/images/stock-join-miter-16.png +%%DATADIR%%/themes/Default/images/stock-join-round-16.png +%%DATADIR%%/themes/Default/images/stock-landscape-16.png +%%DATADIR%%/themes/Default/images/stock-layer-16.png +%%DATADIR%%/themes/Default/images/stock-layer-24.png +%%DATADIR%%/themes/Default/images/stock-layer-32.png +%%DATADIR%%/themes/Default/images/stock-layer-48.png +%%DATADIR%%/themes/Default/images/stock-layer-mask-16.png +%%DATADIR%%/themes/Default/images/stock-layer-mask-24.png +%%DATADIR%%/themes/Default/images/stock-layer-mask-32.png +%%DATADIR%%/themes/Default/images/stock-layer-mask-48.png +%%DATADIR%%/themes/Default/images/stock-layer-to-imagesize-16.png +%%DATADIR%%/themes/Default/images/stock-layers-16.png +%%DATADIR%%/themes/Default/images/stock-layers-24.png +%%DATADIR%%/themes/Default/images/stock-letter-spacing-22.png +%%DATADIR%%/themes/Default/images/stock-line-spacing-22.png +%%DATADIR%%/themes/Default/images/stock-linked-12.png +%%DATADIR%%/themes/Default/images/stock-linked-20.png +%%DATADIR%%/themes/Default/images/stock-list-16.png +%%DATADIR%%/themes/Default/images/stock-menu-left-12.png +%%DATADIR%%/themes/Default/images/stock-menu-right-12.png +%%DATADIR%%/themes/Default/images/stock-merge-down-16.png +%%DATADIR%%/themes/Default/images/stock-move-to-screen-16.png +%%DATADIR%%/themes/Default/images/stock-move-to-screen-24.png +%%DATADIR%%/themes/Default/images/stock-navigation-16.png +%%DATADIR%%/themes/Default/images/stock-paste-as-new-16.png +%%DATADIR%%/themes/Default/images/stock-paste-into-16.png +%%DATADIR%%/themes/Default/images/stock-path-16.png +%%DATADIR%%/themes/Default/images/stock-path-22.png +%%DATADIR%%/themes/Default/images/stock-path-stroke-16.png +%%DATADIR%%/themes/Default/images/stock-paths-16.png +%%DATADIR%%/themes/Default/images/stock-paths-22.png +%%DATADIR%%/themes/Default/images/stock-plugin-16.png +%%DATADIR%%/themes/Default/images/stock-portrait-16.png +%%DATADIR%%/themes/Default/images/stock-print-resolution-16.png +%%DATADIR%%/themes/Default/images/stock-print-resolution-24.png +%%DATADIR%%/themes/Default/images/stock-qmask-off-16.png +%%DATADIR%%/themes/Default/images/stock-qmask-on-16.png +%%DATADIR%%/themes/Default/images/stock-question-64.png +%%DATADIR%%/themes/Default/images/stock-reset-16.png +%%DATADIR%%/themes/Default/images/stock-reshow-filter-16.png +%%DATADIR%%/themes/Default/images/stock-resize-16.png +%%DATADIR%%/themes/Default/images/stock-rotate-180-16.png +%%DATADIR%%/themes/Default/images/stock-rotate-270-16.png +%%DATADIR%%/themes/Default/images/stock-rotate-90-16.png +%%DATADIR%%/themes/Default/images/stock-scale-16.png +%%DATADIR%%/themes/Default/images/stock-selection-16.png +%%DATADIR%%/themes/Default/images/stock-selection-add-16.png +%%DATADIR%%/themes/Default/images/stock-selection-all-16.png +%%DATADIR%%/themes/Default/images/stock-selection-border-16.png +%%DATADIR%%/themes/Default/images/stock-selection-grow-16.png +%%DATADIR%%/themes/Default/images/stock-selection-intersect-16.png +%%DATADIR%%/themes/Default/images/stock-selection-none-16.png +%%DATADIR%%/themes/Default/images/stock-selection-replace-16.png +%%DATADIR%%/themes/Default/images/stock-selection-shrink-16.png +%%DATADIR%%/themes/Default/images/stock-selection-stroke-16.png +%%DATADIR%%/themes/Default/images/stock-selection-subtract-16.png +%%DATADIR%%/themes/Default/images/stock-selection-to-channel-16.png +%%DATADIR%%/themes/Default/images/stock-selection-to-path-16.png +%%DATADIR%%/themes/Default/images/stock-shape-circle-16.png +%%DATADIR%%/themes/Default/images/stock-shape-diamond-16.png +%%DATADIR%%/themes/Default/images/stock-shape-square-16.png +%%DATADIR%%/themes/Default/images/stock-swap-colors-12.png +%%DATADIR%%/themes/Default/images/stock-template-16.png +%%DATADIR%%/themes/Default/images/stock-template-24.png +%%DATADIR%%/themes/Default/images/stock-text-dir-ltr-24.png +%%DATADIR%%/themes/Default/images/stock-text-dir-rtl-24.png +%%DATADIR%%/themes/Default/images/stock-text-layer-16.png +%%DATADIR%%/themes/Default/images/stock-text-layer-24.png +%%DATADIR%%/themes/Default/images/stock-text-layer-32.png +%%DATADIR%%/themes/Default/images/stock-text-layer-48.png +%%DATADIR%%/themes/Default/images/stock-texture-64.png +%%DATADIR%%/themes/Default/images/stock-toilet-paper-16.png +%%DATADIR%%/themes/Default/images/stock-toilet-paper-24.png +%%DATADIR%%/themes/Default/images/stock-tool-airbrush-16.png +%%DATADIR%%/themes/Default/images/stock-tool-airbrush-22.png +%%DATADIR%%/themes/Default/images/stock-tool-blend-16.png +%%DATADIR%%/themes/Default/images/stock-tool-blend-22.png +%%DATADIR%%/themes/Default/images/stock-tool-blur-16.png +%%DATADIR%%/themes/Default/images/stock-tool-blur-22.png +%%DATADIR%%/themes/Default/images/stock-tool-brightness-contrast-16.png +%%DATADIR%%/themes/Default/images/stock-tool-brightness-contrast-22.png +%%DATADIR%%/themes/Default/images/stock-tool-bucket-fill-16.png +%%DATADIR%%/themes/Default/images/stock-tool-bucket-fill-22.png +%%DATADIR%%/themes/Default/images/stock-tool-by-color-select-16.png +%%DATADIR%%/themes/Default/images/stock-tool-by-color-select-22.png +%%DATADIR%%/themes/Default/images/stock-tool-clone-16.png +%%DATADIR%%/themes/Default/images/stock-tool-clone-22.png +%%DATADIR%%/themes/Default/images/stock-tool-color-balance-16.png +%%DATADIR%%/themes/Default/images/stock-tool-color-balance-22.png +%%DATADIR%%/themes/Default/images/stock-tool-color-picker-16.png +%%DATADIR%%/themes/Default/images/stock-tool-color-picker-22.png +%%DATADIR%%/themes/Default/images/stock-tool-colorize-16.png +%%DATADIR%%/themes/Default/images/stock-tool-colorize-22.png +%%DATADIR%%/themes/Default/images/stock-tool-crop-16.png +%%DATADIR%%/themes/Default/images/stock-tool-crop-22.png +%%DATADIR%%/themes/Default/images/stock-tool-curves-16.png +%%DATADIR%%/themes/Default/images/stock-tool-curves-22.png +%%DATADIR%%/themes/Default/images/stock-tool-dodge-16.png +%%DATADIR%%/themes/Default/images/stock-tool-dodge-22.png +%%DATADIR%%/themes/Default/images/stock-tool-ellipse-select-16.png +%%DATADIR%%/themes/Default/images/stock-tool-ellipse-select-22.png +%%DATADIR%%/themes/Default/images/stock-tool-eraser-16.png +%%DATADIR%%/themes/Default/images/stock-tool-eraser-22.png +%%DATADIR%%/themes/Default/images/stock-tool-flip-16.png +%%DATADIR%%/themes/Default/images/stock-tool-flip-22.png +%%DATADIR%%/themes/Default/images/stock-tool-free-select-16.png +%%DATADIR%%/themes/Default/images/stock-tool-free-select-22.png +%%DATADIR%%/themes/Default/images/stock-tool-fuzzy-select-16.png +%%DATADIR%%/themes/Default/images/stock-tool-fuzzy-select-22.png +%%DATADIR%%/themes/Default/images/stock-tool-hue-saturation-16.png +%%DATADIR%%/themes/Default/images/stock-tool-hue-saturation-22.png +%%DATADIR%%/themes/Default/images/stock-tool-ink-16.png +%%DATADIR%%/themes/Default/images/stock-tool-ink-22.png +%%DATADIR%%/themes/Default/images/stock-tool-iscissors-16.png +%%DATADIR%%/themes/Default/images/stock-tool-iscissors-22.png +%%DATADIR%%/themes/Default/images/stock-tool-levels-16.png +%%DATADIR%%/themes/Default/images/stock-tool-levels-22.png +%%DATADIR%%/themes/Default/images/stock-tool-measure-16.png +%%DATADIR%%/themes/Default/images/stock-tool-measure-22.png +%%DATADIR%%/themes/Default/images/stock-tool-move-16.png +%%DATADIR%%/themes/Default/images/stock-tool-move-22.png +%%DATADIR%%/themes/Default/images/stock-tool-options-16.png +%%DATADIR%%/themes/Default/images/stock-tool-options-24.png +%%DATADIR%%/themes/Default/images/stock-tool-paintbrush-16.png +%%DATADIR%%/themes/Default/images/stock-tool-paintbrush-22.png +%%DATADIR%%/themes/Default/images/stock-tool-path-16.png +%%DATADIR%%/themes/Default/images/stock-tool-path-22.png +%%DATADIR%%/themes/Default/images/stock-tool-pencil-16.png +%%DATADIR%%/themes/Default/images/stock-tool-pencil-22.png +%%DATADIR%%/themes/Default/images/stock-tool-perspective-16.png +%%DATADIR%%/themes/Default/images/stock-tool-perspective-22.png +%%DATADIR%%/themes/Default/images/stock-tool-posterize-16.png +%%DATADIR%%/themes/Default/images/stock-tool-posterize-22.png +%%DATADIR%%/themes/Default/images/stock-tool-rect-select-16.png +%%DATADIR%%/themes/Default/images/stock-tool-rect-select-22.png +%%DATADIR%%/themes/Default/images/stock-tool-rotate-16.png +%%DATADIR%%/themes/Default/images/stock-tool-rotate-22.png +%%DATADIR%%/themes/Default/images/stock-tool-scale-16.png +%%DATADIR%%/themes/Default/images/stock-tool-scale-22.png +%%DATADIR%%/themes/Default/images/stock-tool-shear-16.png +%%DATADIR%%/themes/Default/images/stock-tool-shear-22.png +%%DATADIR%%/themes/Default/images/stock-tool-smudge-16.png +%%DATADIR%%/themes/Default/images/stock-tool-smudge-22.png +%%DATADIR%%/themes/Default/images/stock-tool-text-16.png +%%DATADIR%%/themes/Default/images/stock-tool-text-22.png +%%DATADIR%%/themes/Default/images/stock-tool-threshold-16.png +%%DATADIR%%/themes/Default/images/stock-tool-threshold-22.png +%%DATADIR%%/themes/Default/images/stock-tool-zoom-16.png +%%DATADIR%%/themes/Default/images/stock-tool-zoom-22.png +%%DATADIR%%/themes/Default/images/stock-tools-16.png +%%DATADIR%%/themes/Default/images/stock-tools-24.png +%%DATADIR%%/themes/Default/images/stock-transparency-16.png +%%DATADIR%%/themes/Default/images/stock-transparency-24.png +%%DATADIR%%/themes/Default/images/stock-undo-history-16.png +%%DATADIR%%/themes/Default/images/stock-undo-history-24.png +%%DATADIR%%/themes/Default/images/stock-vchain-24.png +%%DATADIR%%/themes/Default/images/stock-vchain-broken-24.png +%%DATADIR%%/themes/Default/images/stock-video-16.png +%%DATADIR%%/themes/Default/images/stock-video-24.png +%%DATADIR%%/themes/Default/images/stock-warning-16.png +%%DATADIR%%/themes/Default/images/stock-warning-24.png +%%DATADIR%%/themes/Default/images/stock-warning-64.png +%%DATADIR%%/themes/Default/images/stock-web-16.png +%%DATADIR%%/themes/Default/images/stock-web-24.png +%%DATADIR%%/themes/Default/images/stock-wilber-16.png +%%DATADIR%%/themes/Default/images/stock-wilber-64.png +%%DATADIR%%/themes/Default/images/stock-wilber-eek-64.png +%%DATADIR%%/themes/Default/images/stock-zoom-follow-window-12.png +%%DATADIR%%/themes/Small/gtkrc +%%DATADIR%%/tips/gimp-tips.xml share/locale/bg/LC_MESSAGES/gimp20-libgimp.mo share/locale/bg/LC_MESSAGES/gimp20-std-plug-ins.mo share/locale/bg/LC_MESSAGES/gimp20-script-fu.mo --- gimp.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: