mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: ksquares: Update to 24.05.2.
* gnu/packages/kde-games.scm (ksquares): Update to 24.05.2. [arguments]: Set #:qtbase to qtbase. [inputs]: Remove qtbase-5 and qtdeclarative-5; add qtdeclarative. Change-Id: I979fb69ad29c3047c51889254bf926d5b33f36cd
This commit is contained in:
parent
13e0846644
commit
0db2bf7b84
1 changed files with 8 additions and 8 deletions
|
@ -1527,15 +1527,16 @@ (define-public kreversi
|
|||
(define-public ksquares
|
||||
(package
|
||||
(name "ksquares")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/ksquares-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0b3r99hfhm5r4jxkwiji0lww703r7dj60x2m55ginvdy7ixm46rm"))))
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/ksquares-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1nmlnqirgp53h03kyj0cwg0nny0dckb6c7vs16jkqr11rmb39g1v"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools))
|
||||
(inputs
|
||||
|
@ -1549,8 +1550,7 @@ (define-public ksquares
|
|||
kwidgetsaddons
|
||||
kxmlgui
|
||||
libkdegames
|
||||
qtbase-5
|
||||
qtdeclarative-5))
|
||||
qtdeclarative))
|
||||
(home-page "https://apps.kde.org/ksquares/")
|
||||
(synopsis "Dots and Boxes game")
|
||||
(description "KSquares is an implementation of the popular paper based
|
||||
|
|
Loading…
Reference in a new issue