[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
193/373: gnu: kspaceduel: Update to 24.05.2.
From: |
guix-commits |
Subject: |
193/373: gnu: kspaceduel: 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 f3751cc2e8f48aa082b7e60a35afc65b7693fd4c
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 17:23:15 2024 +0800
gnu: kspaceduel: Update to 24.05.2.
* gnu/packages/kde-games.scm (kspaceduel): Update to 24.05.2.
[arguments]: Set #:qtbase to qtbase.
[inputs]: Remove qtbase-5, qtdeclarative-5, and qtsvg-5; add qtdeclarative
and
qtsvg.
Change-Id: I01e3738d40e7d282517268402524f63639d04b15
---
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 f3bf747f4c..93037a782c 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1249,14 +1249,14 @@ This package is part of the KDE games module.")
(define-public kspaceduel
(package
(name "kspaceduel")
- (version "23.04.3")
+ (version "24.05.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kspaceduel-" version ".tar.xz"))
(sha256
- (base32 "1mpry73vvi332wxyw2wymh3lsrj2amblg50dym9ni1lj2af657ia"))))
+ (base32 "04sjx32b4jgz9hwjmfyjcxlrd6jwg355sr6knr8vdxhjg18k2wa0"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))
@@ -1270,9 +1270,9 @@ This package is part of the KDE games module.")
ki18n
kxmlgui
libkdegames
- qtbase-5
- qtdeclarative-5
- qtsvg-5))
+ qtdeclarative
+ qtsvg))
+ (arguments (list #:qtbase qtbase))
(home-page "https://apps.kde.org/kspaceduel/")
(synopsis "Two player game with shooting spaceships flying around a sun")
(description "KSpaceduel is a space battle game for one or two players,
- 152/373: gnu: kdeplasma-addons: Update to 6.1.2., (continued)
- 152/373: gnu: kdeplasma-addons: Update to 6.1.2., guix-commits, 2024/07/08
- 159/373: gnu: baloo-widgets: Update to 24.05.2., guix-commits, 2024/07/08
- 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 <=
- 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, 2024/07/08
- 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