[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
198/465: gnu: kigo: Update to 24.05.2.
From: |
guix-commits |
Subject: |
198/465: gnu: kigo: Update to 24.05.2. |
Date: |
Tue, 16 Jul 2024 11:03:24 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 826d05c55c04f455c39bfe32f346e4852c9a48b3
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 17:35:05 2024 +0800
gnu: kigo: Update to 24.05.2.
* gnu/packages/kde-games.scm (kigo): Update to 24.05.2.
[inputs]: Remove qtbase-5, qtdeclarative-5, and qtsvg-5; add qtdeclarative
and
qtsvg.
[arguments]: Set #:qtbase to qtbase.
Change-Id: I11a8d6534da06c530cfcda827b8cb24b1e17bb08
---
gnu/packages/kde-games.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index d7c608a33a..6b5966cbc1 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1085,14 +1085,14 @@ This package is part of the KDE games module.")
(define-public kigo
(package
(name "kigo")
- (version "23.04.3")
+ (version "24.05.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kigo-" version ".tar.xz"))
(sha256
- (base32 "0qx9plrs588210rdgvb2bkm5yjw4pna9q7v38cb166nfgkh6gv63"))))
+ (base32 "18jdv0dwxysf3i3c8d663x95h1pbkbvlw860lqgapdx9cnybqz1a"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))
@@ -1108,9 +1108,9 @@ This package is part of the KDE games module.")
ktextwidgets
kxmlgui
libkdegames
- qtbase-5
- qtdeclarative-5
- qtsvg-5))
+ qtdeclarative
+ qtsvg))
+ (arguments (list #:qtbase qtbase))
(home-page "https://apps.kde.org/kigo/")
(synopsis "Go board game")
(description "Kigo is an open-source implementation of the popular Go
- 184/465: gnu: krfb: Update to 24.05.2., (continued)
- 184/465: gnu: krfb: Update to 24.05.2., guix-commits, 2024/07/16
- 189/465: gnu: libkdegames: Update to 24.05.2., guix-commits, 2024/07/16
- 190/465: gnu: kdeconnect: Update to 24.05.2., guix-commits, 2024/07/16
- 193/465: gnu: bovo: Update to 24.05.2., guix-commits, 2024/07/16
- 195/465: gnu: kapman: Update to 24.05.2., guix-commits, 2024/07/16
- 212/465: gnu: kpublictransport: Update to 24.05.2., guix-commits, 2024/07/16
- 209/465: gnu: ktorrent: Update to 24.05.2., guix-commits, 2024/07/16
- 223/465: gnu: kblocks: Update to 24.05.2., guix-commits, 2024/07/16
- 203/465: gnu: bomber: Update to 24.05.2., guix-commits, 2024/07/16
- 201/465: gnu: ksirk: Update to 24.05.2., guix-commits, 2024/07/16
- 198/465: gnu: kigo: Update to 24.05.2.,
guix-commits <=
- 206/465: gnu: kbreakout: Update to 24.05.2., guix-commits, 2024/07/16
- 219/465: gnu: kolf: Update to 24.05.2., guix-commits, 2024/07/16
- 210/465: gnu: elisa: Update to 24.05.2., guix-commits, 2024/07/16
- 220/465: gnu: picmi: Update to 24.05.2., guix-commits, 2024/07/16
- 199/465: gnu: kiriki: Update to 24.05.2., guix-commits, 2024/07/16
- 221/465: gnu: kmines: Update to 24.05.2., guix-commits, 2024/07/16
- 202/465: gnu: granatier: Update to 24.05.2., guix-commits, 2024/07/16
- 215/465: gnu: kpmcore: Update to 24.05.2., guix-commits, 2024/07/16
- 224/465: gnu: ksudoku: Update to 24.05.2., guix-commits, 2024/07/16
- 205/465: gnu: konquest: Update to 24.05.2., guix-commits, 2024/07/16