From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:19:44 2019 Received: (at submit) by debbugs.gnu.org; 26 Nov 2019 13:19:44 +0000 Received: from localhost ([127.0.0.1]:50764 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZakq-0005en-AB for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:19:44 -0500 Received: from lists.gnu.org ([209.51.188.17]:39298) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZako-0005ef-7J for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:19:43 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:37638) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iZakh-0007ix-Ip for guix-patches@gnu.org; Tue, 26 Nov 2019 08:19:41 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iZakY-0000RN-Da for guix-patches@gnu.org; Tue, 26 Nov 2019 08:19:31 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:50367) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iZakY-0000MK-7B for guix-patches@gnu.org; Tue, 26 Nov 2019 08:19:26 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47MkyL1RTYz1rHD8 for ; Tue, 26 Nov 2019 14:19:22 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47MkyL1M5Pz1qqkt for ; Tue, 26 Nov 2019 14:19:22 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id DdhKiyeYULuu for ; Tue, 26 Nov 2019 14:19:21 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Tue, 26 Nov 2019 14:19:21 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id 4B5BB601A2 for ; Tue, 26 Nov 2019 14:19:46 +0100 (CET) From: Hartmut Goebel To: guix-patches@gnu.org Subject: [PATCH 00/38] Add 36 KDE games. Date: Tue, 26 Nov 2019 14:19:18 +0100 Message-Id: <20191126131918.22000-1-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 212.18.0.9 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) This is a collection of KDE games, based on my approach to mass-package K= DE, 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 pac= kages with a `qt-build-system` proof-of-concept. Packages are very similar to each other, thus synopsis and descriptions a= re 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(+) --=20 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:21:13 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:21:13 +0000 Received: from localhost ([127.0.0.1]:50769 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZamG-0005hy-KY for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:21:12 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:50063) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZamE-0005hp-GQ for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:21:11 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml0P4n4Lz1rVw7 for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:09 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml0P1y9vz1qt2v for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:09 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id BBQPzbXnwo_o for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:08 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:08 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id 2D5A0601A2 for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:33 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 01/38] gnu: Add libkdegames. Date: Tue, 26 Nov 2019 14:20:28 +0100 Message-Id: <20191126132105.25651-1-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/kde.scm (libkdegames): New variable. --- gnu/packages/kde.scm | 57 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index ab5118583e..72930c91ea 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -6,6 +6,7 @@ ;;; Copyright © 2018 Gábor Boskovits ;;; Copyright © 2019 Nicolas Goaziou ;;; Copyright © 2019 Ludovic Courtès +;;; Copyright © 2019 Hartmut Goebel ;;; ;;; This file is part of GNU Guix. ;;; @@ -31,6 +32,7 @@ #:use-module (guix utils) #:use-module (gnu packages algebra) #:use-module (gnu packages apr) + #:use-module (gnu packages audio) #:use-module (gnu packages boost) #:use-module (gnu packages compression) #:use-module (gnu packages curl) @@ -49,6 +51,7 @@ #:use-module (gnu packages perl) #:use-module (gnu packages photo) #:use-module (gnu packages pkg-config) + #:use-module (gnu packages pulseaudio) #:use-module (gnu packages python) #:use-module (gnu packages tls) #:use-module (gnu packages qt) @@ -670,3 +673,57 @@ system-wide profiler for Linux using statistical sampling with hardware performance counters. There also exist converters for profiling output of Python, PHP, and Perl.") (license license:gpl2))) + +(define-public libkdegames + (package + (name "libkdegames") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" version + "/src/libkdegames-" version ".tar.xz")) + (sha256 + (base32 "12dvkmjgbi8dp9y55zmx1pw3zr2i374c4vn3mfn9r31bf06dr701")))) + (build-system cmake-build-system) + (native-inputs + `(("extra-cmake-modules" ,extra-cmake-modules))) + (inputs + `(("karchive" ,karchive) + ("kbookmarks" ,kbookmarks) + ("kcodecs" ,kcodecs) + ("kcompletion" ,kcompletion) + ("kconfigwidgets" ,kconfigwidgets) + ("kcrash" ,kcrash) + ("kdbusaddons" ,kdbusaddons) + ("kdeclarative" ,kdeclarative) + ("kdnssd" ,kdnssd) + ("kglobalaccel" ,kglobalaccel) + ("kguiaddons" ,kguiaddons) + ("ki18n" ,ki18n) + ("kiconthemes" ,kiconthemes) + ;("kio" ,kio) + ("kitemviews" ,kitemviews) + ("kjobwidgets" ,kjobwidgets) + ("knewstuff" ,knewstuff) + ("kservice" ,kservice) + ("ktextwidgets" ,ktextwidgets) + ("kwidgetsaddons" ,kwidgetsaddons) + ("kxmlgui" ,kxmlgui) + ("libsndfile" ,libsndfile) + ("openal" ,openal) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative) + ("qtsvg" ,qtsvg))) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-before 'check 'check-setup + (lambda _ + ;; make Qt render "offscreen", required for tests + (setenv "QT_QPA_PLATFORM" "offscreen") + #t))))) + (home-page "https://games.kde.org/") + (synopsis "Runtime library for kdegames") + (description "Runtime library for kdegames") + (license (list license:gpl2+ license:fdl1.2+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:21:20 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:21:20 +0000 Received: from localhost ([127.0.0.1]:50772 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZamK-0005iE-0G for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:21:20 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:41722) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZamH-0005i6-VH for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:21:14 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml0T3czpz1rVw7 for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:13 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml0T3Y0wz1qt2v for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:13 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id fbSl3R24qqCl for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:11 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:11 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id 449C760231 for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:33 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 02/38] gnu: Add ktuberling. Date: Tue, 26 Nov 2019 14:20:29 +0100 Message-Id: <20191126132105.25651-2-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (ktuberling): New variable. --- gnu/packages/games.scm | 54 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 613b3acfeb..31aeca7f81 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -45,6 +45,7 @@ ;;; Copyright © 2019 Guillaume Le Vaillant ;;; Copyright © 2019 Timotej Lazar ;;; Copyright © 2019 Josh Holland +;;; Copyright © 2017, 2019 Hartmut Goebel ;;; ;;; This file is part of GNU Guix. ;;; @@ -118,6 +119,8 @@ #:use-module (gnu packages icu4c) #:use-module (gnu packages image) #:use-module (gnu packages imagemagick) + #:use-module (gnu packages kde) + #:use-module (gnu packages kde-frameworks) #:use-module (gnu packages less) #:use-module (gnu packages libcanberra) #:use-module (gnu packages libedit) @@ -174,6 +177,7 @@ #:use-module (guix build-system scons) #:use-module (guix build-system python) #:use-module (guix build-system cmake) + #:use-module (guix build-system qt) #:use-module (guix build-system trivial) #:use-module ((srfi srfi-1) #:hide (zip)) #:use-module (srfi srfi-26)) @@ -7802,3 +7806,53 @@ remake of that series or any other game.") the AlphaGo Zero paper. The current best network weights file for the engine can be downloaded from @url{https://zero.sjeng.org/best-network}.") (license license:gpl3+))) + +(define-public ktuberling + (package + (name "ktuberling") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" version + "/src/ktuberling-" version ".tar.xz")) + (sha256 + (base32 "1qdf4q6wjh1lnlqw5c8z4rpj9w5vbyjfri1dah6yjm3mwppbc12j")))) + (properties `((tags . ("Desktop" "KDE" "Games")))) + (build-system qt-build-system) + (native-inputs + `(("extra-cmake-modules" ,extra-cmake-modules) + ("perl" ,perl))) + (inputs + `(("kcompletion" ,kcompletion) + ("kconfigwidgets" ,kconfigwidgets) + ("kcoreaddons" ,kcoreaddons) + ("kcrash" ,kcrash) + ("kdbusaddons" ,kdbusaddons) + ("kdelibs4support" ,kdelibs4support) + ("ki18n" ,ki18n) + ("kwidgetsaddons" ,kwidgetsaddons) + ("kxmlgui" ,kxmlgui) + ("libkdegames" ,libkdegames) + ("qtbase" ,qtbase) + ("qtmultimedia" ,qtmultimedia) + ("qtdeclarative" ,qtdeclarative) + ("qtsvg" ,qtsvg))) + (home-page "https://games.kde.org/") + (synopsis "Stamp drawing toy") + (description "KTuberling is a drawing toy intended for small children and +adults who remain young at heart. The game has no winner; the only purpose is +to make the funniest faces you can. Several activites are possible, e.g.: + +@itemize +@item Give the potato a funny face, clothes, and other goodies +@item Build a small town, complete with school, zoo, and fire department +@item Create a fantastic moonscape with spaceships and aliens +@item Top a pizza +@end itemize + +KTuberling can speak the name of each the object in several languages, +to assist in learning basic vocabulary. + +This package is part of the KDE games module.") + (license (list license:gpl2+ license:fdl1.2+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:21:20 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:21:20 +0000 Received: from localhost ([127.0.0.1]:50775 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZamO-0005iP-5L for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:21:20 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:32953) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZamM-0005iG-0v for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:21:18 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml0Y411fz1qqkJ for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:17 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml0Y2Zr3z1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:17 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id UKVlriqbYHnj for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:16 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:16 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id 4CE80602BF for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:33 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 03/38] gnu: Add picmi. Date: Tue, 26 Nov 2019 14:20:30 +0100 Message-Id: <20191126132105.25651-3-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (picmi): New variable. --- gnu/packages/games.scm | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 31aeca7f81..3c9b44398f 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -7856,3 +7856,41 @@ to assist in learning basic vocabulary. This package is part of the KDE games module.") (license (list license:gpl2+ license:fdl1.2+)))) + +(define-public picmi + (package + (name "picmi") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" version + "/src/picmi-" version ".tar.xz")) + (sha256 + (base32 "0z9mpmv49w914gqdx274brdzl6d1bz9j9nkvbwgmr3iq1ba49m3f")))) + (properties `((tags . ("Desktop" "KDE" "Games")))) + (build-system qt-build-system) + (native-inputs + `(("extra-cmake-modules" ,extra-cmake-modules) + ("kdoctools" ,kdoctools))) + (inputs + `(("kcoreaddons" ,kcoreaddons) + ("kcrash" ,kcrash) + ("kdbusaddons" ,kdbusaddons) + ("kdeclarative" ,kdeclarative) + ("ki18n" ,ki18n) + ("kio" ,kio) + ("knewstuff" ,knewstuff) + ("kxmlgui" ,kxmlgui) + ("libkdegames" ,libkdegames) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative) + ("qtsvg" ,qtsvg))) + (home-page "https://games.kde.org/") + (synopsis "Number logic game") + (description "Picmi is a number logic game in which cells in a grid have +to be colored or left blank according to numbers given at the side of the +grid. The aim is to reveal a hidden picture. + +This package is part of the KDE games module.") + (license (list license:gpl2+ license:fdl1.2+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:21:24 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:21:24 +0000 Received: from localhost ([127.0.0.1]:50778 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZamS-0005im-CU for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:21:24 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:33787) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZamQ-0005ie-6s for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:21:22 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml0d5L5Wz1rVDx for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:21 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml0d5Fzyz1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:21 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id kZLvwOsn83GM for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:19 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:19 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id 62E11602DB for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:33 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 04/38] gnu: Add kolf. Date: Tue, 26 Nov 2019 14:20:31 +0100 Message-Id: <20191126132105.25651-4-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (kolf): New variable. Co-Authored-By: Hartmut Goebel --- gnu/packages/games.scm | 49 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 3c9b44398f..e8af7f29bb 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -7894,3 +7894,52 @@ grid. The aim is to reveal a hidden picture. This package is part of the KDE games module.") (license (list license:gpl2+ license:fdl1.2+)))) + +(define-public kolf + (package + (name "kolf") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" version + "/src/kolf-" version ".tar.xz")) + (sha256 + (base32 "06sfd0llr5cc3zf1vrpcxgw9bm009ky7y8822kynic9ipcd4z1hw")))) + (properties `((tags . ("Desktop" "KDE" "Games")))) + (build-system qt-build-system) + (native-inputs + `(("extra-cmake-modules" ,extra-cmake-modules) + ("kdoctools" ,kdoctools))) + (inputs + `(("kcompletion" ,kcompletion) + ("kconfigwidgets" ,kconfigwidgets) + ("kcoreaddons" ,kcoreaddons) + ("kcrash" ,kcrash) + ("kdbusaddons" ,kdbusaddons) + ("ki18n" ,ki18n) + ("kio" ,kio) + ("kwidgetsaddons" ,kwidgetsaddons) + ("kxmlgui" ,kxmlgui) + ("ktextwidgets" ,ktextwidgets) + ("libkdegames" ,libkdegames) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative))) + (home-page "https://games.kde.org/") + (synopsis "Miniature golf game") + (description "Kolf is a miniature golf game for one to ten players. The +game is played from an overhead view, with a short bar representing the golf +club. Kolf features many different types of objects, such as water hazards, +slopes, sand traps, and black holes (warps), among others. + +Features are: +@itemize +@item Single and Multi-player (up to ten players) modes +@item High scores table +@item Dynamic courses +@item Third-party courses +@item Course editor +@end itemize + +This package is part of the KDE games module.") + (license (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:21:28 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:21:28 +0000 Received: from localhost ([127.0.0.1]:50781 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZamV-0005j2-OQ for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:21:27 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:59809) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZamU-0005iu-3D for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:21:26 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml0j4X6cz1rXPx for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:25 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml0j4Rnmz1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:25 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id 85CNoOv3kzeu for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:24 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:24 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id 7571E6031C for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:33 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 05/38] gnu: Add libkmahjongg. Date: Tue, 26 Nov 2019 14:20:32 +0100 Message-Id: <20191126132105.25651-5-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/kde-misc.scm (libkmahjongg): New variable. --- gnu/packages/games.scm | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index e8af7f29bb..4545897e35 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -7943,3 +7943,34 @@ Features are: This package is part of the KDE games module.") (license (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+)))) + +(define-public libkmahjongg + (package + (name "libkmahjongg") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" + version "/src/libkmahjongg-" version ".tar.xz")) + (sha256 + (base32 "0rdimk11hrc8qrmiv26z0ddjzi1k6806c0rfskx4cwmildmh6zgx")))) + (build-system qt-build-system) + (native-inputs + `(("extra-cmake-modules" ,extra-cmake-modules))) + (inputs + `(("kauth" ,kauth) + ("kcompletion" ,kcompletion) + ;("kconfig" ,kconfig) + ("kcodecs" ,kcodecs) + ("kconfigwidgets" ,kconfigwidgets) + ("kcoreaddons" ,kcoreaddons) + ("ki18n" ,ki18n) + ("kwidgetsaddons" ,kwidgetsaddons) + ("qtbase" ,qtbase) + ("qtsvg" ,qtsvg))) + (home-page "https://games.kde.org/") + (synopsis "Shared library for kmahjongg and kshisen") + (description "Shared library and common files for kmahjongg, kshisen and +other Mah Jongg like games.") + (license (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:21:32 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:21:32 +0000 Received: from localhost ([127.0.0.1]:50784 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZama-0005jJ-1K for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:21:32 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:40640) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZamY-0005jB-0Q for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:21:30 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml0n3vFBz1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:29 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml0n3nG7z1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:29 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id u5_TapDlaVDR for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:28 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:28 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id 7ECA16034C for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:33 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 06/38] gnu: Add kmahjongg. Date: Tue, 26 Nov 2019 14:20:33 +0100 Message-Id: <20191126132105.25651-6-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (kmahjongg): New variable. --- gnu/packages/games.scm | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 4545897e35..9629cb8ae8 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -7974,3 +7974,44 @@ This package is part of the KDE games module.") (description "Shared library and common files for kmahjongg, kshisen and other Mah Jongg like games.") (license (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+)))) + +(define-public kmahjongg + (package + (name "kmahjongg") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" + version "/src/kmahjongg-" version ".tar.xz")) + (sha256 + (base32 "08na845h0nhmfrszdmvfq5y1dy7kgbrlzjp0f5snvbbf7w44ci6p")))) + (properties `((tags . ("Desktop" "KDE" "Games")))) + (build-system qt-build-system) + (native-inputs + `(("extra-cmake-modules" ,extra-cmake-modules) + ("kdoctools" ,kdoctools))) + (inputs + `(("kcompletion" ,kcompletion) + ("kcrash" ,kcrash) + ("kdbusaddons" ,kdbusaddons) + ("kdeclarative" ,kdeclarative) + ("ki18n" ,ki18n) + ("knewstuff" ,knewstuff) + ("kxmlgui" ,kxmlgui) + ("libkdegames" ,libkdegames) + ("libkmahjongg" ,libkmahjongg) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative) + ("qtsvg" ,qtsvg))) + (home-page "https://games.kde.org/") + (synopsis "Tile laying patience") + (description "In KMahjongg the tiles are scrambled and staked on top of +each other to resemble a certain shape. The player is then expected to remove +all the tiles off the game board by locating each tile's matching pair. + +A variety of tile layouts are included, as well as an editor to create new +layouts. + +This package is part of the KDE games module.") + (license (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:21:35 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:21:35 +0000 Received: from localhost ([127.0.0.1]:50787 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZamd-0005ja-9p for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:21:35 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:50452) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZamb-0005jS-Pn for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:21:34 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml0s2Pv2z1qqkJ for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:33 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml0s2KXBz1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:33 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id D5MOg15Zw4N4 for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:32 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:32 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id 9233B6044C for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:33 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 07/38] gnu: Add kshisen. Date: Tue, 26 Nov 2019 14:20:34 +0100 Message-Id: <20191126132105.25651-7-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (kshisen): New variable. --- gnu/packages/games.scm | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 9629cb8ae8..d67bea8feb 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -8015,3 +8015,43 @@ layouts. This package is part of the KDE games module.") (license (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+)))) + +(define-public kshisen + (package + (name "kshisen") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" + version "/src/kshisen-" version ".tar.xz")) + (sha256 + (base32 "1bq5m48af4h5apfp3bfsp76nlpv6h5sc0gd544zv7cgpfznz1sds")))) + (properties `((tags . ("Desktop" "KDE" "Games")))) + (build-system qt-build-system) + (native-inputs + `(("extra-cmake-modules" ,extra-cmake-modules) + ;("perl" ,perl) + ;("pkg-config" ,pkg-config) + ("kdoctools" ,kdoctools))) + (inputs + `(("kauth" ,kauth) + ("kcompletion" ,kcompletion) + ("kconfigwidgets" ,kconfigwidgets) + ("kcoreaddons" ,kcoreaddons) + ("kcrash" ,kcrash) + ("kdbusaddons" ,kdbusaddons) + ("ki18n" ,ki18n) + ("kxmlgui" ,kxmlgui) + ("libkdegames" ,libkdegames) + ("libkmahjongg" ,libkmahjongg) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative))) + (home-page "https://games.kde.org/") + (synopsis "Shisen-Sho solitaire game") + (description "KShisen is a solitaire-like game played using the standard +set of Mahjong tiles. Unlike Mahjong however, KShisen has only one layer of +scrambled tiles + +This package is part of the KDE games module.") + (license license:gpl2+))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:21:39 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:21:39 +0000 Received: from localhost ([127.0.0.1]:50790 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZamh-0005jt-I4 for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:21:39 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:41768) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZamf-0005jl-Nd for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:21:38 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml0x1yCTz1rXQK for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:37 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml0x1spjz1qqkx for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:37 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id NvfDObH2hoq0 for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:35 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:35 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id A5E9B60863 for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:33 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 08/38] gnu: Add kajongg. Date: Tue, 26 Nov 2019 14:20:35 +0100 Message-Id: <20191126132105.25651-8-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (kajongg): New variable. --- gnu/packages/games.scm | 45 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index d67bea8feb..2221c5d1ac 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -8055,3 +8055,48 @@ scrambled tiles This package is part of the KDE games module.") (license license:gpl2+))) + +(define-public kajongg + (package + (name "kajongg") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" + version "/src/kajongg-" version ".tar.xz")) + (sha256 + (base32 "0ql6p5zifdpdf65r7ki9ml123azpwwk9x3x8r9ij6xhjnf7p7x6w")))) + (properties `((tags . ("Desktop" "KDE" "Games")))) + (build-system qt-build-system) + (native-inputs + `(("extra-cmake-modules" ,extra-cmake-modules) + ;("perl" ,perl) + ("kdoctools" ,kdoctools))) + (inputs + `(("kconfig" ,kconfig) + ("kconfigwidgets" ,kconfigwidgets) + ("kcoreaddons" ,kcoreaddons) + ("ki18n" ,ki18n) + ("libkmahjongg" ,libkmahjongg) + ("python" ,python) + ("qtbase" ,qtbase) + ("qtsvg" ,qtsvg))) + (propagated-inputs + `(("python-twisted" ,python-twisted) + ("python-pyqt" ,python-pyqt))) + ;; FIXME: Need to wrap PYTHONPATH + (home-page "https://games.kde.org/") + (synopsis "Classical Mah Jongg game for 4 players") + (description "Kajongg is the ancient Chinese board game for 4 players. + +If you are looking for the Mah Jongg solitaire please use the application +kmahjongg. + +Kajongg can be used in two different ways: Scoring a manual game where you +play as always and use Kajongg for the computation of scores and for +bookkeeping. Or you can use Kajongg to play against any combination of other +human players or computer players. + +This package is part of the KDE games module.") + (license (list license:gpl2+ license:fdl1.2+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:21:44 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:21:44 +0000 Received: from localhost ([127.0.0.1]:50793 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZaml-0005kA-Qa for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:21:44 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:50491) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZamj-0005k1-Jo for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:21:41 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml11151Lz1rXPx for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:41 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml110zqqz1qt2v for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:41 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id l7-ZPHINHaqM for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:39 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:39 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id B961260885 for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:33 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 09/38] gnu: Add kbreakout. Date: Tue, 26 Nov 2019 14:20:36 +0100 Message-Id: <20191126132105.25651-9-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (kbreakout): New variable. --- gnu/packages/games.scm | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 2221c5d1ac..050857b5a3 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -8100,3 +8100,42 @@ human players or computer players. This package is part of the KDE games module.") (license (list license:gpl2+ license:fdl1.2+)))) + +(define-public kbreakout + (package + (name "kbreakout") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" version + "/src/kbreakout-" version ".tar.xz")) + (sha256 + (base32 "0gwzx1z9mxrjlcjzglg8cxkyd6900whcar3b5j9laxxarc6xhj8w")))) + (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) + ("kconfigwidgets" ,kconfigwidgets) + ("kcoreaddons" ,kcoreaddons) + ("kcrash" ,kcrash) + ("kdbusaddons" ,kdbusaddons) + ("ki18n" ,ki18n) + ("kwidgetsaddons" ,kwidgetsaddons) + ("kxmlgui" ,kxmlgui) + ("libkdegames" ,libkdegames) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative))) + (home-page "https://games.kde.org/") + (synopsis "Breakout like game") + (description "KBreakout is similar to the classics breakout and xboing, +featuring a number of added graphical enhancements and effects. You control a +paddle at the bottom of the playing-field, and must destroy bricks at the top +by bouncing balls against them. + +This package is part of the KDE games module.") + (license (list license:gpl2+ license:fdl1.2+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:21:46 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:21:46 +0000 Received: from localhost ([127.0.0.1]:50796 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZamo-0005kQ-2X for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:21:46 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:39301) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZamn-0005kJ-DR for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:21:45 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml146mBVz1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:44 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml146gq2z1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:44 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id e7mc9mebbbfk for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:43 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:43 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id CF24360934 for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:33 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 10/38] gnu: Add kmines. Date: Tue, 26 Nov 2019 14:20:37 +0100 Message-Id: <20191126132105.25651-10-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (kmines): New variable. --- gnu/packages/games.scm | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 050857b5a3..7da5d98877 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -8139,3 +8139,42 @@ by bouncing balls against them. This package is part of the KDE games module.") (license (list license:gpl2+ license:fdl1.2+)))) + +(define-public kmines + (package + (name "kmines") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" version + "/src/kmines-" version ".tar.xz")) + (sha256 + (base32 "0ac3za36lh8hpx6mqfic9amwmzhzhzplm9hg3pw12gxl5a9mvfsf")))) + (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) + ("kconfigwidgets" ,kconfigwidgets) + ("kcoreaddons" ,kcoreaddons) + ("kcrash" ,kcrash) + ("kdbusaddons" ,kdbusaddons) + ("ki18n" ,ki18n) + ("ktextwidgets" ,ktextwidgets) + ("kwidgetsaddons" ,kwidgetsaddons) + ("kxmlgui" ,kxmlgui) + ("libkdegames" ,libkdegames) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative))) + (home-page "https://games.kde.org/") + (synopsis "Classical mine sweeper game") + (description "KMines is a classic Minesweeper game. The idea is to +uncover all the squares without blowing up any mines. When a mine is blown +up, the game is over. + +This package is part of the KDE games module.") + (license (list license:gpl2+ license:fdl1.2+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:21:50 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:21:50 +0000 Received: from localhost ([127.0.0.1]:50799 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZams-0005kg-9G for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:21:50 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:38521) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZamr-0005kZ-BM for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:21:49 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml186KHJz1rXPx for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:48 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml18659Nz1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:48 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id ACR5OP4lV9Ia for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:47 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:47 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id E1B19609F3 for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:33 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 11/38] gnu: Add konquest. Date: Tue, 26 Nov 2019 14:20:38 +0100 Message-Id: <20191126132105.25651-11-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (konquest): New variable. --- gnu/packages/games.scm | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 7da5d98877..db652c0478 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -8178,3 +8178,44 @@ up, the game is over. This package is part of the KDE games module.") (license (list license:gpl2+ license:fdl1.2+)))) + +(define-public konquest + (package + (name "konquest") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" + version "/src/konquest-" version ".tar.xz")) + (sha256 + (base32 "02gjxskhi10a1sqh3skcild8zria7wncz1a4sbz7ax1p851q76k1")))) + (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) + ("kdbusaddons" ,kdbusaddons) + ("kguiaddons" ,kguiaddons) + ("ki18n" ,ki18n) + ("kwidgetsaddons" ,kwidgetsaddons) + ("kxmlgui" ,kxmlgui) + ("libkdegames" ,libkdegames) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative) + ("qtsvg" ,qtsvg))) + (home-page "https://games.kde.org/") + (synopsis "Simple turn-based strategy game") + (description "Konquest is the KDE version of Gnu-Lactic Konquest. Players +conquer other planets by sending ships to them. The goal is to build an +interstellar empire and ultimately conquer all other player's planets. The +game can be played with up to nine empires, commanded either by the computer +or by puny earthlings. + +This package is part of the KDE games module.") + (license (list license:gpl2+ license:fdl1.2+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:21:55 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:21:55 +0000 Received: from localhost ([127.0.0.1]:50802 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZamx-0005ky-IH for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:21:55 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:53364) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZamv-0005kq-BF for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:21:54 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml1D6FzKz1rXPx for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:52 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml1D685Pz1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:52 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id faDF101Aal76 for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:51 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:51 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id 01C2660A02 for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:34 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 12/38] gnu: Add kbounce. Date: Tue, 26 Nov 2019 14:20:39 +0100 Message-Id: <20191126132105.25651-12-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (kbounce): New variable. --- gnu/packages/games.scm | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index db652c0478..8486ea017c 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -8219,3 +8219,43 @@ or by puny earthlings. This package is part of the KDE games module.") (license (list license:gpl2+ license:fdl1.2+)))) + +(define-public kbounce + (package + (name "kbounce") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" + version "/src/kbounce-" version ".tar.xz")) + (sha256 + (base32 "02rfv0qzz5cmyfx8f56a45hbm9gsp6m3dcy8ajwx88rw5wpbrr11")))) + (properties `((tags . ("Desktop" "KDE" "Games")))) + (build-system qt-build-system) + (native-inputs + `(("extra-cmake-modules" ,extra-cmake-modules) + ("kdoctools" ,kdoctools))) + (inputs + `(("kcompletion" ,kcompletion) + ("kconfigwidgets" ,kconfigwidgets) + ("kcoreaddons" ,kcoreaddons) + ("kcrash" ,kcrash) + ("kdbusaddons" ,kdbusaddons) + ("ki18n" ,ki18n) + ("kio" ,kio) + ("kwidgetsaddons" ,kwidgetsaddons) + ("kxmlgui" ,kxmlgui) + ("libkdegames" ,libkdegames) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative) + ("qtsvg" ,qtsvg))) + (home-page "https://games.kde.org/") + (synopsis "Jezzball arcade game") + (description "KBounce is a single player arcade game with the elements of +puzzle. It is played on a field, surrounded by wall, with two or more balls +bouncing around within the walls. The object of the game is to build new +walls to decrease the size of the active field. + +This package is part of the KDE games module.") + (license (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:21:59 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:21:59 +0000 Received: from localhost ([127.0.0.1]:50805 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZan0-0005lF-RJ for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:21:59 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:43902) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZamz-0005l6-6J for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:21:57 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml1J5FNfz1rXQk for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:56 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml1J59Pqz1qt2v for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:56 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id g0hwAumGwAg7 for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:55 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:55 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id 1619560A4B for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:34 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 13/38] gnu: Add kblocks. Date: Tue, 26 Nov 2019 14:20:40 +0100 Message-Id: <20191126132105.25651-13-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (kblocks): New variable. --- gnu/packages/games.scm | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 8486ea017c..4a95b962f9 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -8259,3 +8259,45 @@ walls to decrease the size of the active field. This package is part of the KDE games module.") (license (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+)))) + +(define-public kblocks + (package + (name "kblocks") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" + version "/src/kblocks-" version ".tar.xz")) + (sha256 + (base32 "0qrm0dihzhkxsq9l49ndzms802x6jn92vvabb2zf2q9z593m69cx")))) + (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) + ("kconfigwidgets" ,kconfigwidgets) + ("kcoreaddons" ,kcoreaddons) + ("kcrash" ,kcrash) + ("kdbusaddons" ,kdbusaddons) + ("ki18n" ,ki18n) + ("kwidgetsaddons" ,kwidgetsaddons) + ("kxmlgui" ,kxmlgui) + ("libkdegames" ,libkdegames) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative) + ("qtsvg" ,qtsvg))) + (home-page "https://games.kde.org/") + (synopsis "Single player falling blocks puzzle game") + (description "KBlocks is the classic Tetris-like falling blocks game. + +The idea is to stack the falling blocks to create horizontal lines without any +gaps. When a line is completed it is removed, and more space is available in +the play area. When there is not enough space for blocks to fall, the game is +over. + +This package is part of the KDE games module.") + (license (list license:gpl2+ license:fdl1.2+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:22:03 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:22:03 +0000 Received: from localhost ([127.0.0.1]:50811 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZan5-0005lx-2I for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:22:03 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:46455) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZan3-0005lO-4H for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:22:01 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml1N4kqmz1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:00 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml1N4d6Xz1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:00 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id bBWBhL380ZEH for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:59 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:59 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id 2B6E460ABA for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:34 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 14/38] gnu: Add ksudoku. Date: Tue, 26 Nov 2019 14:20:41 +0100 Message-Id: <20191126132105.25651-14-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (ksudoku): New variable. --- gnu/packages/games.scm | 62 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 4a95b962f9..6ab59103a3 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -8301,3 +8301,65 @@ over. This package is part of the KDE games module.") (license (list license:gpl2+ license:fdl1.2+)))) + +(define-public ksudoku + (package + (name "ksudoku") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" + version "/src/ksudoku-" version ".tar.xz")) + (sha256 + (base32 "0rcscz91hilm7l3am5w02n0n8l7xhi4l0n4sskznh68kblw0ggw2")))) + (properties `((tags . ("Desktop" "KDE" "Games")))) + (build-system qt-build-system) + (native-inputs + `(("extra-cmake-modules" ,extra-cmake-modules) + ("kdoctools" ,kdoctools))) + (inputs + `(("karchive", karchive) + ("kconfig" ,kconfig) + ("kconfigwidgets" ,kconfigwidgets) + ("kcoreaddons" ,kcoreaddons) + ("kcrash" ,kcrash) + ("kguiaddons" ,kguiaddons) + ("ki18n" ,ki18n) + ("kiconthemes" ,kiconthemes) + ("kio" ,kio) + ("kwidgetsaddons" ,kwidgetsaddons) + ("kxmlgui" ,kxmlgui) + ("libkdegames" ,libkdegames) + ("glu" ,glu) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative) + ("qtsvg" ,qtsvg))) + (home-page "https://games.kde.org/") + (synopsis "Sudoku puzzle game and solver") + (description "KSudoku is a Sudoku game and solver, supporting a range of +2D and 3D Sudoku variants. In addition to playing Sudoku, it can print Sudoku +puzzle sheets and find the solution to any Sudoku puzzle. + +The word Sudoku means \"single number in an allotted place\" in Japanese. +These are the basic rules: Every Sudoku is a square divided into 3x3 +subsquares with 3x3 cells each. + +Some cells are filled with a number at the beginning. The remaining ones are +to be filled by the player using numbers from 1 to 9, without repeating a +number twice on each column, row or subsquare (each of them must contain only +one 1, one 2, one 3, and so on). The game requires logic and patience. +Solving takes usually 10 to 30 minutes, depending on puzzle level, your skill +and experience. + +The numerals in Sudoku puzzles are used for convenience (for example in 16x16 +board we use letters): arithmetic relationships between numbers are +irrelevant. + +This program supports also 16x16 games with numbers from 1 to 16 and 256 +cells with 16 cols, rows and subsquares! + +More information at http://en.wikipedia.org/wiki/Sudoku + +This package is part of the KDE games module.") + (license (list license:gpl2+ license:fdl1.2+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:22:06 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:22:06 +0000 Received: from localhost ([127.0.0.1]:50822 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZan8-0005n7-E3 for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:22:06 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:41489) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZan7-0005mZ-92 for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:22:05 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml1S5np6z1rY67 for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:04 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml1S5dngz1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:04 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id FDsySjoAo-Qv for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:03 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:03 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id 3E82F60ABC for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:34 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 15/38] gnu: Add klines. Date: Tue, 26 Nov 2019 14:20:42 +0100 Message-Id: <20191126132105.25651-15-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (klines): New variable. --- gnu/packages/games.scm | 45 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 6ab59103a3..7faf20ad5b 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -8363,3 +8363,48 @@ More information at http://en.wikipedia.org/wiki/Sudoku This package is part of the KDE games module.") (license (list license:gpl2+ license:fdl1.2+)))) + +(define-public klines + (package + (name "klines") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" version + "/src/klines-" version ".tar.xz")) + (sha256 + (base32 "1g1f46jp0rb8gpqkgcf915ydpsscn1sxk3gjvm8bcqgx9ddq59xa")))) + (properties `((tags . ("Desktop" "KDE" "Games")))) + (build-system qt-build-system) + (native-inputs + `(("extra-cmake-modules" ,extra-cmake-modules) + ("kdoctools" ,kdoctools))) + (inputs + `(("kcompletion" ,kcompletion) + ("kconfigwidgets" ,kconfigwidgets) + ("kcoreaddons" ,kcoreaddons) + ("kcrash" ,kcrash) + ("kdbusaddons" ,kdbusaddons) + ("ki18n" ,ki18n) + ("kwidgetsaddons" ,kwidgetsaddons) + ("kxmlgui" ,kxmlgui) + ("libkdegames" ,libkdegames) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative))) + (home-page "https://games.kde.org/") + (synopsis "Place 5 equal pieces together, but wait, there are 3 new ones") + (description "KLines is a simple but highly addictive one player game. + +The player has to move the colored balls around the game board, gathering them +into the lines of the same color by five. Once the line is complete it is +removed from the board, therefore freeing precious space. In the same time +the new balls keep arriving by three after each move, filling up the game +board. + +KLines is a single-player game where the player removes colored balls from the +board by arranging them into lines of five or more. However, every time the +player moves a ball, three more balls are added to the board. + +This package is part of the KDE games module.") + (license (list license:gpl2+ license:fdl1.2+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:22:10 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:22:11 +0000 Received: from localhost ([127.0.0.1]:50829 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZanC-0005o2-OE for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:22:10 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:50828) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZanB-0005nt-9r for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:22:09 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml1X5zyMz1rYXc for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:08 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml1X5tp7z1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:08 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id s38pYKjg-RLH for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:07 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:07 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id 5130960E8C for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:34 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 16/38] gnu: Add kgoldrunner. Date: Tue, 26 Nov 2019 14:20:43 +0100 Message-Id: <20191126132105.25651-16-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (kgoldrunner): New variable. --- gnu/packages/games.scm | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 7faf20ad5b..f48a783af7 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -8408,3 +8408,45 @@ player moves a ball, three more balls are added to the board. This package is part of the KDE games module.") (license (list license:gpl2+ license:fdl1.2+)))) + +(define-public kgoldrunner + (package + (name "kgoldrunner") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" version "/src/kgoldrunner-" + version ".tar.xz")) + (sha256 + (base32 "16rcvq796r3asz4v4ap75xvwnxd3dd2nsq5r9vxvzl6rrf1w9bj4")))) + (properties `((tags . ("Desktop" "KDE" "Games")))) + (build-system qt-build-system) + (native-inputs + `(("extra-cmake-modules" ,extra-cmake-modules) + ("kdoctools" ,kdoctools))) + (inputs + `(("kcompletion" ,kcompletion) + ("kcoreaddons" ,kcoreaddons) + ("kcrash" ,kcrash) + ("kdbusaddons" ,kdbusaddons) + ("ki18n" ,ki18n) + ("kio" ,kio) + ("kwidgetsaddons" ,kwidgetsaddons) + ("kxmlgui" ,kxmlgui) + ("libkdegames" ,libkdegames) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative))) + (home-page "https://games.kde.org/") + (synopsis "Action and puzzle solving game") + (description "KGoldrunner is an action game where the hero runs through a +maze, climbs stairs, dig holes and dodges enemies in order to collect all the +gold nuggets and escape to the next level. Your enemies are also after the +gold. Worse still, they are after you!. + +KGoldrunner is a fast-paced platform game where the player must navigate a +maze while collecting gold nuggets and avoiding enemies. A variety of level +packs are included, as well as an editor to create new levels. + +This package is part of the KDE games module.") + (license (list license:gpl2+ license:fdl1.2+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:22:15 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:22:15 +0000 Received: from localhost ([127.0.0.1]:50832 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZanG-0005oL-Vo for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:22:15 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:50853) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZanF-0005oB-2v for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:22:13 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml1c4V4Qz1rZmQ for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:12 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml1c4Q3Tz1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:12 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id uS3X5-G-yIET for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:11 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:11 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id 655CF60F3A for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:34 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 17/38] gnu: Add kdiamond. Date: Tue, 26 Nov 2019 14:20:44 +0100 Message-Id: <20191126132105.25651-17-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (kdiamond): New variable. --- gnu/packages/games.scm | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index f48a783af7..405135bb87 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -8450,3 +8450,43 @@ packs are included, as well as an editor to create new levels. This package is part of the KDE games module.") (license (list license:gpl2+ license:fdl1.2+)))) + +(define-public kdiamond + (package + (name "kdiamond") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" version + "/src/kdiamond-" version ".tar.xz")) + (sha256 + (base32 "1v5yb9hb26lk277zhw8d37ks829yfqr5anzx1qhms44gca5kqhva")))) + (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) + ("kconfigwidgets" ,kconfigwidgets) + ("kcoreaddons" ,kcoreaddons) + ("kcrash" ,kcrash) + ("kdbusaddons" ,kdbusaddons) + ("ki18n" ,ki18n) + ("knotifications" ,knotifications) + ("knotifyconfig" ,knotifyconfig) + ("kwidgetsaddons" ,kwidgetsaddons) + ("kxmlgui" ,kxmlgui) + ("libkdegames" ,libkdegames) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative))) + (home-page "https://games.kde.org/") + (synopsis "Three-in-a-row game") + (description "KDiamond is a three-in-a-row game like Bejeweled. It +features unlimited fun with randomly generated games and five difficulty +levels with varying number of diamond colors and board sizes. + +This package is part of the KDE games module.") + (license (list license:gpl2+ license:fdl1.2+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:22:19 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:22:19 +0000 Received: from localhost ([127.0.0.1]:50835 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZanL-0005ob-6M for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:22:19 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:37723) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZanI-0005oT-Vk for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:22:17 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml1h3kxFz1rWCT for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:16 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml1h3f8Zz1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:16 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id fZche-yauRMe for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:15 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:15 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id 78B7960F69 for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:34 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 18/38] gnu: Add kfourinline. Date: Tue, 26 Nov 2019 14:20:45 +0100 Message-Id: <20191126132105.25651-18-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (kfourinline): New variable. --- gnu/packages/games.scm | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 405135bb87..9c661253db 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -8490,3 +8490,44 @@ levels with varying number of diamond colors and board sizes. This package is part of the KDE games module.") (license (list license:gpl2+ license:fdl1.2+)))) + +(define-public kfourinline + (package + (name "kfourinline") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" version + "/src/kfourinline-" version ".tar.xz")) + (sha256 + (base32 "1vprs6dc1ccn3g6k594i9s94xy4b91vzlqjysyc6fqcq2fs54ny3")))) + (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) + ("kconfigwidgets" ,kconfigwidgets) + ("kcoreaddons" ,kcoreaddons) + ("kcrash" ,kcrash) + ("kdelibs4support" ,kdelibs4support) + ("kdnssd" ,kdnssd) + ("ki18n" ,ki18n) + ("kxmlgui" ,kxmlgui) + ("libkdegames" ,libkdegames) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative) + ("qtsvg" ,qtsvg))) + (home-page "https://games.kde.org/") + (synopsis "Place 4 pieces in a row") + (description "KFourInLine is a board game for two players based on the +Connect-Four game. + +KFourInLine is a game where two players take turns dropping pieces into a +grid, the winner being the first to place four pieces in a line. + +This package is part of the KDE games module.") + (license (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:22:22 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:22:22 +0000 Received: from localhost ([127.0.0.1]:50838 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZanO-0005os-Fx for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:22:22 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:33481) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZanM-0005ok-Q3 for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:22:21 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml1m2S85z1rWCT for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:20 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml1m2LzLz1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:20 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id 5H5lyEprjTSh for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:19 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:19 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id 894D860FF6 for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:34 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 19/38] gnu: Add kblackbox. Date: Tue, 26 Nov 2019 14:20:46 +0100 Message-Id: <20191126132105.25651-19-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (kblackbox): New variable. --- gnu/packages/games.scm | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 9c661253db..70426c5d88 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -8531,3 +8531,45 @@ grid, the winner being the first to place four pieces in a line. This package is part of the KDE games module.") (license (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+)))) + +(define-public kblackbox + (package + (name "kblackbox") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" version + "/src/kblackbox-" version ".tar.xz")) + (sha256 + (base32 "1x42sfpf75c6mavwkc7g7dm11y9s5dpj8igphly5kvm0pajqby0n")))) + (properties `((tags . ("Desktop" "KDE" "Games")))) + (build-system qt-build-system) + (native-inputs + `(("extra-cmake-modules" ,extra-cmake-modules) + ("kdoctools" ,kdoctools))) + (inputs + `(("karchive" ,karchive) + ("kcompletion" ,kcompletion) + ("kconfig" ,kconfig) + ("kcoreaddons" ,kcoreaddons) + ("kcrash" ,kcrash) + ("kdbusaddons" ,kdbusaddons) + ("ki18n" ,ki18n) + ("ktextwidgets" ,ktextwidgets) + ("kxmlgui" ,kxmlgui) + ("libkdegames" ,libkdegames) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative) + ("qtsvg" ,qtsvg))) + (home-page "https://games.kde.org/") + (synopsis "Find atoms in a grid by shooting electrons") + (description "KBlackbox is a game of hide and seek played on a grid of +boxes where the computer has hidden several balls. The position of the hidden +balls can be deduced by shooting beams into the box + +KBlackBox is a game of hide and seek played on an grid of boxes, where the +player shoots rays into the grid to deduce the positions of hidden objects. + +This package is part of the KDE games module.") + (license (list license:gpl2+ license:fdl1.2+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:22:26 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:22:26 +0000 Received: from localhost ([127.0.0.1]:50841 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZanR-0005p8-Pg for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:22:26 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:51502) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZanQ-0005p1-M5 for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:22:25 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml1r1bWGz1rXPx for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:24 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml1r1TZRz1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:24 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id 1wC2gLbr6X9F for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:22 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:22 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id 99F066100A for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:34 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 20/38] gnu: Add knetwalk. Date: Tue, 26 Nov 2019 14:20:47 +0100 Message-Id: <20191126132105.25651-20-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (knetwalk): New variable. --- gnu/packages/games.scm | 43 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 70426c5d88..c0daaa69d8 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -8573,3 +8573,46 @@ player shoots rays into the grid to deduce the positions of hidden objects. This package is part of the KDE games module.") (license (list license:gpl2+ license:fdl1.2+)))) + +(define-public knetwalk + (package + (name "knetwalk") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" version + "/src/knetwalk-" version ".tar.xz")) + (sha256 + (base32 "1i340salzgqdw8y33wrrydmpgx3pvwf5wrbljlh67cjf6s4csx7d")))) + (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) + ("kconfigwidgets" ,kconfigwidgets) + ("kcoreaddons" ,kcoreaddons) + ("kcrash" ,kcrash) + ("kdbusaddons" ,kdbusaddons) + ("ki18n" ,ki18n) + ("ktextwidgets" ,ktextwidgets) + ("kwidgetsaddons" ,kwidgetsaddons) + ("kxmlgui" ,kxmlgui) + ("libkdegames" ,libkdegames) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative))) + (home-page "https://games.kde.org/") + (synopsis "Turn the board pieces to get all computers connected") + (description "KNetWalk is a small game where you have to build up a +computer network by rotating the wires to connect the terminals to the server. +When the network is build, a highscore-list comes up where competitions can be +fought out. + +KNetwalk is a puzzle game where the player arranges sections of wire to +connect all the computers on the board. + +This package is part of the KDE games module.") + (license (list license:gpl2+ license:fdl1.2+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:22:30 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:22:30 +0000 Received: from localhost ([127.0.0.1]:50844 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZanW-0005pP-1y for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:22:30 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:46390) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZanU-0005pH-Ep for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:22:28 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml1w012Xz1rXQk for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:28 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml1v72Nqz1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:27 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id wsp-TBbsXe7P for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:26 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:26 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id B104D61019 for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:34 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 21/38] gnu: Add bomber. Date: Tue, 26 Nov 2019 14:20:48 +0100 Message-Id: <20191126132105.25651-21-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (bomber): New variable. --- gnu/packages/games.scm | 43 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index c0daaa69d8..10405982a0 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -8616,3 +8616,46 @@ connect all the computers on the board. This package is part of the KDE games module.") (license (list license:gpl2+ license:fdl1.2+)))) + +(define-public bomber + (package + (name "bomber") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" version + "/src/bomber-" version ".tar.xz")) + (sha256 + (base32 "1lvzd0mzgq25akvwvkm57l3plm65k731v2i1ahakn985bb5gc3is")))) + (properties `((tags . ("Desktop" "KDE" "Games")))) + (build-system qt-build-system) + (native-inputs + `(("extra-cmake-modules" ,extra-cmake-modules) + ("kdoctools" ,kdoctools))) + (inputs + `(("kcompletiom" ,kcompletion) + ("kconfig" ,kconfig) + ("kcoreaddons" ,kcoreaddons) + ("kcrash" ,kcrash) + ("kdbusaddons" ,kdbusaddons) + ("ki18n" ,ki18n) + ("kxmlgui" ,kxmlgui) + ("libkdegames" ,libkdegames) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative))) + (home-page "https://games.kde.org/") + (synopsis "Arcade bombing game") + (description "Bomber is a single player arcade game. + +The player is invading various cities in a plane that is decreasing in height. +The goal of the game is to destroy all the buildings and advance to the next +level. Each level gets a bit harder by increasing the speed of the plane and +the height of the buildings. + +Bomber is a game where you fly a spaceship and attempt to bomb the buildings +below you. Each pass the spaceship makes, it gets lower and lower. If you've +not destroyed a building in your path, you will crash into it. + +This package is part of the KDE games module.") + (license (list license:gpl2+ license:fdl1.2+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:22:34 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:22:34 +0000 Received: from localhost ([127.0.0.1]:50847 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZana-0005ph-Ap for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:22:34 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:38220) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZanY-0005pY-9k for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:22:32 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml1z5yF7z1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:31 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml1z5tMHz1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:31 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id Tmz3XGNkGPPk for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:30 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:30 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id C38836101A for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:34 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 22/38] gnu: Add granatier. Date: Tue, 26 Nov 2019 14:20:49 +0100 Message-Id: <20191126132105.25651-22-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (granatier): New variable. --- gnu/packages/games.scm | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 10405982a0..4a2d0e6236 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -8659,3 +8659,42 @@ not destroyed a building in your path, you will crash into it. This package is part of the KDE games module.") (license (list license:gpl2+ license:fdl1.2+)))) + +(define-public granatier + (package + (name "granatier") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" version + "/src/granatier-" version ".tar.xz")) + (sha256 + (base32 "141qmdinz7ikbbrs8dq6cap3nl22sl7pw62r80pf3xxwn2q4phpa")))) + (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) + ("kconfigwidgets" ,kconfigwidgets) + ("kcoreaddons" ,kcoreaddons) + ("kcrash" ,kcrash) + ("kdbusaddons" ,kdbusaddons) + ("ki18n" ,ki18n) + ("knewstuff" ,knewstuff) + ("kwidgetsaddons" ,kwidgetsaddons) + ("kxmlgui" ,kxmlgui) + ("libkdegames" ,libkdegames) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative) + ("qtsvg" ,qtsvg))) + (home-page "https://games.kde.org/") + (synopsis "Bomberman clone") + (description "Granatier is a clone of the classic Bomberman game, +inspired by the work of the Clanbomber clone. + +This package is part of the KDE games module.") + (license (list license:gpl2+ license:fdl1.2+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:22:38 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:22:38 +0000 Received: from localhost ([127.0.0.1]:50850 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZane-0005py-J3 for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:22:38 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:46145) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZanc-0005pq-EH for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:22:37 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml236j34z1rXPx for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:35 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml236cNqz1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:35 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id sIZVjpLye2HX for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:34 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:34 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id D64DA6101B for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:34 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 23/38] gnu: Add ksirk. Date: Tue, 26 Nov 2019 14:20:50 +0100 Message-Id: <20191126132105.25651-23-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * 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 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:22:41 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:22:41 +0000 Received: from localhost ([127.0.0.1]:50853 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZang-0005qD-R0 for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:22:41 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:48897) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZang-0005q6-8S for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:22:40 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml275hDyz1rXPx for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:39 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml275bxXz1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:39 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id 61WMu57fD2ze for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:38 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:38 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id EA5156101C for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:34 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 24/38] gnu: Add palapeli. Date: Tue, 26 Nov 2019 14:20:51 +0100 Message-Id: <20191126132105.25651-24-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (palapeli): New variable. --- gnu/packages/games.scm | 49 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 8cc65aaf7e..efc11b686f 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -8755,3 +8755,52 @@ Features: This package is part of the KDE games module.") (license (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+)))) + +(define-public palapeli + (package + (name "palapeli") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" version + "/src/palapeli-" version ".tar.xz")) + (sha256 + (base32 "1g91ydbc0x2y2gn3lcb5w03mn7k78l5bq4cb1s59kx6yjbflv3pw")))) + (properties `((tags . ("Desktop" "KDE" "Games")))) + (build-system qt-build-system) + (native-inputs + `(("extra-cmake-modules" ,extra-cmake-modules) + ("kdoctools" ,kdoctools))) + (inputs + `(("karchive" ,karchive) + ("kcompletion" ,kcompletion) + ("kconfig" ,kconfig) + ("kconfigwidgets" ,kconfigwidgets) + ("kcoreaddons" ,kcoreaddons) + ("kcrash" ,kcrash) + ("kcrash" ,kcrash) + ("ki18n" ,ki18n) + ("ki18n" ,ki18n) + ("kio" ,kio) + ("kitemviews" ,kitemviews) + ("knotifications" ,knotifications) + ("kservice" ,kservice) + ("kwidgetsaddons" ,kwidgetsaddons) + ("kxmlgui" ,kxmlgui) + ("libkdegames" ,libkdegames) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative) + ("qtsvg" ,qtsvg) + ("shared-mime-info" ,shared-mime-info))) + (home-page "https://games.kde.org/") + (synopsis "Jigsaw puzzle game") + (description "Palapeli is a jigsaw puzzle game. Unlike other games in +that genre, you are not limited to aligning pieces on imaginary grids. The +pieces are freely moveable. Also, Palapeli features real persistency, i.e. +everything you do is saved on your disk immediately. + +Palapeli is the Finnish word for jigsaw puzzle. + +This package is part of the KDE games module.") + (license license:gpl2+))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:22:45 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:22:45 +0000 Received: from localhost ([127.0.0.1]:50856 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZanl-0005qU-2n for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:22:45 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:56563) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZank-0005qM-2s for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:22:44 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml2C4S2rz1rXPx for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:43 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml2C4N53z1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:43 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id iK1NKP9Cls2J for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:42 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:42 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id 08C2C6101D for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:35 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 25/38] gnu: Add kiriki. Date: Tue, 26 Nov 2019 14:20:52 +0100 Message-Id: <20191126132105.25651-25-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (kiriki): New variable. --- gnu/packages/games.scm | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index efc11b686f..de76a88efb 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -8804,3 +8804,43 @@ Palapeli is the Finnish word for jigsaw puzzle. This package is part of the KDE games module.") (license license:gpl2+))) + +(define-public kiriki + (package + (name "kiriki") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" version + "/src/kiriki-" version ".tar.xz")) + (sha256 + (base32 "1xg25dj95g81dc5l7k47am4j52abrwwfx4h73lvsbn4lc8lfmshw")))) + (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) + ("kconfigwidgets" ,kconfigwidgets) + ("kcoreaddons" ,kcoreaddons) + ("kcrash" ,kcrash) + ("kdbusaddons" ,kdbusaddons) + ("ki18n" ,ki18n) + ("kiconthemes" ,kiconthemes) + ("kxmlgui" ,kxmlgui) + ("libkdegames" ,libkdegames) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative))) + (home-page "https://games.kde.org/") + (synopsis "Yahtzee dice game") + (description "Kiriki is an addictive and fun dice game, designed to be +played by as many as six players. + +Participants have to collect points by rolling five dice for up to three times +per single turn to make combinations with the highest score. + +This package is part of the KDE games module.") + (license (list license:gpl2+ license:fdl1.2+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:22:49 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:22:49 +0000 Received: from localhost ([127.0.0.1]:50859 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZanp-0005ql-AO for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:22:49 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:43225) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZano-0005qe-00 for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:22:48 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml2H3pYgz1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:47 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml2H3kjcz1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:47 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id 6cmBt0UFHix8 for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:46 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:46 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id 1A30E61028 for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:35 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 26/38] gnu: Add kigo. Date: Tue, 26 Nov 2019 14:20:53 +0100 Message-Id: <20191126132105.25651-26-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (kigo): New variable. --- gnu/packages/games.scm | 48 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index de76a88efb..5373cca327 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -8844,3 +8844,51 @@ per single turn to make combinations with the highest score. This package is part of the KDE games module.") (license (list license:gpl2+ license:fdl1.2+)))) + +(define-public kigo + (package + (name "kigo") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" version + "/src/kigo-" version ".tar.xz")) + (sha256 + (base32 "00l5gcbi8xyj9c1lngkrddka3a4m4cd78prfplrpq32ma9xq681f")))) + (properties `((tags . ("Desktop" "KDE" "Games")))) + (build-system qt-build-system) + (native-inputs + `(("extra-cmake-modules" ,extra-cmake-modules) + ("kdoctools" ,kdoctools))) + (inputs + `(("kconfig" ,kconfig) + ("kconfigwidgets" ,kconfigwidgets) + ("kcoreaddons" ,kcoreaddons) + ("kcrash" ,kcrash) + ("kdbusaddons" ,kdbusaddons) + ("ki18n" ,ki18n) + ("kio" ,kio) + ("knewstuff", knewstuff) + ("ktextwidgets" ,ktextwidgets) + ("kxmlgui" ,kxmlgui) + ("libkdegames" ,libkdegames) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative) + ("qtsvg" ,qtsvg))) + (home-page "https://games.kde.org/") + (synopsis "Go board game") + (description "Kigo is an open-source implementation of the popular Go +game. + +Go is a strategic board game for two players. It is also known as +igo (Japanese), weiqi or wei ch'i (Chinese) or baduk (Korean). Go is noted +for being rich in strategic complexity despite its simple rules. The game is +played by two players who alternately place black and white stones (playing +pieces, now usually made of glass or plastic) on the vacant intersections of a +grid of 19x19 lines (9x9 or 13x13 for easier games). + +You also need to install a go engine, e.g. @code{gnugo}. + +This package is part of the KDE games module.") + (license license:gpl3+))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:22:53 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:22:53 +0000 Received: from localhost ([127.0.0.1]:50862 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZant-0005r2-JU for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:22:53 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:44100) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZanr-0005qu-PZ for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:22:52 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml2M2LWLz1rD9c for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:51 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml2M2H7wz1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:51 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id KVNb5he2hhcn for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:50 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:50 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id 2CC9661029 for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:35 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 27/38] gnu: Add kubrick. Date: Tue, 26 Nov 2019 14:20:54 +0100 Message-Id: <20191126132105.25651-27-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (kubrick): New variable. --- gnu/packages/games.scm | 43 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 5373cca327..1c97894722 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -8892,3 +8892,46 @@ You also need to install a go engine, e.g. @code{gnugo}. This package is part of the KDE games module.") (license license:gpl3+))) + +(define-public kubrick + (package + (name "kubrick") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" version + "/src/kubrick-" version ".tar.xz")) + (sha256 + (base32 "0ma8wja4rqlsmsr8cyicfpkwlgqva4450ls4c0ql53p0kabf04gx")))) + (properties `((tags . ("Desktop" "KDE" "Games")))) + (build-system qt-build-system) + (native-inputs + `(("extra-cmake-modules" ,extra-cmake-modules) + ("kdoctools" ,kdoctools))) + (inputs + `(("glu" ,glu) + ("kconfig" ,kconfig) + ("kconfigwidgets" ,kconfigwidgets) + ("kcoreaddons" ,kcoreaddons) + ("kcrash" ,kcrash) + ("ki18n" ,ki18n) + ("kio" ,kio) + ("kwidgetsaddons" ,kwidgetsaddons) + ("kxmlgui" ,kxmlgui) + ("libkdegames" ,libkdegames) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative) + ("qtsvg" ,qtsvg))) + (home-page "https://games.kde.org/") + (synopsis "Game based on Rubik's Cube") + (description "Kubrick is a game based on the Rubik's Cube puzzle. + +The cube sizes range from 2x2x2 up to 6x6x6, or you can play with irregular +\"bricks\" such as 5x3x2 or \"mats\" such as 6x4x1 or 2x2x1. The game has a +selection of puzzles at several levels of difficulty, as well as demos of +pretty patterns and solution moves, or you can make up your own puzzles. The +game has unlimited undo, redo, save and reload capabilities. + +This package is part of the KDE games module.") + (license (list license:gpl2+ license:fdl1.2+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:22:58 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:22:58 +0000 Received: from localhost ([127.0.0.1]:50865 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZanx-0005rL-Qa for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:22:58 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:45318) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZanv-0005rB-Pi for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:22:56 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml2R2MYVz1rXPx for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:55 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml2R2HF8z1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:55 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id kb3bdQRHQMZU for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:53 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:53 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id 431B56102A for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:35 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 28/38] gnu: Add lskat. Date: Tue, 26 Nov 2019 14:20:55 +0100 Message-Id: <20191126132105.25651-28-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (lskat): New variable. --- gnu/packages/games.scm | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 1c97894722..a339f20ea4 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -8935,3 +8935,43 @@ game has unlimited undo, redo, save and reload capabilities. This package is part of the KDE games module.") (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+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:23:01 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:23:01 +0000 Received: from localhost ([127.0.0.1]:50868 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZao1-0005rc-46 for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:23:01 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:41356) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZanz-0005rU-NB for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:23:00 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml2W1lTdz1rD9M for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:59 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml2W1brnz1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:59 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id oNMK6z4blVdm for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:57 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:22:57 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id 56F326102C for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:35 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 29/38] gnu: Add kapman. Date: Tue, 26 Nov 2019 14:20:56 +0100 Message-Id: <20191126132105.25651-29-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (kapman): New variable. --- gnu/packages/games.scm | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index a339f20ea4..62cb8eff0e 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -8975,3 +8975,44 @@ 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+)))) + +(define-public kapman + (package + (name "kapman") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" version + "/src/kapman-" version ".tar.xz")) + (sha256 + (base32 "03pq38caam30q4bw14c045kayw2d87xq1yaa3s2jkrylylfq3p0f")))) + (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) + ("kconfigwidgets" ,kconfigwidgets) + ("kcoreaddons" ,kcoreaddons) + ("kcrash" ,kcrash) + ("kdbusaddons" ,kdbusaddons) + ("ki18n" ,ki18n) + ("kxmlgui" ,kxmlgui) + ("libkdegames" ,libkdegames) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative) + ("qtsvg" ,qtsvg))) + (home-page "https://games.kde.org/") + (synopsis "Pac-Man clone") + (description "Kapman is a clone of the well known game Pac-Man. + +You must run through the maze to eat all pills without being captured by a +ghost. By eating an energizer, Kapman gets the ability to eat ghosts for a +few seconds. When a stage is cleared of pills and energizer the player is +taken to the next stage with slightly increased game speed + +This package is part of the KDE games module.") + (license (list license:gpl2+ license:fdl1.2+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:23:04 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:23:04 +0000 Received: from localhost ([127.0.0.1]:50876 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZao4-0005sk-D1 for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:23:04 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:34152) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZao3-0005sJ-IH for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:23:03 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml2b0YPVz1rXQK for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:03 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml2b0J55z1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:03 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id 8HG7-vdXEU5i for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:01 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:01 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id 6D0756102E for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:35 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 30/38] gnu: Add kspaceduel. Date: Tue, 26 Nov 2019 14:20:57 +0100 Message-Id: <20191126132105.25651-30-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (kspaceduel): New variable. --- gnu/packages/games.scm | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 62cb8eff0e..aef863e347 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -9016,3 +9016,40 @@ taken to the next stage with slightly increased game speed This package is part of the KDE games module.") (license (list license:gpl2+ license:fdl1.2+)))) + +(define-public kspaceduel + (package + (name "kspaceduel") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" version + "/src/kspaceduel-" version ".tar.xz")) + (sha256 + (base32 "1hppni0ihs7psc0dly5rxyy2a38nzhlig9yfyhi3lkh36z05pql8")))) + (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) + ("kconfigwidgets" ,kconfigwidgets) + ("kcoreaddons" ,kcoreaddons) + ("kcrash" ,kcrash) + ("kdbusaddons" ,kdbusaddons) + ("ki18n" ,ki18n) + ("kxmlgui" ,kxmlgui) + ("libkdegames" ,libkdegames) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative) + ("qtsvg" ,qtsvg))) + (home-page "https://games.kde.org/") + (synopsis "Two player game with shooting spaceships flying around a sun") + (description "KSpaceduel is a space battle game for one or two players, +where two ships fly around a star in a struggle to be the only survivor. + +This package is part of the KDE games module.") + (license (list license:gpl2+ license:fdl1.2+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:23:08 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:23:09 +0000 Received: from localhost ([127.0.0.1]:50889 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZao8-0005u9-K5 for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:23:08 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:33969) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZao7-0005ta-CI for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:23:07 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml2f6X6Jz1rXQK for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:06 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml2f6SH7z1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:06 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id E1Px54Lr9vYE for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:05 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:05 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id 7DCE961032 for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:35 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 31/38] gnu: Add bovo. Date: Tue, 26 Nov 2019 14:20:58 +0100 Message-Id: <20191126132105.25651-31-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (bovo): New variable. --- gnu/packages/games.scm | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index aef863e347..38a45ed8f2 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -9053,3 +9053,41 @@ where two ships fly around a star in a struggle to be the only survivor. This package is part of the KDE games module.") (license (list license:gpl2+ license:fdl1.2+)))) + +(define-public bovo + (package + (name "bovo") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" version + "/src/bovo-" version ".tar.xz")) + (sha256 + (base32 "0dbpng0w52nahmx7brsll66zw23ql1g6pcvn2k4g2lnvxch0i59g")))) + (properties `((tags . ("Desktop" "KDE" "Games")))) + (build-system qt-build-system) + (native-inputs + `(("extra-cmake-modules" ,extra-cmake-modules) + ("kdoctools" ,kdoctools))) + (inputs + `(("kcompletion" ,kcompletion) + ("kcoreaddons" ,kcoreaddons) + ("kcrash" ,kcrash) + ("kdbusaddons" ,kdbusaddons) + ("ki18n" ,ki18n) + ("kxmlgui" ,kxmlgui) + ("libkdegames" ,libkdegames) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative) + ("qtsvg" ,qtsvg))) + (home-page "https://games.kde.org/") + (synopsis "Classic pen and paper game: five in a line") + (description "Bovo is a Gomoku (from Japanese 五目並べ - lit. \"five +points\") like game for two players, where the opponents alternate in placing +their respective pictogram on the game board. The winner is the first to +complete a line of five markers. (Also known as: Connect Five, Five in a row, +X and O, Naughts and Crosses) + +This package is part of the KDE games module.") + (license (list license:gpl2+ license:fdl1.2+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:23:13 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:23:13 +0000 Received: from localhost ([127.0.0.1]:50892 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZaoC-0005uc-UQ for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:23:13 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:52773) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZaoB-0005uU-7M for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:23:11 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml2k5Qd8z1rXPx for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:10 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml2k5LlTz1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:10 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id Q_QYT2CX31iC for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:09 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:09 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id 892046103B for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:35 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 32/38] gnu: Add killbots. Date: Tue, 26 Nov 2019 14:20:59 +0100 Message-Id: <20191126132105.25651-32-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (killbots): New variable. --- gnu/packages/games.scm | 43 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 38a45ed8f2..a88cbd8f74 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -9091,3 +9091,46 @@ X and O, Naughts and Crosses) This package is part of the KDE games module.") (license (list license:gpl2+ license:fdl1.2+)))) + +(define-public killbots + (package + (name "killbots") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" version + "/src/killbots-" version ".tar.xz")) + (sha256 + (base32 "1qi86q7diw7glkp9v33yim9nhz2da4balbxa1hjrdgjdv8zdbxbm")))) + (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) + ("kconfigwidgets" ,kconfigwidgets) + ("kcoreaddons" ,kcoreaddons) + ("kcrash" ,kcrash) + ("kdbusaddons" ,kdbusaddons) + ("ki18n" ,ki18n) + ("kwidgetsaddons" ,kwidgetsaddons) + ("kxmlgui" ,kxmlgui) + ("libkdegames" ,libkdegames) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative))) + (home-page "https://games.kde.org/") + (synopsis "Port of the classic BSD console game robots") + (description "Killbots is a simple game of evading killer robots. + +Who created the robots and why they have been programmed to destroy, no one +knows. All that is known is that the robots are numerous and their sole +objective is to destroy you. Fortunately for you, their creator has focused +on quantity rather than quality and as a result the robots are severely +lacking in intelligence. Your superior wit and a fancy teleportation device +are your only weapons against the never-ending stream of mindless automatons. + +This package is part of the KDE games module.") + (license (list license:gpl2+ license:fdl1.2+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:23:17 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:23:17 +0000 Received: from localhost ([127.0.0.1]:50895 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZaoH-0005uu-5E for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:23:17 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:52564) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZaoF-0005uk-6i for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:23:15 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml2p5Hs7z1rXPx for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:14 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml2p5CYtz1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:14 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id z34ltiVr44P1 for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:13 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:13 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id 99AEC6103D for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:35 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 33/38] gnu: Add ksnakeduel. Date: Tue, 26 Nov 2019 14:21:00 +0100 Message-Id: <20191126132105.25651-33-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (ksnakeduel): New variable. --- gnu/packages/games.scm | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index a88cbd8f74..4831fb31fc 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -9134,3 +9134,43 @@ are your only weapons against the never-ending stream of mindless automatons. This package is part of the KDE games module.") (license (list license:gpl2+ license:fdl1.2+)))) + +(define-public ksnakeduel + (package + (name "ksnakeduel") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" version + "/src/ksnakeduel-" version ".tar.xz")) + (sha256 + (base32 "0mprrnpax8pv7ab36zwhvdfj8id52w8g6x76nnj8qvkdlkjiqdnn")))) + (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) + ("kconfigwidgets" ,kconfigwidgets) + ("kcoreaddons" ,kcoreaddons) + ("kcrash" ,kcrash) + ("kdbusaddons" ,kdbusaddons) + ("kguiaddons" ,kguiaddons) + ("ki18n" ,ki18n) + ("kxmlgui" ,kxmlgui) + ("libkdegames" ,libkdegames) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative) + ("qtsvg" ,qtsvg))) + (home-page "https://games.kde.org/") + (synopsis "Snake race played against the computer") + (description "KSnakeDuel is a fast action game where you steer a snake +which has to eat food. While eating the snake grows. But once a player +collides with the other snake or the wall the game is lost. This becomes of +course more and more difficult the longer the snakes grow. + +This package is part of the KDE games module.") + (license (list license:gpl2+ license:fdl1.2+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:23:20 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:23:20 +0000 Received: from localhost ([127.0.0.1]:50898 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZaoK-0005vA-Ed for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:23:20 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:36382) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZaoJ-0005v3-4c for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:23:19 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml2t4q20z1rXvw for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:18 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml2t4kWPz1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:18 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id lLWEYfPNThNp for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:17 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:17 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id B488C61040 for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:35 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 34/38] gnu: Add kollision. Date: Tue, 26 Nov 2019 14:21:01 +0100 Message-Id: <20191126132105.25651-34-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (kollision): New variable. --- gnu/packages/games.scm | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 4831fb31fc..0f862a1645 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -9174,3 +9174,42 @@ course more and more difficult the longer the snakes grow. This package is part of the KDE games module.") (license (list license:gpl2+ license:fdl1.2+)))) + +(define-public kollision + (package + (name "kollision") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" version + "/src/kollision-" version ".tar.xz")) + (sha256 + (base32 "1p7qrn3d0ybpvc9k6k5wzj54dsrp1rqh39844maz0ay2fhvmch12")))) + (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) + ("kdbusaddons" ,kdbusaddons) + ("ki18n" ,ki18n) + ("kwidgetsaddons" ,kwidgetsaddons) + ("kxmlgui" ,kxmlgui) + ("libkdegames" ,libkdegames) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative))) + (home-page "https://games.kde.org/") + (synopsis "Simple ball dodging game") + (description "In Kollision you use mouse to control a small blue ball in a +closed space environment filled with small red balls, which move about +chaotically. Your goal is to avoid touching any of those red balls with your +blue one, because the moment you do the game will be over. The longer you can +stay in game the higher will your score be. + +This package is part of the KDE games module.") + (license (list license:gpl2+ license:fdl1.2+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:23:24 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:23:25 +0000 Received: from localhost ([127.0.0.1]:50901 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZaoO-0005vU-M6 for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:23:24 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:42274) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZaoN-0005vJ-01 for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:23:23 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml2y3qfMz1rD9M for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:22 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml2y3lyPz1qqkt for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:22 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id 99zHa45AexfL for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:21 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:21 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id D170C61056 for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:35 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 35/38] gnu: Add knavalbattle. Date: Tue, 26 Nov 2019 14:21:02 +0100 Message-Id: <20191126132105.25651-35-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (knavalbattle): New variable. --- gnu/packages/games.scm | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 0f862a1645..0ba09f9fea 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -9213,3 +9213,45 @@ stay in game the higher will your score be. This package is part of the KDE games module.") (license (list license:gpl2+ license:fdl1.2+)))) + +(define-public knavalbattle + (package + (name "knavalbattle") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" version +"/src/knavalbattle-" version ".tar.xz")) + (sha256 + (base32 "0sdfjplqkb30x2mvh66pkzay6vn5px87779sh2s8lpl6fcw0v9g4")))) + (properties `((tags . ("Desktop" "KDE" "Games")))) + (build-system qt-build-system) + (native-inputs + `(("extra-cmake-modules" ,extra-cmake-modules) + ("kdoctools" ,kdoctools))) + (inputs + `(("kauth" ,kauth) + ("kcompletion" ,kcompletion) + ("kconfig" ,kconfig) + ("kconfigwidgets" ,kconfigwidgets) + ("kcoreaddons" ,kcoreaddons) + ("kcrash" ,kcrash) + ("kdbusaddons" ,kdbusaddons) + ("kdnssd" ,kdnssd) + ("ki18n" ,ki18n) + ("ktextwidgets" ,ktextwidgets) + ("kxmlgui" ,kxmlgui) + ("libkdegames" ,libkdegames) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative))) + (home-page "https://games.kde.org/") + (synopsis "Battleship board game with built-in game server") + (description "KBattleship is a Battle Ship game for KDE. + +Ships are placed on a board which represents the sea. Players try to hit each +others ships in turns without knowing where they are placed. The first player +to destroy all ships wins the game. + +This package is part of the KDE games module.") + (license (list license:gpl2+ license:fdl1.2+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:23:28 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:23:28 +0000 Received: from localhost ([127.0.0.1]:50904 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZaoR-0005vk-V1 for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:23:28 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:34127) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZaoQ-0005vd-Rb for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:23:27 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml322m23z1rD9M for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:26 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml322djwz1qt2q for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:26 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id tJ5L2MZcMY57 for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:25 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:25 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id E2D0F60170 for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:35 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 36/38] gnu: Add kreversi. Date: Tue, 26 Nov 2019 14:21:03 +0100 Message-Id: <20191126132105.25651-36-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (kreversi): New variable. --- gnu/packages/games.scm | 44 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 0ba09f9fea..b9468633a0 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -9255,3 +9255,47 @@ to destroy all ships wins the game. This package is part of the KDE games module.") (license (list license:gpl2+ license:fdl1.2+)))) + +(define-public kreversi + (package + (name "kreversi") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" version +"/src/kreversi-" version ".tar.xz")) + (sha256 + (base32 "0b6q8df2bawgnrswhq59z37axad0q3zpvvzxdds7sz1lw505xw9h")))) + (properties `((tags . ("Desktop" "KDE" "Games")))) + (build-system qt-build-system) + (native-inputs + `(("extra-cmake-modules" ,extra-cmake-modules) + ("kdoctools" ,kdoctools))) + (inputs + `(("kconfig" ,kconfig) + ("kconfigwidgets" ,kconfigwidgets) + ("kcoreaddons" ,kcoreaddons) + ("kcrash" ,kcrash) + ("kdbusaddons" ,kdbusaddons) + ("kdeclarative" ,kdeclarative) + ("ki18n" ,ki18n) + ("kiconthemes" ,kiconthemes) + ("kio" ,kio) + ("kxmlgui" ,kxmlgui) + ("libkdegames" ,libkdegames) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative) + ("qtsvg" ,qtsvg))) + (home-page "https://games.kde.org/") + (synopsis "Old reversi board game, also known as othello") + (description "KReversi is a simple one player strategy game played +against the computer. + +If a player's piece is captured by an opposing player, that piece is turned +over to reveal the color of that player. A winner is declared when one player +has more pieces of his own color on the board and there are no more possible +moves. + +This package is part of the KDE games module.") + (license (list license:gpl2+ license:fdl1.2+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:23:32 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:23:32 +0000 Received: from localhost ([127.0.0.1]:50907 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZaoW-0005w1-7m for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:23:32 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:44595) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZaoU-0005vt-NE for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:23:31 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml361p1sz1rD9M for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:30 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml361kLyz1qt35 for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:30 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id texIHpsnJRqk for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:28 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:28 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id 049A360295 for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:36 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 37/38] gnu: Add ksquares. Date: Tue, 26 Nov 2019 14:21:04 +0100 Message-Id: <20191126132105.25651-37-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (ksquares): New variable. --- gnu/packages/games.scm | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index b9468633a0..bf5b1ffd1f 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -9299,3 +9299,41 @@ moves. This package is part of the KDE games module.") (license (list license:gpl2+ license:fdl1.2+)))) + +(define-public ksquares + (package + (name "ksquares") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" version + "/src/ksquares-" version ".tar.xz")) + (sha256 + (base32 "0hv8hls5s627lys08nnw72rfzsafj3dmp49mh2afzmh6lgk9h5vy")))) + (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) + ("kconfigwidgets" ,kconfigwidgets) + ("kcoreaddons" ,kcoreaddons) + ("kcrash" ,kcrash) + ("kdbusaddons" ,kdbusaddons) + ("ki18n" ,ki18n) + ("kwidgetsaddons" ,kwidgetsaddons) + ("kxmlgui" ,kxmlgui) + ("libkdegames" ,libkdegames) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative))) + (home-page "https://games.kde.org/") + (synopsis "Dots and Boxes game") + (description "KSquares is an implementation of the popular paper based +game Squares. Two players take turns connecting dots on a grid to complete +squares, the player with the most squares wins. + +This package is part of the KDE games module.") + (license (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:23:39 2019 Received: (at 38386) by debbugs.gnu.org; 26 Nov 2019 13:23:39 +0000 Received: from localhost ([127.0.0.1]:50910 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZaod-0005wL-F0 for submit@debbugs.gnu.org; Tue, 26 Nov 2019 08:23:39 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:48949) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iZaob-0005wD-2p for 38386@debbugs.gnu.org; Tue, 26 Nov 2019 08:23:37 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Ml3D4QNSz1rZmQ for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:36 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Ml3D4JzBz1qqkx for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:36 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id uptcFbgSrnVK for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:32 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-54-22.dynamic.mnet-online.de [188.174.54.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:23:32 +0100 (CET) Received: from lenashee.fritz.box (lenashee.fritz.box [192.168.110.31]) by hermia.goebel-consult.de (Postfix) with ESMTP id 17EE06034B for <38386@debbugs.gnu.org>; Tue, 26 Nov 2019 14:21:36 +0100 (CET) From: Hartmut Goebel To: 38386@debbugs.gnu.org Subject: [PATCH 38/38] gnu: Add kjumpingcube. Date: Tue, 26 Nov 2019 14:21:05 +0100 Message-Id: <20191126132105.25651-38-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191126132105.25651-1-h.goebel@crazy-compilers.com> References: <20191126132105.25651-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/games.scm (kjumpingcube): New variable. --- gnu/packages/games.scm | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index bf5b1ffd1f..cc9b78fa64 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -9337,3 +9337,42 @@ squares, the player with the most squares wins. This package is part of the KDE games module.") (license (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+)))) + +(define-public kjumpingcube + (package + (name "kjumpingcube") + (version "19.08.3") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/applications/" version + "/src/kjumpingcube-" version ".tar.xz")) + (sha256 + (base32 "0d67zqkf2xffjkj671gl2n6nj6jajyn6rgqqj5i6gm500mqi9rm1")))) + (properties `((tags . ("Desktop" "KDE" "Games")))) + (build-system qt-build-system) + (native-inputs + `(("extra-cmake-modules" ,extra-cmake-modules) + ("kdoctools" ,kdoctools))) + (inputs + `(("kconfig" ,kconfig) + ("kconfigwidgets" ,kconfigwidgets) + ("kcoreaddons" ,kcoreaddons) + ("kcrash" ,kcrash) + ("kdbusaddons" ,kdbusaddons) + ("ki18n" ,ki18n) + ("kio" ,kio) + ("kwidgetsaddons" ,kwidgetsaddons) + ("kxmlgui" ,kxmlgui) + ("libkdegames" ,libkdegames) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative) + ("qtsvg" ,qtsvg))) + (home-page "https://games.kde.org/") + (synopsis "Simple tactical game for number-crunchers") + (description "KJumpingcube is a simple tactical game for one or two +players, played on a grid of numbered squares. Each turn, players compete for +control of the board by capturing or adding to one square. + +This package is part of the KDE games module.") + (license (list license:gpl2+ license:fdl1.2+)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 10 11:31:36 2019 Received: (at 38386-close) by debbugs.gnu.org; 10 Dec 2019 16:31:36 +0000 Received: from localhost ([127.0.0.1]:56447 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ieiQC-0008EP-Da for submit@debbugs.gnu.org; Tue, 10 Dec 2019 11:31:36 -0500 Received: from mail-out.m-online.net ([212.18.0.10]:37512) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ieiQA-0008EG-Gf for 38386-close@debbugs.gnu.org; Tue, 10 Dec 2019 11:31:35 -0500 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47XQYd0jtJz1rY64 for <38386-close@debbugs.gnu.org>; Tue, 10 Dec 2019 17:31:32 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47XQYc57ySz1rjrH for <38386-close@debbugs.gnu.org>; Tue, 10 Dec 2019 17:31:32 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id mtwAXgaD3ICG for <38386-close@debbugs.gnu.org>; Tue, 10 Dec 2019 17:31:32 +0100 (CET) Received: from hermia.goebel-consult.de (ppp-188-174-50-235.dynamic.mnet-online.de [188.174.50.235]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <38386-close@debbugs.gnu.org>; Tue, 10 Dec 2019 17:31:32 +0100 (CET) Received: from thisbe.goebel-consult.de (hermia.goebel-consult.de [192.168.110.7]) by hermia.goebel-consult.de (Postfix) with ESMTP id 8C2C66017B for <38386-close@debbugs.gnu.org>; Tue, 10 Dec 2019 17:32:24 +0100 (CET) Subject: Pushed: Add 36 KDE games. To: 38386-close@debbugs.gnu.org References: <20191126131918.22000-1-h.goebel@crazy-compilers.com> From: Hartmut Goebel Autocrypt: addr=h.goebel@crazy-compilers.com; prefer-encrypt=mutual; keydata= mQINBFJQM3oBEACiUXmMppc3+A7JpF3lPz8O/mRhfz1U6F4EOTlacTrCcm7Xg5U2JsPPNapV r5+vHnKBK+xbaX3s/A/G+SwrUZhi1X1HRnSNY1CqL8CT7rZmOtfjg4ExnOuCjie2bKhb9JKm lJ7MrNimIbNQoX1mRcQ4VMEflhyWfaPGbT73siuMkbr020ExhzW8T18JIC01SgWMULYMBXOB oGY21am/vaTFCK8bym1P4HVN8i64uOWL0agkAMHbju6SZtG2fYJ68eS3P/97bXRg1pveEdpa FgaFZhquecw4WdedwLwt1xNcjAg/p6tN73W3asEZTgMHa+iNzbJgcyhWpci09wQZfZ1uL0Hd M+ohng38ccgu9hJx6YzCN7Fe14JooKbPukG/WfClAgAzZSHRKpS4zGdGlg6D6EWayyWWoLR3 KoMA4LIIlaQbqaOhfe85b4mNgB1hqd0uRTHOah/6T+FUoSQ1IAeKLIDqj6rW7X4ISRn1CXGS LGDn2QKqR3KtU3cLf8hAeDeO7Qe1jTvLrG1Mfca8lEmC7/yN1gI7L4/cs6lhmXUgMaevuxss BxO2kkh0OS8HVFf+QQ7LZ5vt91yQVT9HVvOuVob0YtG+3rvkpMaHQilKloNoEkmMiHpwypBa IfAC6NP9smgionvvmQ5RWSEaH5/pfSUAYbqzWbqDxtqEF/mPOwARAQABtC1IYXJ0bXV0IEdv ZWJlbCA8aC5nb2ViZWxAY3JhenktY29tcGlsZXJzLmNvbT6JAj0EEwEKACcCGwMCHgECF4AF CwkIBwMFFQoJCAsFFgIDAQAFAluyK5QFCQ0kXxEACgkQe3UoEb93O2XMlw//Z2/aXbZO3lJv uvfDBU3fJBKxp87EButnuwudFyaNupKxO13R7rBKB/Oti/rNP7IlK56WwU10ldK6C1PYnqru 5L1VCjWRi2Jd/XlvgXlc1jqstbM7NfU7pGOzctJGYpKh+7b1EdSM4V1KnDKcbKicLKC7zS+d HUdsch5w5XJj+pZRE4R0KEA/vEBB4ba+m+b59WqzaLin2pOqyo4Ff9o5uVgxlNrLIJQsg74T MTQP8khyDLfmyiN42VVkOBOIPMLA8ljEA1I7I4WwW3bT3mxOXHUExey/YsOdpqYX+kh7u/tj 7kbjKQbdCwdwUqSOPLmW9/9Wxyf2/xi+3lCvxzwPPElnK62yKlxLhVMt+Ah3J2QeLmrVGG5X PQzplrmQ6ptpEC9evrK3ALBJ+UGGxyyLp7sPb0SbDq70tZLRtbcE6QnpQA2IQIPTTy40lGVy 3a3iXiDM7hzbljWS0XSaEHoZ/WdgKLV+OzVZ9vrhP+7HrK7hEzdYqCvNfcW6bk2KrMN0RxBB OAbiRne8E0iTffh9uTyW7sAE0UDA9J3KtD3fpkld9cQrhwUVsjuPfbCqnhCk0B7ro1OR0DHB bgMVEylEsACnHEU4XWvo+U+0MgJtDQjzIy+XZfXDCs1VOy+murgcs0YIFqesyYOaaF1eP1S0 Yr18n/pfAPCFfg0rhMQUyoK5Ag0EUlAzegEQAL3lOz+uhHudEvovJVdExl+MTHLpYcajA0QL zDXe0jiAYdB+Jpvm7CAKani61/eo1SnHyRORELjxl/fL3ytjg3yRvVAM2I+xg7lIB4qXL5rR 5K8iF4px/jYV2CBIiwOKQ6gVEVk2hpl/tPqP3QdOKXdLu3sOM1Ygg3PN5fc+I7B6luchx6Bu 7NAR7nWKn6D1NdOI1UZL6Dr6Me/6hNVJBGvDF3Fm2x0CoIHujFksfOxZtwoZMXn13N18ZDyQ OMA89eHNQlFri9i5xG3laMAW2M0bozf+FwTBXomIWkT2Tkj3omW8ZIcfags2SpRkQl45pE65 nLKK36eRNoNbBovqKalMyhKstFTpIjjTZRMI5EZ87j7gYX/ghCss2LZz4X0WfvH6lYt8Yvjv I9Stl4ENvNukQZSZgIpaaAgZceXyuLaj+FY1cVXK3AoTh+lordfXr3TSBxlb1z7cNHqsI9vd RwsfC+Ng+yRrNGnNw008fgDq9fhaZus1krtPQzTyJzMw9xnLKuHhHFbkHDaW1Gb9dnECBF8a T0kjffgENEa5K6bfyAGGZ5zikBuK9EZdIQ0KgLP55hdnY7PigXazSsvYxVB62+B0kRYxjyM7 UAX55+QeD7pkPhBmRozeNYZzQxu9cyeD83e1Yf7ddnBkkLXVyTzKIutGh2R2BkcmkbBKTv27 ABEBAAGJAjwEGAEKACYCGwwWIQTUrYucFnt1fE8I6Hd7dSgRv3c7ZQUCW7IswAUJDSRgPgAK CRB7dSgRv3c7ZbFUD/97iHXgPYSZWyZ9r8pgpRuyoIK2TKmClUxck1a0WUkTMjzi0gW4kOIj 2wNOUnsRqioxOVXAg0R9ix1l6+LBC8+m/VFoR37BYQsC5WrzkmeaFChrBPs+YlND0V7TWNq0 elBvsNuApVxSOzaJuxCnH9WLe3s4fIveymScNAZOm31DHgmkDcb1/NXg97nohqSeW+k3eQbh borMRT3kMaXrPTI8qal9TsYf6KhfPi61fbnGW6bNJ0LnWQj2b7nb6nIR99cr0sNymqOsC6Gq 0yHhTceRl2/DRBe+QCxoiFKs1s6f7Af+U9r/JkHfdOLCRxjmAyl22zlhmBeNlGSvDbJqy5AE 7fKo1/mVQ2CNskF0BcOhrrntVf4A1gy3OlIXnCV//HH6w7qRBpw0inpD5c9Ny20aNdo8mS3y szcGZLczkdx8qzYEXBCO8zSDiRllrf6e8H5AaQdtHInxQ2Ywdqz/Ho81irbcPaHwI7P9/qvm zYnPZ3ULNlrI/+mq0oYkCB8oB9HW0C/YGZ/nIYY0vxDoy6n6EhEzntdAjF6Pav+QHB216fBs LMLs8X4+PXOc+MaAmQQTyTF9C8vfQk86E4eRmQErYw0aYVR7bUqyYfX8e2c5geqeSm6O+Brv 6LQtDbOJIcmJW1NS8XVmDG9JmkbtYqhnRDQMT+YFJircfDYmUvL4Ww== Organization: crazy-compilers.com Message-ID: <2b8d16dd-7632-29ae-3163-3cfd7cd6dad0@crazy-compilers.com> Date: Tue, 10 Dec 2019 17:31:29 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: de-DE X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38386-close X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Pushed as 51e9aecb497ae074755f773d6deb228e2ab08d86 From unknown Mon Jun 23 11:27:11 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 08 Jan 2020 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator