me
/
guix
Archived
1
0
Fork 0

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: Icfdab3c7cd754a8735676e7b8bb54ce6d890a517
master
Zheng Junjie 2024-07-06 17:27:11 +08:00
parent 8e0dfc5459
commit fc65bea175
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 9 additions and 9 deletions

View File

@ -1210,14 +1210,14 @@ This package is part of the KDE games module.")
(define-public kapman
(package
(name "kapman")
(version "23.04.3")
(version "24.05.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kapman-" version ".tar.xz"))
(sha256
(base32 "0ildsd7pig3lm9n616kw5mpl8hbwidsnbzdfifx8nnffslrr4bv7"))))
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kapman-" version ".tar.xz"))
(sha256
(base32 "1lwxrd8ky9bkrxjg42spyyywxv17lp5idm5xr4xybq3sqi2gahhx"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))
@ -1231,9 +1231,9 @@ This package is part of the KDE games module.")
ki18n
kxmlgui
libkdegames
qtbase-5
qtdeclarative-5
qtsvg-5))
qtdeclarative
qtsvg))
(arguments (list #:qtbase qtbase))
(home-page "https://apps.kde.org/kapman/")
(synopsis "Pac-Man clone")
(description "Kapman is a clone of the well known game Pac-Man.