From unknown Mon Jun 23 22:04:49 2025 X-Loop: help-debbugs@gnu.org Subject: bug#32283: Add chroma (a little video game) Resent-From: Christopher Lemmer Webber Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 26 Jul 2018 21:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 32283 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 32283@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.153264122614796 (code B ref -1); Thu, 26 Jul 2018 21:41:02 +0000 Received: (at submit) by debbugs.gnu.org; 26 Jul 2018 21:40:26 +0000 Received: from localhost ([127.0.0.1]:59375 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1finzg-0003qT-Gq for submit@debbugs.gnu.org; Thu, 26 Jul 2018 17:40:26 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52557) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1finze-0003qH-Em for submit@debbugs.gnu.org; Thu, 26 Jul 2018 17:40:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1finzX-0004Sq-T8 for submit@debbugs.gnu.org; Thu, 26 Jul 2018 17:40:13 -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]:47677) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1finzX-0004Sa-Nk for submit@debbugs.gnu.org; Thu, 26 Jul 2018 17:40:11 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43521) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1finzW-0008PA-7Y for bug-guix@gnu.org; Thu, 26 Jul 2018 17:40:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1finzU-0004OH-OO for bug-guix@gnu.org; Thu, 26 Jul 2018 17:40:10 -0400 Received: from dustycloud.org ([2600:3c02::f03c:91ff:feae:cb51]:35802) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1finzU-0004Nm-GW for bug-guix@gnu.org; Thu, 26 Jul 2018 17:40:08 -0400 Received: from jasmine (localhost [127.0.0.1]) by dustycloud.org (Postfix) with ESMTPS id 16BD6265DD for ; Thu, 26 Jul 2018 17:40:07 -0400 (EDT) User-agent: mu4e 1.0; emacs 26.1 From: Christopher Lemmer Webber Date: Thu, 26 Jul 2018 17:40:06 -0400 Message-ID: <878t5x65hl.fsf@dustycloud.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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-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 (/) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-Add-chroma.patch Content-Transfer-Encoding: quoted-printable From=203ca38f3813eb7e6473673622de04b8fbb03d256d Mon Sep 17 00:00:00 2001 From: Christopher Lemmer Webber Date: Thu, 26 Jul 2018 17:37:53 -0400 Subject: [PATCH] gnu: Add chroma. * gnu/packages/games.scm (chroma): New variable. =2D-- gnu/packages/games.scm | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 4af0b52e8..b19caacc7 100644 =2D-- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -10,7 +10,7 @@ ;;; Copyright =C2=A9 2014, 2015 Mark H Weaver ;;; Copyright =C2=A9 2015, 2016 Andreas Enge ;;; Copyright =C2=A9 2015 David Hashe =2D;;; Copyright =C2=A9 2015, 2017 Christopher Allan Webber +;;; Copyright =C2=A9 2015, 2017, 2018 Christopher Lemmer Webber ;;; Copyright =C2=A9 2015, 2016, 2017, 2018 Ricardo Wurmus ;;; Copyright =C2=A9 2015, 2016, 2017 Alex Kost ;;; Copyright =C2=A9 2015 Paul van der Walt @@ -3983,6 +3983,38 @@ laws of physics (Enigma=E2=80=99s special laws of ph= ysics, that is), controlling them with the mouse isn=E2=80=99t always trivial.") (license license:gpl2+))) =20 +(define-public chroma + (package + (name "chroma") + (version "1.15") + (source (origin + (method url-fetch) + (uri (string-append "http://level7.org.uk/chroma/download/ch= roma-" + version ".tar.bz2")) + (sha256 + (base32 + "0nzm3j5wjazr1d6pkydqlc48sjf72hggq0hmx8mhq03114mmiir5")))) + (build-system gnu-build-system) + (arguments + `(#:tests? #f)) ; no tests included + (inputs + `(("sdl-union" ,(sdl-union (list sdl sdl-image sdl-mixer sdl-ttf))) + ("freetype" ,freetype) + ("ncurses" ,ncurses) + ("fontconfig" ,fontconfig) + ("libxft" ,libxft))) + (native-inputs + `(("pkg-config" ,pkg-config))) + (home-page "http://level7.org.uk/chroma/") + (synopsis "Abstract puzzle game") + (description "Chroma is an abstract puzzle game. A variety of colourful +shapes are arranged in a series of increasingly complex patterns, forming + fiendish traps that must be disarmed and mysterious puzzles that must be + manipulated in order to give up their subtle secrets. Initially so + straightforward that anyone can pick it up and begin to play, yet gradual= ly + becoming difficult enough to tax even the brightest of minds.") + (license license:gpl2+))) + (define-public fillets-ng (package (name "fillets-ng") =2D-=20 2.18.0 --=-=-= Content-Type: text/plain BTW I also updated my copyright line in the process. I should probably do it in other files as well, since I've patched my name IRL as well. --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEUQqGKOKndniPjHCcS8Alkl/49NMFAltaP7YACgkQS8Alkl/4 9NNmfQ//cFDcxOjlFiqUhPCrv4lpdIwAwkJ/pu2pVLEFAa9fvxnvRsR2l1G+xhIq /vNruP8JtjYke4ly10D/nZkiumm/L++oomu5Tv2VoOsAzYt0riuBJrTz4XDvdPRc n3obQfUlIRFn2qa2juizKRRzvngQ8zD4FufiuxrSLzVr1XXBDAJ4LpTQFhuYCl+o 8Fns7yUmme7JpMwXkXQ04TTDTQct2wn3lfYnOu0JqGLXert2jy2OrbrktL8FvzsP BFX9DO2NZBpoE7Fn+aEoJiSOtEhFceGGqmAFQuNj1xbFA0uJ0+UHrIlTWSCcvkwC O6rBzyHRtqryewDIkhGoWXiTcbfw2cZC9XocdM00EmBSeMdeBuG5B+ix9UfWtW8U G8qgqev4FJEWNol8uODjhb/sUfL/lZVRBZckF50rtNcFL13t+sDIFW0rLRR8/vRs b0QPcrooaMl5BZXMjzrpJZzgd4IQNI3tZfjf45jmDlNTMZadvLuqrRx908Ph/XhX TgqchzCM2wi05KsjiER6J6ExMcK/sEJXF7MXkKPo0d5kKxsqiPcvblKjVFdH6AZd H47rBaX1dXNFRTf8JTB5/t79oq2pmeNsiPAkMG0vFgDaI1C9ioaZ6a8/BG8lupkL cbuNHJwknOLyf6xDrbamKGqg6X5IbqLCvr1I0YmomtXBr5Zi0rs= =TlMx -----END PGP SIGNATURE----- --==-=-=-- From unknown Mon Jun 23 22:04:49 2025 X-Loop: help-debbugs@gnu.org Subject: bug#32283: Add chroma (a little video game) Resent-From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sat, 28 Jul 2018 20:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 32283 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Christopher Lemmer Webber Cc: 32283@debbugs.gnu.org Received: via spool by 32283-submit@debbugs.gnu.org id=B32283.1532811468858 (code B ref 32283); Sat, 28 Jul 2018 20:58:01 +0000 Received: (at 32283) by debbugs.gnu.org; 28 Jul 2018 20:57:48 +0000 Received: from localhost ([127.0.0.1]:33084 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fjWHW-0000Dh-Kr for submit@debbugs.gnu.org; Sat, 28 Jul 2018 16:57:48 -0400 Received: from m4s11.vlinux.de ([83.151.27.109]:46424 helo=bjoernhoefling.de) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fjWHU-0000DY-Ol for 32283@debbugs.gnu.org; Sat, 28 Jul 2018 16:57:41 -0400 Received: from alma-ubu (p57B52973.dip0.t-ipconnect.de [87.181.41.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by bjoernhoefling.de (Postfix) with ESMTPSA id 0EBD1405F0; Sat, 28 Jul 2018 22:57:39 +0200 (CEST) Date: Sat, 28 Jul 2018 22:57:37 +0200 From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Message-ID: <20180728225737.3e6e9283@alma-ubu> In-Reply-To: <878t5x65hl.fsf@dustycloud.org> References: <878t5x65hl.fsf@dustycloud.org> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/dId6JxVGwHffpPd_ZyCSNXw"; protocol="application/pgp-signature" X-Spam-Score: 0.1 (/) 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.9 (/) --Sig_/dId6JxVGwHffpPd_ZyCSNXw Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Thu, 26 Jul 2018 17:40:06 -0400 Christopher Lemmer Webber wrote: > From 3ca38f3813eb7e6473673622de04b8fbb03d256d Mon Sep 17 00:00:00 2001 > From: Christopher Lemmer Webber > Date: Thu, 26 Jul 2018 17:37:53 -0400 > Subject: [PATCH] gnu: Add chroma. >=20 > * gnu/packages/games.scm (chroma): New variable. > --- > gnu/packages/games.scm | 34 +++++++++++++++++++++++++++++++++- > 1 file changed, 33 insertions(+), 1 deletion(-) >=20 > diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm > index 4af0b52e8..b19caacc7 100644 > --- a/gnu/packages/games.scm > +++ b/gnu/packages/games.scm > @@ -10,7 +10,7 @@ > ;;; Copyright =C2=A9 2014, 2015 Mark H Weaver > ;;; Copyright =C2=A9 2015, 2016 Andreas Enge > ;;; Copyright =C2=A9 2015 David Hashe > -;;; Copyright =C2=A9 2015, 2017 Christopher Allan Webber > +;;; Copyright =C2=A9 2015, 2017, 2018 > Christopher Lemmer Webber ;;; Copyright =C2=A9 > 2015, 2016, 2017, 2018 Ricardo Wurmus ;;; > Copyright =C2=A9 2015, 2016, 2017 Alex Kost ;;; > Copyright =C2=A9 2015 Paul van der Walt @@ -3983,6 > +3983,38 @@ laws of physics (Enigma=E2=80=99s special laws of physics, th= at > is), controlling them with the mouse isn=E2=80=99t always trivial.") (lic= ense > license:gpl2+)))=20 > +(define-public chroma > + (package > + (name "chroma") > + (version "1.15") > + (source (origin > + (method url-fetch) > + (uri (string-append > "http://level7.org.uk/chroma/download/chroma-" > + version ".tar.bz2")) > + (sha256 > + (base32 > + > "0nzm3j5wjazr1d6pkydqlc48sjf72hggq0hmx8mhq03114mmiir5")))) > + (build-system gnu-build-system) > + (arguments > + `(#:tests? #f)) ; no tests included > + (inputs > + `(("sdl-union" ,(sdl-union (list sdl sdl-image sdl-mixer > sdl-ttf))) > + ("freetype" ,freetype) > + ("ncurses" ,ncurses) > + ("fontconfig" ,fontconfig) > + ("libxft" ,libxft))) > + (native-inputs > + `(("pkg-config" ,pkg-config))) > + (home-page "http://level7.org.uk/chroma/") > + (synopsis "Abstract puzzle game") > + (description "Chroma is an abstract puzzle game. A variety of > colourful +shapes are arranged in a series of increasingly complex > patterns, forming > + fiendish traps that must be disarmed and mysterious puzzles that > must be > + manipulated in order to give up their subtle secrets. Initially so > + straightforward that anyone can pick it up and begin to play, yet > gradually > + becoming difficult enough to tax even the brightest of minds.") > + (license license:gpl2+))) > + > (define-public fillets-ng > (package > (name "fillets-ng") LGTM. The only "bug" here is you posted it to the bugs tracker, not the patches-tracker. Bj=C3=B6rn --Sig_/dId6JxVGwHffpPd_ZyCSNXw Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAltc2MIACgkQvyhstlk+X/1kWACgnSg+5dAVrBQibrEv9twbIbR/ bLUAn04IyouF53ViM6RuDESjckUy51g7 =x2pF -----END PGP SIGNATURE----- --Sig_/dId6JxVGwHffpPd_ZyCSNXw-- From unknown Mon Jun 23 22:04:49 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Christopher Lemmer Webber Subject: bug#32283: closed (Re: bug#32283: Add chroma (a little video game)) Message-ID: References: <87o9eqsd92.fsf@elephly.net> <878t5x65hl.fsf@dustycloud.org> X-Gnu-PR-Message: they-closed 32283 X-Gnu-PR-Package: guix Reply-To: 32283@debbugs.gnu.org Date: Sun, 29 Jul 2018 07:39:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1532849942-3957-1" This is a multi-part message in MIME format... ------------=_1532849942-3957-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #32283: Add chroma (a little video game) which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 32283@debbugs.gnu.org. --=20 32283: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D32283 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1532849942-3957-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 32283-done) by debbugs.gnu.org; 29 Jul 2018 07:38:48 +0000 Received: from localhost ([127.0.0.1]:33212 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fjgHw-00011M-AF for submit@debbugs.gnu.org; Sun, 29 Jul 2018 03:38:48 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21112) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fjgHt-00011B-Sq for 32283-done@debbugs.gnu.org; Sun, 29 Jul 2018 03:38:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1532849900; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; l=442; bh=VAR6dM2T01f8t7xY9/xpo9grf+YGbBoPOX3NtKn5zIk=; b=S9zOQvHol+yIfq3U3Ne8q3llrbVSWxRk2UpzUEyKO2hFBB0bfn05dZNnraSERYbW C7NC53axNbqr4Iy2XwYGDYR3b2k41mr48X+8jOOgD2NUVXRr7bGv77/WGGr75c8d4jT 1iZVxtxSZJjSUaVkd0U0rJWNqoyqDgCIAFh003k8= Received: from localhost (port-92-200-26-250.dynamic.qsc.de [92.200.26.250]) by mx.zohomail.com with SMTPS id 153284990081129.973126588433047; Sun, 29 Jul 2018 00:38:20 -0700 (PDT) References: <878t5x65hl.fsf@dustycloud.org> User-agent: mu4e 1.0; emacs 26.1 From: Ricardo Wurmus To: Christopher Lemmer Webber Subject: Re: bug#32283: Add chroma (a little video game) In-reply-to: <878t5x65hl.fsf@dustycloud.org> 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: Sun, 29 Jul 2018 09:38:17 +0200 Message-ID: <87o9eqsd92.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 32283-done Cc: 32283-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: -1.0 (-) Christopher Lemmer Webber writes: > From 3ca38f3813eb7e6473673622de04b8fbb03d256d Mon Sep 17 00:00:00 2001 > From: Christopher Lemmer Webber > Date: Thu, 26 Jul 2018 17:37:53 -0400 > Subject: [PATCH] gnu: Add chroma. > > * gnu/packages/games.scm (chroma): New variable. > --- Thank you. Pushed to the =E2=80=9Cmaster=E2=80=9D branch with commit 10d53= 1536. --=20 Ricardo ------------=_1532849942-3957-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 26 Jul 2018 21:40:26 +0000 Received: from localhost ([127.0.0.1]:59375 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1finzg-0003qT-Gq for submit@debbugs.gnu.org; Thu, 26 Jul 2018 17:40:26 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52557) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1finze-0003qH-Em for submit@debbugs.gnu.org; Thu, 26 Jul 2018 17:40:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1finzX-0004Sq-T8 for submit@debbugs.gnu.org; Thu, 26 Jul 2018 17:40:13 -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]:47677) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1finzX-0004Sa-Nk for submit@debbugs.gnu.org; Thu, 26 Jul 2018 17:40:11 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43521) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1finzW-0008PA-7Y for bug-guix@gnu.org; Thu, 26 Jul 2018 17:40:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1finzU-0004OH-OO for bug-guix@gnu.org; Thu, 26 Jul 2018 17:40:10 -0400 Received: from dustycloud.org ([2600:3c02::f03c:91ff:feae:cb51]:35802) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1finzU-0004Nm-GW for bug-guix@gnu.org; Thu, 26 Jul 2018 17:40:08 -0400 Received: from jasmine (localhost [127.0.0.1]) by dustycloud.org (Postfix) with ESMTPS id 16BD6265DD for ; Thu, 26 Jul 2018 17:40:07 -0400 (EDT) User-agent: mu4e 1.0; emacs 26.1 From: Christopher Lemmer Webber To: bug-guix@gnu.org Subject: Add chroma (a little video game) Date: Thu, 26 Jul 2018 17:40:06 -0400 Message-ID: <878t5x65hl.fsf@dustycloud.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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 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 (/) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-Add-chroma.patch Content-Transfer-Encoding: quoted-printable From=203ca38f3813eb7e6473673622de04b8fbb03d256d Mon Sep 17 00:00:00 2001 From: Christopher Lemmer Webber Date: Thu, 26 Jul 2018 17:37:53 -0400 Subject: [PATCH] gnu: Add chroma. * gnu/packages/games.scm (chroma): New variable. =2D-- gnu/packages/games.scm | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 4af0b52e8..b19caacc7 100644 =2D-- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -10,7 +10,7 @@ ;;; Copyright =C2=A9 2014, 2015 Mark H Weaver ;;; Copyright =C2=A9 2015, 2016 Andreas Enge ;;; Copyright =C2=A9 2015 David Hashe =2D;;; Copyright =C2=A9 2015, 2017 Christopher Allan Webber +;;; Copyright =C2=A9 2015, 2017, 2018 Christopher Lemmer Webber ;;; Copyright =C2=A9 2015, 2016, 2017, 2018 Ricardo Wurmus ;;; Copyright =C2=A9 2015, 2016, 2017 Alex Kost ;;; Copyright =C2=A9 2015 Paul van der Walt @@ -3983,6 +3983,38 @@ laws of physics (Enigma=E2=80=99s special laws of ph= ysics, that is), controlling them with the mouse isn=E2=80=99t always trivial.") (license license:gpl2+))) =20 +(define-public chroma + (package + (name "chroma") + (version "1.15") + (source (origin + (method url-fetch) + (uri (string-append "http://level7.org.uk/chroma/download/ch= roma-" + version ".tar.bz2")) + (sha256 + (base32 + "0nzm3j5wjazr1d6pkydqlc48sjf72hggq0hmx8mhq03114mmiir5")))) + (build-system gnu-build-system) + (arguments + `(#:tests? #f)) ; no tests included + (inputs + `(("sdl-union" ,(sdl-union (list sdl sdl-image sdl-mixer sdl-ttf))) + ("freetype" ,freetype) + ("ncurses" ,ncurses) + ("fontconfig" ,fontconfig) + ("libxft" ,libxft))) + (native-inputs + `(("pkg-config" ,pkg-config))) + (home-page "http://level7.org.uk/chroma/") + (synopsis "Abstract puzzle game") + (description "Chroma is an abstract puzzle game. A variety of colourful +shapes are arranged in a series of increasingly complex patterns, forming + fiendish traps that must be disarmed and mysterious puzzles that must be + manipulated in order to give up their subtle secrets. Initially so + straightforward that anyone can pick it up and begin to play, yet gradual= ly + becoming difficult enough to tax even the brightest of minds.") + (license license:gpl2+))) + (define-public fillets-ng (package (name "fillets-ng") =2D-=20 2.18.0 --=-=-= Content-Type: text/plain BTW I also updated my copyright line in the process. I should probably do it in other files as well, since I've patched my name IRL as well. --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEUQqGKOKndniPjHCcS8Alkl/49NMFAltaP7YACgkQS8Alkl/4 9NNmfQ//cFDcxOjlFiqUhPCrv4lpdIwAwkJ/pu2pVLEFAa9fvxnvRsR2l1G+xhIq /vNruP8JtjYke4ly10D/nZkiumm/L++oomu5Tv2VoOsAzYt0riuBJrTz4XDvdPRc n3obQfUlIRFn2qa2juizKRRzvngQ8zD4FufiuxrSLzVr1XXBDAJ4LpTQFhuYCl+o 8Fns7yUmme7JpMwXkXQ04TTDTQct2wn3lfYnOu0JqGLXert2jy2OrbrktL8FvzsP BFX9DO2NZBpoE7Fn+aEoJiSOtEhFceGGqmAFQuNj1xbFA0uJ0+UHrIlTWSCcvkwC O6rBzyHRtqryewDIkhGoWXiTcbfw2cZC9XocdM00EmBSeMdeBuG5B+ix9UfWtW8U G8qgqev4FJEWNol8uODjhb/sUfL/lZVRBZckF50rtNcFL13t+sDIFW0rLRR8/vRs b0QPcrooaMl5BZXMjzrpJZzgd4IQNI3tZfjf45jmDlNTMZadvLuqrRx908Ph/XhX TgqchzCM2wi05KsjiER6J6ExMcK/sEJXF7MXkKPo0d5kKxsqiPcvblKjVFdH6AZd H47rBaX1dXNFRTf8JTB5/t79oq2pmeNsiPAkMG0vFgDaI1C9ioaZ6a8/BG8lupkL cbuNHJwknOLyf6xDrbamKGqg6X5IbqLCvr1I0YmomtXBr5Zi0rs= =TlMx -----END PGP SIGNATURE----- --==-=-=-- ------------=_1532849942-3957-1--