gnu: kbounce: Update to 25.04.0.

* gnu/packages/kde-games.scm (kbounce): Update to 25.04.0.
[inputs]: Add kiconthemes.

Change-Id: I4d127504543a7209ead24e30992e3c3e97eaddf9
This commit is contained in:
Zheng Junjie 2025-05-08 14:40:40 +08:00
parent 76ad6af891
commit a93ade8183
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -494,14 +494,14 @@ This package is part of the KDE games module.")
(define-public kbounce (define-public kbounce
(package (package
(name "kbounce") (name "kbounce")
(version "24.12.3") (version "25.04.0")
(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 "0lnyqnbxi6gifmxifnbm3a3ss6a45872vb3vphd7g4g8dp2fxckx")))) (base32 "1kdrwn4i24kn9r3ardz92m2c2lfh2fla6x62g8wd8j30sd4q2i8j"))))
(build-system qt-build-system) (build-system qt-build-system)
(arguments (list #:qtbase qtbase)) (arguments (list #:qtbase qtbase))
(native-inputs (native-inputs
@ -513,6 +513,7 @@ This package is part of the KDE games module.")
kcrash kcrash
kdbusaddons kdbusaddons
ki18n ki18n
kiconthemes
kio kio
kwidgetsaddons kwidgetsaddons
kxmlgui kxmlgui