Re: [PATCH] Add package definition for GNU XaoS.

2016-01-01 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2015-12-30 18:51 +0300) wrote: > >> Alex Kost skribis: > [...] >>> Originally Fabian sent a patch for separate "xaos.scm" file. Then >>> Andreas suggested to move it to "maths.scm". But this will lead to the >>> mentioned circularity: >>> (gnu packages i

Re: [PATCH] Add package definition for GNU XaoS.

2015-12-31 Thread Alex Kost
Ludovic Courtès (2015-12-30 18:51 +0300) wrote: > Alex Kost skribis: [...] >> Originally Fabian sent a patch for separate "xaos.scm" file. Then >> Andreas suggested to move it to "maths.scm". But this will lead to the >> mentioned circularity: >> (gnu packages image) already uses (gnu package

Re: [PATCH] Add package definition for GNU XaoS.

2015-12-31 Thread Alex Kost
Alex Kost (2015-12-21 15:42 +0300) wrote: > Fabian Harfert (2015-12-15 23:02 +0300) wrote: > > [...] >> From 6687ea7c21725bdc13e368773d5c7576a43db14e Mon Sep 17 00:00:00 2001 >> From: Fabian Harfert >> Date: Tue, 15 Dec 2015 21:00:38 +0100 >> Subject: [PATCH] Ad

Re: [PATCH] Add package definition for GNU XaoS.

2015-12-30 Thread Ludovic Courtès
Alex Kost skribis: > Alex Kost (2015-12-21 15:42 +0300) wrote: > >> Fabian Harfert (2015-12-15 23:02 +0300) wrote: >> >> [...] >>> @@ -53,6 +54,7 @@ >>>#:use-module (gnu packages ghostscript) >>>#:use-module (gnu packages glib) >>>#:use-module (gnu packages gtk) >>> + #:use-module (g

Re: [PATCH] Add package definition for GNU XaoS.

2015-12-23 Thread Alex Kost
Alex Kost (2015-12-21 15:42 +0300) wrote: > Fabian Harfert (2015-12-15 23:02 +0300) wrote: > > [...] >> @@ -53,6 +54,7 @@ >>#:use-module (gnu packages ghostscript) >>#:use-module (gnu packages glib) >>#:use-module (gnu packages gtk) >> + #:use-module (gnu packages image) > > Our (gnu

Re: [PATCH] Add package definition for GNU XaoS.

2015-12-21 Thread Ludovic Courtès
Alex Kost skribis: > Andreas Enge (2015-12-16 04:48 +0300) wrote: > >> Maybe it would make sense to kindly remind them to put their releases >> on ftp.gnu.org. That would also allow us to be notified of updates >> (which could be used as an argument). > > I was going to commit this patch but now

Re: [PATCH] Add package definition for GNU XaoS.

2015-12-21 Thread Alex Kost
00:00 2001 > From: Fabian Harfert > Date: Tue, 15 Dec 2015 21:00:38 +0100 > Subject: [PATCH] Add package definition for GNU XaoS. Our convention is to use the following commit message: --8<---cut here---start->8--- gnu: Add xaos. * gnu/package

Re: [PATCH] Add package definition for GNU XaoS

2015-12-18 Thread Mark H Weaver
Fabian Harfert writes: > Am Wed, 16 Dec 2015 02:48:25 +0100 > schrieb Andreas Enge : > >> On Tue, Dec 15, 2015 at 10:23:52PM +0300, Alex Kost wrote: >> > There is but it has a very old >> > version. >> >> Maybe it would make sense to kindly remind them to put t

Re: [PATCH] Add package definition for GNU XaoS

2015-12-16 Thread Fabian Harfert
Am Wed, 16 Dec 2015 02:48:25 +0100 schrieb Andreas Enge : > On Tue, Dec 15, 2015 at 10:23:52PM +0300, Alex Kost wrote: > > There is but it has a very old > > version. > > Maybe it would make sense to kindly remind them to put their releases > on ftp.gnu.org. Tha

Re: [PATCH] Add package definition for GNU XaoS

2015-12-15 Thread Andreas Enge
On Tue, Dec 15, 2015 at 10:23:52PM +0300, Alex Kost wrote: > There is but it has a very old version. Maybe it would make sense to kindly remind them to put their releases on ftp.gnu.org. That would also allow us to be notified of updates (which could be used as a

Re: [PATCH] Add package definition for GNU XaoS

2015-12-15 Thread Leo Famulari
On Tue, Dec 15, 2015 at 10:24:15PM +0300, Alex Kost wrote: > Fabian Harfert (2015-12-15 00:01 +0300) wrote: > > +(description "GNU XaoS is a graphical program that generates fractal > > patterns and > > Please do not make such long lines, we stay within 80 columns (I > personally prefer to st

Re: [PATCH] Add package definition for GNU XaoS

2015-12-15 Thread Leo Famulari
On Tue, Dec 15, 2015, at 14:24, Alex Kost wrote: > Leo Famulari (2015-12-15 01:58 +0300) wrote: > > > On Mon, Dec 14, 2015 at 10:01:39PM +0100, Fabian Harfert wrote: > >> Hello, > >> > >> this is my first contribution to this project. I hope everything is > >> right with this package definition

Re: [PATCH] Add package definition for GNU XaoS.

2015-12-15 Thread Fabian Harfert
es > because I couldn't find any file with it. > > Fabian Harfert From 6687ea7c21725bdc13e368773d5c7576a43db14e Mon Sep 17 00:00:00 2001 From: Fabian Harfert Date: Tue, 15 Dec 2015 21:00:38 +0100 Subject: [PATCH] Add package definition for GNU XaoS. --- gnu/packages/maths.scm | 31

[PATCH] Add package definition for GNU XaoS.

2015-12-15 Thread Fabian Harfert
00 2001 From: Fabian Harfert Date: Tue, 15 Dec 2015 20:43:55 +0100 Subject: [PATCH] Add package definition for GNU XaoS. * gnu/packages/maths.scm (xaos): Add package definition for GNU XaoS. --- gnu/packages/maths.scm | 30 ++ 1 file changed, 30 insertions(+) diff --gi

Re: [PATCH] Add package definition for GNU XaoS

2015-12-15 Thread Alex Kost
Fabian Harfert (2015-12-15 00:01 +0300) wrote: > Hello, > > this is my first contribution to this project. I hope everything is > right with this package definition for GNU XaoS > (see https://www.gnu.org/software/xaos/). It's a nice program to > discover fractals, so I decided to use it for my

Re: [PATCH] Add package definition for GNU XaoS

2015-12-15 Thread Alex Kost
Leo Famulari (2015-12-15 01:58 +0300) wrote: > On Mon, Dec 14, 2015 at 10:01:39PM +0100, Fabian Harfert wrote: >> Hello, >> >> this is my first contribution to this project. I hope everything is >> right with this package definition for GNU XaoS >> (see https://www.gnu.org/software/xaos/). It's

Re: [PATCH] Add package definition for GNU XaoS

2015-12-15 Thread Alex Kost
Andreas Enge (2015-12-15 10:22 +0300) wrote: > Hello, > > I think it would make sense to add it to maths.scm, to avoid the profusion > of modules. > >> + (uri (string-append "mirror://sourceforge/xaos/xaos-" version >> + ".tar.gz")) > > It is not avail

Fw: [PATCH] Add package definition for GNU XaoS

2015-12-15 Thread Fabian Harfert
Beginn der weitergeleiteten Nachricht: Datum: Tue, 15 Dec 2015 18:05:38 +0100 Von: Fabian Harfert An: Andreas Enge Betreff: Re: [PATCH] Add package definition for GNU XaoS Am Tue, 15 Dec 2015 08:22:03 +0100 schrieb Andreas Enge : > Hello, > > I think it would make sense to

Re: [PATCH] Add package definition for GNU XaoS

2015-12-14 Thread Andreas Enge
Hello, I think it would make sense to add it to maths.scm, to avoid the profusion of modules. > + (uri (string-append "mirror://sourceforge/xaos/xaos-" version > + ".tar.gz")) It is not available on the GNU ftp server? Andreas

Re: [PATCH] Add package definition for GNU XaoS

2015-12-14 Thread Leo Famulari
On Mon, Dec 14, 2015 at 10:01:39PM +0100, Fabian Harfert wrote: > Hello, > > this is my first contribution to this project. I hope everything is > right with this package definition for GNU XaoS > (see https://www.gnu.org/software/xaos/). It's a nice program to > discover fractals, so I decided

[PATCH] Add package definition for GNU XaoS

2015-12-14 Thread Fabian Harfert
Hello, this is my first contribution to this project. I hope everything is right with this package definition for GNU XaoS (see https://www.gnu.org/software/xaos/). It's a nice program to discover fractals, so I decided to use it for my first packaging attempt. "guix-lint" worked fine and witho