guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

133/373: gnu: libkexiv2: Update to 24.05.2.


From: guix-commits
Subject: 133/373: gnu: libkexiv2: Update to 24.05.2.
Date: Mon, 8 Jul 2024 08:04:37 -0400 (EDT)

z572 pushed a commit to branch kde-team
in repository guix.

commit 8b9ee95afccb8d8d11f863beb39a5d013db1ea07
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 13:54:22 2024 +0800

    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 733c9eddba..16fe84accd 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]