1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

graphics/photoflow: Remove because it was broken for months

It seems to be abandoned upstream.
This commit is contained in:
Yuri Victorovich 2022-05-06 14:35:22 -07:00
parent cb74d14921
commit 578340e952
9 changed files with 1 additions and 725 deletions

1
MOVED
View File

@ -17146,3 +17146,4 @@ net/gogoc||2022-04-30|Has expired: Services were discontinued in 2016
graphics/drm-current-kmod||2022-05-01|Switched to a Linux version based naming scheme. Use graphics/drm-510-kmod
graphics/drm-devel-kmod||2022-05-01|Switched to a Linux version based naming scheme. Use graphics/drm-510-kmod
math/rkward-kde|math/rkward|2022-05-06|Switched to the name used by upstream
graphics/photoflow||2022-05-06|Unmaintainer upstream, has been broken for months, particularly this issue isn't answered: https://github.com/aferrero2707/PhotoFlow/issues/220

View File

@ -762,7 +762,6 @@
SUBDIR += pho
SUBDIR += photivo
SUBDIR += photoflare
SUBDIR += photoflow
SUBDIR += photopc
SUBDIR += photoqt
SUBDIR += phototonic

View File

@ -1,63 +0,0 @@
PORTNAME= photoflow
DISTVERSION= 0.2.8.20200828
PORTREVISION= 11
CATEGORIES= graphics
MAINTAINER= yuri@FreeBSD.org
COMMENT= Non-destructive photo retouching program
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_i386= see https://github.com/aferrero2707/PhotoFlow/issues/192
LIB_DEPENDS= libexiv2.so:graphics/exiv2 \
libfftw3.so:math/fftw3 \
libfftw3f.so:math/fftw3-float \
libiptcdata.so:graphics/libiptcdata \
libOpenEXR.so:graphics/openexr \
liblcms2.so:graphics/lcms2 \
liblensfun.so:graphics/lensfun \
libtiff.so:graphics/tiff \
libpugixml.so:textproc/pugixml \
libvips.so:graphics/vips
USES= cmake compiler desktop-file-utils gettext gnome jpeg pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= aferrero2707
GH_PROJECT= PhotoFlow
GH_TAGNAME= 8472024f
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
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 <bsd.port.pre.mk>
.if ${CHOSEN_COMPILER_TYPE} == gcc
USE_GCC= yes
.else
# clang-10 fails to compile photoflow because it bundles an old version of GMIC that clang-10 doesn't like: https://github.com/aferrero2707/PhotoFlow/issues/220
LLVM_VERSION= 90
BUILD_DEPENDS+= clang${LLVM_VERSION}:devel/llvm${LLVM_VERSION}
CC= clang${LLVM_VERSION}
CXX= clang++${LLVM_VERSION}
CPP= clang-cpp${LLVM_VERSION}
.endif
.include <bsd.port.post.mk>

View File

@ -1,7 +0,0 @@
TIMESTAMP = 1600626135
SHA256 (aferrero2707-PhotoFlow-0.2.8.20200828-8472024f_GH0.tar.gz) = cbef1f0611887a11627c17235e331db1f532d45a60d02938686d9fccc542a554
SIZE (aferrero2707-PhotoFlow-0.2.8.20200828-8472024f_GH0.tar.gz) = 12021545
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

View File

@ -1,55 +0,0 @@
--- data/CMakeLists.txt.orig 2019-11-10 21:19:31 UTC
+++ data/CMakeLists.txt
@@ -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)

View File

@ -1,20 +0,0 @@
Remove last remnant of cimg_funcs.h
The cimg functionality was removed in 2014 in
https://github.com/libvips/libvips/commit/927b2d795448eb676d4c1680f07b54d61bb4dd7c
The header was completely removed in
https://github.com/libvips/libvips/commit/221a5f7e8bfd11797f1bef5a29a928bc0f03e311
This fixes the build against glib-2.68.3
--- src/operations/denoise.cc.orig 2021-07-24 09:04:04 UTC
+++ src/operations/denoise.cc
@@ -27,7 +27,7 @@
*/
-#include <vips/cimg_funcs.h>
+// #include <vips/cimg_funcs.h>
#include "../base/new_operation.hh"
#include "convert_colorspace.hh"

View File

@ -1,20 +0,0 @@
--- 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++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}\"' ")
@@ -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)

View File

@ -1,18 +0,0 @@
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/

View File

@ -1,541 +0,0 @@
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/flash.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