[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
205/373: gnu: kbreakout: Update to 24.05.2.
From: |
guix-commits |
Subject: |
205/373: gnu: kbreakout: Update to 24.05.2. |
Date: |
Mon, 8 Jul 2024 08:04:48 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 8fcf9838a7828a4223b481b3ff294b45c56396f1
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 17:50:20 2024 +0800
gnu: kbreakout: Update to 24.05.2.
* gnu/packages/kde-games.scm (kbreakout): Update to 24.05.2.
[inputs]: Remove qtbase-5 and qtdeclarative-5; add qtdeclarative.
[arguments]: Set #:qtbase to qtbase.
Change-Id: I4ef0b41345e4d3659221ef5349754867f027e985
---
gnu/packages/kde-games.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index 2c0078b6a4..b12948771a 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -376,15 +376,16 @@ This package is part of the KDE games module.")
(define-public kbreakout
(package
(name "kbreakout")
- (version "23.04.3")
+ (version "24.05.2")
(source
(origin
- (method url-fetch)
- (uri (string-append "mirror://kde/stable/release-service/" version
- "/src/kbreakout-" version ".tar.xz"))
- (sha256
- (base32 "08fq0s1c71ag6jzyxz6spc5ylmzpbqpyqi9lqjk0x7y7brkfk9fq"))))
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/release-service/" version
+ "/src/kbreakout-" version ".tar.xz"))
+ (sha256
+ (base32 "0qnsvmhil1ybs94g533r26sqrfkqb06jh6gk4siqdd32dyyn7x3q"))))
(build-system qt-build-system)
+ (arguments (list #:qtbase qtbase))
(native-inputs
(list extra-cmake-modules kdoctools))
(inputs
@@ -398,8 +399,7 @@ This package is part of the KDE games module.")
kwidgetsaddons
kxmlgui
libkdegames
- qtbase-5
- qtdeclarative-5))
+ qtdeclarative))
(home-page "https://apps.kde.org/kbreakout/")
(synopsis "Breakout like game")
(description "KBreakout is similar to the classics breakout and xboing,
- 347/373: gnu: Add kglobalaccel-5., (continued)
- 347/373: gnu: Add kglobalaccel-5., guix-commits, 2024/07/08
- 350/373: gnu: Add kbookmarks-5., guix-commits, 2024/07/08
- 164/373: gnu: kcachegrind: Update to 24.05.2., guix-commits, 2024/07/08
- 187/373: gnu: krdc: Enable VNC., guix-commits, 2024/07/08
- 190/373: gnu: khelpcenter: Update to 24.05.2., guix-commits, 2024/07/08
- 209/373: gnu: elisa: Update to 24.05.2., guix-commits, 2024/07/08
- 287/373: gnu: plasmatube: Update to 24.05.2., guix-commits, 2024/07/08
- 300/373: gnu: Add mimetreeparser., guix-commits, 2024/07/08
- 312/373: gnu: itinerary: Update to 23.04.3., guix-commits, 2024/07/08
- 203/373: gnu: knetwalk: Update to 24.05.2., guix-commits, 2024/07/08
- 205/373: gnu: kbreakout: Update to 24.05.2.,
guix-commits <=
- 204/373: gnu: konquest: Update to 24.05.2., guix-commits, 2024/07/08
- 313/373: gnu: knotes: Update to 24.05.2., guix-commits, 2024/07/08
- 198/373: gnu: kiriki: Update to 24.05.2., guix-commits, 2024/07/08
- 202/373: gnu: bomber: Update to 24.05.2., guix-commits, 2024/07/08
- 333/373: gnu: Add kcrash-5., guix-commits, 2024/07/08
- 314/373: gnu: kgpg: Update to 24.05.2., guix-commits, 2024/07/08
- 310/373: gnu: kleopatra: Update to 24.05.2., guix-commits, 2024/07/08
- 344/373: gnu: Add kconfigwidgets-5., guix-commits, 2024/07/08
- 348/373: gnu: Add ktextwidgets-5., guix-commits, 2024/07/08
- 360/373: gnu: Add kirigami-5., guix-commits, 2024/07/08