gnu: kspaceduel: Update to 24.05.2.
* gnu/packages/kde-games.scm (kspaceduel): 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: I01e3738d40e7d282517268402524f63639d04b15
This commit is contained in:
parent
28f14731e7
commit
8e0dfc5459
1 changed files with 5 additions and 5 deletions
|
@ -1249,14 +1249,14 @@ This package is part of the KDE games module.")
|
||||||
(define-public kspaceduel
|
(define-public kspaceduel
|
||||||
(package
|
(package
|
||||||
(name "kspaceduel")
|
(name "kspaceduel")
|
||||||
(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/kspaceduel-" version ".tar.xz"))
|
"/src/kspaceduel-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1mpry73vvi332wxyw2wymh3lsrj2amblg50dym9ni1lj2af657ia"))))
|
(base32 "04sjx32b4jgz9hwjmfyjcxlrd6jwg355sr6knr8vdxhjg18k2wa0"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
|
@ -1270,9 +1270,9 @@ This package is part of the KDE games module.")
|
||||||
ki18n
|
ki18n
|
||||||
kxmlgui
|
kxmlgui
|
||||||
libkdegames
|
libkdegames
|
||||||
qtbase-5
|
qtdeclarative
|
||||||
qtdeclarative-5
|
qtsvg))
|
||||||
qtsvg-5))
|
(arguments (list #:qtbase qtbase))
|
||||||
(home-page "https://apps.kde.org/kspaceduel/")
|
(home-page "https://apps.kde.org/kspaceduel/")
|
||||||
(synopsis "Two player game with shooting spaceships flying around a sun")
|
(synopsis "Two player game with shooting spaceships flying around a sun")
|
||||||
(description "KSpaceduel is a space battle game for one or two players,
|
(description "KSpaceduel is a space battle game for one or two players,
|
||||||
|
|
Reference in a new issue