gnu: bovo: Update to 24.05.2.
* gnu/packages/kde-games.scm (bovo): 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: Ia4a83c67839ec346e259f1f498607418f529baabmaster
parent
4685859e20
commit
28f14731e7
|
@ -1284,14 +1284,14 @@ This package is part of the KDE games module.")
|
|||
(define-public bovo
|
||||
(package
|
||||
(name "bovo")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/bovo-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1zds6d4rmcf4sa2sfhyp1i5n7s7cgslikvbra4pz2kpi0hmvihi1"))))
|
||||
(base32 "0rcnc3v4p0xgkybk4csjwkd7mfiffhqfwx3c5yfwnnrh7rdrmh5j"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools))
|
||||
|
@ -1303,9 +1303,9 @@ This package is part of the KDE games module.")
|
|||
ki18n
|
||||
kxmlgui
|
||||
libkdegames
|
||||
qtbase-5
|
||||
qtdeclarative-5
|
||||
qtsvg-5))
|
||||
qtdeclarative
|
||||
qtsvg))
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(home-page "https://apps.kde.org/bovo/")
|
||||
(synopsis "Classic pen and paper game: five in a line")
|
||||
(description "Bovo is a Gomoku (from Japanese 五目並べ - lit. \"five
|
||||
|
|
Reference in New Issue