diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-06 17:20:57 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-18 10:45:13 +0800 |
commit | 28f14731e7fae761889cb521ef332a5b0381918b (patch) | |
tree | d53634ff81d4eeac251cf430368feb3ebe1020a7 | |
parent | 4685859e20725f6cf1f2a395808b2e643b42d07d (diff) | |
download | guix-28f14731e7fae761889cb521ef332a5b0381918b.tar.gz guix-28f14731e7fae761889cb521ef332a5b0381918b.zip |
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: Ia4a83c67839ec346e259f1f498607418f529baab
-rw-r--r-- | gnu/packages/kde-games.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm index e40fb3bef8..f3bf747f4c 100644 --- a/gnu/packages/kde-games.scm +++ b/gnu/packages/kde-games.scm @@ -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 |