mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -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
|
(define-public kbounce
|
||||||
(package
|
(package
|
||||||
(name "kbounce")
|
(name "kbounce")
|
||||||
(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/"
|
(uri (string-append "mirror://kde/stable/release-service/"
|
||||||
version "/src/kbounce-" version ".tar.xz"))
|
version "/src/kbounce-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "06b0q4f4yn8m8gy7wgax54ldwnkgykr8yfr2h0ih8mfg3w8xsx7s"))))
|
(base32 "0s9009qi40fdi24lwp789cydgy1rm0n9f0fsb8pbldi9rmdk9x60"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
|
(arguments (list #:qtbase qtbase))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
(inputs
|
(inputs
|
||||||
|
@ -512,9 +513,8 @@ (define-public kbounce
|
||||||
kwidgetsaddons
|
kwidgetsaddons
|
||||||
kxmlgui
|
kxmlgui
|
||||||
libkdegames
|
libkdegames
|
||||||
qtbase-5
|
qtdeclarative
|
||||||
qtdeclarative-5
|
qtsvg))
|
||||||
qtsvg-5))
|
|
||||||
(home-page "https://apps.kde.org/kbounce/")
|
(home-page "https://apps.kde.org/kbounce/")
|
||||||
(synopsis "Jezzball arcade game")
|
(synopsis "Jezzball arcade game")
|
||||||
(description "KBounce is a single player arcade game with the elements of
|
(description "KBounce is a single player arcade game with the elements of
|
||||||
|
|
Loading…
Reference in a new issue