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
This commit is contained in:
Zheng Junjie 2024-07-06 17:40:19 +08:00
parent 53ccf7f590
commit ce35972f4d
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -945,19 +945,20 @@ (define-public granatier
(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"))
(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 @@ (define-public ksirk
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'")