[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/23: gnu: bomber: Update to 24.05.1.
From: |
guix-commits |
Subject: |
14/23: gnu: bomber: Update to 24.05.1. |
Date: |
Fri, 28 Jun 2024 22:38:01 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 9c2aaa1b67e55722303e27451c3332041b0e6c98
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jun 29 01:25:10 2024 +0800
gnu: bomber: Update to 24.05.1.
* gnu/packages/kde-games.scm (bomber): Update to 24.05.1.
[inputs]: Remove kcompletion, kconfig, kcoreaddons, kcrash, kdbusaddons,
ki18n, kxmlgui, qtbase-5, and qtdeclarative-5; add kcompletion-6,
kconfig-6, kcoreaddons-6, kcrash-6, kdbusaddons-6, ki18n-6,
kxmlgui-6, qtbase, and qtdeclarative.
[native-inputs]: Remove kdoctools; add kdoctools-6.
Change-Id: I363c10a2dbf37447a36ca4670d38b96fc0fb18cc
---
gnu/packages/kde-games.scm | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index f4ffc216ca..1e9a781958 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -867,28 +867,28 @@ This package is part of the KDE games module.")
(define-public bomber
(package
(name "bomber")
- (version "23.04.3")
+ (version "24.05.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/bomber-" version ".tar.xz"))
(sha256
- (base32 "0qgixhmlkcjni5i9391hjg3sfc3ps24lmk9v8199lmnplrybklqj"))))
+ (base32 "1pd8jx331xbvgn6zd60mngg85hbmk1hls59ij81z8cnnpgrykyzh"))))
(build-system qt-build-system)
(native-inputs
- (list extra-cmake-modules kdoctools))
+ (list extra-cmake-modules kdoctools-6))
(inputs
- (list kcompletion
- kconfig
- kcoreaddons
- kcrash
- kdbusaddons
- ki18n
- kxmlgui
+ (list kcompletion-6
+ kconfig-6
+ kcoreaddons-6
+ kcrash-6
+ kdbusaddons-6
+ ki18n-6
+ kxmlgui-6
libkdegames
- qtbase-5
- qtdeclarative-5))
+ qtbase
+ qtdeclarative))
(home-page "https://apps.kde.org/bomber/")
(synopsis "Arcade bombing game")
(description "Bomber is a single player arcade game.
- 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, 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 <=
- 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
- 12/23: gnu: ksirk: Update to 24.05.1., guix-commits, 2024/06/28
- 13/23: gnu: granatier: Update to 24.05.1., guix-commits, 2024/06/28
- 15/23: gnu: kblackbox: Update to 24.05.1., guix-commits, 2024/06/28