Re: 01/01: gnu: python-setuptools: Update to 12.1.

2015-02-17 Thread Mark H Weaver
Andreas Enge writes: > commit d3d656c5fbd9345e7f9d62564a06d1672300625c > Author: Andreas Enge > Date: Sun Feb 15 23:10:58 2015 +0100 > > gnu: python-setuptools: Update to 12.1. Strangely, this update broke python-urwid-1.3.0.x86_64-linux. Three tests involving newlines broke: http://h

[ART] Website mockup rev1

2015-02-17 Thread Luis Felipe López Acevedo
Hi, Here is a revision of the last website mockup [1]. White header http://sirgazil.bitbucket.org/static/temp/img/guixsd/home-view-white-rev1.png Black header http://sirgazil.bitbucket.org/static/temp/img/guixsd/home-view-black-rev1.png Adam Pribyl commented, "The other thing is that the page d

Re: [PATCH 1/4] gnu: base: Add glibc-hurd and hurd-minimal.

2015-02-17 Thread Mark H Weaver
Mark H Weaver writes: > Manolis Ragkousis writes: > >> + ,@(substitute-keyword-arguments (package-arguments glibc) >> + ((#:configure-flags cf) >> +`(append (list "--host=i686-pc-gnu" >> + >> + ;; nscd fails to build for GNU/Hurd: >> +

Re: [ART] Updated GRUB background with GuixSD logo

2015-02-17 Thread Mark H Weaver
Luis Felipe López Acevedo writes: > El sáb, 14-02-2015 a las 19:18 -0500, Mark H Weaver escribió: >> The drop shadow that you added here defeats the illusion of the >> 3-dimensional twist that makes earlier renditions of this logo so >> compelling. It ends up looking flat. Any ideas how this co

Re: [PATCH] gnu: Add wildmidi.

2015-02-17 Thread Andreas Enge
On Tue, Feb 17, 2015 at 11:11:39PM +0100, Ricardo Wurmus wrote: > Arguably, it *might* work but it comes without a sane configuration. > The question is whether we should add a particular soundfont as an > input and pre-configure wildmidi/timidity to use it by default, or if we > should leave this

Re: Calibre

2015-02-17 Thread Andreas Enge
> (2) src/calibre/ebooks/markdown/serializers.py license includes the text: In fact, Debian deletes the markdown copy in the original tarball, but only because they use their Debian markdown package instead. I looked at python3-markdown, and the offending file is still in there. $ guix import pyp

Re: [PATCH]: jack: propagate libuuid

2015-02-17 Thread Mark H Weaver
Ricardo Wurmus writes: > Attached is a patch to move libuuid (provided by "util-linux") from the > regular inputs of jack-1 to the propagated-inputs, as uuid.h is included > from the JACK headers. > > The patch also removes "util-linux" from those inputs depending on > jack-1. I recompiled all o

Re: [PATCH] gnu: Add wildmidi.

2015-02-17 Thread Ricardo Wurmus
Mark H Weaver writes: > * You mentioned in another thread (subject "Midi") that you hadn't > tested it, and then Andreas reported that it didn't work. We should > get it working before adding it. It doesn't work out of the box because (just like timidity++) it needs to be passed a configura

Re: Calibre

2015-02-17 Thread Mark H Weaver
Andreas Enge writes: > On Tue, Feb 17, 2015 at 04:35:44PM -0500, Mark H Weaver wrote: >> Andreas Enge writes: >> > This is even more surprising as there is the file COPYRIGHT >> > in the distribution, which diligently lists the licenses of lots of >> > packages, except apparently for the non-fre

Re: [PATCH] gnu: Add wildmidi.

2015-02-17 Thread Mark H Weaver
宋文武 writes: > * gnu/packages/midi.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. The package looks good to me, with two caveats: * It might be better to put this in audio.scm for now. What do you think? * You mentioned in another thread (subject "Midi") that you hadn't teste

[PATCH]: jack: propagate libuuid

2015-02-17 Thread Ricardo Wurmus
Attached is a patch to move libuuid (provided by "util-linux") from the regular inputs of jack-1 to the propagated-inputs, as uuid.h is included from the JACK headers. The patch also removes "util-linux" from those inputs depending on jack-1. I recompiled all of them and they still built as expec

Re: Calibre

2015-02-17 Thread Andreas Enge
On Tue, Feb 17, 2015 at 04:35:44PM -0500, Mark H Weaver wrote: > Andreas Enge writes: > > This is even more surprising as there is the file COPYRIGHT > > in the distribution, which diligently lists the licenses of lots of > > packages, except apparently for the non-free ones... > Debian's copyrigh

Re: Calibre

2015-02-17 Thread Mark H Weaver
Andreas Enge writes: > On Tue, Feb 17, 2015 at 12:02:00AM -0500, Mark H Weaver wrote: >> The calibre source tarball contains non-free software. Debian >> distributes their own excerpted source tarball instead, with the >> src/unrar, src/calibre/ebooks/markdown, and resources/viewer/mathjax >> di

Re: Calibre

2015-02-17 Thread Andreas Enge
On Tue, Feb 17, 2015 at 12:02:00AM -0500, Mark H Weaver wrote: > The calibre source tarball contains non-free software. Debian > distributes their own excerpted source tarball instead, with the > src/unrar, src/calibre/ebooks/markdown, and resources/viewer/mathjax > directories removed, as well as

Re: Calibre

2015-02-17 Thread Andreas Enge
On Mon, Feb 16, 2015 at 11:23:50PM -0500, Mark H Weaver wrote: > I'm not sure why it's not working here, but I > guess it might be because we lack polkit in Guix. It is packaged in Guix. But then it probably needs to be installed and activated, which may be a subtle business. Andreas

Re: [PATCH] gnu: Add gambc.

2015-02-17 Thread Taylan Ulrich Bayırlı/Kammer
Andreas Enge writes: > All in all, I think that all three package names "gambc", "gambit" and > "gambit-c" are defendable. "Gambit" would have been best I guess but then there's another program of that name, , which is probably the reason package r

Re: [PATCH] gnu: Add gambc.

2015-02-17 Thread Andreas Enge
On Tue, Feb 17, 2015 at 01:30:31PM -0500, Mark H Weaver wrote: > Where is this documented? I looked for it in the "Packaging Guidelines" > section of our manual, and also the subsection "Package Naming", and > couldn't find it. Anyway, even if such a guideline were documented, I > would oppose it

Re: [PATCH] gnu: Add gambc.

2015-02-17 Thread Mark H Weaver
Andreas Enge writes: > On Tue, Feb 17, 2015 at 10:23:32AM +0100, Taylan Ulrich Bayırlı/Kammer wrote: >> FYI I already pushed it as gambit-c. > > I saw it just after sending my own message. > >> Tell me if you want me to push a patch to change it. > > I think it would be nice to be consistent, s

Re: [ART] Website mockup

2015-02-17 Thread Luis Felipe López Acevedo
El mar, 17-02-2015 a las 17:54 +0100, Adam Pribyl escribió: > The design is of course nice, but looks quite out of GNU style. No problem > with that, just it is bit surprising. > With GNU style you mean the colours used in gnu.org? > The other thing is that the page design outperforms the state

Re: [ART] Website mockup

2015-02-17 Thread Adam Pribyl
The design is of course nice, but looks quite out of GNU style. No problem with that, just it is bit surprising. The other thing is that the page design outperforms the state of the distribution - sorry to say that, but while page feel very user friendly, the distribution has a way to go...

Re: [PATCH] gnu: Add gambc.

2015-02-17 Thread Andreas Enge
On Tue, Feb 17, 2015 at 10:23:32AM +0100, Taylan Ulrich Bayırlı/Kammer wrote: > FYI I already pushed it as gambit-c. I saw it just after sending my own message. > Tell me if you want me to push a patch to change it. I think it would be nice to be consistent, so yes, please. Andreas

Re: [PATCH] gnu: Add gambc.

2015-02-17 Thread Taylan Ulrich Bayırlı/Kammer
Andreas Enge writes: > Hello, > > On Mon, Feb 16, 2015 at 07:57:49PM -0500, Mark H Weaver wrote: >> I think the name of the package and variable should be 'gambit-c'. I >> know that Debian calls it 'gambc', but Parabola and Fedora both call it >> 'gambit-c', and IMO that's much more readable. >

Re: [PATCH] gnu: Add gambc.

2015-02-17 Thread Andreas Enge
Hello, On Mon, Feb 16, 2015 at 07:57:49PM -0500, Mark H Weaver wrote: > I think the name of the package and variable should be 'gambit-c'. I > know that Debian calls it 'gambc', but Parabola and Fedora both call it > 'gambit-c', and IMO that's much more readable. according to the packaging guide