[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
202/465: gnu: granatier: Update to 24.05.2.
From: |
guix-commits |
Subject: |
202/465: gnu: granatier: Update to 24.05.2. |
Date: |
Tue, 16 Jul 2024 11:03:24 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 699aed73fca84f5c9fc43a1e5d80ce63f2f382ac
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,
- 223/465: gnu: kblocks: Update to 24.05.2., (continued)
- 223/465: gnu: kblocks: Update to 24.05.2., guix-commits, 2024/07/16
- 203/465: gnu: bomber: Update to 24.05.2., guix-commits, 2024/07/16
- 201/465: gnu: ksirk: Update to 24.05.2., guix-commits, 2024/07/16
- 198/465: gnu: kigo: Update to 24.05.2., guix-commits, 2024/07/16
- 206/465: gnu: kbreakout: Update to 24.05.2., guix-commits, 2024/07/16
- 219/465: gnu: kolf: Update to 24.05.2., guix-commits, 2024/07/16
- 210/465: gnu: elisa: Update to 24.05.2., guix-commits, 2024/07/16
- 220/465: gnu: picmi: Update to 24.05.2., guix-commits, 2024/07/16
- 199/465: gnu: kiriki: Update to 24.05.2., guix-commits, 2024/07/16
- 221/465: gnu: kmines: Update to 24.05.2., guix-commits, 2024/07/16
- 202/465: gnu: granatier: Update to 24.05.2.,
guix-commits <=
- 215/465: gnu: kpmcore: Update to 24.05.2., guix-commits, 2024/07/16
- 224/465: gnu: ksudoku: Update to 24.05.2., guix-commits, 2024/07/16
- 205/465: gnu: konquest: Update to 24.05.2., guix-commits, 2024/07/16
- 216/465: gnu: grantleetheme: Update to 24.05.2., guix-commits, 2024/07/16
- 226/465: gnu: kgoldrunner: Update to 24.05.2., guix-commits, 2024/07/16
- 208/465: gnu: libktorrent: Update to 24.05.2., guix-commits, 2024/07/16
- 222/465: gnu: kbounce: Update to 24.05.2., guix-commits, 2024/07/16
- 232/465: gnu: kollision: Update to 24.05.2., guix-commits, 2024/07/16
- 231/465: gnu: ksnakeduel: Update to 24.05.2., guix-commits, 2024/07/16
- 230/465: gnu: killbots: Update to 24.05.2., guix-commits, 2024/07/16