mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: kgoldrunner: Update to 24.05.2.
* gnu/packages/kde-games.scm (kgoldrunner): Update to 24.05.2. [arguments]: Set #:qtbase to qtbase. [inputs]: Remove qtbase-5 and qtdeclarative-5; add qtbase and qtdeclarative. Change-Id: I4ba1f2f96ae3fd94293c13adf28bc9d794122f03
This commit is contained in:
parent
5ad50da4ac
commit
c7f565b88d
1 changed files with 9 additions and 8 deletions
|
@ -672,15 +672,16 @@ (define-public klines
|
|||
(define-public kgoldrunner
|
||||
(package
|
||||
(name "kgoldrunner")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/kgoldrunner-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0acavby9lwbqbx577a3az9lcahchngcs15571va2ndnq1r16paxf"))))
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/kgoldrunner-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "10v280785ds03h6ra384hhck422dwy8zz57x4wpcq87azzf0mi4c"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools))
|
||||
(inputs
|
||||
|
@ -693,8 +694,8 @@ (define-public kgoldrunner
|
|||
kwidgetsaddons
|
||||
kxmlgui
|
||||
libkdegames
|
||||
qtbase-5
|
||||
qtdeclarative-5))
|
||||
qtbase
|
||||
qtdeclarative))
|
||||
(home-page "https://apps.kde.org/kgoldrunner/")
|
||||
(synopsis "Action and puzzle solving game")
|
||||
(description "KGoldrunner is an action game where the hero runs through a
|
||||
|
|
Loading…
Reference in a new issue