commit: bdf15e4d4fe6f176e8e0f866bf8cfa565d48c72f Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Tue Feb 16 16:22:23 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Tue Feb 16 17:34:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdf15e4d
media-gfx/darktable: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/19490 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../files/darktable-3.0.2_jsonschema-automagic.patch | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/media-gfx/darktable/files/darktable-3.0.2_jsonschema-automagic.patch b/media-gfx/darktable/files/darktable-3.0.2_jsonschema-automagic.patch deleted file mode 100644 index 1aa0aec5163..00000000000 --- a/media-gfx/darktable/files/darktable-3.0.2_jsonschema-automagic.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -319,15 +319,7 @@ - message(STATUS "Test-compilation of OpenCL programs is disabled.") - endif() - --# we need jsonschema to check noiseprofiles.json --find_program(jsonschema_BIN jsonschema) --if(${jsonschema_BIN} STREQUAL "jsonschema_BIN-NOTFOUND") -- message(STATUS "Missing jsonschema, problems in noiseprofiles.json might go unnoticed") -- set(VALIDATE_JSON 0) --else(${jsonschema_BIN} STREQUAL "jsonschema_BIN-NOTFOUND") -- message(STATUS "Found jsonschema") -- set(VALIDATE_JSON 1) --endif(${jsonschema_BIN} STREQUAL "jsonschema_BIN-NOTFOUND") -+set(VALIDATE_JSON 0) - - # we need an xslt interpreter to generate preferences_gen.h and darktablerc - find_program(Xsltproc_BIN xsltproc)
