[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
227/458: gnu: kfourinline: Update to 24.05.2.
From: |
guix-commits |
Subject: |
227/458: gnu: kfourinline: Update to 24.05.2. |
Date: |
Mon, 15 Jul 2024 08:00:33 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 78eddfaaa64c0407dc70aea30d4cda2eb556d9dd
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 18:52:28 2024 +0800
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
---
gnu/packages/kde-games.scm | 19 ++++++++++---------
1 file 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
- 187/458: gnu: krdc: Enable VNC., (continued)
- 187/458: gnu: krdc: Enable VNC., guix-commits, 2024/07/15
- 184/458: gnu: yakuake: Update to 24.05.2., guix-commits, 2024/07/15
- 220/458: gnu: kmines: Update to 24.05.2., guix-commits, 2024/07/15
- 234/458: gnu: kcalc: Update to 24.05.2., guix-commits, 2024/07/15
- 235/458: gnu: kcharselect: Update to 24.05.2., guix-commits, 2024/07/15
- 217/458: gnu: ktuberling: Update to 24.05.2., guix-commits, 2024/07/15
- 215/458: gnu: grantleetheme: Update to 24.05.2., guix-commits, 2024/07/15
- 193/458: gnu: kspaceduel: Update to 24.05.2., guix-commits, 2024/07/15
- 201/458: gnu: granatier: Update to 24.05.2., guix-commits, 2024/07/15
- 240/458: gnu: kmag: Update to 24.05.2., guix-commits, 2024/07/15
- 227/458: gnu: kfourinline: Update to 24.05.2.,
guix-commits <=
- 226/458: gnu: kdiamond: Update to 24.05.2., guix-commits, 2024/07/15
- 225/458: gnu: kgoldrunner: Update to 24.05.2., guix-commits, 2024/07/15
- 250/458: gnu: akonadi-notes: Update to 24.05.2., guix-commits, 2024/07/15
- 272/458: gnu: gwenview: Update to 24.05.2., guix-commits, 2024/07/15
- 275/458: gnu: fielding: Update to 0.1-pre-2.4ee9aea., guix-commits, 2024/07/15
- 268/458: gnu: kpimcommon: Update to 24.05.2., guix-commits, 2024/07/15
- 277/458: gnu: kget: Update to 24.05.2., guix-commits, 2024/07/15
- 280/458: gnu: libkcompactdisc: Update to 24.05.2., guix-commits, 2024/07/15
- 284/458: gnu: dragon: Update to 24.05.2., guix-commits, 2024/07/15
- 251/458: gnu: akonadi-mime: Update to 24.05.2., guix-commits, 2024/07/15