From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Subject: bug#32283: Add chroma (a little video game) Date: Sat, 28 Jul 2018 22:57:37 +0200 Message-ID: <20180728225737.3e6e9283@alma-ubu> References: <878t5x65hl.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/dId6JxVGwHffpPd_ZyCSNXw"; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40365) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fjWHt-0000df-Cy for bug-guix@gnu.org; Sat, 28 Jul 2018 16:58:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fjWHq-00055z-9M for bug-guix@gnu.org; Sat, 28 Jul 2018 16:58:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56299) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fjWHq-00054s-4t for bug-guix@gnu.org; Sat, 28 Jul 2018 16:58:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fjWHp-0000EE-Nb for bug-guix@gnu.org; Sat, 28 Jul 2018 16:58:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <878t5x65hl.fsf@dustycloud.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Christopher Lemmer Webber Cc: 32283@debbugs.gnu.org --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--