guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/2] gnu: Add allegro.


From: Ricardo Wurmus
Subject: Re: [PATCH 1/2] gnu: Add allegro.
Date: Wed, 20 Jul 2016 21:54:04 +0200
User-agent: mu4e 0.9.16; emacs 24.5.1

Thompson, David <address@hidden> writes:

> On Tue, Jul 19, 2016 at 4:57 PM, Ricardo Wurmus <address@hidden> 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-development.scm
>> index b11285a..03623aa 100644
>> --- a/gnu/packages/game-development.scm
>> +++ b/gnu/packages/game-development.scm
>> @@ -7,6 +7,7 @@
>>  ;;; Copyright © 2015, 2016 David Thompson <address@hidden>
>>  ;;; Copyright © 2016 Efraim Flashner <address@hidden>
>>  ;;; Copyright © 2016 Kei Kebreau <address@hidden>
>> +;;; Copyright © 2016 Ricardo Wurmus <address@hidden>
>>  ;;;
>>  ;;; 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?

I want the “allegro” variable to simply hold the latest version of
allegro.  If ever there’s a need to clarify (e.g. because we need to
keep around the last of the 5.x series when 6.x comes out) we can change
the name then.  As far as I can see that’s been our approach for some
other packages, too, most prominently “python”.

~~ Ricardo






reply via email to

[Prev in Thread] Current Thread [Next in Thread]