From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCH 1/2] gnu: Add allegro. Date: Tue, 19 Jul 2016 21:37:56 -0400 Message-ID: References: <20160719205719.20769-1-rekado@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41135) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPgSW-0007Dv-HH for guix-devel@gnu.org; Tue, 19 Jul 2016 21:38:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPgSU-0006jp-A1 for guix-devel@gnu.org; Tue, 19 Jul 2016 21:37:59 -0400 Received: from mail-vk0-x241.google.com ([2607:f8b0:400c:c05::241]:36345) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPgSU-0006jl-4v for guix-devel@gnu.org; Tue, 19 Jul 2016 21:37:58 -0400 Received: by mail-vk0-x241.google.com with SMTP id r135so3046694vkf.3 for ; Tue, 19 Jul 2016 18:37:58 -0700 (PDT) In-Reply-To: <20160719205719.20769-1-rekado@elephly.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ricardo Wurmus Cc: guix-devel On Tue, Jul 19, 2016 at 4:57 PM, Ricardo Wurmus wrote: > * gnu/packages/game-development.scm (allegro): New variable. > --- > gnu/packages/game-development.scm | 41 +++++++++++++++++++++++++++++++++= ++++++ > 1 file changed, 41 insertions(+) > > diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-develo= pment.scm > index b11285a..03623aa 100644 > --- a/gnu/packages/game-development.scm > +++ b/gnu/packages/game-development.scm > @@ -7,6 +7,7 @@ > ;;; Copyright =C2=A9 2015, 2016 David Thompson > ;;; Copyright =C2=A9 2016 Efraim Flashner > ;;; Copyright =C2=A9 2016 Kei Kebreau > +;;; Copyright =C2=A9 2016 Ricardo Wurmus > ;;; > ;;; This file is part of GNU Guix. > ;;; > @@ -342,6 +343,46 @@ etc.") > (home-page "http://liballeg.org") > (license license:giftware))) > > +(define-public allegro Shouldn't this be allegro-5 since there is already an allegro-4? Other than that it looks good to me. - Dave