diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-06 18:52:28 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-18 10:45:16 +0800 |
commit | aef0ab027cb40eff8d3992798456d11d15e303e8 (patch) | |
tree | d8c847fd3ee03b8adbb0027d2737c68991b4efe4 /gnu | |
parent | 6c8a7472351ede829eaea4aeb0f24f810d3a0c16 (diff) | |
download | guix-aef0ab027cb40eff8d3992798456d11d15e303e8.tar.gz guix-aef0ab027cb40eff8d3992798456d11d15e303e8.zip |
gnu: kfourinline: Update to 24.05.2.
* gnu/packages/kde-games.scm (kfourinline): Update to 24.05.2.
[arguments]: Set #:qtbase to qtbase.
[inputs]: Remove qtbase-5, qtdeclarative-5, and qtsvg-5; add kdbusaddons,
qtdeclarative, and qtsvg.
Change-Id: I1db45156b83a8ce92af3324aebc12ac86e995c85
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/kde-games.scm | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm index 1f70a8f3e3..7a22f01b97 100644 --- a/gnu/packages/kde-games.scm +++ b/gnu/packages/kde-games.scm @@ -751,15 +751,16 @@ This package is part of the KDE games module.") (define-public kfourinline (package (name "kfourinline") - (version "23.04.3") + (version "24.05.2") (source (origin - (method url-fetch) - (uri (string-append "mirror://kde/stable/release-service/" version - "/src/kfourinline-" version ".tar.xz")) - (sha256 - (base32 "0chfjp0k4ps5f6vy8nxqc2xlj4xql08llxnzsz6c2x611n69aszm")))) + (method url-fetch) + (uri (string-append "mirror://kde/stable/release-service/" version + "/src/kfourinline-" version ".tar.xz")) + (sha256 + (base32 "15l1bvz3c7h3pv0inaq73haqhwh2v5gdqnxsrhi5ra6dw5nm0d8l")))) (build-system qt-build-system) + (arguments (list #:qtbase qtbase)) (native-inputs (list extra-cmake-modules kdoctools)) (inputs @@ -768,13 +769,13 @@ This package is part of the KDE games module.") kconfigwidgets kcoreaddons kcrash + kdbusaddons kdnssd ki18n kxmlgui libkdegames - qtbase-5 - qtdeclarative-5 - qtsvg-5)) + qtdeclarative + qtsvg)) (home-page "https://apps.kde.org/kfourinline/") (synopsis "Place 4 pieces in a row") (description "KFourInLine is a board game for two players based on the |