mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: knetwalk: Update to 24.05.2.
* gnu/packages/kde-games.scm (knetwalk): Update to 24.05.2. [inputs]: Remove qtbase-5 and qtdeclarative-5; add qtdeclarative. [arguments]: Set #:qtbase to qtbase. Change-Id: I3114a366f170c9baa75cb3b8b5435cf6013134c2
This commit is contained in:
parent
8e124f3147
commit
e7a6a6f1fb
1 changed files with 8 additions and 8 deletions
|
@ -826,15 +826,16 @@ (define-public kblackbox
|
|||
(define-public knetwalk
|
||||
(package
|
||||
(name "knetwalk")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/knetwalk-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1xqqwsbm3f8bmid7afbnacxlg1hih644f0nw0i87pr746m1sskgz"))))
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/knetwalk-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1p6d27l2j6h5kqyjpws4s0ilvzhrhbd3lwd7776z1lmidqixvwfq"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools))
|
||||
(inputs
|
||||
|
@ -849,8 +850,7 @@ (define-public knetwalk
|
|||
kwidgetsaddons
|
||||
kxmlgui
|
||||
libkdegames
|
||||
qtbase-5
|
||||
qtdeclarative-5))
|
||||
qtdeclarative))
|
||||
(home-page "https://apps.kde.org/knetwalk/")
|
||||
(synopsis "Turn the board pieces to get all computers connected")
|
||||
(description "KNetWalk is a small game where you have to build up a
|
||||
|
|
Loading…
Reference in a new issue