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
|
||||
(package
|
||||
(name "kollision")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/kollision-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0g9nz3df8nibcwlrjlyw306dnrx58nlga2lljn7a9acpmvbp6qgi"))))
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/kollision-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1fvhbvb72w5xgz6hyp795j07ngc78isbk4i9g0yfznl1z59hygs7"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools))
|
||||
(inputs
|
||||
|
@ -1429,8 +1430,7 @@ This package is part of the KDE games module.")
|
|||
kwidgetsaddons
|
||||
kxmlgui
|
||||
libkdegames
|
||||
qtbase-5
|
||||
qtdeclarative-5))
|
||||
qtdeclarative))
|
||||
(home-page "https://apps.kde.org/kollision/")
|
||||
(synopsis "Simple ball dodging game")
|
||||
(description "In Kollision you use mouse to control a small blue ball in a
|
||||
|
|
Reference in New Issue