From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 30 15:37:24 2017 Received: (at submit) by debbugs.gnu.org; 30 Jul 2017 19:37:24 +0000 Received: from localhost ([127.0.0.1]:34543 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dbu1j-00052D-PW for submit@debbugs.gnu.org; Sun, 30 Jul 2017 15:37:24 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34917) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dbu1i-000520-GW for submit@debbugs.gnu.org; Sun, 30 Jul 2017 15:37:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dbu1c-00074v-3e for submit@debbugs.gnu.org; Sun, 30 Jul 2017 15:37:17 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:43285) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dbu1c-00074i-0C for submit@debbugs.gnu.org; Sun, 30 Jul 2017 15:37:16 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dbu1a-0004vD-Qs for guix-patches@gnu.org; Sun, 30 Jul 2017 15:37:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dbu1W-00070e-UA for guix-patches@gnu.org; Sun, 30 Jul 2017 15:37:14 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21057) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dbu1W-0006vU-LJ for guix-patches@gnu.org; Sun, 30 Jul 2017 15:37:10 -0400 Received: from localhost (port-92-200-245-167.dynamic.qsc.de [92.200.245.167]) by mx.zohomail.com with SMTPS id 1501443405317320.0826759097009; Sun, 30 Jul 2017 12:36:45 -0700 (PDT) From: Ricardo Wurmus To: guix-patches@gnu.org Subject: [PATCH] gnu: Add knights. Date: Sun, 30 Jul 2017 21:36:37 +0200 Message-Id: <20170730193637.5466-1-rekado@elephly.net> X-Mailer: git-send-email 2.13.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-ZohoMailClient: External X-ZohoMail: Z_26063301 SPT_1 Z_26062608 SPT_0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit Cc: Ricardo Wurmus 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: -4.0 (----) * gnu/packages/games.scm (knights): 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 d8848f82f..844b93b5f 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -350,6 +350,45 @@ played. Freedoom complements the Doom engine with free levels, artwork, sound effects and music to make a completely free game.") (license license:bsd-3))) +(define-public knights + (package + (name "knights") + (version "025") + (source (origin + (method url-fetch) + (uri (string-append "http://www.knightsgame.org.uk/files/knights_" + version "_src.tar.gz")) + (sha256 + (base32 + "18vp2ygvn0s0jz8rm585jqf6hjqkam1ximq81k0r9hpmfj7wb88f")))) + (build-system gnu-build-system) + (arguments + '(#:make-flags + (list (string-append "PREFIX=" (assoc-ref %outputs "out"))) + #:phases + (modify-phases %standard-phases + ;; No configure script. + (delete 'configure)) + #:tests? #f)) ;; No check target. + (native-inputs `(("pkg-config" ,pkg-config))) + (inputs + `(("boost" ,boost) + ("sdl-union" ,(sdl-union (list sdl sdl-image sdl-mixer))) + ("freetype" ,freetype) + ("fontconfig" ,fontconfig) + ("curl" ,curl))) + (home-page "http://www.knightsgame.org.uk/") + (synopsis "Multiplayer dungeon game involving knights and quests") + (description "Knights is a multiplayer game involving several knights who +must run around a dungeon and complete various quests. Each game revolves +around a quest – for example, you might have to find some items and carry them +back to your starting point. This may sound easy, but as there are only +enough items in the dungeon for one player to win, you may end up having to +kill your opponents to get their stuff! Other quests involve escaping from +the dungeon, fighting a duel to the death against the enemy knights, or +destroying an ancient book using a special wand.") + (license license:gpl3))) + (define-public gnubg (package (name "gnubg") -- 2.13.3 From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 31 05:44:05 2017 Received: (at 27882) by debbugs.gnu.org; 31 Jul 2017 09:44:05 +0000 Received: from localhost ([127.0.0.1]:34771 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dc7F7-0003FH-Gi for submit@debbugs.gnu.org; Mon, 31 Jul 2017 05:44:05 -0400 Received: from o162.p8.mailjet.com ([87.253.233.162]:39218) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <64f232e8.AEEAODGTK8kAAAAAAAAAAAPb4DMAAAACwQwAAAAAAAW9WABZfvvi@bnc3.mailjet.com>) id 1dc7F5-0003F9-Od for 27882@debbugs.gnu.org; Mon, 31 Jul 2017 05:44:04 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/simple; q=dns/txt; d=bnc3.mailjet.com; i=arunisaac=3Dsystemreboot.net@bnc3.mailjet.com; s=mailjet; h=message-id:mime-version:from:to:subject:date:list-unsubscribe:cc:in-reply-to: references:x-csa-complaints:x-mj-mid:content-type:content-transfer-encoding; bh=67ErhoR+Np5jrmXQYM1Ao9Ya6Ks=; b=H0OnPo81ZfiuBMnkgkTDTaqwFfJeN5uw1pe/gLnR4EuQh3ZnxQAPQGgzv sE1W1fmDjkAm6DnXT6/XJW63SKQp4mlrK1GT8r8VmSe+aqKq1LvYmSEer4U4 gDp8RqO3+hyjl66NjanQVsiHWsElsmrMbpQl4YFim+5plFrvYqnIR4= Message-Id: <64f232e8.AEEAODGTK8kAAAAAAAAAAAPb4DMAAAACwQwAAAAAAAW9WABZfvvi@mailjet.com> MIME-Version: 1.0 From: Arun Isaac To: Ricardo Wurmus Subject: Re: [bug#27882] [PATCH] gnu: Add knights. Date: Mon, 31 Jul 2017 15:13:54 +0530 In-reply-to: <20170730193637.5466-1-rekado@elephly.net> References: <20170730193637.5466-1-rekado@elephly.net> X-CSA-Complaints: whitelist-complaints@eco.de X-MJ-Mid: AEEAODGTK8kAAAAAAAAAAAPb4DMAAAACwQwAAAAAAAW9WABZfvviqbNTgY4ZRmeT0Ol_sIailQAFgUc Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 27882 Cc: 27882@debbugs.gnu.org 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: -0.0 (/) Thanks for the patch! > + (license license:gpl3))) The license should be gpl3+. Also, there appear to be other bundled dependencies in src/external and src/coercri under different licenses (bsd, boost license, etc.). Could you check? = From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 16 04:26:21 2017 Received: (at 27882-done) by debbugs.gnu.org; 16 Dec 2017 09:26:21 +0000 Received: from localhost ([127.0.0.1]:36402 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQ8jd-0008Ag-Da for submit@debbugs.gnu.org; Sat, 16 Dec 2017 04:26:21 -0500 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21058) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eQ8jZ-0008AW-PA for 27882-done@debbugs.gnu.org; Sat, 16 Dec 2017 04:26:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1513416340; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; l=570; bh=d8b/w/6WEJSeaJB3ljhWnCiCEvsop8vm8AyRwgx0UU4=; b=c5z8GrciB/JZlYkgV7Bz/Iw4gQRN1nV1StEoPLrgaBfP+F9drR293GYYh9+mozCI 4hhv46qYM38P5G+EeXHZCdl3SC5czqsiO3q8y8xw2CHFPlBwXKORA/6Jf5dHEUezduV sqa2bzmRP1fVlurwo7JmyiLJsQrL5014+vL9HuG0= Received: from localhost (port-92-200-20-179.dynamic.qsc.de [92.200.20.179]) by mx.zohomail.com with SMTPS id 1513416339955667.8932833760065; Sat, 16 Dec 2017 01:25:39 -0800 (PST) References: <20170730193637.5466-1-rekado@elephly.net> <64f232e8.AEEAODGTK8kAAAAAAAAAAAPb4DMAAAACwQwAAAAAAAW9WABZfvvi@mailjet.com> User-agent: mu4e 0.9.18; emacs 25.3.1 From: Ricardo Wurmus To: Arun Isaac Subject: Re: [bug#27882] [PATCH] gnu: Add knights. In-reply-to: <64f232e8.AEEAODGTK8kAAAAAAAAAAAPb4DMAAAACwQwAAAAAAAW9WABZfvvi@mailjet.com> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Sat, 16 Dec 2017 10:25:35 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-ID: <87lgi3nhww.fsf@elephly.net> X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 27882-done Cc: 27882-done@debbugs.gnu.org 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: 0.0 (/) Arun Isaac writes: > Thanks for the patch! > >> + (license license:gpl3))) > > The license should be gpl3+. You are right. > Also, there appear to be other bundled > dependencies in src/external and src/coercri under different licenses > (bsd, boost license, etc.). Could you check? I=E2=80=99ve added a list of these included sources and their licenses. Pu= shed to master with commit 02345c963. Thanks for your review! -- Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC https://elephly.net From unknown Sat Aug 09 13:17:30 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 13 Jan 2018 12:24:05 +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