gnu: konquest: Update to 24.05.2.
* gnu/packages/kde-games.scm (konquest): Update to 24.05.2. [inputs]: Remove qtbase-5, qtdeclarative-5, and qtsvg-5; add qtscxml, qtdeclarative, and qtsvg. [arguments]: Set #:qtbase to qtbase. Change-Id: Id6aca4d44d3632c3c2c69269029f8a16f8301d36master
parent
e7a6a6f1fb
commit
4f58117513
|
@ -450,15 +450,16 @@ This package is part of the KDE games module.")
|
|||
(define-public konquest
|
||||
(package
|
||||
(name "konquest")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/"
|
||||
version "/src/konquest-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0svzaibs8v1xd36ysj3wk7sxma26fl5pz6yp774jg0g9zi9rlkff"))))
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/"
|
||||
version "/src/konquest-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0bykh3ihigvzaxkzhk801hfr28frxq4hkwixicapzdfamhc22w95"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools))
|
||||
(inputs
|
||||
|
@ -472,9 +473,9 @@ This package is part of the KDE games module.")
|
|||
kwidgetsaddons
|
||||
kxmlgui
|
||||
libkdegames
|
||||
qtbase-5
|
||||
qtdeclarative-5
|
||||
qtsvg-5))
|
||||
qtscxml
|
||||
qtdeclarative
|
||||
qtsvg))
|
||||
(home-page "https://apps.kde.org/konquest/")
|
||||
(synopsis "Simple turn-based strategy game")
|
||||
(description "Konquest is the KDE version of Gnu-Lactic Konquest. Players
|
||||
|
|
Reference in New Issue