mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: kolf: Update to 24.05.2.
* gnu/packages/kde-games.scm (kolf): Update to 24.05.2. [arguments]: Set #:qtbase to qtbase. [inputs]: Remove qtbase-5 and qtdeclarative-5; add qtdeclarative. Change-Id: If3520789e70bea5b3d60abdf733830ff2a2610e8
This commit is contained in:
parent
dcb90d38ec
commit
0015e46aca
1 changed files with 4 additions and 4 deletions
|
@ -130,15 +130,16 @@ (define-public picmi
|
|||
(define-public kolf
|
||||
(package
|
||||
(name "kolf")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/kolf-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0wbdpclc6nimjzs2pqbzaxnqn516hci1yk1dgig0jgdy1jv2nyhv"))))
|
||||
(base32 "0i0rh3dw90j8p46dhfmmcl6nah080ilmhy9d1m9jwlb6xd03zg66"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools))
|
||||
(inputs
|
||||
|
@ -153,8 +154,7 @@ (define-public kolf
|
|||
kxmlgui
|
||||
ktextwidgets
|
||||
libkdegames
|
||||
qtbase-5
|
||||
qtdeclarative-5))
|
||||
qtdeclarative))
|
||||
(home-page "https://apps.kde.org/kolf/")
|
||||
(synopsis "Miniature golf game")
|
||||
(description "Kolf is a miniature golf game for one to ten players. The
|
||||
|
|
Loading…
Reference in a new issue