[PATCH] gnu: gimp: Add Python-fu support.

2015-05-08 Thread Ricardo Wurmus
>From 541c693f255abfb96b094edd1ac58d4594485a8c Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 8 May 2015 09:35:07 +0200 Subject: [PATCH] gnu: gimp: Enable Python scripting support. * gnu/packages/gimp.scm (gimp): Enable Python scripting support. --- gnu/packages/gimp.scm | 7 +++ 1

Re: [PATCH] gnu: gimp: Add Python-fu support.

2015-05-08 Thread Andreas Enge
On Fri, May 08, 2015 at 09:36:07AM +0200, Ricardo Wurmus wrote: > * gnu/packages/gimp.scm (gimp): Enable Python scripting support. Looks good! Andreas

Re: Bumping the Guile version requirement

2015-05-08 Thread Tomáš Čech
On Thu, May 07, 2015 at 06:06:16PM +0200, Ludovic Courtès wrote: l...@gnu.org (Ludovic Courtès) skribis: You should be able to get compilation going with the patch below, but getting the HTTP client to work with 2.0.5 will require more work. I think for 0.8.2 I will actually bump the requirem

Re: [PATCH] website : ...

2015-05-08 Thread Ludovic Courtès
Could you create yourself an account on Savannah so I can add you to the project? That will make it easier to work on these changes. Mathieu Lirzin skribis: > From 8d61be9cdd787265b7bb7e1232546f5e7f3997e3 Mon Sep 17 00:00:00 2001 > From: Mathieu Lirzin > Date: Thu, 7 May 2015 21:21:02 +0200 >

Re: [PATCH] website : ...

2015-05-08 Thread Mathieu Lirzin
l...@gnu.org (Ludovic Courtès) writes: > Could you create yourself an account on Savannah so I can add you to the > project? That will make it easier to work on these changes. I have sent a request for inclusion. I will send the updated patch later ;-). -- Mathieu Lirzin

Re: GSoC: Porting Guix to Hurd week 1 report

2015-05-08 Thread Ludovic Courtès
Hello Manolis, Thanks for the detailed report! So I gather that something like: guix build --target=i686-pc-gnu coreutils sed tar works as expected on wip-hurd, right? Did you try running the resulting binaries on GNU/Hurd? ISTR there were problems in the past. Ludo’.

[PATCH]: gnu: shogun: Remove non-free source files.

2015-05-08 Thread Ricardo Wurmus
Thanks to Bavier for bringing this issue to my attention. This patch removes two source files that are released under a non-free license. There are functions in src/shogun/kernel/Kernel.{cpp,h} that are also released under non-free terms, but they are enclosed in #ifdef statements and the make fl

Re: [PATCH]: gnu: shogun: Remove non-free source files.

2015-05-08 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Thanks to Bavier for bringing this issue to my attention. This patch > removes two source files that are released under a non-free license. > > There are functions in src/shogun/kernel/Kernel.{cpp,h} that are also > released under non-free terms, but they are enclosed i

[PATCH] Remove leftover patches.

2015-05-08 Thread Cyril Roelandt
* gnu/packages/patches/guix-test-networking.patch: Delete it. * gnu/packages/patches/libtool-skip-tests.patch: Delete it. * gnu/packages/patches/python-sqlite-3.8.4-test-fix.patch: Delete it. * gnu/packages/patches/udev-gir-libtool.patch: Delete it. * gnu-system.am (dist_patch_DATA): Remove them as

[PATCH] gnu: octave: Add fftw, arpack, and glu inputs.

2015-05-08 Thread Eric Bavier
Hello Guix, This patch adds a few more inputs to our octave package. Arpack is needed for the "eigs" function. Previously, we had the fltk input, but without glu it's essentially useless. I had wanted to also add Suitesparse, but there are some compilation problems yet. I took the libert

Re: [PATCH] Remove leftover patches.

2015-05-08 Thread Ludovic Courtès
Cyril Roelandt skribis: > * gnu/packages/patches/guix-test-networking.patch: Delete it. > * gnu/packages/patches/libtool-skip-tests.patch: Delete it. > * gnu/packages/patches/python-sqlite-3.8.4-test-fix.patch: Delete it. > * gnu/packages/patches/udev-gir-libtool.patch: Delete it. > * gnu-system.

Re: [PATCH] website : ...

2015-05-08 Thread Mathieu Lirzin
Here is the updated patch with some modifications... (most of them are in "website/www/utils.scm") -- Mathieu Lirzin >From f6b50dfccae0d493705c600587324153c96a90d0 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Fri, 8 May 2015 04:56:17 +0200 Subject: [PATCH] website: Fix URLs. Enable loca

[PATCH] profiles: Add 'hicolor' and 'HighContrast' icon theme hooks.

2015-05-08 Thread 宋文武
* guix/profiles.scm (gtk-icon-theme-hook): New function. (%default-profile-hooks): Add `(gtk-icon-theme-hook "hicolor")' and `(gtk-icon-theme-hook "HighContrast")'. --- guix/profiles.scm | 36 +++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/gu

Re: Planning for 0.8.2

2015-05-08 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > I will need help from someone with an armv7 machine to produce the > tarball for that platform. Mark, would that be OK for you? Yes, in fact I've already created one, but I'll create another one based on 0.8.2 when the time comes. > I don’t think “we” (i.

Re: [PATCH] profiles: Add 'hicolor' and 'HighContrast' icon theme hooks.

2015-05-08 Thread 宋文武
This is WIP. > * guix/profiles.scm (gtk-icon-theme-hook): New function. > (%default-profile-hooks): Add `(gtk-icon-theme-hook "hicolor")' and > `(gtk-icon-theme-hook "HighContrast")'. > --- > guix/profiles.scm | 36 +++- > 1 file changed, 35 insertions(+), 1 de

Re: [PATCH]: gnu: shogun: Remove non-free source files.

2015-05-08 Thread Mark H Weaver
Ricardo Wurmus writes: > Thanks to Bavier for bringing this issue to my attention. This patch > removes two source files that are released under a non-free license. Sounds good, thanks! > There are functions in src/shogun/kernel/Kernel.{cpp,h} that are also > released under non-free terms, but

Re: Bumping the Guile version requirement

2015-05-08 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > I think for 0.8.2 I will actually bump the requirement to Guile 2.0.7 or > 2.0.9 (the latter is what Debian 8 has.) People on older systems will > still be able to install Guix using the binary tarball. > > What do people think? Sounds good to me. The bi