[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/23: gnu: ksirk: Update to 24.05.1.
From: |
guix-commits |
Subject: |
12/23: gnu: ksirk: Update to 24.05.1. |
Date: |
Fri, 28 Jun 2024 22:38:01 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 77adcfc7abecd1ce8180f99a03b90150d256a556
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jun 29 01:21:13 2024 +0800
gnu: ksirk: Update to 24.05.1.
* gnu/packages/kde-games.scm (ksirk): Update to 24.05.1.
[inputs]: Remove kcrash, ki18n, kiconthemes, kio, knewstuff, kwallet,
kxmlgui,
qca, qtbase-5, qtdeclarative-5, and qtsvg-5; add kcrash-6,
kdbusaddons-6, ki18n-6, kiconthemes-6, kio-6, knewstuff-6, kwallet-6,
kxmlgui-6, qca-qt6, qt5compat, qtbase, qtdeclarative, qtmultimedia,
and qtsvg.
[native-inputs]: Remove kdoctools; add kdoctools-6.
Change-Id: I95de28a85699dbabaec7addb7d4dd67623712a5a
---
gnu/packages/kde-games.scm | 33 ++++++++++++++++++---------------
1 file changed, 18 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index b11089db57..e0605feee1 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -945,31 +945,34 @@ This package is part of the KDE games module.")
(define-public ksirk
(package
(name "ksirk")
- (version "23.04.3")
+ (version "24.05.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
- "/src/ksirk-" version ".tar.xz"))
+ "/src/ksirk-" version ".tar.xz"))
(sha256
- (base32 "1sp5mhnf8r3fvifz0kw74436j5kwsmiw66myygb4rsggb8amh5x4"))))
+ (base32 "1drfqkjpswd3rjnlfmyn97wvyrasy14p7g1n9aah8flqr74nkpby"))))
(build-system qt-build-system)
(native-inputs
- (list extra-cmake-modules kdoctools))
+ (list extra-cmake-modules kdoctools-6))
(inputs
- (list kcrash
- ki18n
- kiconthemes
- kio
- knewstuff
- kwallet
- kxmlgui
+ (list kcrash-6
+ kdbusaddons-6
+ ki18n-6
+ kiconthemes-6
+ kio-6
+ knewstuff-6
+ kwallet-6
+ kxmlgui-6
libkdegames
phonon
- qca
- qtbase-5
- qtdeclarative-5
- qtsvg-5
+ qca-qt6
+ qt5compat
+ qtbase
+ qtdeclarative
+ qtmultimedia
+ qtsvg
zlib))
(home-page "https://apps.kde.org/ksirk/")
(synopsis "Computerized version of the well known strategy board game
- 09/23: gnu: kigo: Update to 24.05.1., (continued)
- 09/23: gnu: kigo: Update to 24.05.1., guix-commits, 2024/06/28
- 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 <=
- 13/23: gnu: granatier: Update to 24.05.1., guix-commits, 2024/06/28
- 15/23: gnu: kblackbox: Update to 24.05.1., guix-commits, 2024/06/28
- 17/23: gnu: kdiamond: Update to 24.05.1., guix-commits, 2024/06/28
- 20/23: gnu: ksudoku: Update to 24.05.1., guix-commits, 2024/06/28
- 18/23: gnu: kgoldrunner: Update to 24.05.1., guix-commits, 2024/06/28
- 23/23: gnu: kmines: Update to 24.05.1., guix-commits, 2024/06/28
- 19/23: gnu: klines: Update to 24.05.1., guix-commits, 2024/06/28
- 21/23: gnu: kblocks: Update to 24.05.1., guix-commits, 2024/06/28
- 22/23: gnu: kbounce: Update to 24.05.1., guix-commits, 2024/06/28