Re: [PATCH] gnu packages maxima: Update to 5.34.1 and fix dependencies

2014-09-25 Thread Ludovic Courtès
Federico Beffa skribis: > I've found that the doc and emacs ".el" files were not installed in > the right place. Also > I've worked out how to set the full gnuplot path in the default > startup configuration file. > Now plotting works without the user having to install gnuplot in his profile. Ni

Re: [PATCH 3/3] gnu: Add scrot.

2014-09-25 Thread Ludovic Courtès
Alex Kost skribis: > From 59d3a0bf8182b61cca199fd0acca25870f060060 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Thu, 25 Sep 2014 12:31:46 +0400 > Subject: [PATCH 3/3] gnu: Add scrot. > > * gnu/packages/scrot.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. OK, please push!

Re: [PATCH 2/3] gnu: Add giblib.

2014-09-25 Thread Ludovic Courtès
Alex Kost skribis: > I know about "guix lint" but it gives me nothing on these packages. Do > you mean anything particular that I need to fix? Nothing particular, mentioning it just in case. > From 8e2cdf8a8f451f1151a0a9c80652e06d3a7a2f46 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Thu

Re: [PATCH 1/3] gnu: Add imlib2.

2014-09-25 Thread Ludovic Courtès
Alex Kost skribis: > Many thanks to Andreas for detailed comments about licenses. > > Ludovic Courtès (2014-09-25 16:56 +0400) wrote: > >> Alex Kost skribis: >> >>> +(define-public imlib2 >> >> [...] >> >>> +(home-page "http://sourceforge.net/projects/enlightenment/";) >>> +(synopsis >>>

Re: [PATCH 2/3] gnu: Add giblib.

2014-09-25 Thread Alex Kost
Ludovic Courtès (2014-09-25 16:58 +0400) wrote: > Alex Kost skribis: > >> From 0fe34b2e2ab17ad4e74961a3292f7d855d4336c3 Mon Sep 17 00:00:00 2001 >> From: Alex Kost >> Date: Thu, 25 Sep 2014 12:29:43 +0400 >> Subject: [PATCH 2/3] gnu: Add giblib. >> >> * gnu/packages/giblib.scm: New file. >> * gn

Re: [PATCH 3/3] gnu: Add scrot.

2014-09-25 Thread Alex Kost
Ludovic Courtès (2014-09-25 17:02 +0400) wrote: > Alex Kost skribis: > >> From 05a31c091d49d83fe25565a231396279a39f85a9 Mon Sep 17 00:00:00 2001 >> From: Alex Kost >> Date: Thu, 25 Sep 2014 12:31:46 +0400 >> Subject: [PATCH 3/3] gnu: Add scrot. >> >> * gnu/packages/scrot.scm: New file. >> * gnu-

Re: [PATCH 1/3] gnu: Add imlib2.

2014-09-25 Thread Alex Kost
Many thanks to Andreas for detailed comments about licenses. Ludovic Courtès (2014-09-25 16:56 +0400) wrote: > Alex Kost skribis: > >> +(define-public imlib2 > > [...] > >> +(home-page "http://sourceforge.net/projects/enlightenment/";) >> +(synopsis >> + "Library for loading, saving,

Re: [PATCH] gnu packages maxima: Update to 5.34.1 and fix dependencies

2014-09-25 Thread Federico Beffa
On Wed, Sep 24, 2014 at 9:45 AM, Ludovic Courtès wrote: > Pushed with some tweaks: I’ve added a copyright line for you (let me > know if it’s wrong), replaced tabs with spaces (if you use Emacs, the > .dir-locals.el normally ensures that), and moved parts of the commit log > above to comments in t

Re: [PATCH] Kernel Configuration

2014-09-25 Thread Ludovic Courtès
"Jason Self" skribis: > Ludovic Courtès said: >> Furthermore I would rather keep CONFIG_VIRTIO_BLK=m rather than =y >> precisely because that module only makes sense when running a QEMU >> guest and not otherwise. >> >> WDYT? > > My reason for making it y instead of m is: > > https://bugs.launch

Re: [PATCH 3/3] gnu: Add scrot.

2014-09-25 Thread Ludovic Courtès
Andreas Enge skribis: > On Thu, Sep 25, 2014 at 03:02:29PM +0200, Ludovic Courtès wrote: >> Could maybe go to xorg.scm, Andreas? > > I would prefer to have only the x.org files in xorg.scm, plus a few of its > inputs; there are already a lot of packages in the module, and I think it > will make u

Re: [PATCH 3/3] gnu: Add scrot.

2014-09-25 Thread Andreas Enge
On Thu, Sep 25, 2014 at 03:02:29PM +0200, Ludovic Courtès wrote: > Could maybe go to xorg.scm, Andreas? I would prefer to have only the x.org files in xorg.scm, plus a few of its inputs; there are already a lot of packages in the module, and I think it will make upgrading easier if there are no ex

Serious Bash security vulnerabilities

2014-09-25 Thread Ludovic Courtès
Yesterday a serious Bash vulnerability was disclosed, which led to the creation of the bash-cve-2014-6271 branch which is now half built: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6271 http://seclists.org/oss-sec/2014/q3/650 http://hydra.gnu.org/jobset/gnu/bash-cve-2014-6271 Ho

Re: [PATCH 3/3] gnu: Add scrot.

2014-09-25 Thread Ludovic Courtès
Alex Kost skribis: > From 05a31c091d49d83fe25565a231396279a39f85a9 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Thu, 25 Sep 2014 12:31:46 +0400 > Subject: [PATCH 3/3] gnu: Add scrot. > > * gnu/packages/scrot.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. LGTM, with x11-sty

Re: [PATCH 2/3] gnu: Add giblib.

2014-09-25 Thread Ludovic Courtès
Alex Kost skribis: > From 0fe34b2e2ab17ad4e74961a3292f7d855d4336c3 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Thu, 25 Sep 2014 12:29:43 +0400 > Subject: [PATCH 2/3] gnu: Add giblib. > > * gnu/packages/giblib.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. OK but moved to

Re: [PATCH 1/3] gnu: Add imlib2.

2014-09-25 Thread Ludovic Courtès
Alex Kost skribis: > +(define-public imlib2 [...] > +(home-page "http://sourceforge.net/projects/enlightenment/";) > +(synopsis > + "Library for loading, saving, rendering and manipulating image files") s/Library for// Actually this should probably go to (gnu packages image), whic

Re: [PATCH 1/3] gnu: Add imlib2.

2014-09-25 Thread Ludovic Courtès
Andreas Enge skribis: > On Thu, Sep 25, 2014 at 12:53:50PM +0400, Alex Kost wrote: >> All 3 packages have some custom licenses, so I used "bsd-style", but I'm >> not sure about it. Along with the patch, I'm attaching "COPYING". What >> license it is? > > Whenever I read "deal in the software wi

Re: [PATCH 1/3] gnu: Add imlib2.

2014-09-25 Thread Andreas Enge
On Thu, Sep 25, 2014 at 12:53:50PM +0400, Alex Kost wrote: > +"mirror://sourceforge/enlightenment/imlib2-" > +version ".tar.gz")) In an effort to keep the number of source files down, would it make sense to put the package into a file enlightenment.scm, whic

Re: [PATCH 2/3] gnu: Add giblib.

2014-09-25 Thread Andreas Enge
On Thu, Sep 25, 2014 at 12:54:09PM +0400, Alex Kost wrote: > COPYING is also attached. This is x11 (without the clause that the name of the X Consortium shall not be used; I think we could still keep x11 and not use x11-style, as it is clear that the X Consortium clause has no effect when the soft

Re: [PATCH 1/3] gnu: Add imlib2.

2014-09-25 Thread Andreas Enge
On Thu, Sep 25, 2014 at 12:53:50PM +0400, Alex Kost wrote: > All 3 packages have some custom licenses, so I used "bsd-style", but I'm > not sure about it. Along with the patch, I'm attaching "COPYING". What > license it is? Whenever I read "deal in the software without restriction", I think of x

[PATCH 3/3] gnu: Add scrot.

2014-09-25 Thread Alex Kost
COPYING for "scrot" is the same as the one for "giblib". >From 05a31c091d49d83fe25565a231396279a39f85a9 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Thu, 25 Sep 2014 12:31:46 +0400 Subject: [PATCH 3/3] gnu: Add scrot. * gnu/packages/scrot.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Ad

[PATCH 2/3] gnu: Add giblib.

2014-09-25 Thread Alex Kost
COPYING is also attached. >From 0fe34b2e2ab17ad4e74961a3292f7d855d4336c3 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Thu, 25 Sep 2014 12:29:43 +0400 Subject: [PATCH 2/3] gnu: Add giblib. * gnu/packages/giblib.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. --- gnu-system.am

[PATCH 1/3] gnu: Add imlib2.

2014-09-25 Thread Alex Kost
Hello, This is a patchset for scrot and dependencies (giblib and imlib2). All 3 packages have some custom licenses, so I used "bsd-style", but I'm not sure about it. Along with the patch, I'm attaching "COPYING". What license it is? Thanks. >From fe4ff0e9c4c52a6574630a5d1505e866968b9f61 Mon Se