summarylogtreecommitdiffstats
path: root/030-libjpeg-xl-git-fix-gdk-pixbuf-install-path.patch
diff options
context:
space:
mode:
authorDaniel Bermond2020-06-11 01:43:59 +0000
committerDaniel Bermond2020-06-11 01:43:59 +0000
commitdeb659bce6fccb3309d7c80f9552e30a8073263b (patch)
treec4892a51076b0ae3b6dc0b70daa22d2f8dd395b6 /030-libjpeg-xl-git-fix-gdk-pixbuf-install-path.patch
parent8100f7772b08633df9422ad0a1256e4718966c60 (diff)
downloadaur-deb659bce6fccb3309d7c80f9552e30a8073263b.tar.gz
Match latest upstream changes
Diffstat (limited to '030-libjpeg-xl-git-fix-gdk-pixbuf-install-path.patch')
-rw-r--r--030-libjpeg-xl-git-fix-gdk-pixbuf-install-path.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/030-libjpeg-xl-git-fix-gdk-pixbuf-install-path.patch b/030-libjpeg-xl-git-fix-gdk-pixbuf-install-path.patch
deleted file mode 100644
index 9a64d69f4098..000000000000
--- a/030-libjpeg-xl-git-fix-gdk-pixbuf-install-path.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -Naurp a/plugins/gdk-pixbuf/CMakeLists.txt b/plugins/gdk-pixbuf/CMakeLists.txt
---- a/plugins/gdk-pixbuf/CMakeLists.txt 2020-04-22 00:42:34.000000000 +0000
-+++ b/plugins/gdk-pixbuf/CMakeLists.txt 2020-04-22 00:42:38.000000000 +0000
-@@ -24,9 +24,9 @@ endif ()
- add_library(pixbufloader-jxl SHARED pixbufloader-jxl.c c_interop.cc c_interop.h)
- target_link_libraries(pixbufloader-jxl jpegxl-static jpegxl_threads PkgConfig::Gdk-Pixbuf)
-
--install(TARGETS pixbufloader-jxl LIBRARY DESTINATION /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders)
-+install(TARGETS pixbufloader-jxl LIBRARY DESTINATION /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders)
-
--find_program(GDK_PIXBUF_QUERY_LOADERS_PROG gdk-pixbuf-query-loaders /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0)
-+find_program(GDK_PIXBUF_QUERY_LOADERS_PROG gdk-pixbuf-query-loaders /usr/lib/gdk-pixbuf-2.0)
- if(NOT ${GDK_PIXBUF_QUERY_LOADERS_PROG} STREQUAL "GDK_PIXBUF_QUERY_LOADERS_PROG-NOTFOUND")
- install(CODE "execute_process(COMMAND ${GDK_PIXBUF_QUERY_LOADERS_PROG} --update-cache)")
- else()