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
This commit is contained in:
parent
ce35972f4d
commit
e8e9cc4087
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user