mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: kbounce: Update to 24.05.2.
* gnu/packages/kde-games.scm (kbounce): 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: I79acba78ea182dc59c37a08c3c71999cb9eea450
This commit is contained in:
parent
afad8b7cf8
commit
5e8030e0ad
1 changed files with 9 additions and 9 deletions
|
@ -490,15 +490,16 @@ (define-public konquest
|
|||
(define-public kbounce
|
||||
(package
|
||||
(name "kbounce")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/"
|
||||
version "/src/kbounce-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "06b0q4f4yn8m8gy7wgax54ldwnkgykr8yfr2h0ih8mfg3w8xsx7s"))))
|
||||
(base32 "0s9009qi40fdi24lwp789cydgy1rm0n9f0fsb8pbldi9rmdk9x60"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools))
|
||||
(inputs
|
||||
|
@ -512,9 +513,8 @@ (define-public kbounce
|
|||
kwidgetsaddons
|
||||
kxmlgui
|
||||
libkdegames
|
||||
qtbase-5
|
||||
qtdeclarative-5
|
||||
qtsvg-5))
|
||||
qtdeclarative
|
||||
qtsvg))
|
||||
(home-page "https://apps.kde.org/kbounce/")
|
||||
(synopsis "Jezzball arcade game")
|
||||
(description "KBounce is a single player arcade game with the elements of
|
||||
|
|
Loading…
Reference in a new issue