[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/23: gnu: kblackbox: Update to 24.05.1.
From: |
guix-commits |
Subject: |
15/23: gnu: kblackbox: Update to 24.05.1. |
Date: |
Fri, 28 Jun 2024 22:38:02 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 04b240f590988420e20e4f8e0f39a1bcc607f595
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jun 29 10:02:12 2024 +0800
gnu: kblackbox: Update to 24.05.1.
* gnu/packages/kde-games.scm (kblackbox): Update to 24.05.1.
[inputs]: Remove karchive, kcompletion, kconfig, kcoreaddons, kcrash,
kdbusaddons, ki18n, ktextwidgets, kxmlgui, qtbase-5, qtdeclarative-5,
and qtsvg-5; add karchive-6, kcompletion-6, kconfig-6, kcoreaddons-6,
kcrash-6, kdbusaddons-6, ki18n-6, ktextwidgets-6, kxmlgui-6, qtbase,
qtdeclarative, and qtsvg.
[native-inputs]: Remove kdoctools; add kdoctools-6.
Change-Id: I97cd7c580f6ab9532d17bb7f22ee663637be523e
---
gnu/packages/kde-games.scm | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index 1e9a781958..c5891e6baf 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -786,31 +786,31 @@ This package is part of the KDE games module.")
(define-public kblackbox
(package
(name "kblackbox")
- (version "23.04.3")
+ (version "24.05.1")
(source
(origin
- (method url-fetch)
- (uri (string-append "mirror://kde/stable/release-service/" version
- "/src/kblackbox-" version ".tar.xz"))
- (sha256
- (base32 "0h7byd7g52yvmz3gxrzp2frs4iifm0r6lq8fjz2nxbl1rkw9ljbp"))))
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/release-service/" version
+ "/src/kblackbox-" version ".tar.xz"))
+ (sha256
+ (base32 "1yri87qipzwjyais6bzvaxn7k9pjrr0gmb5rcm4cdyd0qc7pxab8"))))
(build-system qt-build-system)
(native-inputs
- (list extra-cmake-modules kdoctools))
+ (list extra-cmake-modules kdoctools-6))
(inputs
- (list karchive
- kcompletion
- kconfig
- kcoreaddons
- kcrash
- kdbusaddons
- ki18n
- ktextwidgets
- kxmlgui
+ (list karchive-6
+ kcompletion-6
+ kconfig-6
+ kcoreaddons-6
+ kcrash-6
+ kdbusaddons-6
+ ki18n-6
+ ktextwidgets-6
+ kxmlgui-6
libkdegames
- qtbase-5
- qtdeclarative-5
- qtsvg-5))
+ qtbase
+ qtdeclarative
+ qtsvg))
(home-page "https://apps.kde.org/kblackbox/")
(synopsis "Find atoms in a grid by shooting electrons")
(description "KBlackbox is a game of hide and seek played on a grid of
- 14/23: gnu: bomber: Update to 24.05.1., (continued)
- 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
- 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 <=
- 17/23: gnu: kdiamond: Update to 24.05.1., guix-commits, 2024/06/28
- 20/23: gnu: ksudoku: Update to 24.05.1., guix-commits, 2024/06/28
- 18/23: gnu: kgoldrunner: Update to 24.05.1., guix-commits, 2024/06/28
- 23/23: gnu: kmines: Update to 24.05.1., guix-commits, 2024/06/28
- 19/23: gnu: klines: Update to 24.05.1., guix-commits, 2024/06/28
- 21/23: gnu: kblocks: Update to 24.05.1., guix-commits, 2024/06/28
- 22/23: gnu: kbounce: Update to 24.05.1., guix-commits, 2024/06/28