[PATCHES] profiles: Produce a single-file CA certificate bundle

2015-03-02 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Mark H Weaver skribis: > >> In order to support multiple packages containing CA certs, it would be >> good to handle creation of the single-file cert bundle in the profile >> generation code, analogous to our handling of info "dir" files. This >> would al

Re: /etc/ssl/certs and the certificate bundle

2015-03-02 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Mark H Weaver skribis: > >> The single-file bundle is just a concatenation of all the individual PEM >> data, starting with "-BEGIN CERTIFICATE-" and ending with >> "-END CERTIFICATE-", including those delimiters. >> >> The only caveat is t

Re: [PATCH 3/8] gnu: Add djvulibre.

2015-03-02 Thread Paul van der Walt
On 2015-03-03 at 00:21, quoth Mark H Weaver: >> * gnu/packages/pdf.scm (djvulibre): New variable. > > The package looks good, but I'm not sure it belongs in pdf.scm. Yeah i felt a bit uncomfortable putting it in a module called pdf too. I would think document.scm is fine, but it sounds a bit too

Re: [PATCH 3/8] gnu: Add djvulibre.

2015-03-02 Thread Mark H Weaver
Paul van der Walt writes: > * gnu/packages/pdf.scm (djvulibre): New variable. > --- > gnu/packages/pdf.scm | 20 > 1 file changed, 20 insertions(+) The package looks good, but I'm not sure it belongs in pdf.scm. Maybe the answer is to rename pdf.scm to something more gener

Re: [PATCH 2/8] gnu: Add girara.

2015-03-02 Thread Mark H Weaver
Paul van der Walt writes: > * gnu/packages/gtk.scm (girara): Add variable. > --- > gnu/packages/gtk.scm | 39 +++ > 1 file changed, 39 insertions(+) Looks good, please push! Mark

Re: [PATCH 1/8] gnu: check: Update version to 0.9.14

2015-03-02 Thread Mark H Weaver
Paul van der Walt writes: > * gnu/packages/check.scm (check): Update to version 0.9.14. > --- > gnu/packages/check.scm | 8 +++- > 1 file changed, 3 insertions(+), 5 deletions(-) Okay to push, thanks! Mark

Re: [PATCH] gnu: mpd: Update version to 0.19.9

2015-03-02 Thread David Thompson
Paul van der Walt writes: > Hello guix, > > Bavier and i had a problem where mpd was segfaulting. I didn't dig deep, > but the issue evaporated when i upgraded my mpd version. The one in Guix > was over a year old. > > I hope this patch is acceptable -- it's pretty trivial. > > Cheers, > p. > Fro

/etc/ssl/certs and the certificate bundle

2015-03-02 Thread Ludovic Courtès
Mark H Weaver skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Mark H Weaver skribis: >> >>> No, it's not worse than it was before. Sorry if I gave that impression. >>> The only issue is that we might need to generate a single-file >>> certificate bundle for now, because I haven't found a

[PATCH] gnu: mpd: Update version to 0.19.9

2015-03-02 Thread Paul van der Walt
Hello guix, Bavier and i had a problem where mpd was segfaulting. I didn't dig deep, but the issue evaporated when i upgraded my mpd version. The one in Guix was over a year old. I hope this patch is acceptable -- it's pretty trivial. Cheers, p. >From 16cf9de7c4c2ad60bc1c78f026db9f366a07cda1 Mon

[PATCH 5/8] gnu: Add zathura PDF plugin.

2015-03-02 Thread Paul van der Walt
* gnu/packages/pdf.scm (zathura-pdf-poppler): New variable. --- gnu/packages/pdf.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index 100a799..df1a99c 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.sc

[PATCH 2/8] gnu: Add girara.

2015-03-02 Thread Paul van der Walt
* gnu/packages/gtk.scm (girara): Add variable. --- gnu/packages/gtk.scm | 39 +++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 81f912e..c79a7cd 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -4

[PATCH 8/8] gnu: Add zathura comicbook plugin.

2015-03-02 Thread Paul van der Walt
* gnu/packages/pdf.scm (zathura-cb): New variable. --- gnu/packages/pdf.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index 961d8ef..073b220 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -147,6

[PATCH 7/8] gnu: Add zathura postscript plugin.

2015-03-02 Thread Paul van der Walt
* gnu/packages/pdf.scm (zathura-ps): New variable. --- gnu/packages/pdf.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index 925674c..961d8ef 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -147,6

