[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
228/458: gnu: kblackbox: Update to 24.05.2.
From: |
guix-commits |
Subject: |
228/458: gnu: kblackbox: Update to 24.05.2. |
Date: |
Mon, 15 Jul 2024 08:00:33 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 6f999c43ee446842a3a0830d6c08beaf405647ea
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 18:53:38 2024 +0800
gnu: kblackbox: Update to 24.05.2.
* gnu/packages/kde-games.scm (kblackbox): 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: Icc002e8f5130d093a8c522c6b5338df4d9a0a773
---
gnu/packages/kde-games.scm | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index 7a22f01b97..6e8ce42324 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -790,15 +790,16 @@ This package is part of the KDE games module.")
(define-public kblackbox
(package
(name "kblackbox")
- (version "23.04.3")
+ (version "24.05.2")
(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 "0andcfwrq8nhb75diif3pm2a1y6lrmkdncaszjhyan1v9mycdi8r"))))
(build-system qt-build-system)
+ (arguments (list #:qtbase qtbase))
(native-inputs
(list extra-cmake-modules kdoctools))
(inputs
@@ -812,9 +813,8 @@ This package is part of the KDE games module.")
ktextwidgets
kxmlgui
libkdegames
- qtbase-5
- qtdeclarative-5
- qtsvg-5))
+ 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
- 190/458: gnu: khelpcenter: Update to 24.05.2., (continued)
- 190/458: gnu: khelpcenter: Update to 24.05.2., guix-commits, 2024/07/15
- 211/458: gnu: kpublictransport: Update to 24.05.2., guix-commits, 2024/07/15
- 194/458: gnu: kapman: Update to 24.05.2., guix-commits, 2024/07/15
- 176/458: gnu: Add krdp., guix-commits, 2024/07/15
- 206/458: gnu: kreversi: Update to 24.05.2., guix-commits, 2024/07/15
- 208/458: gnu: ktorrent: Update to 24.05.2., guix-commits, 2024/07/15
- 221/458: gnu: kbounce: Update to 24.05.2., guix-commits, 2024/07/15
- 222/458: gnu: kblocks: Update to 24.05.2., guix-commits, 2024/07/15
- 248/458: gnu: akonadi: Update to 24.05.2., guix-commits, 2024/07/15
- 231/458: gnu: kollision: Update to 24.05.2., guix-commits, 2024/07/15
- 228/458: gnu: kblackbox: Update to 24.05.2.,
guix-commits <=
- 233/458: gnu: ksquares: Update to 24.05.2., guix-commits, 2024/07/15
- 282/458: gnu: ffmpegthumbs: Update to 24.05.2., guix-commits, 2024/07/15
- 264/458: gnu: kmailtransport: Update to 24.05.2., guix-commits, 2024/07/15
- 256/458: gnu: kldap: Update to 24.05.2., guix-commits, 2024/07/15
- 273/458: gnu: kdenlive: Enable qt6., guix-commits, 2024/07/15
- 274/458: gnu: kolourpaint: Update to 24.05.2., guix-commits, 2024/07/15
- 279/458: gnu: libkcddb: Update to 24.05.2., guix-commits, 2024/07/15
- 285/458: gnu: juk: Update to 24.05.2., guix-commits, 2024/07/15
- 289/458: gnu: kcalutils: Update to 24.05.2., guix-commits, 2024/07/15
- 292/458: gnu: libkleo: Update to 24.05.2., guix-commits, 2024/07/15