gnu: kshisen: Update to 24.05.2.
* gnu/packages/kde-games.scm (kshisen): Update to 24.05.2. [inputs]: Remove qtbase-5 and qtdeclarative-5; add qtdeclarative. [arguments]: Set #:qtbase to qtbase. Change-Id: I14ee112cf435ce59245d54a7743ccdffaf4ef70bmaster
parent
e63cac7fa8
commit
2d524ca950
|
@ -264,19 +264,17 @@ This package is part of the KDE games module.")
|
|||
(define-public kshisen
|
||||
(package
|
||||
(name "kshisen")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/"
|
||||
version "/src/kshisen-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0bfk6nbwl35sfqxhf7cdv3n61ybi5962i2lvg7m1vlpp21q0diz8"))))
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/"
|
||||
version "/src/kshisen-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1bx28jlvmwfh5rrvwd2kiq1c5r83s9lr49kl3x1rm5w7w5hlxyf1"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules
|
||||
;("perl" ,perl)
|
||||
;("pkg-config" ,pkg-config)
|
||||
kdoctools))
|
||||
(inputs
|
||||
(list kauth
|
||||
|
@ -289,8 +287,8 @@ This package is part of the KDE games module.")
|
|||
kxmlgui
|
||||
libkdegames
|
||||
libkmahjongg
|
||||
qtbase-5
|
||||
qtdeclarative-5))
|
||||
qtdeclarative))
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(home-page "https://apps.kde.org/kshisen/")
|
||||
(synopsis "Shisen-Sho solitaire game")
|
||||
(description "KShisen is a solitaire-like game played using the standard
|
||||
|
|
Reference in New Issue