[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/23: gnu: lskat: Update to 24.05.1.
From: |
guix-commits |
Subject: |
07/23: gnu: lskat: Update to 24.05.1. |
Date: |
Fri, 28 Jun 2024 22:37:59 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit bb767e56f37b43db525e13835738dcd60c4bb360
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jun 29 00:44:29 2024 +0800
gnu: lskat: Update to 24.05.1.
* gnu/packages/kde-games.scm (lskat): Update to 24.05.1.
[inputs]: Remove kcompletion, kconfig, kcoreaddons, kcrash, kguiaddons,
ki18n,
kwidgetsaddons, kxmlgui, qtbase-5, qtdeclarative-5, and qtsvg-5; add
kcompletion-6, kconfig-6, kcoreaddons-6, kcrash-6, kdbusaddons-6,
kguiaddons-6, ki18n-6, kwidgetsaddons-6, kxmlgui-6, qtbase,
qtdeclarative, and qtsvg.
[native-inputs]: Remove kdoctools; add kdoctools-6.
Change-Id: I1d688ed66ea40a73937cb248159f70acc06eb493
---
gnu/packages/kde-games.scm | 29 +++++++++++++++--------------
1 file changed, 15 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index 20086ead85..e4f750eb09 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1172,30 +1172,31 @@ This package is part of the KDE games module.")
(define-public lskat
(package
(name "lskat")
- (version "23.04.3")
+ (version "24.05.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/lskat-" version ".tar.xz"))
(sha256
- (base32 "1qphzc1r26qwc8sl5rjkw16ia3lsj7c2lg9fxnhk08k8mxncymxg"))))
+ (base32 "03qk7rnfn9svi6kgfbmhs3acb1h4z66bmrpdyq51fj50i20jgybn"))))
(build-system qt-build-system)
(native-inputs
- (list extra-cmake-modules kdoctools))
+ (list extra-cmake-modules kdoctools-6))
(inputs
- (list kcompletion
- kconfig
- kcoreaddons
- kcrash
- kguiaddons
- ki18n
- kwidgetsaddons
- kxmlgui
+ (list kcompletion-6
+ kconfig-6
+ kcoreaddons-6
+ kcrash-6
+ kdbusaddons-6
+ kguiaddons-6
+ ki18n-6
+ kwidgetsaddons-6
+ kxmlgui-6
libkdegames
- qtbase-5
- qtdeclarative-5
- qtsvg-5))
+ qtbase
+ qtdeclarative
+ qtsvg))
(home-page "https://apps.kde.org/lskat/")
(synopsis "Lieutnant Skat card game")
(description "Lieutnant Skat (from German \"Offiziersskat\") is a fun and
- 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 <=
- 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