[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
200/465: gnu: granatier: Update to 24.05.2.
From: |
guix-commits |
Subject: |
200/465: gnu: granatier: Update to 24.05.2. |
Date: |
Wed, 17 Jul 2024 23:01:35 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit e8e9cc4087cbf5d2b3f8abc557017ee72e2b3e97
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 17:42:23 2024 +0800
gnu: granatier: Update to 24.05.2.
* gnu/packages/kde-games.scm (granatier): Update to 24.05.2.
[inputs]: Remove qtbase-5, qtdeclarative-5, and qtsvg-5; add qtdeclarative
and
qtsvg.
[arguments]: Set #:qtbase to qtbase.
Change-Id: Ie836d9093b3e26687d9c28ae1ac467b604fc86e1
---
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 8288791c0e..b378e21c34 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -908,14 +908,14 @@ This package is part of the KDE games module.")
(define-public granatier
(package
(name "granatier")
- (version "23.04.3")
+ (version "24.05.2")
(source
(origin
- (method url-fetch)
- (uri (string-append "mirror://kde/stable/release-service/" version
- "/src/granatier-" version ".tar.xz"))
- (sha256
- (base32 "1zyadmgnpgsx728gzd55qyijsm13pb9cxs1y4l4c4m9lnz4y183v"))))
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/release-service/" version
+ "/src/granatier-" version ".tar.xz"))
+ (sha256
+ (base32 "0g38sfx4x61isvi3h6b8xmdbbqrvq8z8rrxb0xdbz3fkwxyigy75"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))
@@ -931,9 +931,9 @@ This package is part of the KDE games module.")
kwidgetsaddons
kxmlgui
libkdegames
- qtbase-5
- qtdeclarative-5
- qtsvg-5))
+ qtdeclarative
+ qtsvg))
+ (arguments (list #:qtbase qtbase))
(home-page "https://apps.kde.org/granatier/")
(synopsis "Bomberman clone")
(description "Granatier is a clone of the classic Bomberman game,
- 441/465: gnu: kshisen: Update to 24.05.2., (continued)
- 441/465: gnu: kshisen: Update to 24.05.2., guix-commits, 2024/07/17
- 452/465: gnu: kemoticons: Update to 5.116.0., guix-commits, 2024/07/17
- 459/465: gnu: kmail-account-wizard: Update to 24.05.2., guix-commits, 2024/07/17
- 463/465: gnu: francis: Update to 24.05.2., guix-commits, 2024/07/17
- 464/465: gnu: kirogi: Fix build., guix-commits, 2024/07/17
- 164/465: gnu: filelight: Update to 24.05.2., guix-commits, 2024/07/17
- 181/465: gnu: ksystemlog: Update to 24.05.2., guix-commits, 2024/07/17
- 195/465: gnu: kubrick: Update to 24.05.2., guix-commits, 2024/07/17
- 201/465: gnu: bomber: Update to 24.05.2., guix-commits, 2024/07/17
- 199/465: gnu: ksirk: Update to 24.05.2., guix-commits, 2024/07/17
- 200/465: gnu: granatier: Update to 24.05.2.,
guix-commits <=
- 208/465: gnu: elisa: Update to 24.05.2., guix-commits, 2024/07/17
- 212/465: gnu: kosmindoormap: Update to 24.05.2., guix-commits, 2024/07/17
- 216/465: gnu: ktuberling: Update to 24.05.2., guix-commits, 2024/07/17
- 217/465: gnu: kolf: Update to 24.05.2., guix-commits, 2024/07/17
- 218/465: gnu: picmi: Update to 24.05.2., guix-commits, 2024/07/17
- 219/465: gnu: kmines: Update to 24.05.2., guix-commits, 2024/07/17
- 223/465: gnu: klines: Update to 24.05.2., guix-commits, 2024/07/17
- 232/465: gnu: ksquares: Update to 24.05.2., guix-commits, 2024/07/17
- 238/465: gnu: kontrast: Update to 24.05.2., guix-commits, 2024/07/17
- 239/465: gnu: kmag: Update to 24.05.2., guix-commits, 2024/07/17