mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: lskat: Update to 24.05.2.
* gnu/packages/kde-games.scm (lskat): Update to 24.05.2. [inputs]: Remove qtbase-5, qtdeclarative-5, and qtsvg-5; add kdbusaddons, qtdeclarative, and qtsvg. [arguments]: Set #:qtbase to qtbase. Change-Id: I79f9cb310281efd596eb5f0c5ef003d3b687e5ec
This commit is contained in:
parent
fc65bea175
commit
41b8431228
1 changed files with 6 additions and 5 deletions
|
@ -1172,14 +1172,14 @@ (define-public kubrick
|
|||
(define-public lskat
|
||||
(package
|
||||
(name "lskat")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/lskat-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1qphzc1r26qwc8sl5rjkw16ia3lsj7c2lg9fxnhk08k8mxncymxg"))))
|
||||
(base32 "1p5gq8zkjr3cl7scq9irhiaf96az02k1fk3c0myqh0l9nyxakpsw"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools))
|
||||
|
@ -1188,14 +1188,15 @@ (define-public lskat
|
|||
kconfig
|
||||
kcoreaddons
|
||||
kcrash
|
||||
kdbusaddons
|
||||
kguiaddons
|
||||
ki18n
|
||||
kwidgetsaddons
|
||||
kxmlgui
|
||||
libkdegames
|
||||
qtbase-5
|
||||
qtdeclarative-5
|
||||
qtsvg-5))
|
||||
qtdeclarative
|
||||
qtsvg))
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(home-page "https://apps.kde.org/lskat/")
|
||||
(synopsis "Lieutnant Skat card game")
|
||||
(description "Lieutnant Skat (from German \"Offiziersskat\") is a fun and
|
||||
|
|
Loading…
Reference in a new issue