diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-06 17:40:19 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-18 10:45:14 +0800 |
commit | ce35972f4d3a6921749eb60ad2965d23a5425218 (patch) | |
tree | ac905adc8d6639a22d6067fd8b18527dfefb98d2 /gnu/packages | |
parent | 53ccf7f590d19d82017ed1d6a9fb26eae567344d (diff) | |
download | guix-ce35972f4d3a6921749eb60ad2965d23a5425218.tar.gz guix-ce35972f4d3a6921749eb60ad2965d23a5425218.zip |
gnu: ksirk: Update to 24.05.2.
* gnu/packages/kde-games.scm (ksirk): Update to 24.05.2.
[inputs]: Remove qca, qtbase-5, qtdeclarative-5, and qtsvg-5; add kdbusaddons,
qca-qt6, qt5compat, qtdeclarative, qtmultimedia, and qtsvg.
[arguments]: Set #:qtbase to qtbase.
Change-Id: I95ce98a998c4f6857e1364fb6483be3e8df8c497
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/kde-games.scm | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm index 1c87249242..8288791c0e 100644 --- a/gnu/packages/kde-games.scm +++ b/gnu/packages/kde-games.scm @@ -945,19 +945,20 @@ This package is part of the KDE games module.") (define-public ksirk (package (name "ksirk") - (version "23.04.3") + (version "24.05.2") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/release-service/" version - "/src/ksirk-" version ".tar.xz")) + "/src/ksirk-" version ".tar.xz")) (sha256 - (base32 "1sp5mhnf8r3fvifz0kw74436j5kwsmiw66myygb4rsggb8amh5x4")))) + (base32 "0ki9z8p4flrs7msihya8ykxs3p4w10v3ivmgf43ldygjjndyhql9")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules kdoctools)) (inputs (list kcrash + kdbusaddons ki18n kiconthemes kio @@ -966,11 +967,13 @@ This package is part of the KDE games module.") kxmlgui libkdegames phonon - qca - qtbase-5 - qtdeclarative-5 - qtsvg-5 + qca-qt6 + qt5compat + qtdeclarative + qtmultimedia + qtsvg zlib)) + (arguments (list #:qtbase qtbase)) (home-page "https://apps.kde.org/ksirk/") (synopsis "Computerized version of the well known strategy board game 'Risk'") |