From 3e1182301a7cdc644b2343260901ef722eb7fbaf Mon Sep 17 00:00:00 2001 From: Zheng Junjie Date: Sat, 6 Jul 2024 13:54:22 +0800 Subject: [PATCH] gnu: libkexiv2: Update to 24.05.2. * gnu/packages/kde.scm (libkexiv2): Update to 24.05.2. [inputs]: Remove qtbase-5; add qtbase. [arguments]<#:configure-flags>: Add -DQT_MAJOR_VERSION=6. Change-Id: Ie2e55fe5028533d1ef3edcd580fbf7cc9a2b8ae0 --- gnu/packages/kde.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index 31461d5d7b..0f9b80cdc1 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -1710,19 +1710,20 @@ Mobipocket e-books in Dolphin and other KDE apps.") (define-public libkexiv2 (package (name "libkexiv2") - (version "23.04.3") + (version "24.05.2") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/release-service/" version "/src/" name "-" version ".tar.xz")) (sha256 - (base32 "16cb7cab4pyarwwn2byyvanwlakcgq5h203hkysp44flszq515cl")))) + (base32 "04z36kvj9nwr9i8xs6hi0lqmxz7lqyhs9c1cngcb7p7lw9hmynch")))) (build-system cmake-build-system) + (arguments (list #:configure-flags #~(list "-DQT_MAJOR_VERSION=6"))) (native-inputs (list extra-cmake-modules)) (inputs - (list exiv2 qtbase-5)) + (list exiv2 qtbase)) (home-page "https://invent.kde.org/graphics/libkexiv2") (synopsis "Manipulate the metadata of images") (description "Libkexiv2 wraps the Exiv2 library, allowing to manipulate