[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
139/173: gnu: kfilemetadata: Update to 6.13.0.
From: |
guix-commits |
Subject: |
139/173: gnu: kfilemetadata: Update to 6.13.0. |
Date: |
Sun, 4 May 2025 09:24:22 -0400 (EDT) |
iyzsong pushed a commit to branch qt-team
in repository guix.
commit 3d24f250ee4d98034bb918da0053e741cc265786
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sun May 4 14:10:12 2025 +0800
gnu: kfilemetadata: Update to 6.13.0.
* gnu/packages/kde-frameworks.scm (kfilemetadata): Update to 6.13.0.
[arguments]: Set QT_QPA_PLATFORM in the check phase.
Change-Id: I331d377989a08c003ce94fdda9b6679ed124bdbe
---
gnu/packages/kde-frameworks.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 7660049606..aa41abd8f8 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2525,7 +2525,7 @@ from DocBook files.")
(define-public kfilemetadata
(package
(name "kfilemetadata")
- (version "6.5.0")
+ (version "6.13.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2534,7 +2534,7 @@ from DocBook files.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1x60zl20qg19d615r62vf6kavzaij451n55wqvgqkqvz7n11ji2p"))))
+ "17mylkg821m4pxxkkqwsy1phfzqsby2ziz3jf0799mvwaw2ws3q9"))))
(build-system cmake-build-system)
(arguments
(list
@@ -2543,6 +2543,7 @@ from DocBook files.")
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
+ (setenv "QT_QPA_PLATFORM" "offscreen")
(invoke "ctest" "-E"
"(exiv2extractortest|usermetadatawritertest)")))))))
(native-inputs (list extra-cmake-modules pkg-config))
(inputs
- 113/173: gnu: kdnssd: Update to 6.13.0., (continued)
- 113/173: gnu: kdnssd: Update to 6.13.0., guix-commits, 2025/05/04
- 111/173: gnu: kcoreaddons: Update to 6.13.0., guix-commits, 2025/05/04
- 110/173: gnu: kconfig: Update to 6.13.0., guix-commits, 2025/05/04
- 114/173: gnu: plasma-wayland-protocols: Update to 1.17.0., guix-commits, 2025/05/04
- 122/173: gnu: kplotting: Update to 6.13.0., guix-commits, 2025/05/04
- 126/173: gnu: kwindowsystem: Update to 6.13.0., guix-commits, 2025/05/04
- 128/173: gnu: networkmanager-qt: Update to 6.13.0., guix-commits, 2025/05/04
- 127/173: gnu: modemmanager-qt: Update to 6.13.0., guix-commits, 2025/05/04
- 131/173: gnu: solid: Update to 6.13.0., guix-commits, 2025/05/04
- 134/173: gnu: kauth: Update to 6.13.0., guix-commits, 2025/05/04
- 139/173: gnu: kfilemetadata: Update to 6.13.0.,
guix-commits <=
- 142/173: gnu: knotifications: Update to 6.13.0., guix-commits, 2025/05/04
- 153/173: gnu: kdesu: Update to 6.13.0., guix-commits, 2025/05/04
- 160/173: gnu: kpeople: Update to 6.13.0., guix-commits, 2025/05/04
- 172/173: gnu: kdav: Update to 6.13.0., guix-commits, 2025/05/04
- 162/173: gnu: kservice: Update to 6.13.0., guix-commits, 2025/05/04
- 163/173: gnu: kstatusnotifieritem: Update to 6.13.0., guix-commits, 2025/05/04
- 02/173: gnu: calibre: Do not wrap with QTWEBENGINEPROCESS_PATH., guix-commits, 2025/05/04
- 06/173: gnu: akregator: Do not wrap with QTWEBENGINEPROCESS_PATH., guix-commits, 2025/05/04
- 07/173: gnu: openshot: Do not wrap with QTWEBENGINEPROCESS_PATH., guix-commits, 2025/05/04
- 08/173: gnu: openconnect-sso: Do not wrap with QTWEBENGINEPROCESS_PATH., guix-commits, 2025/05/04