gnu: kollision: Update to 24.05.2.
* gnu/packages/kde-games.scm (kollision): Update to 24.05.2. [inputs]: Remove qtbase-5 and qtdeclarative-5; add qtdeclarative. [arguments]: Set #:qtbase to qtbase. Change-Id: If239fbe7f4a8cf799241d5bfe4f6a1ac97f80bfcmaster
parent
da1b69efe4
commit
0468fe6d53
|
@ -1408,15 +1408,16 @@ This package is part of the KDE games module.")
|
||||||
(define-public kollision
|
(define-public kollision
|
||||||
(package
|
(package
|
||||||
(name "kollision")
|
(name "kollision")
|
||||||
(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/kollision-" version ".tar.xz"))
|
"/src/kollision-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0g9nz3df8nibcwlrjlyw306dnrx58nlga2lljn7a9acpmvbp6qgi"))))
|
(base32 "1fvhbvb72w5xgz6hyp795j07ngc78isbk4i9g0yfznl1z59hygs7"))))
|
||||||
(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
|
||||||
|
@ -1429,8 +1430,7 @@ This package is part of the KDE games module.")
|
||||||
kwidgetsaddons
|
kwidgetsaddons
|
||||||
kxmlgui
|
kxmlgui
|
||||||
libkdegames
|
libkdegames
|
||||||
qtbase-5
|
qtdeclarative))
|
||||||
qtdeclarative-5))
|
|
||||||
(home-page "https://apps.kde.org/kollision/")
|
(home-page "https://apps.kde.org/kollision/")
|
||||||
(synopsis "Simple ball dodging game")
|
(synopsis "Simple ball dodging game")
|
||||||
(description "In Kollision you use mouse to control a small blue ball in a
|
(description "In Kollision you use mouse to control a small blue ball in a
|
||||||
|
|
Reference in New Issue