Index: head/graphics/photoflow/Makefile =================================================================== --- head/graphics/photoflow/Makefile (revision 518380) +++ head/graphics/photoflow/Makefile (revision 518381) @@ -1,52 +1,50 @@ # $FreeBSD$ PORTNAME= photoflow -DISTVERSION= 0.2.8-1260 -PORTREVISION= 2 +DISTVERSION= 0.2.8-1398 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Non-destructive photo retouching program LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= no matching function for call to 'vips_image_get_blob' BROKEN_i386= see https://github.com/aferrero2707/PhotoFlow/issues/192 LIB_DEPENDS= libexiv2.so:graphics/exiv2 \ 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 +GH_TAGNAME= d92c3989 USE_GNOME= atkmm cairomm glib20 glibmm gtk20 gtkmm24 libsigc++20 pangomm CMAKE_OFF= BUNDLED_LENSFUN #Disable optimization for the builder CPU when building official packages .if defined(PACKAGE_BUILDING) CMAKE_ON= BINARY_PACKAGE_BUILD .endif LDFLAGS+= -lexecinfo INSTALLS_ICONS= yes OPTIONS_DEFINE= OCIO OPTIONS_DEFAULT= OCIO OPTIONS_SUB= yes OCIO_DESC= Enable the integration of OpenColorIO OCIO_CMAKE_BOOL= OCIO_ENABLED OCIO_LIB_DEPENDS= libOpenColorIO.so:graphics/opencolorio OCIO_VARS= GH_TUPLE+=sobotka:filmic-blender:1.1.1:fb/../.build/data/filmic-blender \ GH_TUPLE+=imageworks:OpenColorIO-Configs:0bb079c08be410030669cbf5f19ff869b88af953:c/../.build/data/ocio-configs .include Index: head/graphics/photoflow/distinfo =================================================================== --- head/graphics/photoflow/distinfo (revision 518380) +++ head/graphics/photoflow/distinfo (revision 518381) @@ -1,7 +1,7 @@ -TIMESTAMP = 1560191008 -SHA256 (aferrero2707-PhotoFlow-0.2.8-1260-da84a071_GH0.tar.gz) = 6553848199f1a57f67e64c3414cdd61e74e497ef4476ea4d3df637f1e1304d32 -SIZE (aferrero2707-PhotoFlow-0.2.8-1260-da84a071_GH0.tar.gz) = 10119031 +TIMESTAMP = 1573631919 +SHA256 (aferrero2707-PhotoFlow-0.2.8-1398-d92c3989_GH0.tar.gz) = 0cf5aa91d1e08ebcfe4db79c20750fdfa53fbb13142996b66db42682a6f16918 +SIZE (aferrero2707-PhotoFlow-0.2.8-1398-d92c3989_GH0.tar.gz) = 11827728 SHA256 (sobotka-filmic-blender-1.1.1_GH0.tar.gz) = 87efcadfac0edbcdd6e4612ff8451dee12e42699830d17505de0d8593788ee95 SIZE (sobotka-filmic-blender-1.1.1_GH0.tar.gz) = 3071707 SHA256 (imageworks-OpenColorIO-Configs-0bb079c08be410030669cbf5f19ff869b88af953_GH0.tar.gz) = 26dcda1bf6b871b74e67de8046eb78061f167e5d41c23cb151a120818feeb70d SIZE (imageworks-OpenColorIO-Configs-0bb079c08be410030669cbf5f19ff869b88af953_GH0.tar.gz) = 877373446 Index: head/graphics/photoflow/files/patch-src_external_rawspeed_src_librawspeed_common_Mutex.h =================================================================== --- head/graphics/photoflow/files/patch-src_external_rawspeed_src_librawspeed_common_Mutex.h (revision 518380) +++ head/graphics/photoflow/files/patch-src_external_rawspeed_src_librawspeed_common_Mutex.h (nonexistent) @@ -1,17 +0,0 @@ ---- src/external/rawspeed/src/librawspeed/common/Mutex.h.orig 2019-08-13 19:14:10 UTC -+++ src/external/rawspeed/src/librawspeed/common/Mutex.h -@@ -77,12 +77,12 @@ class CAPABILITY("mutex") Mutex final { (public) - // Acquire/lock this mutex exclusively. Only one thread can have exclusive - // access at any one time. Write operations to guarded data require an - // exclusive lock. -- void __attribute__((const)) Lock() const ACQUIRE() { -+ void Lock() ACQUIRE() { - // NOP, since there is no mutex. only here to still check for proper locking - } - - // Release/unlock an exclusive mutex. -- void __attribute__((const)) Unlock() const RELEASE() { -+ void Unlock() RELEASE() { - // NOP, since there is no mutex. only here to still check for proper locking - } - Property changes on: head/graphics/photoflow/files/patch-src_external_rawspeed_src_librawspeed_common_Mutex.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/graphics/photoflow/files/patch-data_CMakeLists.txt =================================================================== --- head/graphics/photoflow/files/patch-data_CMakeLists.txt (revision 518380) +++ head/graphics/photoflow/files/patch-data_CMakeLists.txt (revision 518381) @@ -1,55 +1,55 @@ ---- data/CMakeLists.txt.orig 2019-06-10 18:18:22 UTC +--- data/CMakeLists.txt.orig 2019-11-10 21:19:31 UTC +++ data/CMakeLists.txt -@@ -9,30 +9,30 @@ install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/photoflow.de +@@ -10,30 +10,30 @@ install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/photoflow.ap if (OpenColorIO_FOUND) include(ExternalProject) - ExternalProject_Add(filmic-blender - PREFIX "${CMAKE_CURRENT_BINARY_DIR}" - DOWNLOAD_DIR "${CMAKE_CURRENT_BINARY_DIR}/filmic-blender-download" - SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/filmic-blender" - URL "https://github.com/sobotka/filmic-blender/archive/1.1.1.tar.gz" - TIMEOUT 10 - CONFIGURE_COMMAND "" - BUILD_COMMAND "" - INSTALL_COMMAND "" - ) + #ExternalProject_Add(filmic-blender + # PREFIX "${CMAKE_CURRENT_BINARY_DIR}" + # DOWNLOAD_DIR "${CMAKE_CURRENT_BINARY_DIR}/filmic-blender-download" + # SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/filmic-blender" + # URL "https://github.com/sobotka/filmic-blender/archive/1.1.1.tar.gz" + # TIMEOUT 10 + # CONFIGURE_COMMAND "" + # BUILD_COMMAND "" + # INSTALL_COMMAND "" + #) install(DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/filmic-blender" DESTINATION ./share/photoflow/ocio-configs) - ExternalProject_Add(aces-ocio - PREFIX "${CMAKE_CURRENT_BINARY_DIR}" - DOWNLOAD_DIR "${CMAKE_CURRENT_BINARY_DIR}/ocio-configs-download" - SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/ocio-configs" - GIT_REPOSITORY "https://github.com/imageworks/OpenColorIO-Configs.git" - GIT_TAG 0bb079c08be410030669cbf5f19ff869b88af953 - GIT_SHALLOW TRUE - GIT_PROGRESS TRUE - CONFIGURE_COMMAND "" - BUILD_COMMAND "" - INSTALL_COMMAND "" - ) + #ExternalProject_Add(aces-ocio + # PREFIX "${CMAKE_CURRENT_BINARY_DIR}" + # DOWNLOAD_DIR "${CMAKE_CURRENT_BINARY_DIR}/ocio-configs-download" + # SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/ocio-configs" + # GIT_REPOSITORY "https://github.com/imageworks/OpenColorIO-Configs.git" + # GIT_TAG 0bb079c08be410030669cbf5f19ff869b88af953 + # GIT_SHALLOW TRUE + # GIT_PROGRESS TRUE + # CONFIGURE_COMMAND "" + # BUILD_COMMAND "" + # INSTALL_COMMAND "" + #) install(FILES "${CMAKE_CURRENT_BINARY_DIR}/ocio-configs/aces_1.0.3/config.ocio" DESTINATION ./share/photoflow/ocio-configs/aces_1.0.3) install(FILES "${CMAKE_CURRENT_BINARY_DIR}/ocio-configs/aces_1.0.3/README.md" DESTINATION ./share/photoflow/ocio-configs/aces_1.0.3) install(DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/ocio-configs/aces_1.0.3/luts" DESTINATION ./share/photoflow/ocio-configs/aces_1.0.3) Index: head/graphics/photoflow/files/patch-src_CMakeLists.txt =================================================================== --- head/graphics/photoflow/files/patch-src_CMakeLists.txt (revision 518380) +++ head/graphics/photoflow/files/patch-src_CMakeLists.txt (revision 518381) @@ -1,20 +1,20 @@ ---- src/CMakeLists.txt.orig 2019-06-07 16:05:32 UTC +--- src/CMakeLists.txt.orig 2019-11-10 21:19:31 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 -Wno-error=narrowing -Dgmic_build -Dcimg_use_vt100 -Dgmic_is_parallel -Dcimg_use_fftw3 -Dcimg_use_tiff -Dcimg_use_zlib -Dcimg_display=0 -fpermissive") +- SET(GMIC_FLAGS "-std=gnu++14 -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++14 -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) +@@ -542,7 +542,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) Index: head/graphics/photoflow/pkg-plist =================================================================== --- head/graphics/photoflow/pkg-plist (revision 518380) +++ head/graphics/photoflow/pkg-plist (revision 518381) @@ -1,539 +1,540 @@ 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 +share/metainfo/photoflow.appdata.xml %%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%%%%DATADIR%%/ocio-configs/aces_1.0.3/README.md %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/config.ocio %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/ACEScc_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/ACEScct_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/ACESproxy_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/ADX_CID_to_RLE.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Canon-Log2_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Canon-Log3_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Canon-Log_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/CineonLog_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Dolby_PQ_10000_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Dolby_PQ_1000_nits_Shaper.RRT.P3-D60_ST2084__1000_nits_.spi3d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Dolby_PQ_1000_nits_Shaper.RRT.Rec.2020_ST2084__1000_nits_.spi3d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Dolby_PQ_1000_nits_Shaper_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Dolby_PQ_2000_nits_Shaper.RRT.P3-D60_ST2084__2000_nits_.spi3d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Dolby_PQ_2000_nits_Shaper_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Dolby_PQ_4000_nits_Shaper.RRT.P3-D60_ST2084__4000_nits_.spi3d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Dolby_PQ_4000_nits_Shaper_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Dolby_PQ_48_nits_Shaper_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/InvRRT.DCDM.Log2_48_nits_Shaper.spi3d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/InvRRT.P3-D60.Log2_48_nits_Shaper.spi3d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/InvRRT.P3-D60_ST2084__1000_nits_.Dolby_PQ_1000_nits_Shaper.spi3d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/InvRRT.P3-D60_ST2084__2000_nits_.Dolby_PQ_2000_nits_Shaper.spi3d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/InvRRT.P3-D60_ST2084__4000_nits_.Dolby_PQ_4000_nits_Shaper.spi3d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/InvRRT.P3-DCI.Log2_48_nits_Shaper.spi3d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/InvRRT.Rec.2020.Log2_48_nits_Shaper.spi3d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/InvRRT.Rec.2020_ST2084__1000_nits_.Dolby_PQ_1000_nits_Shaper.spi3d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/InvRRT.Rec.709.Log2_48_nits_Shaper.spi3d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/InvRRT.Rec.709__D60_sim._.Log2_48_nits_Shaper.spi3d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/InvRRT.sRGB.Log2_48_nits_Shaper.spi3d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/InvRRT.sRGB__D60_sim._.Log2_48_nits_Shaper.spi3d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/LMT_Shaper.ACES_1.0_to_0.1_emulation.spi3d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/LMT_Shaper.ACES_1.0_to_0.2_emulation.spi3d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/LMT_Shaper.ACES_1.0_to_0.7_emulation.spi3d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/LMT_Shaper_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Log2_1000_nits_Shaper_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Log2_2000_nits_Shaper_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Log2_4000_nits_Shaper_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Log2_48_nits_Shaper.RRT.DCDM.spi3d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Log2_48_nits_Shaper.RRT.DCDM__P3_gamut_clip_.spi3d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Log2_48_nits_Shaper.RRT.P3-D60.spi3d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Log2_48_nits_Shaper.RRT.P3-DCI.spi3d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Log2_48_nits_Shaper.RRT.Rec.2020.spi3d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Log2_48_nits_Shaper.RRT.Rec.709.spi3d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Log2_48_nits_Shaper.RRT.Rec.709__D60_sim._.spi3d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Log2_48_nits_Shaper.RRT.sRGB.spi3d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Log2_48_nits_Shaper.RRT.sRGB__D60_sim._.spi3d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Log2_48_nits_Shaper_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/Protune_Flat_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/REDLog3G10_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/S-Log1_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/S-Log2_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/S-Log3_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/V-Log_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/V3_LogC_1000_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/V3_LogC_1280_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/V3_LogC_1600_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/V3_LogC_160_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/V3_LogC_2000_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/V3_LogC_200_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/V3_LogC_250_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/V3_LogC_2560_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/V3_LogC_3200_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/V3_LogC_320_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/V3_LogC_400_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/V3_LogC_500_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/V3_LogC_640_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/V3_LogC_800_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/rec1886_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/rec2020_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/rec709_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/aces_1.0.3/luts/sRGB_to_linear.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/filmic-blender/README.md %%OCIO%%%%DATADIR%%/ocio-configs/filmic-blender/_config.yml %%OCIO%%%%DATADIR%%/ocio-configs/filmic-blender/config.ocio %%OCIO%%%%DATADIR%%/ocio-configs/filmic-blender/index.md %%OCIO%%%%DATADIR%%/ocio-configs/filmic-blender/looks/Filmic_False_Colour.spi3d %%OCIO%%%%DATADIR%%/ocio-configs/filmic-blender/looks/Filmic_to_0-35_1-30.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/filmic-blender/looks/Filmic_to_0-48_1-09.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/filmic-blender/looks/Filmic_to_0-60_1-04.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/filmic-blender/looks/Filmic_to_0-70_1-03.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/filmic-blender/looks/Filmic_to_0-85_1-011.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/filmic-blender/looks/Filmic_to_0.99_1-0075.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/filmic-blender/looks/Filmic_to_1.20_1-00.spi1d %%OCIO%%%%DATADIR%%/ocio-configs/filmic-blender/luts/desat65cube.spi3d %%OCIO%%%%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