gnu: kapman: Update to 24.05.2.
* gnu/packages/kde-games.scm (kapman): Update to 24.05.2. [arguments]: Set #:qtbase to qtbase. [inputs]: Remove qtbase-5, qtdeclarative-5, and qtsvg-5; add qtdeclarative and qtsvg. Change-Id: Icfdab3c7cd754a8735676e7b8bb54ce6d890a517master
parent
8e0dfc5459
commit
fc65bea175
|
@ -1210,14 +1210,14 @@ This package is part of the KDE games module.")
|
||||||
(define-public kapman
|
(define-public kapman
|
||||||
(package
|
(package
|
||||||
(name "kapman")
|
(name "kapman")
|
||||||
(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/kapman-" version ".tar.xz"))
|
"/src/kapman-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ildsd7pig3lm9n616kw5mpl8hbwidsnbzdfifx8nnffslrr4bv7"))))
|
(base32 "1lwxrd8ky9bkrxjg42spyyywxv17lp5idm5xr4xybq3sqi2gahhx"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
|
@ -1231,9 +1231,9 @@ This package is part of the KDE games module.")
|
||||||
ki18n
|
ki18n
|
||||||
kxmlgui
|
kxmlgui
|
||||||
libkdegames
|
libkdegames
|
||||||
qtbase-5
|
qtdeclarative
|
||||||
qtdeclarative-5
|
qtsvg))
|
||||||
qtsvg-5))
|
(arguments (list #:qtbase qtbase))
|
||||||
(home-page "https://apps.kde.org/kapman/")
|
(home-page "https://apps.kde.org/kapman/")
|
||||||
(synopsis "Pac-Man clone")
|
(synopsis "Pac-Man clone")
|
||||||
(description "Kapman is a clone of the well known game Pac-Man.
|
(description "Kapman is a clone of the well known game Pac-Man.
|
||||||
|
|
Reference in New Issue