mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: Add lskat.
* gnu/packages/games.scm (lskat): New variable.
This commit is contained in:
parent
90e594d3aa
commit
01e2f2eddb
1 changed files with 40 additions and 0 deletions
|
@ -9042,3 +9042,43 @@ (define-public kubrick
|
||||||
|
|
||||||
This package is part of the KDE games module.")
|
This package is part of the KDE games module.")
|
||||||
(license (list license:gpl2+ license:fdl1.2+))))
|
(license (list license:gpl2+ license:fdl1.2+))))
|
||||||
|
|
||||||
|
(define-public lskat
|
||||||
|
(package
|
||||||
|
(name "lskat")
|
||||||
|
(version "19.08.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://kde/stable/applications/" version
|
||||||
|
"/src/lskat-" version ".tar.xz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1qk5hd27zb42pbcxq5wyzz62nj5f0qdmgy54r9rnk92pzzzk94s9"))))
|
||||||
|
(properties `((tags . ("Desktop" "KDE" "Games"))))
|
||||||
|
(build-system qt-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("extra-cmake-modules" ,extra-cmake-modules)
|
||||||
|
("kdoctools" ,kdoctools)))
|
||||||
|
(inputs
|
||||||
|
`(("kcompletion" ,kcompletion)
|
||||||
|
("kconfig" ,kconfig)
|
||||||
|
("kcoreaddons" ,kcoreaddons)
|
||||||
|
("kcrash" ,kcrash)
|
||||||
|
("kguiaddons" ,kguiaddons)
|
||||||
|
("ki18n" ,ki18n)
|
||||||
|
("kwidgetsaddons" ,kwidgetsaddons)
|
||||||
|
("kxmlgui" ,kxmlgui)
|
||||||
|
("libkdegames" ,libkdegames)
|
||||||
|
("qtbase" ,qtbase)
|
||||||
|
("qtdeclarative" ,qtdeclarative)
|
||||||
|
("qtsvg" ,qtsvg)))
|
||||||
|
(home-page "https://games.kde.org/")
|
||||||
|
(synopsis "Lieutnant Skat card game")
|
||||||
|
(description "Lieutnant Skat (from German \"Offiziersskat\") is a fun and
|
||||||
|
engaging card game for two players, where the second player is either live
|
||||||
|
opponent, or a built in artificial intelligence.
|
||||||
|
|
||||||
|
Lieutnant Skat is a simplified variant of the Skat card game for two players.
|
||||||
|
|
||||||
|
This package is part of the KDE games module.")
|
||||||
|
(license (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+))))
|
||||||
|
|
Loading…
Reference in a new issue