[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/23: gnu: kspaceduel: Update to 24.05.1.
From: |
guix-commits |
Subject: |
05/23: gnu: kspaceduel: 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 72406e2c713713e3c425d33b20bd9d97d6c7087d
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jun 29 00:38:22 2024 +0800
gnu: kspaceduel: Update to 24.05.1.
* gnu/packages/kde-games.scm (kspaceduel): Update to 24.05.1.
[inputs]: Remove kcompletion, kconfig, kconfigwidgets, kcoreaddons, kcrash,
kdbusaddons, ki18n, kxmlgui, qtbase-5, qtdeclarative-5, and qtsvg-5;
add kcompletion-6, kconfig-6, kconfigwidgets-6, kcoreaddons-6,
kcrash-6, kdbusaddons-6, ki18n-6, kxmlgui-6, qtbase, qtdeclarative,
and qtsvg.
[native-inputs]: Remove kdoctools; add kdoctools-6.
Change-Id: I02622d8fdb9e3c02ab53212161e146b04468ad68
---
gnu/packages/kde-games.scm | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index 9b9832629a..de3994551c 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1249,30 +1249,30 @@ This package is part of the KDE games module.")
(define-public kspaceduel
(package
(name "kspaceduel")
- (version "23.04.3")
+ (version "24.05.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kspaceduel-" version ".tar.xz"))
(sha256
- (base32 "1mpry73vvi332wxyw2wymh3lsrj2amblg50dym9ni1lj2af657ia"))))
+ (base32 "07nkb98w81ils756j9p8rc431jq6vhr98ydglqcywl9zy2imbca4"))))
(build-system qt-build-system)
(native-inputs
- (list extra-cmake-modules kdoctools))
+ (list extra-cmake-modules kdoctools-6))
(inputs
- (list kcompletion
- kconfig
- kconfigwidgets
- kcoreaddons
- kcrash
- kdbusaddons
- ki18n
- kxmlgui
+ (list kcompletion-6
+ kconfig-6
+ kconfigwidgets-6
+ kcoreaddons-6
+ kcrash-6
+ kdbusaddons-6
+ ki18n-6
+ kxmlgui-6
libkdegames
- qtbase-5
- qtdeclarative-5
- qtsvg-5))
+ qtbase
+ qtdeclarative
+ qtsvg))
(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,
- branch kde-team updated (504d2a0f02 -> 797fe438c6), guix-commits, 2024/06/28
- 05/23: gnu: kspaceduel: Update to 24.05.1.,
guix-commits <=
- 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, 2024/06/28
- 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