mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -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
|
(define-public lskat
|
||||||
(package
|
(package
|
||||||
(name "lskat")
|
(name "lskat")
|
||||||
(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/lskat-" version ".tar.xz"))
|
"/src/lskat-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1qphzc1r26qwc8sl5rjkw16ia3lsj7c2lg9fxnhk08k8mxncymxg"))))
|
(base32 "1p5gq8zkjr3cl7scq9irhiaf96az02k1fk3c0myqh0l9nyxakpsw"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
|
@ -1188,14 +1188,15 @@ (define-public lskat
|
||||||
kconfig
|
kconfig
|
||||||
kcoreaddons
|
kcoreaddons
|
||||||
kcrash
|
kcrash
|
||||||
|
kdbusaddons
|
||||||
kguiaddons
|
kguiaddons
|
||||||
ki18n
|
ki18n
|
||||||
kwidgetsaddons
|
kwidgetsaddons
|
||||||
kxmlgui
|
kxmlgui
|
||||||
libkdegames
|
libkdegames
|
||||||
qtbase-5
|
qtdeclarative
|
||||||
qtdeclarative-5
|
qtsvg))
|
||||||
qtsvg-5))
|
(arguments (list #:qtbase qtbase))
|
||||||
(home-page "https://apps.kde.org/lskat/")
|
(home-page "https://apps.kde.org/lskat/")
|
||||||
(synopsis "Lieutnant Skat card game")
|
(synopsis "Lieutnant Skat card game")
|
||||||
(description "Lieutnant Skat (from German \"Offiziersskat\") is a fun and
|
(description "Lieutnant Skat (from German \"Offiziersskat\") is a fun and
|
||||||
|
|
Loading…
Reference in a new issue