[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
197/373: gnu: kigo: Update to 24.05.2.
From: |
guix-commits |
Subject: |
197/373: gnu: kigo: Update to 24.05.2. |
Date: |
Mon, 8 Jul 2024 08:04:46 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit f713e8eb10d6041b1712d227e6064bf4dd515058
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
- 162/373: gnu: Add ocean-sound-theme., (continued)
- 162/373: gnu: Add ocean-sound-theme., guix-commits, 2024/07/08
- 166/373: gnu: kdebugsettings: Update to 24.05.2., guix-commits, 2024/07/08
- 169/373: gnu: libkgapi: Update to 24.05.2., guix-commits, 2024/07/08
- 173/373: gnu: fcitx5-qt: Use new style., guix-commits, 2024/07/08
- 181/373: gnu: kwalletmanager: Update to 24.05.2., guix-commits, 2024/07/08
- 180/373: gnu: Add ktexttemplate., guix-commits, 2024/07/08
- 178/373: gnu: Remove ksysguard., guix-commits, 2024/07/08
- 192/373: gnu: bovo: Update to 24.05.2., guix-commits, 2024/07/08
- 193/373: gnu: kspaceduel: Update to 24.05.2., guix-commits, 2024/07/08
- 186/373: gnu: krdc: Update to 24.05.2., guix-commits, 2024/07/08
- 197/373: gnu: kigo: Update to 24.05.2.,
guix-commits <=
- 199/373: gnu: palapeli: Update to 24.05.2., guix-commits, 2024/07/08
- 225/373: gnu: kgoldrunner: Update to 24.05.2., guix-commits, 2024/07/08
- 226/373: gnu: kdiamond: Update to 24.05.2., guix-commits, 2024/07/08
- 63/373: gnu: Add kcolorscheme., guix-commits, 2024/07/08
- 64/373: gnu: kirigami: Update to 6.3.0., guix-commits, 2024/07/08
- 62/373: gnu: syndication: Update to 6.3.0., guix-commits, 2024/07/08
- 29/373: gnu: karchive: Update to 6.3.0., guix-commits, 2024/07/08
- 33/373: gnu: kguiaddons: Update to 6.3.0., guix-commits, 2024/07/08
- 42/373: gnu: kconfig: Update to 6.3.0., guix-commits, 2024/07/08
- 134/373: gnu: Add plasma5support., guix-commits, 2024/07/08