[PATCH 1/8] gnu: check: Update version to 0.9.14

2015-03-02 Thread Paul van der Walt
* gnu/packages/check.scm (check): Update to version 0.9.14. --- gnu/packages/check.scm | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 399af2c..bf2a1c7 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm

[PATCH 4/8] gnu: Add zathura.

2015-03-02 Thread Paul van der Walt
* gnu/packages/pdf.scm (zathura): New variable. * gnu/packages/patches/zathura-plugindir-environment-variable.patch: New file. * gnu-system.am: Add it. --- gnu-system.am | 3 +- .../zathura-plugindir-environment-variable.patch | 35 ++ gnu/pa

[PATCH 6/8] gnu: Add zathura DjVu plugin.

2015-03-02 Thread Paul van der Walt
* gnu/packages/pdf.scm (zathura-djvu): New variable. --- gnu/packages/pdf.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index df1a99c..925674c 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -14

[PATCH 3/8] gnu: Add djvulibre.

2015-03-02 Thread Paul van der Walt
* gnu/packages/pdf.scm (djvulibre): New variable. --- gnu/packages/pdf.scm | 20 1 file changed, 20 insertions(+) diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index 7b4f2ab..4cf1089 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -2,6 +2,7 @@ ;;;

Re: [PATCH 4/8] gnu: Add zathura.

2015-03-02 Thread Paul van der Walt
On 2015-03-02 at 21:19, quoth Mark H Weaver: > It's not important, but the way we usually write this is: > [...] > We don't generally describe what new files are for in the commit log. > Such explanations belong in the files themselves. Will fix! > For consistency, please use tabs before the "\"

Re: [PATCH] gnu: Add snakemake.

2015-03-02 Thread Andreas Enge
This looks straight-forward to me, please push. Andreas

Re: [PATCH 4/8] gnu: Add zathura.

2015-03-02 Thread Mark H Weaver
Paul van der Walt writes: > * gnu/packages/pdf.scm (zathura): New variable. > * gnu-system.am: Add zathura-plugindir-environment-variable.patch > * gnu/packages/patches/zathura-plugindir-environment-variable.patch: Add patch > for zathura environment variable. It's not important, but the way w

Re: [PATCH] gnu: Add Russian Aspell dictionary.

2015-03-02 Thread Andreas Enge
On Mon, Mar 02, 2015 at 10:40:11PM +0300, Alex Kost wrote: > Just another aspell dict. This looks very uncontroversial, please push. Andreas

[PATCH] gnu: Add Russian Aspell dictionary.

2015-03-02 Thread Alex Kost
Just another aspell dict. >From 673ff9e4baa0a4c380327908c2300d625c8f9ec4 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Mon, 2 Mar 2015 22:12:00 +0300 Subject: [PATCH] gnu: Add Russian Aspell dictionary. * gnu/packages/aspell.scm (aspell-dict-ru): New variable. --- gnu/packages/aspell.scm | 8 +

[PATCH] gnu: python2-pygtk: fix path to pygobject-codegen-2.0.

2015-03-02 Thread Ricardo Wurmus
PyGtk comes with the deprecated pygtk-codegen-2.0 which only wraps pygobject-codegen-2.0. The attached patch fixes the prefix to this executable from the pygtk prefix to the pygobject package output. ~~ Ricardo >From 01012ecefda0842d59d1031991ddf5ea6bb75080 Mon Sep 17 00:00:00 2001 From: Ricardo

Re: 01/01: services: xorg: Fix file descriptor leak from SLiM/xinitrc.

2015-03-02 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Mark H Weaver skribis: > >> Ludovic Courtès writes: >> >>> commit ec4a4c46efaf2e7373f331654640f1321c0f2e62 >>> Author: Ludovic Courtès >>> Date: Sat Feb 28 22:44:31 2015 +0100 >>> >>> services: xorg: Fix file descriptor leak from SLiM/xinitrc. >>>

Re: [PATCH] gnu: Add llvm-3.6.0 and clang-3.6.0

2015-03-02 Thread Mark H Weaver
Mark H Weaver writes: > This updates llvm and clang to 3.6.0, while keeping 3.5.0 available as > well. It creates a new procedure 'clang-from-llvm' that does the > obvious thing. I want to keep 3.5.0 around for purposes of testing > Guile with various versions of clang. > > I've verified that t

[PATCH] gnu: Add snakemake.

