[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#38386] [PATCH 23/38] gnu: Add ksirk.
From: |
Hartmut Goebel |
Subject: |
[bug#38386] [PATCH 23/38] gnu: Add ksirk. |
Date: |
Tue, 26 Nov 2019 14:20:50 +0100 |
* gnu/packages/games.scm (ksirk): New variable.
---
gnu/packages/games.scm | 57 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 57 insertions(+)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 4a2d0e6236..8cc65aaf7e 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -8698,3 +8698,60 @@ inspired by the work of the Clanbomber clone.
This package is part of the KDE games module.")
(license (list license:gpl2+ license:fdl1.2+))))
+
+(define-public ksirk
+ (package
+ (name "ksirk")
+ (version "19.08.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/applications/" version
+ "/src/ksirk-" version ".tar.xz"))
+ (sha256
+ (base32 "1b1wixs2hp5qnvdygfwa3kvy0kn94ysa4ifmx90q6r3yfr2lpfca"))))
+ (properties `((tags . ("Desktop" "KDE" "Games"))))
+ (build-system qt-build-system)
+ (native-inputs
+ `(("extra-cmake-modules" ,extra-cmake-modules)
+ ("kdoctools" ,kdoctools)))
+ (inputs
+ `(("kcrash" ,kcrash)
+ ("ki18n" ,ki18n)
+ ("kiconthemes" ,kiconthemes)
+ ("kio" ,kio)
+ ("knewstuff" ,knewstuff)
+ ("kwallet" ,kwallet)
+ ("kxmlgui" ,kxmlgui)
+ ("libkdegames" ,libkdegames)
+ ("phonon" ,phonon)
+ ("qca" ,qca)
+ ("qtbase" ,qtbase)
+ ("qtdeclarative" ,qtdeclarative)
+ ("qtsvg" ,qtsvg)
+ ("zlib" ,zlib)))
+ (home-page "https://games.kde.org/")
+ (synopsis "Computerized version of the well known strategy board game
+'Risk'")
+ (description "KsirK is a multi-player network-enabled game. The goal of
+the game is simply to conquer the world by attacking your neighbors with your
+armies.
+
+At the beginning of the game, countries are distributed to all the players.
+Each country contains one army represented by an infantryman. Each player has
+some armies to distribute to his countries. On each turn, each player can
+attack his neighbours, eventually conquering one or more countries. At the
+end of each turn, some bonus armies are distributed to the players in function
+of the number of countries they own. The winner is the player that conquered
+all the world.
+
+Features:
+@itemize
+@item Support for 1-6 human or computer players
+@item Multi-player gaming over a network
+@item You can easily create new skins with SVG graphics and the skin editor
+@item Hot New Stuff support. You can easily download and install new skins
+@end itemize
+
+This package is part of the KDE games module.")
+ (license (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+))))
--
2.21.0
- [bug#38386] [PATCH 17/38] gnu: Add kdiamond., (continued)
- [bug#38386] [PATCH 17/38] gnu: Add kdiamond., Hartmut Goebel, 2019/11/26
- [bug#38386] [PATCH 19/38] gnu: Add kblackbox., Hartmut Goebel, 2019/11/26
- [bug#38386] [PATCH 18/38] gnu: Add kfourinline., Hartmut Goebel, 2019/11/26
- [bug#38386] [PATCH 20/38] gnu: Add knetwalk., Hartmut Goebel, 2019/11/26
- [bug#38386] [PATCH 22/38] gnu: Add granatier., Hartmut Goebel, 2019/11/26
- [bug#38386] [PATCH 29/38] gnu: Add kapman., Hartmut Goebel, 2019/11/26
- [bug#38386] [PATCH 21/38] gnu: Add bomber., Hartmut Goebel, 2019/11/26
- [bug#38386] [PATCH 30/38] gnu: Add kspaceduel., Hartmut Goebel, 2019/11/26
- [bug#38386] [PATCH 24/38] gnu: Add palapeli., Hartmut Goebel, 2019/11/26
- [bug#38386] [PATCH 27/38] gnu: Add kubrick., Hartmut Goebel, 2019/11/26
- [bug#38386] [PATCH 23/38] gnu: Add ksirk.,
Hartmut Goebel <=
- [bug#38386] [PATCH 25/38] gnu: Add kiriki., Hartmut Goebel, 2019/11/26
- [bug#38386] [PATCH 26/38] gnu: Add kigo., Hartmut Goebel, 2019/11/26
- [bug#38386] [PATCH 28/38] gnu: Add lskat., Hartmut Goebel, 2019/11/26
- [bug#38386] [PATCH 34/38] gnu: Add kollision., Hartmut Goebel, 2019/11/26
- [bug#38386] [PATCH 35/38] gnu: Add knavalbattle., Hartmut Goebel, 2019/11/26
- [bug#38386] [PATCH 31/38] gnu: Add bovo., Hartmut Goebel, 2019/11/26
- [bug#38386] [PATCH 33/38] gnu: Add ksnakeduel., Hartmut Goebel, 2019/11/26
- [bug#38386] [PATCH 36/38] gnu: Add kreversi., Hartmut Goebel, 2019/11/26
- [bug#38386] [PATCH 37/38] gnu: Add ksquares., Hartmut Goebel, 2019/11/26
- [bug#38386] [PATCH 38/38] gnu: Add kjumpingcube., Hartmut Goebel, 2019/11/26