gnu: knavalbattle: Update to 24.05.2.
* gnu/packages/kde-games.scm (knavalbattle): Update to 24.05.2. [arguments]: Set #:qtbase to qtbase. [inputs]: Remove qtbase-5 and qtdeclarative-5; add qtdeclarative. Change-Id: I867573e52356491530ad6f4c6047226ed5caecebmaster
parent
0468fe6d53
commit
13e0846644
|
@ -1445,15 +1445,16 @@ This package is part of the KDE games module.")
|
|||
(define-public knavalbattle
|
||||
(package
|
||||
(name "knavalbattle")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/knavalbattle-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1brj2dvymgpf74vbsrs2m81lxxfxsly9pafd13g8rkzdx3hn1n0q"))))
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/knavalbattle-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0smr35f76hhy7gzla6q2ly9ip01ly3v33xhqq9dqpp144bs4vkab"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools))
|
||||
(inputs
|
||||
|
@ -1469,8 +1470,7 @@ This package is part of the KDE games module.")
|
|||
ktextwidgets
|
||||
kxmlgui
|
||||
libkdegames
|
||||
qtbase-5
|
||||
qtdeclarative-5))
|
||||
qtdeclarative))
|
||||
(home-page "https://apps.kde.org/knavalbattle/")
|
||||
(synopsis "Battleship board game with built-in game server")
|
||||
(description "KBattleship is a Battle Ship game for KDE.
|
||||
|
|
Reference in New Issue