me
/
guix
Archived
1
0
Fork 0

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
master
Zheng Junjie 2024-07-08 01:08:59 +08:00
parent a7566de0a5
commit 631aff54f9
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 16 additions and 14 deletions

View File

@ -931,31 +931,33 @@ cryptography to the contents of the clipboard.")
(define-public khealthcertificate (define-public khealthcertificate
(package (package
(name "khealthcertificate") (name "khealthcertificate")
(version "23.01.0") (version "24.05.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kde/stable/plasma-mobile/" version (uri (string-append "mirror://kde/stable/release-service/" version
"/khealthcertificate-" version ".tar.xz")) "/src/khealthcertificate-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"193agd3jg029vcq1h5hdg3gw6zgqcmszl6ffcrid0ajbbiic4pbm")))) "0600rz72dd3x7wwj82cyixnch3v0m4gva5kgf3y6rzjzlqjdpx57"))))
(build-system qt-build-system) (build-system qt-build-system)
(arguments (arguments
(list #:phases (list
#~(modify-phases %standard-phases #:qtbase qtbase
(replace 'check #:phases
(lambda* (#:key inputs tests? #:allow-other-keys) #~(modify-phases %standard-phases
(when tests? (replace 'check
(setenv "TZDIR" (lambda* (#:key inputs tests? #:allow-other-keys)
(search-input-directory inputs "share/zoneinfo")) (when tests?
(invoke "ctest" "-E" (setenv "TZDIR"
"(icaovdsparsertest|eudgcparsertest)"))))))) (search-input-directory inputs "share/zoneinfo"))
(invoke "ctest" "-E"
"(icaovdsparsertest|eudgcparsertest)")))))))
(native-inputs (list extra-cmake-modules pkg-config tzdata-for-tests)) (native-inputs (list extra-cmake-modules pkg-config tzdata-for-tests))
(inputs (list karchive (inputs (list karchive
kcodecs kcodecs
ki18n ki18n
openssl openssl
qtdeclarative-5 qtdeclarative
zlib)) zlib))
(home-page "https://api.kde.org/khealthcertificate/html/index.html") (home-page "https://api.kde.org/khealthcertificate/html/index.html")
(synopsis "Digital vaccination and recovery certificate library") (synopsis "Digital vaccination and recovery certificate library")