libtool archives introduce unwanted inputs to build

2016-03-14 Thread 宋文武
Report by Jookia in #guix that with my gdk-pixbuf+svg patches, thunar still can't find SVG icons, it's linked with the old gdk-pixbuf. While the build inputs of ‘thunar’ only have ‘gdk-pixbuf+svg’, one of its input ‘libnotify’ was build with ‘gdk-pixbuf’. It didn’t propagated it but it’s in

[PATCH 1/6] gnu: python-msgpack: Update to 0.4.7.

2016-03-14 Thread Leo Famulari
* gnu/packages/python.scm (python-msgpack, python2-msgpack): Update to 0.4.7. [source]: Use pypi-uri. --- gnu/packages/python.scm | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index af3c60b..075d4fe 100644 ---

[PATCH 2/6] gnu: python-msgpack: Use 'python2-variant'.

2016-03-14 Thread Leo Famulari
* gnu/packages/python.scm (python-msgpack)[native-inputs]: Remove field. [properties]: New field. (python2-msgpack): Use 'strip-python2-variant'. [native-inputs]: Add python2-setuptools. --- gnu/packages/python.scm | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git

[PATCH 6/6] gnu: python-llfuse@0.41: Update to 0.41.1.

2016-03-14 Thread Leo Famulari
* gnu/packages/python.scm (python-llfuse@0.41): Update to 0.41.1. --- gnu/packages/python.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 5aea1b3..24cacee 100644 --- a/gnu/packages/python.scm +++

[PATCH 0/6] Add borg

2016-03-14 Thread Leo Famulari
These patches add the borg backup program [0], which is a more actively developed fork of attic [1]. Borg is compatible with the current version of python-llfuse (1.0), but this required changes in borg [2]. Since attic has not had any updates since borg was forked, I think it's reasonable to

[PATCH 3/6] gnu: attic: Specify dependency on python-llfuse@0.41.

2016-03-14 Thread Leo Famulari
* gnu/packages/backup.scm (attic)[inputs]: Specify dependency on python-llfuse@0.41. --- gnu/packages/backup.scm | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index aa8ccbc..88b54f0 100644 ---

[PATCH 5/6] gnu: Add borg.

2016-03-14 Thread Leo Famulari
* gnu/packages/backup.scm (borg): New variable. --- gnu/packages/backup.scm | 53 - 1 file changed, 52 insertions(+), 1 deletion(-) diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 88b54f0..d8f2e87 100644 ---

[PATCH 4/6] gnu: python-llfuse: Update to 1.0, keep 0.41 variant.

2016-03-14 Thread Leo Famulari
* gnu/packages/python.scm (python-llfuse, python2-llfuse): Update to 1.0. (python-llfuse)[properties]: New field. [license]: Remove 'expat'. (python2-llfuse): Use 'strip-python2-variant'. [propagated-inputs]: Add python2-contextlib2. (python-llfuse@0.41): New variable. --- gnu/packages/python.scm

[PATCH 1/2] licenses: Add the nmap license.

2016-03-14 Thread Leo Famulari
* guix/licenses.scm (nmap): New variable. --- guix/licenses.scm | 6 ++ 1 file changed, 6 insertions(+) diff --git a/guix/licenses.scm b/guix/licenses.scm index 61e6793..5624f01 100644 --- a/guix/licenses.scm +++ b/guix/licenses.scm @@ -57,6 +57,7 @@ mpl1.0 mpl1.1 mpl2.0

[PATCH 0/2] Add nmap

2016-03-14 Thread Leo Famulari
This package provides nmap [0]. The nmap source distribution comes with a bunch of its dependencies bundled. This package deletes most of them and replaces them with external libraries. This package currently uses the bundled copies of liblinear and libdnet. Liblinear should be packaged

[PATCH 2/2] gnu: Add nmap.

2016-03-14 Thread Leo Famulari
* gnu/packages/admin.scm (nmap): New variable. --- gnu/packages/admin.scm | 56 +- 1 file changed, 55 insertions(+), 1 deletion(-) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 69802e9..2415a8d 100644 ---

[PATCH] gnu: Add biber

2016-03-14 Thread Clément Barthélemy
Hi everyone, Attached is a series of patches (my first!) to package biber (a BibTeX replacement written in Perl). It's kind of a work in progress, I still have some problems : 1. The build process spits out permission errors for several packages during the strip phase. It doesn't result in a

Re: [PATCHES] Upgrade Kodi to 16.0

2016-03-14 Thread Mathieu Lirzin
"Thompson, David" writes: > It already gets a name like that without having to do anything. Maybe but ‘guix lint crossguid’ is currently not happy with it: --8<---cut here---start->8--- gnu/packages/kodi.scm:78:14:

Re: [PATCH 1/2] gnu: Add gdk-pixbuf+svg.

2016-03-14 Thread Andreas Enge
Hello, On Mon, Mar 14, 2016 at 08:38:12PM +0800, 宋文武 wrote: > * gnu/packages/gtk.scm (gdk-pixbuf+svg): New variable. does it need to be a variable, or would it not make more sense to simply modify gdk-pixbuf? Andreas

Re: [PATCH 2/2] gnu: gtk+: Enable SVG support.

2016-03-14 Thread Jookia
On Mon, Mar 14, 2016 at 08:56:26PM +0800, 宋文武 wrote: > 宋文武 writes: > > > * gnu/packages/gtk.scm (gtk+, gtk+-2)[propagated-inputs]: Use > > 'gtk-pixbuf+svg' > > instead of 'gtk-pixbuf'. > Typo, it's 'gdk-pixbuf'. > > This patch shouldn't apply directly to master right? I

