gnu: ksnakeduel: Update to 24.05.2.
* gnu/packages/kde-games.scm (ksnakeduel): Update to 24.05.2. [arguments]: Set #:qtbase to qtbase. [inputs]: Remove qtbase-5, qtdeclarative-5, and qtsvg-5; add qtdeclarative and qtsvg. Change-Id: Ief4cca97f3d2fda386eb338f8618dcc0418bba81
This commit is contained in:
parent
96c1fe03a2
commit
da1b69efe4
1 changed files with 9 additions and 9 deletions
|
@ -1370,15 +1370,16 @@ This package is part of the KDE games module.")
|
||||||
(define-public ksnakeduel
|
(define-public ksnakeduel
|
||||||
(package
|
(package
|
||||||
(name "ksnakeduel")
|
(name "ksnakeduel")
|
||||||
(version "23.04.3")
|
(version "24.05.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/ksnakeduel-" version ".tar.xz"))
|
"/src/ksnakeduel-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "182z9664p0shyx4rbr1cn32mzlfzl80x96nwakvv1ss7sf7dp1x3"))))
|
(base32 "11v8zrbwb8dhdmaa76rhv5qa084raxldl8sjp9299hd8wk34297b"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
|
(arguments (list #:qtbase qtbase))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
(inputs
|
(inputs
|
||||||
|
@ -1392,9 +1393,8 @@ This package is part of the KDE games module.")
|
||||||
ki18n
|
ki18n
|
||||||
kxmlgui
|
kxmlgui
|
||||||
libkdegames
|
libkdegames
|
||||||
qtbase-5
|
qtdeclarative
|
||||||
qtdeclarative-5
|
qtsvg))
|
||||||
qtsvg-5))
|
|
||||||
(home-page "https://apps.kde.org/ksnakeduel/")
|
(home-page "https://apps.kde.org/ksnakeduel/")
|
||||||
(synopsis "Snake race played against the computer")
|
(synopsis "Snake race played against the computer")
|
||||||
(description "KSnakeDuel is a fast action game where you steer a snake
|
(description "KSnakeDuel is a fast action game where you steer a snake
|
||||||
|
|
Reference in a new issue