[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
- 108/373: gnu: breeze: Update to 6.1.2., (continued)
- 108/373: gnu: breeze: Update to 6.1.2., guix-commits, 2024/07/08
- 110/373: gnu: layer-shell-qt: Update to 6.1.2., guix-commits, 2024/07/08
- 112/373: gnu: plasma-workspace-wallpapers: Update to 6.1.2., guix-commits, 2024/07/08
- 113/373: gnu: polkit-kde-agent: Update to 6.1.2., guix-commits, 2024/07/08
- 114/373: gnu: libkscreen: Update to 6.1.2., guix-commits, 2024/07/08
- 117/373: gnu: kgamma: Update to 6.1.2., guix-commits, 2024/07/08
- 120/373: gnu: plasma-firewall: Update to 6.1.2., guix-commits, 2024/07/08
- 132/373: gnu: kwin: Update to 6.1.2., guix-commits, 2024/07/08
- 138/373: gnu: kio-extras: Update to 24.05.2., guix-commits, 2024/07/08
- 140/373: gnu: plasma-workspace: Update to 6.1.2., guix-commits, 2024/07/08
- 133/373: gnu: libkexiv2: Update to 24.05.2.,
guix-commits <=
- 144/373: gnu: plasma-vault: Update to 6.1.2., guix-commits, 2024/07/08
- 148/373: gnu: plasma-systemmonitor: Update to 6.1.2., guix-commits, 2024/07/08
- 150/373: gnu: kinfocenter: Update to 6.1.2., guix-commits, 2024/07/08
- 153/373: gnu: xdg-desktop-portal-kde: Update to 6.1.2., guix-commits, 2024/07/08
- 160/373: gnu: ktimer: Update to 24.05.2., guix-commits, 2024/07/08
- 155/373: gnu: kde-cli-tools: Update to 6.1.2., guix-commits, 2024/07/08
- 161/373: gnu: dolphin: Update to 24.05.2., guix-commits, 2024/07/08
- 156/373: gnu: plasma-browser-integration: Update to 6.1.2., guix-commits, 2024/07/08
- 158/373: gnu: konsole: Update to 24.05.2., guix-commits, 2024/07/08
- 168/373: gnu: kaccounts-providers: Update to 24.05.2., guix-commits, 2024/07/08