unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38386] [PATCH 00/38] Add 36 KDE games.
@ 2019-11-26 13:19 Hartmut Goebel
  2019-11-26 13:20 ` [bug#38386] [PATCH 01/38] gnu: Add libkdegames Hartmut Goebel
       [not found] ` <handler.38386.B.157477438421753.ack@debbugs.gnu.org>
  0 siblings, 2 replies; 40+ messages in thread
From: Hartmut Goebel @ 2019-11-26 13:19 UTC (permalink / raw)
  To: 38386

This is a collection of KDE games, based on my approach to mass-package KDE, I
started in 2017.

The require the `qt-build-system`, which is not yet finished, thus these can
be pushed only after the `qt-build-system`. Nevertheless I tested the packages
with a `qt-build-system` proof-of-concept.

Packages are very similar to each other, thus synopsis and descriptions are
the interesting parts to be reviewed.

Question: All packages currently have
- (properties `((tags . ("Desktop" "KDE" "Games"))))
- In the description: "This package is part of the KDE games module."

Shall these be kept?

Hartmut Goebel (38):
  gnu: Add libkdegames.
  gnu: Add ktuberling.
  gnu: Add picmi.
  gnu: Add kolf.
  gnu: Add libkmahjongg.
  gnu: Add kmahjongg.
  gnu: Add kshisen.
  gnu: Add kajongg.
  gnu: Add kbreakout.
  gnu: Add kmines.
  gnu: Add konquest.
  gnu: Add kbounce.
  gnu: Add kblocks.
  gnu: Add ksudoku.
  gnu: Add klines.
  gnu: Add kgoldrunner.
  gnu: Add kdiamond.
  gnu: Add kfourinline.
  gnu: Add kblackbox.
  gnu: Add knetwalk.
  gnu: Add bomber.
  gnu: Add granatier.
  gnu: Add ksirk.
  gnu: Add palapeli.
  gnu: Add kiriki.
  gnu: Add kigo.
  gnu: Add kubrick.
  gnu: Add lskat.
  gnu: Add kapman.
  gnu: Add kspaceduel.
  gnu: Add bovo.
  gnu: Add killbots.
  gnu: Add ksnakeduel.
  gnu: Add kollision.
  gnu: Add knavalbattle.
  gnu: Add kreversi.
  gnu: Add ksquares.
  gnu: Add kjumpingcube.

 gnu/packages/games.scm | 1574 ++++++++++++++++++++++++++++++++++++++++
 gnu/packages/kde.scm   |   57 ++
 2 files changed, 1631 insertions(+)

-- 
2.21.0

^ permalink raw reply	[flat|nested] 40+ messages in thread

end of thread, other threads:[~2019-12-10 16:32 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-26 13:19 [bug#38386] [PATCH 00/38] Add 36 KDE games Hartmut Goebel
2019-11-26 13:20 ` [bug#38386] [PATCH 01/38] gnu: Add libkdegames Hartmut Goebel
2019-11-26 13:20   ` [bug#38386] [PATCH 02/38] gnu: Add ktuberling Hartmut Goebel
2019-11-26 13:20   ` [bug#38386] [PATCH 03/38] gnu: Add picmi Hartmut Goebel
2019-11-26 13:20   ` [bug#38386] [PATCH 04/38] gnu: Add kolf Hartmut Goebel
2019-11-26 13:20   ` [bug#38386] [PATCH 05/38] gnu: Add libkmahjongg Hartmut Goebel
2019-11-26 13:20   ` [bug#38386] [PATCH 06/38] gnu: Add kmahjongg Hartmut Goebel
2019-11-26 13:20   ` [bug#38386] [PATCH 07/38] gnu: Add kshisen Hartmut Goebel
2019-11-26 13:20   ` [bug#38386] [PATCH 08/38] gnu: Add kajongg Hartmut Goebel
2019-11-26 13:20   ` [bug#38386] [PATCH 09/38] gnu: Add kbreakout Hartmut Goebel
2019-11-26 13:20   ` [bug#38386] [PATCH 10/38] gnu: Add kmines Hartmut Goebel
2019-11-26 13:20   ` [bug#38386] [PATCH 11/38] gnu: Add konquest Hartmut Goebel
2019-11-26 13:20   ` [bug#38386] [PATCH 12/38] gnu: Add kbounce Hartmut Goebel
2019-11-26 13:20   ` [bug#38386] [PATCH 13/38] gnu: Add kblocks Hartmut Goebel
2019-11-26 13:20   ` [bug#38386] [PATCH 14/38] gnu: Add ksudoku Hartmut Goebel
2019-11-26 13:20   ` [bug#38386] [PATCH 15/38] gnu: Add klines Hartmut Goebel
2019-11-26 13:20   ` [bug#38386] [PATCH 16/38] gnu: Add kgoldrunner Hartmut Goebel
2019-11-26 13:20   ` [bug#38386] [PATCH 17/38] gnu: Add kdiamond Hartmut Goebel
2019-11-26 13:20   ` [bug#38386] [PATCH 18/38] gnu: Add kfourinline Hartmut Goebel
2019-11-26 13:20   ` [bug#38386] [PATCH 19/38] gnu: Add kblackbox Hartmut Goebel
2019-11-26 13:20   ` [bug#38386] [PATCH 20/38] gnu: Add knetwalk Hartmut Goebel
2019-11-26 13:20   ` [bug#38386] [PATCH 21/38] gnu: Add bomber Hartmut Goebel
2019-11-26 13:20   ` [bug#38386] [PATCH 22/38] gnu: Add granatier Hartmut Goebel
2019-11-26 13:20   ` [bug#38386] [PATCH 23/38] gnu: Add ksirk Hartmut Goebel
2019-11-26 13:20   ` [bug#38386] [PATCH 24/38] gnu: Add palapeli Hartmut Goebel
2019-11-26 13:20   ` [bug#38386] [PATCH 25/38] gnu: Add kiriki Hartmut Goebel
2019-11-26 13:20   ` [bug#38386] [PATCH 26/38] gnu: Add kigo Hartmut Goebel
2019-11-26 13:20   ` [bug#38386] [PATCH 27/38] gnu: Add kubrick Hartmut Goebel
2019-11-26 13:20   ` [bug#38386] [PATCH 28/38] gnu: Add lskat Hartmut Goebel
2019-11-26 13:20   ` [bug#38386] [PATCH 29/38] gnu: Add kapman Hartmut Goebel
2019-11-26 13:20   ` [bug#38386] [PATCH 30/38] gnu: Add kspaceduel Hartmut Goebel
2019-11-26 13:20   ` [bug#38386] [PATCH 31/38] gnu: Add bovo Hartmut Goebel
2019-11-26 13:20   ` [bug#38386] [PATCH 32/38] gnu: Add killbots Hartmut Goebel
2019-11-26 13:21   ` [bug#38386] [PATCH 33/38] gnu: Add ksnakeduel Hartmut Goebel
2019-11-26 13:21   ` [bug#38386] [PATCH 34/38] gnu: Add kollision Hartmut Goebel
2019-11-26 13:21   ` [bug#38386] [PATCH 35/38] gnu: Add knavalbattle Hartmut Goebel
2019-11-26 13:21   ` [bug#38386] [PATCH 36/38] gnu: Add kreversi Hartmut Goebel
2019-11-26 13:21   ` [bug#38386] [PATCH 37/38] gnu: Add ksquares Hartmut Goebel
2019-11-26 13:21   ` [bug#38386] [PATCH 38/38] gnu: Add kjumpingcube Hartmut Goebel
     [not found] ` <handler.38386.B.157477438421753.ack@debbugs.gnu.org>
2019-12-10 16:31   ` bug#38386: Pushed: Add 36 KDE games Hartmut Goebel

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).