[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/13: gnu: killbots: Update to 24.05.1.
From: |
guix-commits |
Subject: |
04/13: gnu: killbots: Update to 24.05.1. |
Date: |
Tue, 2 Jul 2024 05:39:18 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 3239341948eb0436232c974ad40d87752d062c8f
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Tue Jul 2 15:56:01 2024 +0800
gnu: killbots: Update to 24.05.1.
* gnu/packages/kde-games.scm (killbots): Update to 24.05.1.
[inputs]: Remove kcompletion, kconfig, kconfigwidgets, kcoreaddons, kcrash,
kdbusaddons, ki18n, kwidgetsaddons, kxmlgui, qtbase-5, and
qtdeclarative-5; add kcompletion-6, kconfig-6, kconfigwidgets-6,
kcoreaddons-6, kcrash-6, kdbusaddons-6, ki18n-6, kwidgetsaddons-6,
kxmlgui-6, qtbase, and qtdeclarative.
[native-inputs]: Remove kdoctools; add kdoctools-6.
Change-Id: I9e8a8e4a13f19b1b58d2f4b0c17f3cb9a76705ad
---
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 24c391609b..46724847af 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1326,30 +1326,30 @@ This package is part of the KDE games module.")
(define-public killbots
(package
(name "killbots")
- (version "23.04.3")
+ (version "24.05.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/killbots-" version ".tar.xz"))
(sha256
- (base32 "0ygg2cmp7wqzw9nsn768vzgjs8i44k3skwcn2abg1jj5k64wp9cb"))))
+ (base32 "1g150knfwb7sn8syxz90jfib482cj03prjq1mpjas9fnva51vffa"))))
(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
- kwidgetsaddons
- kxmlgui
+ (list kcompletion-6
+ kconfig-6
+ kconfigwidgets-6
+ kcoreaddons-6
+ kcrash-6
+ kdbusaddons-6
+ ki18n-6
+ kwidgetsaddons-6
+ kxmlgui-6
libkdegames
- qtbase-5
- qtdeclarative-5))
+ qtbase
+ qtdeclarative))
(home-page "https://apps.kde.org/killbots/")
(synopsis "Port of the classic BSD console game robots")
(description "Killbots is a simple game of evading killer robots.
- branch kde-team updated (fb8e5b1031 -> eda16dddbc), guix-commits, 2024/07/02
- 03/13: gnu: ksvg: Update to 6.3.1., guix-commits, 2024/07/02
- 01/13: gnu: akonadi: Update to 24.05.1., guix-commits, 2024/07/02
- 09/13: gnu: kjumpingcube: Update to 24.05.1., guix-commits, 2024/07/02
- 12/13: gnu: ksmtp: Update to 24.05.1., guix-commits, 2024/07/02
- 06/13: gnu: kollision: Update to 24.05.1., guix-commits, 2024/07/02
- 02/13: gnu: kwin: Update to 6.1.1.2., guix-commits, 2024/07/02
- 04/13: gnu: killbots: Update to 24.05.1.,
guix-commits <=
- 07/13: gnu: knavalbattle: Update to 24.05.1., guix-commits, 2024/07/02
- 11/13: gnu: akonadi-notes: Update to 24.05.1., guix-commits, 2024/07/02
- 10/13: gnu: kontactinterface: Update to 24.05.1., guix-commits, 2024/07/02
- 08/13: gnu: ksquares: Update to 24.05.1., guix-commits, 2024/07/02
- 05/13: gnu: ksnakeduel: Update to 24.05.1., guix-commits, 2024/07/02
- 13/13: gnu: khelpcenter: Update to 24.05.1., guix-commits, 2024/07/02