From owner-svn-ports-head@freebsd.org Sun Jun 9 08:11:42 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9C4F15C163D; Sun, 9 Jun 2019 08:11:41 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 68AD68EC6B; Sun, 9 Jun 2019 08:11:41 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 436FE150; Sun, 9 Jun 2019 08:11:41 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x598BfrT003962; Sun, 9 Jun 2019 08:11:41 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x598Ben8003955; Sun, 9 Jun 2019 08:11:40 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201906090811.x598Ben8003955@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 9 Jun 2019 08:11:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503806 - in head/graphics: . photoflow photoflow/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/graphics: . photoflow photoflow/files X-SVN-Commit-Revision: 503806 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 68AD68EC6B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.98)[-0.982,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jun 2019 08:11:42 -0000 Author: yuri Date: Sun Jun 9 08:11:39 2019 New Revision: 503806 URL: https://svnweb.freebsd.org/changeset/ports/503806 Log: New port: graphics/photoflow: Non-destructive photo retouching progra Added: head/graphics/photoflow/ head/graphics/photoflow/Makefile (contents, props changed) head/graphics/photoflow/distinfo (contents, props changed) head/graphics/photoflow/files/ head/graphics/photoflow/files/patch-src_CMakeLists.txt (contents, props changed) head/graphics/photoflow/pkg-descr (contents, props changed) head/graphics/photoflow/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Jun 9 07:07:44 2019 (r503805) +++ head/graphics/Makefile Sun Jun 9 08:11:39 2019 (r503806) @@ -744,6 +744,7 @@ SUBDIR += pho SUBDIR += photivo SUBDIR += photoflare + SUBDIR += photoflow SUBDIR += photopc SUBDIR += photoqt SUBDIR += phototonic Added: head/graphics/photoflow/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/photoflow/Makefile Sun Jun 9 08:11:39 2019 (r503806) @@ -0,0 +1,42 @@ +# $FreeBSD$ + +PORTNAME= photoflow +DISTVERSION= 0.2.8-1260 +CATEGORIES= graphics + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Non-destructive photo retouching program + +LICENSE= APACHE20 +xLICENSE_FILE= ${WRKSRC}/../LICENSE_Apache2 + +LIB_DEPENDS= libexiv2.so:graphics/exiv2 \ + libfftw3.so:math/fftw3 \ + libfftw3.so:math/fftw3 \ + liblcms2.so:graphics/lcms2 \ + liblensfun.so:graphics/lensfun \ + libtiff.so:graphics/tiff \ + libpugixml.so:textproc/pugixml \ + libvips.so:graphics/vips + +USES= cmake compiler:c++11-lang desktop-file-utils gettext gnome jpeg pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= aferrero2707 +GH_PROJECT= PhotoFlow +GH_TAGNAME= da84a071 +USE_GNOME= atkmm cairomm glib20 glibmm gtk20 gtkmm24 libsigc++20 pangomm + +CMAKE_OFF= BUNDLED_LENSFUN + +LDFLAGS+= -lexecinfo + +INSTALLS_ICONS= yes + +OPTIONS_DEFINE= OCIO_ENABLED +OPTIONS_SUB= yes + +OCIO_ENABLED_DESC= Enable the integration of OpenColorIO +OCIO_ENABLED_CMAKE_BOOL= OCIO_ENABLED +OCIO_ENABLED_LIB_DEPENDS= libOpenColorIO.so:graphics/opencolorio + +.include Added: head/graphics/photoflow/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/photoflow/distinfo Sun Jun 9 08:11:39 2019 (r503806) @@ -0,0 +1,3 @@ +TIMESTAMP = 1560060886 +SHA256 (aferrero2707-PhotoFlow-0.2.8-1260-da84a071_GH0.tar.gz) = 6553848199f1a57f67e64c3414cdd61e74e497ef4476ea4d3df637f1e1304d32 +SIZE (aferrero2707-PhotoFlow-0.2.8-1260-da84a071_GH0.tar.gz) = 10119031 Added: head/graphics/photoflow/files/patch-src_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/photoflow/files/patch-src_CMakeLists.txt Sun Jun 9 08:11:39 2019 (r503806) @@ -0,0 +1,20 @@ +--- src/CMakeLists.txt.orig 2019-06-07 16:05:32 UTC ++++ src/CMakeLists.txt +@@ -5,7 +5,7 @@ ELSEIF(APPLE) + SET(GMIC_FLAGS "-march=nocona -mno-sse3 -mtune=generic -Dgmic_build -Dcimg_use_vt100 -Dcimg_use_fftw3 -Dcimg_use_tiff -Dcimg_use_zlib -Dcimg_display=0 -Dcimg_use_fftw3_singlethread -fpermissive") + #SET(GMIC_FLAGS "-Wno-error=c++11-narrowing -Dgmic_build -Dcimg_use_vt100 -Dcimg_use_fftw3 -Dcimg_use_tiff -Dcimg_use_zlib -Dcimg_display=0 -Dcimg_use_fftw3_singlethread -fpermissive") + ELSE(MINGW) +- SET(GMIC_FLAGS "-std=gnu++11 -march=nocona -mno-sse3 -mtune=generic -Wno-error=narrowing -Dgmic_build -Dcimg_use_vt100 -Dgmic_is_parallel -Dcimg_use_fftw3 -Dcimg_use_tiff -Dcimg_use_zlib -Dcimg_display=0 -fno-ipa-sra -fpermissive") ++ SET(GMIC_FLAGS "-std=gnu++11 -march=nocona -mno-sse3 -mtune=generic -Wno-error=narrowing -Dgmic_build -Dcimg_use_vt100 -Dgmic_is_parallel -Dcimg_use_fftw3 -Dcimg_use_tiff -Dcimg_use_zlib -Dcimg_display=0 -fpermissive") + ENDIF(MINGW) + + set(COMPILE_FLAGS " ${GMIC_FLAGS} -I${CMAKE_SOURCE_DIR}/src/dt -DLIBRAW_NODLL -DINSTALL_PREFIX='\"${INSTALL_PREFIX}\"' ") +@@ -482,7 +482,7 @@ ENDIF(APPLE) + # + # photoflow executable + # +-add_executable(photoflow main.cc ${RESOURCE_OBJECT}) ++add_executable(photoflow main.cc version.cc ${RESOURCE_OBJECT}) # https://github.com/aferrero2707/PhotoFlow/issues/190 + IF(APPLE) + set_target_properties(photoflow PROPERTIES LINK_FLAGS " -framework ApplicationServices ") + ENDIF(APPLE) Added: head/graphics/photoflow/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/photoflow/pkg-descr Sun Jun 9 08:11:39 2019 (r503806) @@ -0,0 +1,18 @@ +The aim of the project is to provide a fully non-destructive photo retouching +program with a complete workflow including RAW image development. + +Here is the general feature/wish list: +* Fully non-destructive, layer-based photo editing workflow with realtime + preview of the final image +* Support for 8-bits and 16-bits integer as well as 32-bits and 64-bits floating + point precision, selectable at runtime and on a per-image basis +* Allows to load and edit images of arbitrary size, thanks to the underlying + rendering engine based on the VIPS library +* Fully color managed workflow: user-defined input, work and output profiles, + soft-proofing, etc... +* Support for layer grouping and layer masks +* Support for common photo editing tools: levels, curves, brightness-contrast + control, blurring, sharpening, cropping, resizing, colorspace conversions, + etc..., all implemented in the form of image layers + +WWW: https://aferrero2707.github.io/PhotoFlow/ Added: head/graphics/photoflow/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/photoflow/pkg-plist Sun Jun 9 08:11:39 2019 (r503806) @@ -0,0 +1,539 @@ +bin/photoflow +share/applications/photoflow.desktop +share/icons/hicolor/128x128/apps/photoflow.png +share/icons/hicolor/16x16/apps/photoflow.png +share/icons/hicolor/22x22/apps/photoflow.png +share/icons/hicolor/24x24/apps/photoflow.png +share/icons/hicolor/256x256/apps/photoflow.png +share/icons/hicolor/32x32/apps/photoflow.png +share/icons/hicolor/48x48/apps/photoflow.png +share/icons/hicolor/64x64/apps/photoflow.png +share/icons/hicolor/scalable/apps/photoflow.svg +share/locale/de/LC_MESSAGES/photoflow.mo +share/locale/fr/LC_MESSAGES/photoflow.mo +share/locale/pl/LC_MESSAGES/photoflow.mo +%%DATADIR%%/gmic_def.gmic +%%DATADIR%%/gmic_film_cluts.gmz +%%DATADIR%%/help/en/clone_stamp.hlp +%%DATADIR%%/help/en/curves.hlp +%%DATADIR%%/help/en/curves.hlp~ +%%DATADIR%%/help/en/raw_developer.hlp +%%DATADIR%%/icc/ACES-elle-V4-g10.icc +%%DATADIR%%/icc/ACES-elle-V4-labl.icc +%%DATADIR%%/icc/ACEScg-elle-V4-g10.icc +%%DATADIR%%/icc/ACEScg-elle-V4-g22.icc +%%DATADIR%%/icc/ACEScg-elle-V4-labl.icc +%%DATADIR%%/icc/ACEScg-elle-V4-srgbtrc.icc +%%DATADIR%%/icc/ClayRGB-elle-V4-g10.icc +%%DATADIR%%/icc/ClayRGB-elle-V4-g22.icc +%%DATADIR%%/icc/ClayRGB-elle-V4-labl.icc +%%DATADIR%%/icc/ClayRGB-elle-V4-srgbtrc.icc +%%DATADIR%%/icc/Lab-D50-Identity-elle-V4.icc +%%DATADIR%%/icc/LargeRGB-elle-V4-g10.icc +%%DATADIR%%/icc/LargeRGB-elle-V4-g18.icc +%%DATADIR%%/icc/LargeRGB-elle-V4-labl.icc +%%DATADIR%%/icc/Rec2020-elle-V4-g10.icc +%%DATADIR%%/icc/Rec2020-elle-V4-labl.icc +%%DATADIR%%/icc/Rec2020-elle-V4-rec709.icc +%%DATADIR%%/icc/WideRGB-elle-V4-g10.icc +%%DATADIR%%/icc/WideRGB-elle-V4-labl.icc +%%DATADIR%%/icc/XYZ-D50-Identity-elle-V4.icc +%%DATADIR%%/icc/cmyk.icm +%%DATADIR%%/icc/elles-well-behaved-icc-profile-descriptions.txt +%%DATADIR%%/icc/gpl-2.0.txt +%%DATADIR%%/icc/plain-text-README-for-elles-well-behaved-icc-profiles.txt +%%DATADIR%%/icc/sRGB-elle-V2-srgbtrc.icc +%%DATADIR%%/icc/sRGB-elle-V4-srgbtrc.icc +%%DATADIR%%/icons-inverted/actions/16x16/document-export.png +%%DATADIR%%/icons-inverted/actions/16x16/document-new.png +%%DATADIR%%/icons-inverted/actions/16x16/document-open.png +%%DATADIR%%/icons-inverted/actions/16x16/document-save-as.png +%%DATADIR%%/icons-inverted/actions/16x16/document-save.png +%%DATADIR%%/icons-inverted/actions/32x32/document-export.png +%%DATADIR%%/icons-inverted/actions/32x32/document-open.png +%%DATADIR%%/icons-inverted/actions/32x32/document-save-as.png +%%DATADIR%%/icons-inverted/actions/32x32/document-save.png +%%DATADIR%%/icons-inverted/add-layer.png +%%DATADIR%%/icons-inverted/add-layer.svg +%%DATADIR%%/icons-inverted/close_active.png +%%DATADIR%%/icons-inverted/close_active.svg +%%DATADIR%%/icons-inverted/close_doc.png +%%DATADIR%%/icons-inverted/close_doc.svg +%%DATADIR%%/icons-inverted/collapse.png +%%DATADIR%%/icons-inverted/collapse.svg +%%DATADIR%%/icons-inverted/collapse_doc.png +%%DATADIR%%/icons-inverted/collapse_doc.svg +%%DATADIR%%/icons-inverted/edit2_active.png +%%DATADIR%%/icons-inverted/edit2_active.svg +%%DATADIR%%/icons-inverted/edit_active.png +%%DATADIR%%/icons-inverted/edit_active.svg +%%DATADIR%%/icons-inverted/edit_doc.png +%%DATADIR%%/icons-inverted/edit_doc.svg +%%DATADIR%%/icons-inverted/edit_doc_light.png +%%DATADIR%%/icons-inverted/edit_doc_light.svg +%%DATADIR%%/icons-inverted/edit_inactive.png +%%DATADIR%%/icons-inverted/edit_inactive.svg +%%DATADIR%%/icons-inverted/expand.png +%%DATADIR%%/icons-inverted/expand.svg +%%DATADIR%%/icons-inverted/gimp-layers.png +%%DATADIR%%/icons-inverted/group.png +%%DATADIR%%/icons-inverted/group.svg +%%DATADIR%%/icons-inverted/gtk-undo-ltr-small.png +%%DATADIR%%/icons-inverted/gtk-undo-ltr.png +%%DATADIR%%/icons-inverted/highlights_clip_warning.png +%%DATADIR%%/icons-inverted/highlights_clip_warning.svg +%%DATADIR%%/icons-inverted/libre-camera-landscape.png +%%DATADIR%%/icons-inverted/libre-camera-landscape.svg +%%DATADIR%%/icons-inverted/libre-chevron-down-pressed.svg +%%DATADIR%%/icons-inverted/libre-chevron-down-small-pressed.png +%%DATADIR%%/icons-inverted/libre-chevron-down-small-ressed.png +%%DATADIR%%/icons-inverted/libre-chevron-down-small.png +%%DATADIR%%/icons-inverted/libre-chevron-down.svg +%%DATADIR%%/icons-inverted/libre-chevron-up-pressed.svg +%%DATADIR%%/icons-inverted/libre-chevron-up-small-pressed.png +%%DATADIR%%/icons-inverted/libre-chevron-up-small.png +%%DATADIR%%/icons-inverted/libre-chevron-up.svg +%%DATADIR%%/icons-inverted/libre-file-image.png +%%DATADIR%%/icons-inverted/libre-file-image.svg +%%DATADIR%%/icons-inverted/libre-floppy.png +%%DATADIR%%/icons-inverted/libre-floppy.svg +%%DATADIR%%/icons-inverted/libre-folder-open.png +%%DATADIR%%/icons-inverted/libre-folder-open.svg +%%DATADIR%%/icons-inverted/libre-info-pressed.png +%%DATADIR%%/icons-inverted/libre-info-pressed.svg +%%DATADIR%%/icons-inverted/libre-info.png +%%DATADIR%%/icons-inverted/libre-info.svg +%%DATADIR%%/icons-inverted/libre-pencil.svg +%%DATADIR%%/icons-inverted/libre-restore-pressed.png +%%DATADIR%%/icons-inverted/libre-restore-pressed.svg +%%DATADIR%%/icons-inverted/libre-restore.png +%%DATADIR%%/icons-inverted/libre-restore.svg +%%DATADIR%%/icons-inverted/libre-sign-out.png +%%DATADIR%%/icons-inverted/libre-sign-out.svg +%%DATADIR%%/icons-inverted/libre-sliders.png +%%DATADIR%%/icons-inverted/libre-sliders.svg +%%DATADIR%%/icons-inverted/libre-zoom-fit.png +%%DATADIR%%/icons-inverted/libre-zoom-fit.svg +%%DATADIR%%/icons-inverted/libre-zoom-in.png +%%DATADIR%%/icons-inverted/libre-zoom-in.svg +%%DATADIR%%/icons-inverted/libre-zoom-out.png +%%DATADIR%%/icons-inverted/libre-zoom-out.svg +%%DATADIR%%/icons-inverted/mask_active.png +%%DATADIR%%/icons-inverted/mask_active.svg +%%DATADIR%%/icons-inverted/mask_blend.png +%%DATADIR%%/icons-inverted/mask_blend.svg +%%DATADIR%%/icons-inverted/mask_blend_active.png +%%DATADIR%%/icons-inverted/mask_blend_active.svg +%%DATADIR%%/icons-inverted/mask_blend_inactive.png +%%DATADIR%%/icons-inverted/mask_blend_inactive.svg +%%DATADIR%%/icons-inverted/mask_doc.png +%%DATADIR%%/icons-inverted/mask_doc.svg +%%DATADIR%%/icons-inverted/mask_exclusion_active.png +%%DATADIR%%/icons-inverted/mask_exclusion_active.svg +%%DATADIR%%/icons-inverted/mask_exclusion_inactive.png +%%DATADIR%%/icons-inverted/mask_exclusion_inactive.svg +%%DATADIR%%/icons-inverted/mask_inactive.png +%%DATADIR%%/icons-inverted/mask_inactive.svg +%%DATADIR%%/icons-inverted/mask_intersection_active.png +%%DATADIR%%/icons-inverted/mask_intersection_active.svg +%%DATADIR%%/icons-inverted/mask_intersection_inactive.png +%%DATADIR%%/icons-inverted/mask_intersection_inactive.svg +%%DATADIR%%/icons-inverted/mask_union_active.png +%%DATADIR%%/icons-inverted/mask_union_active.svg +%%DATADIR%%/icons-inverted/mask_union_inactive.png +%%DATADIR%%/icons-inverted/mask_union_inactive.svg +%%DATADIR%%/icons-inverted/path4162.png +%%DATADIR%%/icons-inverted/photoflow.png +%%DATADIR%%/icons-inverted/plus.png +%%DATADIR%%/icons-inverted/plus.svg +%%DATADIR%%/icons-inverted/presets_active.svg +%%DATADIR%%/icons-inverted/preview_active.png +%%DATADIR%%/icons-inverted/preview_active.svg +%%DATADIR%%/icons-inverted/preview_inactive.png +%%DATADIR%%/icons-inverted/preview_inactive.svg +%%DATADIR%%/icons-inverted/pushpin.png +%%DATADIR%%/icons-inverted/pushpin.svg +%%DATADIR%%/icons-inverted/pushpin_active.png +%%DATADIR%%/icons-inverted/pushpin_active.svg +%%DATADIR%%/icons-inverted/pushpin_doc.png +%%DATADIR%%/icons-inverted/pushpin_doc.svg +%%DATADIR%%/icons-inverted/pushpin_inactive.png +%%DATADIR%%/icons-inverted/pushpin_inactive.svg +%%DATADIR%%/icons-inverted/redo.png +%%DATADIR%%/icons-inverted/redo.svg +%%DATADIR%%/icons-inverted/redo_active.png +%%DATADIR%%/icons-inverted/redo_active.svg +%%DATADIR%%/icons-inverted/redo_inactive.png +%%DATADIR%%/icons-inverted/redo_inactive.svg +%%DATADIR%%/icons-inverted/reset.png +%%DATADIR%%/icons-inverted/reset.svg +%%DATADIR%%/icons-inverted/reset_active.png +%%DATADIR%%/icons-inverted/reset_active.svg +%%DATADIR%%/icons-inverted/reset_inactive.png +%%DATADIR%%/icons-inverted/reset_inactive.svg +%%DATADIR%%/icons-inverted/save-as.png +%%DATADIR%%/icons-inverted/save-as.svg +%%DATADIR%%/icons-inverted/shadows_clip_warning.png +%%DATADIR%%/icons-inverted/shadows_clip_warning.svg +%%DATADIR%%/icons-inverted/tools/basic-edits.png +%%DATADIR%%/icons-inverted/tools/bucket-fill.png +%%DATADIR%%/icons-inverted/tools/camera-flash-2-svgrepo-com.svg +%%DATADIR%%/icons-inverted/tools/camera-flash-3-svgrepo-com.svg +%%DATADIR%%/icons-inverted/tools/camera-flash-svgrepo-com.svg +%%DATADIR%%/icons-inverted/tools/clone.png +%%DATADIR%%/icons-inverted/tools/crop.png +%%DATADIR%%/icons-inverted/tools/curves.png +%%DATADIR%%/icons-inverted/tools/curves.svg +%%DATADIR%%/icons-inverted/tools/desaturate.png +%%DATADIR%%/icons-inverted/tools/draw.png +%%DATADIR%%/icons-inverted/tools/flash-svgrepo-com.svg +%%DATADIR%%/icons-inverted/tools/flash.png +%%DATADIR%%/icons-inverted/tools/gradient.png +%%DATADIR%%/icons-inverted/tools/image_load.png +%%DATADIR%%/icons-inverted/tools/path-mask.png +%%DATADIR%%/icons-inverted/tools/perspective.png +%%DATADIR%%/icons-inverted/tools/scale.png +%%DATADIR%%/icons-inverted/trash.png +%%DATADIR%%/icons-inverted/trash.svg +%%DATADIR%%/icons-inverted/undo.png +%%DATADIR%%/icons-inverted/undo.svg +%%DATADIR%%/icons-inverted/undo_active.png +%%DATADIR%%/icons-inverted/undo_active.svg +%%DATADIR%%/icons-inverted/undo_inactive.png +%%DATADIR%%/icons-inverted/undo_inactive.svg +%%DATADIR%%/icons-inverted/visible2_active.png +%%DATADIR%%/icons-inverted/visible2_active.svg +%%DATADIR%%/icons-inverted/visible_active.png +%%DATADIR%%/icons-inverted/visible_active.svg +%%DATADIR%%/icons-inverted/visible_doc.png +%%DATADIR%%/icons-inverted/visible_doc.svg +%%DATADIR%%/icons-inverted/visible_inactive.png +%%DATADIR%%/icons-inverted/visible_inactive.svg +%%DATADIR%%/icons/actions/16x16/document-export.png +%%DATADIR%%/icons/actions/16x16/document-new.png +%%DATADIR%%/icons/actions/16x16/document-open.png +%%DATADIR%%/icons/actions/16x16/document-save-as.png +%%DATADIR%%/icons/actions/16x16/document-save.png +%%DATADIR%%/icons/actions/32x32/document-export.png +%%DATADIR%%/icons/actions/32x32/document-open.png +%%DATADIR%%/icons/actions/32x32/document-save-as.png +%%DATADIR%%/icons/actions/32x32/document-save.png +%%DATADIR%%/icons/add-layer.png +%%DATADIR%%/icons/close_active.png +%%DATADIR%%/icons/close_doc.png +%%DATADIR%%/icons/collapse.png +%%DATADIR%%/icons/collapse_doc.png +%%DATADIR%%/icons/edit2_active.png +%%DATADIR%%/icons/edit_active.png +%%DATADIR%%/icons/edit_doc.png +%%DATADIR%%/icons/edit_doc_light.png +%%DATADIR%%/icons/edit_inactive.png +%%DATADIR%%/icons/expand.png +%%DATADIR%%/icons/gimp-layers.png +%%DATADIR%%/icons/group.png +%%DATADIR%%/icons/gtk-undo-ltr-small.png +%%DATADIR%%/icons/gtk-undo-ltr.png +%%DATADIR%%/icons/highlights_clip_warning.png +%%DATADIR%%/icons/libre-camera-landscape.png +%%DATADIR%%/icons/libre-chevron-down-small-pressed.png +%%DATADIR%%/icons/libre-chevron-down-small-ressed.png +%%DATADIR%%/icons/libre-chevron-down-small.png +%%DATADIR%%/icons/libre-chevron-up-small-pressed.png +%%DATADIR%%/icons/libre-chevron-up-small.png +%%DATADIR%%/icons/libre-file-image.png +%%DATADIR%%/icons/libre-floppy.png +%%DATADIR%%/icons/libre-folder-open.png +%%DATADIR%%/icons/libre-info-pressed.png +%%DATADIR%%/icons/libre-info.png +%%DATADIR%%/icons/libre-restore-pressed.png +%%DATADIR%%/icons/libre-restore.png +%%DATADIR%%/icons/libre-sign-out.png +%%DATADIR%%/icons/libre-sliders.png +%%DATADIR%%/icons/libre-zoom-fit.png +%%DATADIR%%/icons/libre-zoom-in.png +%%DATADIR%%/icons/libre-zoom-out.png +%%DATADIR%%/icons/mask_active.png +%%DATADIR%%/icons/mask_blend.png +%%DATADIR%%/icons/mask_blend_active.png +%%DATADIR%%/icons/mask_blend_inactive.png +%%DATADIR%%/icons/mask_doc.png +%%DATADIR%%/icons/mask_exclusion_active.png +%%DATADIR%%/icons/mask_exclusion_inactive.png +%%DATADIR%%/icons/mask_inactive.png +%%DATADIR%%/icons/mask_intersection_active.png +%%DATADIR%%/icons/mask_intersection_inactive.png +%%DATADIR%%/icons/mask_union_active.png +%%DATADIR%%/icons/mask_union_inactive.png +%%DATADIR%%/icons/path4162.png +%%DATADIR%%/icons/photoflow.png +%%DATADIR%%/icons/plus.png +%%DATADIR%%/icons/preview_active.png +%%DATADIR%%/icons/preview_inactive.png +%%DATADIR%%/icons/pushpin.png +%%DATADIR%%/icons/pushpin_active.png +%%DATADIR%%/icons/pushpin_doc.png +%%DATADIR%%/icons/pushpin_inactive.png +%%DATADIR%%/icons/redo.png +%%DATADIR%%/icons/redo_active.png +%%DATADIR%%/icons/redo_inactive.png +%%DATADIR%%/icons/reset.png +%%DATADIR%%/icons/reset_active.png +%%DATADIR%%/icons/reset_inactive.png +%%DATADIR%%/icons/save-as.png +%%DATADIR%%/icons/shadows_clip_warning.png +%%DATADIR%%/icons/tools/basic-edits.png +%%DATADIR%%/icons/tools/bucket-fill.png +%%DATADIR%%/icons/tools/clone.png +%%DATADIR%%/icons/tools/crop.png +%%DATADIR%%/icons/tools/curves.png +%%DATADIR%%/icons/tools/desaturate.png +%%DATADIR%%/icons/tools/draw.png +%%DATADIR%%/icons/tools/gradient.png +%%DATADIR%%/icons/tools/image_load.png +%%DATADIR%%/icons/tools/path-mask.png +%%DATADIR%%/icons/tools/perspective.png +%%DATADIR%%/icons/tools/scale.png +%%DATADIR%%/icons/trash.png +%%DATADIR%%/icons/undo.png +%%DATADIR%%/icons/undo_active.png +%%DATADIR%%/icons/undo_inactive.png +%%DATADIR%%/icons/visible2_active.png +%%DATADIR%%/icons/visible_active.png +%%DATADIR%%/icons/visible_doc.png +%%DATADIR%%/icons/visible_inactive.png +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/README.md +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/config.ocio +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/ACEScc_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/ACEScct_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/ACESproxy_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/ADX_CID_to_RLE.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Canon-Log2_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Canon-Log3_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Canon-Log_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/CineonLog_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Dolby_PQ_10000_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Dolby_PQ_1000_nits_Shaper.RRT.P3-D60_ST2084__1000_nits_.spi3d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Dolby_PQ_1000_nits_Shaper.RRT.Rec.2020_ST2084__1000_nits_.spi3d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Dolby_PQ_1000_nits_Shaper_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Dolby_PQ_2000_nits_Shaper.RRT.P3-D60_ST2084__2000_nits_.spi3d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Dolby_PQ_2000_nits_Shaper_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Dolby_PQ_4000_nits_Shaper.RRT.P3-D60_ST2084__4000_nits_.spi3d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Dolby_PQ_4000_nits_Shaper_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Dolby_PQ_48_nits_Shaper_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/InvRRT.DCDM.Log2_48_nits_Shaper.spi3d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/InvRRT.P3-D60.Log2_48_nits_Shaper.spi3d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/InvRRT.P3-D60_ST2084__1000_nits_.Dolby_PQ_1000_nits_Shaper.spi3d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/InvRRT.P3-D60_ST2084__2000_nits_.Dolby_PQ_2000_nits_Shaper.spi3d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/InvRRT.P3-D60_ST2084__4000_nits_.Dolby_PQ_4000_nits_Shaper.spi3d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/InvRRT.P3-DCI.Log2_48_nits_Shaper.spi3d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/InvRRT.Rec.2020.Log2_48_nits_Shaper.spi3d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/InvRRT.Rec.2020_ST2084__1000_nits_.Dolby_PQ_1000_nits_Shaper.spi3d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/InvRRT.Rec.709.Log2_48_nits_Shaper.spi3d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/InvRRT.Rec.709__D60_sim._.Log2_48_nits_Shaper.spi3d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/InvRRT.sRGB.Log2_48_nits_Shaper.spi3d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/InvRRT.sRGB__D60_sim._.Log2_48_nits_Shaper.spi3d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/LMT_Shaper.ACES_1.0_to_0.1_emulation.spi3d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/LMT_Shaper.ACES_1.0_to_0.2_emulation.spi3d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/LMT_Shaper.ACES_1.0_to_0.7_emulation.spi3d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/LMT_Shaper_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Log2_1000_nits_Shaper_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Log2_2000_nits_Shaper_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Log2_4000_nits_Shaper_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Log2_48_nits_Shaper.RRT.DCDM.spi3d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Log2_48_nits_Shaper.RRT.DCDM__P3_gamut_clip_.spi3d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Log2_48_nits_Shaper.RRT.P3-D60.spi3d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Log2_48_nits_Shaper.RRT.P3-DCI.spi3d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Log2_48_nits_Shaper.RRT.Rec.2020.spi3d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Log2_48_nits_Shaper.RRT.Rec.709.spi3d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Log2_48_nits_Shaper.RRT.Rec.709__D60_sim._.spi3d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Log2_48_nits_Shaper.RRT.sRGB.spi3d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Log2_48_nits_Shaper.RRT.sRGB__D60_sim._.spi3d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Log2_48_nits_Shaper_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Protune_Flat_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/REDLog3G10_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/S-Log1_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/S-Log2_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/S-Log3_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/V-Log_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/V3_LogC_1000_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/V3_LogC_1280_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/V3_LogC_1600_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/V3_LogC_160_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/V3_LogC_2000_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/V3_LogC_200_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/V3_LogC_250_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/V3_LogC_2560_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/V3_LogC_3200_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/V3_LogC_320_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/V3_LogC_400_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/V3_LogC_500_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/V3_LogC_640_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/V3_LogC_800_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/rec1886_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/rec2020_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/rec709_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/sRGB_to_linear.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/filmic-blender/README.md +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/filmic-blender/_config.yml +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/filmic-blender/config.ocio +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/filmic-blender/index.md +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/filmic-blender/looks/Filmic_False_Colour.spi3d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/filmic-blender/looks/Filmic_to_0-35_1-30.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/filmic-blender/looks/Filmic_to_0-48_1-09.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/filmic-blender/looks/Filmic_to_0-60_1-04.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/filmic-blender/looks/Filmic_to_0-70_1-03.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/filmic-blender/looks/Filmic_to_0-85_1-011.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/filmic-blender/looks/Filmic_to_0.99_1-0075.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/filmic-blender/looks/Filmic_to_1.20_1-00.spi1d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/filmic-blender/luts/desat65cube.spi3d +%%OCIO_ENABLED%%%%DATADIR%%/ocio-configs/filmic-blender/luts/sRGB_OETF_to_Linear.spi1d +%%DATADIR%%/presets/crossprocess.pfp +%%DATADIR%%/presets/edge_sharpening.pfp +%%DATADIR%%/presets/portra.pfp +%%DATADIR%%/presets/provia.pfp +%%DATADIR%%/presets/velvia.pfp +%%DATADIR%%/presets/wavelet-decompose-5.pfp +%%DATADIR%%/presets/wavelet-sharpening-5.pfp +%%DATADIR%%/presets/web_output.pfp +%%DATADIR%%/rawspeed/cameras.xml +%%DATADIR%%/rawspeed/showcameras.xsl +%%DATADIR%%/themes/COPYING +%%DATADIR%%/themes/assets/arrow-down-insens.png +%%DATADIR%%/themes/assets/arrow-down-prelight.png +%%DATADIR%%/themes/assets/arrow-down-small-insens.png +%%DATADIR%%/themes/assets/arrow-down-small-prelight.png +%%DATADIR%%/themes/assets/arrow-down-small.png +%%DATADIR%%/themes/assets/arrow-down.png +%%DATADIR%%/themes/assets/arrow-left-insens.png +%%DATADIR%%/themes/assets/arrow-left-prelight.png +%%DATADIR%%/themes/assets/arrow-left.png +%%DATADIR%%/themes/assets/arrow-right-insens.png +%%DATADIR%%/themes/assets/arrow-right-prelight.png +%%DATADIR%%/themes/assets/arrow-right.png +%%DATADIR%%/themes/assets/arrow-up-insens.png +%%DATADIR%%/themes/assets/arrow-up-prelight.png +%%DATADIR%%/themes/assets/arrow-up-small-insens.png +%%DATADIR%%/themes/assets/arrow-up-small-prelight.png +%%DATADIR%%/themes/assets/arrow-up-small.png +%%DATADIR%%/themes/assets/arrow-up.png +%%DATADIR%%/themes/assets/border.png +%%DATADIR%%/themes/assets/button-active-hover.png +%%DATADIR%%/themes/assets/button-active.png +%%DATADIR%%/themes/assets/button-hover.png +%%DATADIR%%/themes/assets/button-insensitive.png +%%DATADIR%%/themes/assets/button.png +%%DATADIR%%/themes/assets/checkbox-checked-insensitive.png +%%DATADIR%%/themes/assets/checkbox-checked.png +%%DATADIR%%/themes/assets/checkbox-unchecked-insensitive.png +%%DATADIR%%/themes/assets/checkbox-unchecked.png +%%DATADIR%%/themes/assets/combo-entry-border-focus-rtl.png +%%DATADIR%%/themes/assets/combo-entry-border-focus.png +%%DATADIR%%/themes/assets/combo-entry-border-rtl.png +%%DATADIR%%/themes/assets/combo-entry-border.png +%%DATADIR%%/themes/assets/combo-entry-button-active-rtl.png +%%DATADIR%%/themes/assets/combo-entry-button-active.png +%%DATADIR%%/themes/assets/combo-entry-button-insensitive-rtl.png +%%DATADIR%%/themes/assets/combo-entry-button-insensitive.png +%%DATADIR%%/themes/assets/combo-entry-button-rtl.png +%%DATADIR%%/themes/assets/combo-entry-button.png +%%DATADIR%%/themes/assets/combo-entry-focus-notebook-rtl.png +%%DATADIR%%/themes/assets/combo-entry-focus-notebook.png +%%DATADIR%%/themes/assets/combo-entry-focus-rtl.png +%%DATADIR%%/themes/assets/combo-entry-focus.png +%%DATADIR%%/themes/assets/combo-entry-insensitive-notebook-rtl.png +%%DATADIR%%/themes/assets/combo-entry-insensitive-notebook.png +%%DATADIR%%/themes/assets/combo-entry-insensitive-rtl.png +%%DATADIR%%/themes/assets/combo-entry-insensitive.png +%%DATADIR%%/themes/assets/combo-entry-notebook-rtl.png +%%DATADIR%%/themes/assets/combo-entry-notebook.png +%%DATADIR%%/themes/assets/combo-entry-rtl.png +%%DATADIR%%/themes/assets/combo-entry.png +%%DATADIR%%/themes/assets/down-background-disable-rtl.png +%%DATADIR%%/themes/assets/down-background-disable.png +%%DATADIR%%/themes/assets/down-background-rtl.png +%%DATADIR%%/themes/assets/down-background.png +%%DATADIR%%/themes/assets/entry-active-bg.png +%%DATADIR%%/themes/assets/entry-active-notebook.png +%%DATADIR%%/themes/assets/entry-active-toolbar.png +%%DATADIR%%/themes/assets/entry-background-disabled.png +%%DATADIR%%/themes/assets/entry-background.png +%%DATADIR%%/themes/assets/entry-bg.png +%%DATADIR%%/themes/assets/entry-border-active-bg.png +%%DATADIR%%/themes/assets/entry-border-bg.png +%%DATADIR%%/themes/assets/entry-disabled-bg.png +%%DATADIR%%/themes/assets/entry-disabled-notebook.png +%%DATADIR%%/themes/assets/entry-disabled-toolbar.png +%%DATADIR%%/themes/assets/entry-notebook.png +%%DATADIR%%/themes/assets/entry-toolbar.png +%%DATADIR%%/themes/assets/focus-line.png +%%DATADIR%%/themes/assets/frame-gap-end.png +%%DATADIR%%/themes/assets/frame-gap-start.png +%%DATADIR%%/themes/assets/frame.png +%%DATADIR%%/themes/assets/handle-h.png +%%DATADIR%%/themes/assets/handle-v.png +%%DATADIR%%/themes/assets/inline-toolbar.png +%%DATADIR%%/themes/assets/line-h.png +%%DATADIR%%/themes/assets/line-v.png +%%DATADIR%%/themes/assets/menu-arrow-prelight.png +%%DATADIR%%/themes/assets/menu-arrow.png +%%DATADIR%%/themes/assets/menu-checkbox-checked-insensitive.png +%%DATADIR%%/themes/assets/menu-checkbox-checked.png +%%DATADIR%%/themes/assets/menu-checkbox-unchecked-insensitive.png +%%DATADIR%%/themes/assets/menu-checkbox-unchecked.png +%%DATADIR%%/themes/assets/menu-radio-checked-insensitive.png +%%DATADIR%%/themes/assets/menu-radio-checked.png +%%DATADIR%%/themes/assets/menu-radio-unchecked-insensitive.png +%%DATADIR%%/themes/assets/menu-radio-unchecked.png +%%DATADIR%%/themes/assets/menu-separator.png +%%DATADIR%%/themes/assets/menubar.png +%%DATADIR%%/themes/assets/menubar_button.png +%%DATADIR%%/themes/assets/menuitem.png +%%DATADIR%%/themes/assets/minus.png +%%DATADIR%%/themes/assets/notebook-gap-horiz.png +%%DATADIR%%/themes/assets/notebook-gap-vert.png +%%DATADIR%%/themes/assets/notebook.png +%%DATADIR%%/themes/assets/null.png +%%DATADIR%%/themes/assets/pathbar_button_active.png +%%DATADIR%%/themes/assets/pathbar_button_prelight.png +%%DATADIR%%/themes/assets/plus.png +%%DATADIR%%/themes/assets/progressbar.png +%%DATADIR%%/themes/assets/progressbar_v.png +%%DATADIR%%/themes/assets/radio-checked-insensitive.png +%%DATADIR%%/themes/assets/radio-checked.png +%%DATADIR%%/themes/assets/radio-unchecked-insensitive.png +%%DATADIR%%/themes/assets/radio-unchecked.png +%%DATADIR%%/themes/assets/slider-horiz-active.png +%%DATADIR%%/themes/assets/slider-horiz-insens.png +%%DATADIR%%/themes/assets/slider-horiz-prelight.png +%%DATADIR%%/themes/assets/slider-horiz.png +%%DATADIR%%/themes/assets/slider-insensitive.png +%%DATADIR%%/themes/assets/slider-prelight.png +%%DATADIR%%/themes/assets/slider-vert-active.png +%%DATADIR%%/themes/assets/slider-vert-insens.png +%%DATADIR%%/themes/assets/slider-vert-prelight.png +%%DATADIR%%/themes/assets/slider-vert.png +%%DATADIR%%/themes/assets/slider.png +%%DATADIR%%/themes/assets/tab-bottom-active.png +%%DATADIR%%/themes/assets/tab-left-active.png +%%DATADIR%%/themes/assets/tab-right-active.png +%%DATADIR%%/themes/assets/tab-top-active.png +%%DATADIR%%/themes/assets/toolbar-button-active-hover.png +%%DATADIR%%/themes/assets/toolbar-button-active.png +%%DATADIR%%/themes/assets/toolbar.png +%%DATADIR%%/themes/assets/tree_header.png +%%DATADIR%%/themes/assets/trough-horizontal-active.png +%%DATADIR%%/themes/assets/trough-horizontal.png +%%DATADIR%%/themes/assets/trough-progressbar.png +%%DATADIR%%/themes/assets/trough-progressbar_v.png +%%DATADIR%%/themes/assets/trough-scrollbar-horiz.png +%%DATADIR%%/themes/assets/trough-scrollbar-vert.png +%%DATADIR%%/themes/assets/trough-vertical-active.png +%%DATADIR%%/themes/assets/trough-vertical.png +%%DATADIR%%/themes/assets/up-background-disable-rtl.png +%%DATADIR%%/themes/assets/up-background-disable.png +%%DATADIR%%/themes/assets/up-background-rtl.png +%%DATADIR%%/themes/assets/up-background.png +%%DATADIR%%/themes/gtkrc +%%DATADIR%%/themes/index.theme +%%DATADIR%%/themes/main.rc +%%DATADIR%%/themes/photoflow-dark.gtkrc