mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
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
This commit is contained in:
parent
5e8030e0ad
commit
af4d37861a
1 changed files with 9 additions and 9 deletions
|
@ -528,15 +528,16 @@ (define-public kbounce
|
|||
(define-public kblocks
|
||||
(package
|
||||
(name "kblocks")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/"
|
||||
version "/src/kblocks-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1z5f2zpnmfh05vlmjw85jj2d0sfxl5w1kg30ky6gmgmmfzj2sjzx"))))
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/"
|
||||
version "/src/kblocks-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "05l2g21rzpln7kzywgraplqymgfdk1wvr1jfm3ffk0nzdyi0fy08"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools))
|
||||
(inputs
|
||||
|
@ -550,9 +551,8 @@ (define-public kblocks
|
|||
kwidgetsaddons
|
||||
kxmlgui
|
||||
libkdegames
|
||||
qtbase-5
|
||||
qtdeclarative-5
|
||||
qtsvg-5))
|
||||
qtdeclarative
|
||||
qtsvg))
|
||||
(home-page "https://apps.kde.org/kblocks/")
|
||||
(synopsis "Single player falling blocks puzzle game")
|
||||
(description "KBlocks is the classic Tetris-like falling blocks game.
|
||||
|
|
Loading…
Reference in a new issue