[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/23: gnu: granatier: Update to 24.05.1.
From: |
guix-commits |
Subject: |
13/23: gnu: granatier: Update to 24.05.1. |
Date: |
Fri, 28 Jun 2024 22:38:01 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit fa15112f69e5ae0f9124b36ef1c096ad2e994e66
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jun 29 01:22:52 2024 +0800
gnu: granatier: Update to 24.05.1.
* gnu/packages/kde-games.scm (granatier): Update to 24.05.1.
[inputs]: Remove kcompletion, kconfig, kconfigwidgets, kcoreaddons, kcrash,
kdbusaddons, ki18n, knewstuff, kwidgetsaddons, kxmlgui, qtbase-5,
qtdeclarative-5, and qtsvg-5; add kcompletion-6, kconfig-6,
kconfigwidgets-6, kcoreaddons-6, kcrash-6, kdbusaddons-6, ki18n-6,
knewstuff-6, kwidgetsaddons-6, kxmlgui-6, qtbase, qtdeclarative, and
qtsvg.
[native-inputs]: Remove kdoctools; add kdoctools-6.
Change-Id: I5d404688e4c225ed6e4ad290a58e71bf46f097b7
---
gnu/packages/kde-games.scm | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index e0605feee1..f4ffc216ca 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -908,32 +908,32 @@ This package is part of the KDE games module.")
(define-public granatier
(package
(name "granatier")
- (version "23.04.3")
+ (version "24.05.1")
(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 "1hpac29k4y4nnwf7ficpa1w8z2g1pdpsw1dzqxkc2h6ncn5z4m85"))))
(build-system qt-build-system)
(native-inputs
- (list extra-cmake-modules kdoctools))
+ (list extra-cmake-modules kdoctools-6))
(inputs
- (list kcompletion
- kconfig
- kconfigwidgets
- kcoreaddons
- kcrash
- kdbusaddons
- ki18n
- knewstuff
- kwidgetsaddons
- kxmlgui
+ (list kcompletion-6
+ kconfig-6
+ kconfigwidgets-6
+ kcoreaddons-6
+ kcrash-6
+ kdbusaddons-6
+ ki18n-6
+ knewstuff-6
+ kwidgetsaddons-6
+ kxmlgui-6
libkdegames
- qtbase-5
- qtdeclarative-5
- qtsvg-5))
+ qtbase
+ qtdeclarative
+ qtsvg))
(home-page "https://apps.kde.org/granatier/")
(synopsis "Bomberman clone")
(description "Granatier is a clone of the classic Bomberman game,
- 08/23: gnu: kubrick: Update to 24.05.1., (continued)
- 08/23: gnu: kubrick: Update to 24.05.1., guix-commits, 2024/06/28
- 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 <=
- 15/23: gnu: kblackbox: Update to 24.05.1., guix-commits, 2024/06/28
- 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