[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
195/373: gnu: lskat: Update to 24.05.2.
From: |
guix-commits |
Subject: |
195/373: gnu: lskat: 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 e74825b8ffe9d99c03cba96d81d242194536c910
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 17:29:40 2024 +0800
gnu: lskat: Update to 24.05.2.
* gnu/packages/kde-games.scm (lskat): Update to 24.05.2.
[inputs]: Remove qtbase-5, qtdeclarative-5, and qtsvg-5; add kdbusaddons,
qtdeclarative, and qtsvg.
[arguments]: Set #:qtbase to qtbase.
Change-Id: I79f9cb310281efd596eb5f0c5ef003d3b687e5ec
---
gnu/packages/kde-games.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index bf27de8ea6..782ff7c65f 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1172,14 +1172,14 @@ This package is part of the KDE games module.")
(define-public lskat
(package
(name "lskat")
- (version "23.04.3")
+ (version "24.05.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/lskat-" version ".tar.xz"))
(sha256
- (base32 "1qphzc1r26qwc8sl5rjkw16ia3lsj7c2lg9fxnhk08k8mxncymxg"))))
+ (base32 "1p5gq8zkjr3cl7scq9irhiaf96az02k1fk3c0myqh0l9nyxakpsw"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))
@@ -1188,14 +1188,15 @@ This package is part of the KDE games module.")
kconfig
kcoreaddons
kcrash
+ kdbusaddons
kguiaddons
ki18n
kwidgetsaddons
kxmlgui
libkdegames
- qtbase-5
- qtdeclarative-5
- qtsvg-5))
+ qtdeclarative
+ qtsvg))
+ (arguments (list #:qtbase qtbase))
(home-page "https://apps.kde.org/lskat/")
(synopsis "Lieutnant Skat card game")
(description "Lieutnant Skat (from German \"Offiziersskat\") is a fun and
- 206/373: gnu: kreversi: Update to 24.05.2., (continued)
- 206/373: gnu: kreversi: Update to 24.05.2., guix-commits, 2024/07/08
- 217/373: gnu: ktuberling: Update to 24.05.2., guix-commits, 2024/07/08
- 228/373: gnu: kblackbox: Update to 24.05.2., guix-commits, 2024/07/08
- 124/373: gnu: kactivitymanagerd: Update to 6.1.2., guix-commits, 2024/07/08
- 135/373: gnu: kuserfeedback: Update to 1.3.0., guix-commits, 2024/07/08
- 146/373: gnu: milou: Update to 6.1.2., guix-commits, 2024/07/08
- 157/373: gnu: Add qqc2-breeze-style., guix-commits, 2024/07/08
- 167/373: gnu: sweeper: Update to 24.05.2., guix-commits, 2024/07/08
- 170/373: gnu: kbackup: Update to 24.05.2., guix-commits, 2024/07/08
- 172/373: gnu: fcitx5-qt: Enable qt6 support., guix-commits, 2024/07/08
- 195/373: gnu: lskat: Update to 24.05.2.,
guix-commits <=
- 200/373: gnu: ksirk: Update to 24.05.2., guix-commits, 2024/07/08
- 201/373: gnu: granatier: Update to 24.05.2., guix-commits, 2024/07/08
- 208/373: gnu: ktorrent: Update to 24.05.2., guix-commits, 2024/07/08
- 223/373: gnu: ksudoku: Update to 24.05.2., guix-commits, 2024/07/08
- 230/373: gnu: ksnakeduel: Update to 24.05.2., guix-commits, 2024/07/08
- 232/373: gnu: knavalbattle: Update to 24.05.2., guix-commits, 2024/07/08
- 234/373: gnu: kcalc: Update to 24.05.2., guix-commits, 2024/07/08
- 235/373: gnu: kcharselect: Update to 24.05.2., guix-commits, 2024/07/08
- 238/373: gnu: kfind: Update to 24.05.2., guix-commits, 2024/07/08
- 239/373: gnu: kontrast: Update to 24.05.2., guix-commits, 2024/07/08