[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
304/373: gnu: khealthcertificate: Update to 24.05.2.
From: |
guix-commits |
Subject: |
304/373: gnu: khealthcertificate: Update to 24.05.2. |
Date: |
Mon, 8 Jul 2024 08:05:06 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit c294b8bd3a719e93fce3797387196d9a686bd0c7
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Mon Jul 8 01:08:59 2024 +0800
gnu: khealthcertificate: Update to 24.05.2.
* gnu/packages/kde-pim.scm (khealthcertificate): Update to 24.05.2.
[source]: Update uri.
[inputs]: Remove qtdeclarative-5; add qtdeclarative.
[arguments]: Set #:qtbase to qtbase.
Change-Id: I618ad2b103a27ba13747604072aa9b1e9673a61d
---
gnu/packages/kde-pim.scm | 30 ++++++++++++++++--------------
1 file changed, 16 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index a705258e5e..972c6b3185 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -948,31 +948,33 @@ cryptography to the contents of the clipboard.")
(define-public khealthcertificate
(package
(name "khealthcertificate")
- (version "23.01.0")
+ (version "24.05.2")
(source (origin
(method url-fetch)
- (uri (string-append "mirror://kde/stable/plasma-mobile/" version
- "/khealthcertificate-" version ".tar.xz"))
+ (uri (string-append "mirror://kde/stable/release-service/"
version
+ "/src/khealthcertificate-" version
".tar.xz"))
(sha256
(base32
- "193agd3jg029vcq1h5hdg3gw6zgqcmszl6ffcrid0ajbbiic4pbm"))))
+ "0600rz72dd3x7wwj82cyixnch3v0m4gva5kgf3y6rzjzlqjdpx57"))))
(build-system qt-build-system)
(arguments
- (list #:phases
- #~(modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key inputs tests? #:allow-other-keys)
- (when tests?
- (setenv "TZDIR"
- (search-input-directory inputs "share/zoneinfo"))
- (invoke "ctest" "-E"
- "(icaovdsparsertest|eudgcparsertest)")))))))
+ (list
+ #:qtbase qtbase
+ #:phases
+ #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key inputs tests? #:allow-other-keys)
+ (when tests?
+ (setenv "TZDIR"
+ (search-input-directory inputs "share/zoneinfo"))
+ (invoke "ctest" "-E"
+ "(icaovdsparsertest|eudgcparsertest)")))))))
(native-inputs (list extra-cmake-modules pkg-config tzdata-for-tests))
(inputs (list karchive
kcodecs
ki18n
openssl
- qtdeclarative-5
+ qtdeclarative
zlib))
(home-page "https://api.kde.org/khealthcertificate/html/index.html")
(synopsis "Digital vaccination and recovery certificate library")
- 240/373: gnu: kmag: Update to 24.05.2., (continued)
- 240/373: gnu: kmag: Update to 24.05.2., guix-commits, 2024/07/08
- 241/373: gnu: kmousetool: Update to 24.05.2., guix-commits, 2024/07/08
- 254/373: gnu: kimap: Update to 24.05.2., guix-commits, 2024/07/08
- 264/373: gnu: kmailtransport: Update to 24.05.2., guix-commits, 2024/07/08
- 266/373: gnu: libkdepim: Update to 24.05.2., guix-commits, 2024/07/08
- 267/373: gnu: kidentitymanagement: Update to 24.05.2., guix-commits, 2024/07/08
- 278/373: gnu: konversation: Update to 24.05.2., guix-commits, 2024/07/08
- 295/373: gnu: kmailimporter: Update to 24.05.2., guix-commits, 2024/07/08
- 299/373: gnu: kalendar: Update to 23.04.3., guix-commits, 2024/07/08
- 298/373: gnu: keventviews: Update to 24.05.2., guix-commits, 2024/07/08
- 304/373: gnu: khealthcertificate: Update to 24.05.2.,
guix-commits <=
- 305/373: gnu: ktnef: Update to 24.05.2., guix-commits, 2024/07/08
- 332/373: gnu: Add kwindowsystem-5., guix-commits, 2024/07/08
- 329/373: gnu: Add kguiaddons-5., guix-commits, 2024/07/08
- 330/373: gnu: Add kwidgetsaddons-5., guix-commits, 2024/07/08
- 358/373: gnu: Add kparts-5., guix-commits, 2024/07/08
- 367/373: gnu: Add ktexteditor-5., guix-commits, 2024/07/08
- 184/373: gnu: yakuake: Update to 24.05.2., guix-commits, 2024/07/08
- 191/373: gnu: falkon: Update to 24.05.2., guix-commits, 2024/07/08
- 282/373: gnu: ffmpegthumbs: Update to 24.05.2., guix-commits, 2024/07/08
- 361/373: gnu: Add kwayland-5., guix-commits, 2024/07/08