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: Ie836d9093b3e26687d9c28ae1ac467b604fc86e1master
parent
ce35972f4d
commit
e8e9cc4087
|
@ -908,14 +908,14 @@ This package is part of the KDE games module.")
|
||||||
(define-public granatier
|
(define-public granatier
|
||||||
(package
|
(package
|
||||||
(name "granatier")
|
(name "granatier")
|
||||||
(version "23.04.3")
|
(version "24.05.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/granatier-" version ".tar.xz"))
|
"/src/granatier-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1zyadmgnpgsx728gzd55qyijsm13pb9cxs1y4l4c4m9lnz4y183v"))))
|
(base32 "0g38sfx4x61isvi3h6b8xmdbbqrvq8z8rrxb0xdbz3fkwxyigy75"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
|
@ -931,9 +931,9 @@ This package is part of the KDE games module.")
|
||||||
kwidgetsaddons
|
kwidgetsaddons
|
||||||
kxmlgui
|
kxmlgui
|
||||||
libkdegames
|
libkdegames
|
||||||
qtbase-5
|
qtdeclarative
|
||||||
qtdeclarative-5
|
qtsvg))
|
||||||
qtsvg-5))
|
(arguments (list #:qtbase qtbase))
|
||||||
(home-page "https://apps.kde.org/granatier/")
|
(home-page "https://apps.kde.org/granatier/")
|
||||||
(synopsis "Bomberman clone")
|
(synopsis "Bomberman clone")
|
||||||
(description "Granatier is a clone of the classic Bomberman game,
|
(description "Granatier is a clone of the classic Bomberman game,
|
||||||
|
|
Reference in New Issue