2015-03-02 Thread Ricardo Wurmus
>From 9d03e7d6bf8b6704f7e743323ccb948d0d9cc820 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 2 Mar 2015 17:36:28 +0100 Subject: [PATCH] gnu: Add snakemake. * gnu/packages/python.scm (snakemake): New variable. --- gnu/packages/python.scm | 22 ++ 1 file changed, 22

core-updates merge imminent

2015-03-02 Thread Ludovic Courtès
Hi Guix! Hydra is now building all the packages from ‘core-updates’, so unless something goes wrong, expect it to be merged within 24-48 hours. We’ll reopen a ‘core-updates’ branch shortly after that. Ludo’.

Re: [PATCH 0/2] Improve search path handling?

2015-03-02 Thread Ludovic Courtès
Dave Thompson skribis: > Ludovic Courtès writes: > >> Mark H Weaver skribis: >> >>> Andreas Enge writes: >>> On Sat, Feb 28, 2015 at 12:31:59PM -0500, David Thompson wrote: > Yes, I think so. I think I have resolved this, but it's a "rebuild the > world" change so I don't yet kno

Re: [PATCH] gnu: Add soundtouch.

2015-03-02 Thread Mark H Weaver
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: > +(define-public soundtouch > + (package > +(name "soundtouch") > +(version "1.8.0") > +(source > + (origin > + (method url-fetch) > + (uri > +(string-append > + "http://www.surina.net/so

Re: [PATCH] gnu: Add CLIPper.

2015-03-02 Thread Mark H Weaver
Ricardo Wurmus writes: > +(define-public clipper > + (package > +(name "clipper") > +(version "0.3.0") > +(source (origin > + (method url-fetch) > + (uri (string-append > +"https://github.com/YeoLab/clipper/archive/"; > +

[PATCH] gnu: Add llvm-3.6.0 and clang-3.6.0

2015-03-02 Thread Mark H Weaver
This updates llvm and clang to 3.6.0, while keeping 3.5.0 available as well. It creates a new procedure 'clang-from-llvm' that does the obvious thing. I want to keep 3.5.0 around for purposes of testing Guile with various versions of clang. I've verified that the 3.5.0 packages generate the same

Re: [PATCH 0/2] Improve search path handling?

2015-03-02 Thread Dave Thompson
Ludovic Courtès writes: > Mark H Weaver skribis: > >> Andreas Enge writes: >> >>> On Sat, Feb 28, 2015 at 12:31:59PM -0500, David Thompson wrote: Yes, I think so. I think I have resolved this, but it's a "rebuild the world" change so I don't yet know if it works. Would it be possibl

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

2015-03-02 Thread Federico Beffa
l...@gnu.org (Ludovic Courtès) writes: >> +(substitute* (list "testsuite/timeout/Makefile" >> + "testsuite/timeout/timeout.py" >> + "testsuite/timeout/timeout.hs" >> + "testsuite/tests/rename/prog

Re: 01/01: services: xorg: Fix file descriptor leak from SLiM/xinitrc.

2015-03-02 Thread Ludovic Courtès
Mark H Weaver skribis: > Ludovic Courtès writes: > >> commit ec4a4c46efaf2e7373f331654640f1321c0f2e62 >> Author: Ludovic Courtès >> Date: Sat Feb 28 22:44:31 2015 +0100 >> >> services: xorg: Fix file descriptor leak from SLiM/xinitrc. >> >> Previously processes started from the w

[PATCH 5/8] gnu: Add zathura PDF plugin.

2015-03-02 Thread Paul van der Walt
* gnu/packages/pdf.scm (zathura-pdf-poppler): New variable. --- gnu/packages/pdf.scm | 38 ++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index 1c5c193..0f2fcfe 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/p

[PATCH 6/8] gnu: Add zathura DjVu plugin.

2015-03-02 Thread Paul van der Walt
* gnu/packages/pdf.scm (zathura-djvu): New variable. --- gnu/packages/pdf.scm | 35 +++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index 0f2fcfe..72ad46f 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@

[PATCH 1/8] gnu: check: Update version to 0.9.14

2015-03-02 Thread Paul van der Walt
* gnu/packages/check.scm (check): Update to version 0.9.14. --- gnu/packages/check.scm | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 399af2c..bf2a1c7 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm

[PATCH 8/8] gnu: Add zathura comicbook plugin.

2015-03-02 Thread Paul van der Walt
* gnu/packages/pdf.scm (zathura-cb): New variable. --- gnu/packages/pdf.scm | 37 +++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index 7a5c649..baefaa4 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/pack

[PATCH 2/8] gnu: Add girara.

2015-03-02 Thread Paul van der Walt
* gnu/packages/gtk.scm (girara): Add variable. --- gnu/packages/gtk.scm | 42 ++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 81f912e..234ca6d 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@

[PATCH 3/8] gnu: Add djvulibre.

2015-03-02 Thread Paul van der Walt
* gnu/packages/pdf.scm (djvulibre): New variable. --- gnu/packages/pdf.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index 7b4f2ab..5e24a43 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -2,6 +2,7 @@ ;;

[PATCH 7/8] gnu: Add zathura postscript plugin.

2015-03-02 Thread Paul van der Walt
* gnu/packages/pdf.scm (zathura-ps): New variable. --- gnu/packages/pdf.scm | 36 1 file changed, 36 insertions(+) diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index 72ad46f..7a5c649 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -

[PATCH 4/8] gnu: Add zathura.

2015-03-02 Thread Paul van der Walt
* gnu/packages/pdf.scm (zathura): New variable. * gnu-system.am: Add zathura-plugindir-environment-variable.patch * gnu/packages/patches/zathura-plugindir-environment-variable.patch: Add patch for zathura environment variable. --- gnu-system.am | 4 +- .../z

Re: [PATCH 2/7] gnu: Add djvulibre.

2015-03-02 Thread Ludovic Courtès
宋文武 skribis: > 2015-03-02 7:47 GMT+08:00 Paul van der Walt : >> * gnu/packages/pdf.scm (djvulibre): New variable. [...] > Synposis is too long, and shouldn't contain package name, end with peroid, > etc. > Perhaps just "Implementation of DjVu"? Hint: run ‘guix lint djvulibre’ before posting;

Re: [PATCH] build: ruby: Add gitify phase.

2015-03-02 Thread Ludovic Courtès
David Thompson skribis: > David Thompson writes: > >> This patch solves a blocking issue for packaging a very large number of >> Ruby gems, which is that the build process assumes you are working out >> of a git repository. > > Bump. I'm going to push this with the other Ruby related patches I'

Re: [PATCH] gnu: Add mpdscribble.

2015-03-02 Thread Ludovic Courtès
David Thompson skribis: > Ludovic Courtès writes: > >> David Thompson skribis: >> >>> From f0c0cae0aef184c6bb1d9340334ca1601113e1eb Mon Sep 17 00:00:00 2001 >>> From: David Thompson >>> Date: Sat, 28 Feb 2015 14:24:52 -0500 >>> Subject: [PATCH] gnu: Add mpdscribble. >>> >>> * gnu/packages/mpd.

Re: [PATCH 0/2] Improve search path handling?

2015-03-02 Thread Ludovic Courtès
Mark H Weaver skribis: > Andreas Enge writes: > >> On Sat, Feb 28, 2015 at 12:31:59PM -0500, David Thompson wrote: >>> Yes, I think so. I think I have resolved this, but it's a "rebuild the >>> world" change so I don't yet know if it works. Would it be possible to >>> add a 'wip-search-paths'

Re: [PATCH 01/15] gnu: gtk-xfce-engine: Update to 2.10.0.

2015-03-02 Thread Andreas Enge
On Sun, Mar 01, 2015 at 06:30:22PM +0800, 宋文武 wrote: > I think that's the reason for a 2.x version. > I feel the commit message or a comment should mention it, > but can't get one myself, any suggestion? How about in the second part: Update to 2 Since upstream stopped support of GTK+ 3, they w

Re: [PATCH 01/15] gnu: gtk-xfce-engine: Update to 2.10.0.

2015-03-02 Thread Andreas Enge
On Mon, Mar 02, 2015 at 01:06:30AM -0500, Mark H Weaver wrote: > I think 宋文武 should push this commit. Yes. Unfortunately, automatic upgrades will be broken, so people need to think of doing them manually. Andreas

Re: Python ignores pth files?

2015-03-02 Thread Federico Beffa
Ricardo Wurmus writes: > Ricardo Wurmus writes: > >> Taylan Ulrich Bayırlı/Kammer writes: >> >>> Ricardo Wurmus writes: >>> pygtk and pygobject both come with .pth files that instruct Python to check out the "gtk-2.0" subdirectory, yet these files are seemingly ignored as (accordi