[neon/neon-packaging/koko/Neon/unstable] debian/patches: add CMakeLists bits to allow_old_libexiv.diff

Carlos De Maine null at kde.org
Wed Sep 17 05:46:02 BST 2025


Git commit 76f9afcf462b530faf03a22827980afc080c4f91 by Carlos De Maine.
Committed on 17/09/2025 at 04:46.
Pushed by carlosdem into branch 'Neon/unstable'.

add CMakeLists bits to allow_old_libexiv.diff

M  +15   -0    debian/patches/allow_old_libexiv.diff

https://invent.kde.org/neon/neon-packaging/koko/-/commit/76f9afcf462b530faf03a22827980afc080c4f91

diff --git a/debian/patches/allow_old_libexiv.diff b/debian/patches/allow_old_libexiv.diff
index 65caa97..d9edd2c 100644
--- a/debian/patches/allow_old_libexiv.diff
+++ b/debian/patches/allow_old_libexiv.diff
@@ -1,3 +1,18 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 7e8a9135bb8c70f61c5622bd9c64932175df684f..b49dfe5871fb0368c9c1227e85203e850e7fc409 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -49,7 +49,7 @@ endif()
+ 
+ find_package(KF6 ${KF_MIN_VERSION} REQUIRED COMPONENTS I18n Declarative Config ConfigWidgets KIO GuiAddons CoreAddons Notifications FileMetaData DBusAddons)
+ 
+-find_package(LibExiv2 0.21 REQUIRED)
++find_package(LibExiv2 0.28 REQUIRED)
+ 
+ ecm_find_qmlmodule(org.kde.kquickimageeditor)
+ find_package(KQuickImageEditor COMPONENTS)
+
+
 commit 0756c88f03d4913b5f2feaae14f115bfb988554a
 Author: Carlos De Maine <carlosdemaine at gmail.com>
 Date:   Sat Aug 16 11:38:20 2025 +1000


More information about the Neon-commits mailing list