me
/
guix
Archived
1
0
Fork 0

gnu: kblocks: Update to 24.05.2.

* gnu/packages/kde-games.scm (kblocks): 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: I57bd34df791b6dd202f4ff7b198791b8c371e047
master
Zheng Junjie 2024-07-06 18:44:40 +08:00
parent 5e8030e0ad
commit af4d37861a
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 9 additions and 9 deletions

View File

@ -528,15 +528,16 @@ This package is part of the KDE games module.")
(define-public kblocks (define-public kblocks
(package (package
(name "kblocks") (name "kblocks")
(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/kblocks-" version ".tar.xz")) version "/src/kblocks-" version ".tar.xz"))
(sha256 (sha256
(base32 "1z5f2zpnmfh05vlmjw85jj2d0sfxl5w1kg30ky6gmgmmfzj2sjzx")))) (base32 "05l2g21rzpln7kzywgraplqymgfdk1wvr1jfm3ffk0nzdyi0fy08"))))
(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
@ -550,9 +551,8 @@ This package is part of the KDE games module.")
kwidgetsaddons kwidgetsaddons
kxmlgui kxmlgui
libkdegames libkdegames
qtbase-5 qtdeclarative
qtdeclarative-5 qtsvg))
qtsvg-5))
(home-page "https://apps.kde.org/kblocks/") (home-page "https://apps.kde.org/kblocks/")
(synopsis "Single player falling blocks puzzle game") (synopsis "Single player falling blocks puzzle game")
(description "KBlocks is the classic Tetris-like falling blocks game. (description "KBlocks is the classic Tetris-like falling blocks game.