[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/23: gnu: kigo: Update to 24.05.1.
From: |
guix-commits |
Subject: |
09/23: gnu: kigo: Update to 24.05.1. |
Date: |
Fri, 28 Jun 2024 22:38:00 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit f9990d64a82efa1299630b5a55cd9a50524a3d72
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jun 29 00:52:47 2024 +0800
gnu: kigo: Update to 24.05.1.
* gnu/packages/kde-games.scm (kigo): Update to 24.05.1.
[inputs]: Remove kconfig, kconfigwidgets, kcoreaddons, kcrash, kdbusaddons,
ki18n, kio, knewstuff, ktextwidgets, kxmlgui, qtbase-5,
qtdeclarative-5, and qtsvg-5; add kconfig-6, kconfigwidgets-6,
kcoreaddons-6, kcrash-6, kdbusaddons-6, ki18n-6, kio-6, knewstuff-6,
ktextwidgets-6, kxmlgui-6, qtbase, qtdeclarative, and qtsvg.
[native-inputs]: Remove kdoctools; add kdoctools-6.
Change-Id: I6536e11a4a79271701c6098c9656375a18fd3266
---
gnu/packages/kde-games.scm | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index 8dcce1c723..57f8d5fd3b 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1085,32 +1085,32 @@ This package is part of the KDE games module.")
(define-public kigo
(package
(name "kigo")
- (version "23.04.3")
+ (version "24.05.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kigo-" version ".tar.xz"))
(sha256
- (base32 "0qx9plrs588210rdgvb2bkm5yjw4pna9q7v38cb166nfgkh6gv63"))))
+ (base32 "1g3rwk3n4mp591yyh53lzf0y2nww9jmdkxwx3wbwc0jrsq9l5ivp"))))
(build-system qt-build-system)
(native-inputs
- (list extra-cmake-modules kdoctools))
+ (list extra-cmake-modules kdoctools-6))
(inputs
- (list kconfig
- kconfigwidgets
- kcoreaddons
- kcrash
- kdbusaddons
- ki18n
- kio
- knewstuff
- ktextwidgets
- kxmlgui
+ (list kconfig-6
+ kconfigwidgets-6
+ kcoreaddons-6
+ kcrash-6
+ kdbusaddons-6
+ ki18n-6
+ kio-6
+ knewstuff-6
+ ktextwidgets-6
+ kxmlgui-6
libkdegames
- qtbase-5
- qtdeclarative-5
- qtsvg-5))
+ qtbase
+ qtdeclarative
+ qtsvg))
(home-page "https://apps.kde.org/kigo/")
(synopsis "Go board game")
(description "Kigo is an open-source implementation of the popular Go
- branch kde-team updated (504d2a0f02 -> 797fe438c6), guix-commits, 2024/06/28
- 05/23: gnu: kspaceduel: Update to 24.05.1., guix-commits, 2024/06/28
- 02/23: gnu: falkon: Update to 24.05.1., guix-commits, 2024/06/28
- 07/23: gnu: lskat: Update to 24.05.1., guix-commits, 2024/06/28
- 09/23: gnu: kigo: Update to 24.05.1.,
guix-commits <=
- 08/23: gnu: kubrick: Update to 24.05.1., guix-commits, 2024/06/28
- 14/23: gnu: bomber: Update to 24.05.1., guix-commits, 2024/06/28
- 16/23: gnu: kfourinline: Update to 24.05.1., guix-commits, 2024/06/28
- 03/23: gnu: kinfocenter: Replace the qdbus correctly., guix-commits, 2024/06/28
- 04/23: gnu: bovo: Update to 24.05.1., guix-commits, 2024/06/28
- 01/23: gnu: yakuake: Update to 24.05.1., guix-commits, 2024/06/28
- 06/23: gnu: kapman: Update to 24.05.1., guix-commits, 2024/06/28
- 10/23: gnu: kiriki: Update to 24.05.1., guix-commits, 2024/06/28
- 11/23: gnu: palapeli: Update to 24.05.1., guix-commits, 2024/06/28
- 12/23: gnu: ksirk: Update to 24.05.1., guix-commits, 2024/06/28