Re: [PATCHES] Upgrade Kodi to 16.0

2016-03-14 Thread Thompson, David
On Sun, Mar 13, 2016 at 5:24 AM, Ricardo Wurmus wrote: > > Thompson, David writes: > >> Hello Mathieu, >> >> On Sat, Mar 12, 2016 at 3:10 PM, Mathieu Lirzin wrote: >>> Hello David, >>> >>> David Thompson

Re: [PATCH 2/2] gnu: gtk+: Enable SVG support.

2016-03-14 Thread Jan Nieuwenhuizen
> * gnu/packages/gtk.scm (gtk+, gtk+-2)[propagated-inputs]: Use 'gtk-pixbuf+svg' > - ("gdk-pixbuf" ,gdk-pixbuf) > + ("gdk-pixbuf" ,gdk-pixbuf+svg) Ah, I've been `waiting' for this. Looked into it briefly, but could not find it. Thanks! Greetings, Jan -- Jan Nieuwenhuizen

Re: [PATCH] htsjdk: Use ant-build-system.

2016-03-14 Thread Ricardo Wurmus
宋文武 writes: > Ricardo Wurmus writes: > >> From 25285f8516a3129230357cf4edec2d47c8ab89c4 Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus >> Date: Mon, 14 Mar 2016 13:02:48 +0100 >> Subject: [PATCH] gnu:

[PATCH] bless: Remove bundled sources for sparsehash.

2016-03-14 Thread Ricardo Wurmus
>From df547eefe4cf2e18f8bccf62a4adc3bd5f3e2258 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 14 Mar 2016 14:16:55 +0100 Subject: [PATCH] gnu: bless: Remove bundled sources for sparsehash. * gnu/packages/bioinformatics.scm (bless)[source]: Delete

Re: [PATCH] htsjdk: Use ant-build-system.

2016-03-14 Thread 宋文武
Ricardo Wurmus writes: > From 25285f8516a3129230357cf4edec2d47c8ab89c4 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Mon, 14 Mar 2016 13:02:48 +0100 > Subject: [PATCH] gnu: htsjdk: Use ant-build-system. > > *

Re: [PATCH 2/2] gnu: gtk+: Enable SVG support.

2016-03-14 Thread 宋文武
宋文武 writes: > * gnu/packages/gtk.scm (gtk+, gtk+-2)[propagated-inputs]: Use 'gtk-pixbuf+svg' > instead of 'gtk-pixbuf'. Typo, it's 'gdk-pixbuf'. This patch shouldn't apply directly to master right? I think this should be pushed with the themes patch and maybe some gtk+

[PATCH 1/2] gnu: Add gdk-pixbuf+svg.

2016-03-14 Thread 宋文武
* gnu/packages/gtk.scm (gdk-pixbuf+svg): New variable. --- gnu/packages/gtk.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 1a10e9b..79983d2 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@

[PATCH 2/2] gnu: gtk+: Enable SVG support.

2016-03-14 Thread 宋文武
* gnu/packages/gtk.scm (gtk+, gtk+-2)[propagated-inputs]: Use 'gtk-pixbuf+svg' instead of 'gtk-pixbuf'. (gtk+)[arguments]: Remove 'wrap-gtk-encode-symbolic-svg' phase. --- gnu/packages/gtk.scm | 17 +++-- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git

[PATCH] htsjdk: Use ant-build-system.

2016-03-14 Thread Ricardo Wurmus
>From 25285f8516a3129230357cf4edec2d47c8ab89c4 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 14 Mar 2016 13:02:48 +0100 Subject: [PATCH] gnu: htsjdk: Use ant-build-system. * gnu/packages/bioinformatics.scm (htsjdk)[build-system]: Use ant-build-system.

Re: [PATCH] Add ant-build-system.

2016-03-14 Thread Roel Janssen
Ricardo Wurmus writes: >> OK with these changes! > > Thanks. I performed the requested changes (including a fix to > “reset-timestamps” to include directories). Pushed as 5f7a1a4. Great to see this. Thanks!

Re: [PATCH] Add ant-build-system.

2016-03-14 Thread Ricardo Wurmus
> OK with these changes! Thanks. I performed the requested changes (including a fix to “reset-timestamps” to include directories). Pushed as 5f7a1a4. ~~ Ricardo

Re: Server for Guix Hydra/Slave ?

2016-03-14 Thread Nils Gillmann
To close this thread: I had some discussion and listing reasons on the weekend against OVH again, which is why I won't do this right here, right now. Which is also why OVH is off the table for me for everything. -- ng personal contact: http://krosos.sdf.org EDN:

Re: addresses: works around gnunet-gtk, gnunet, attention push for powwow, un-font, general question

2016-03-14 Thread Nils Gillmann
Nils Gillmann writes: > Then there's the recent patch for gnunet-gtk 0.10.1, a short > message exchange with Christian Grothoff, Jookia, and myself > today leads to the following conclusion which will be further > explained in a new patch series coming either today or on

Re: [PATCH] gnunet.scm -> various changes (description update, adds gnunet-svn, gnunet-gtk-svn, gnurl)

2016-03-14 Thread Nils Gillmann
l...@gnu.org (Ludovic Courtès) writes: > Nils Gillmann skribis: > >> +gnunet-0.10.1 is the last stable release candidate, however for >> +development purposes and keeping up with latest changes, the SVN version >> +might be preferable until a new version is released.") > >