Re: [PATCH] Add rapicorn.

2016-04-13 Thread Florian Paul Schmidt
Hi, awesome! Do you also press ahead with packaging Beast? Just asking to avoid duplication of effort.. Flo On 13.04.2016 21:34, Ricardo Wurmus wrote: Hi Guix, this patch adds Rapicorn, the graphics library used by Beast. A new version of Rapicorn has just been released that removed a bund

Re: rfc/rfh: i686-w64-mingw32 cross target

2016-04-13 Thread Jan Nieuwenhuizen
Ludovic Courtès writes: > Sorry for the delay, but this is awesome work! I’m impressed that you > got it working in so little time. Thank you! The way Guix (and Nix) handles builds, using clean environments, together with the gcc-cross-environment-variables patch makes it a lot less error-prone

Re: avr-gcc

2016-04-13 Thread Jan Nieuwenhuizen
Ludovic Courtès writes: >> fatal error: gnu/stubs-32.h: No such file or directory >> # include >>^ >> compilation terminated. > > is used when building on a 64-bit glibc system in > 32-bit mode. However, our glibc does not provide it currently. I had this same prob

Re: [PATCH 2/6] gnu: gnome-documents

2016-04-13 Thread rennes
On 2016-02-28 16:15, ren...@openmailbox.org wrote: Hi, I attached tracker patch. This is the map of non-packaged programs required for gnome-documents: 1) libzapojit 2) tracker 5) libgdata 3) liboauth 4) uhttpmock 6) gnome-documents Hi, accompanying the upgrade patch, I added

Re: pcmanfm version update

2016-04-13 Thread Leo Famulari
On Wed, Apr 13, 2016 at 11:31:02PM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > > On Sat, Apr 09, 2016 at 10:59:03PM +0300, Efraim Flashner wrote: > >> We do have some packages that have to be updated together, acme and > >> letsencrypt, python-cryptography and python-cryptography-ve

Re: [PATCH 4/9] gnu: Add brotli.

2016-04-13 Thread Ludovic Courtès
ericbav...@openmailbox.org skribis: > From: Eric Bavier > > * gnu/packages/compression.scm (brotli): New variable. [...] > + (let ((commit "e992cce7a174d6e2b3486616499d26bb0bad6448")) > +(package > + (name "brotli") > + (version "0.1") Please use a version string as noted in the

Re: [PATCH 1/9] gnu: Add ttfautohint.

2016-04-13 Thread Ludovic Courtès
Eric Bavier skribis: > On Wed, 06 Apr 2016 15:13:47 +0300 > Alex Kost wrote: > >> ericbav...@openmailbox.org (2016-04-06 07:32 +0300) wrote: [...] >> > +(license license:gpl2+) ;or FreeType license >> >> Or FreeType? Sorry, what does it mean? If some files are under GPL2+ >>

Re: [PATCH 3/9] gnu: Add ttf2eot.

2016-04-13 Thread Ludovic Courtès
Eric Bavier skribis: > On Thu, 7 Apr 2016 09:24:35 +0300 > Efraim Flashner wrote: > >> On Tue, Apr 05, 2016 at 11:32:55PM -0500, ericbav...@openmailbox.org wrote: >> > From: Eric Bavier >> > >> > * gnu/packages/fontutils.scm (ttf2eot): New variable. >> > * gnu/packages/patches/ttf2eot-cstddef.

Re: [PATCH 2/9] gnu: Add woff-tools.

2016-04-13 Thread Ludovic Courtès
Efraim Flashner skribis: > On Tue, Apr 05, 2016 at 11:32:54PM -0500, ericbav...@openmailbox.org wrote: >> From: Eric Bavier >> >> * gnu/packages/fontutils.scm (woff-tools): New variable. [...] > Looks good to me +1 Ludo’.

Re: [PATCH 1/9] gnu: Add ttfautohint.

2016-04-13 Thread Ludovic Courtès
ericbav...@openmailbox.org skribis: > From: Eric Bavier > > * gnu/packages/fontutils.scm (ttfautohint): New variable. > * gnu/packages/patches/ttfautohint-source-date-epoch.patch: New patch. > * gnu-system.am (dist_patch_DATA): Add it. LGTM! Did you submit the SOURCE_DATE_EPOCH patch upstream?

Re: pcmanfm version update

2016-04-13 Thread Ludovic Courtès
Leo Famulari skribis: > On Sat, Apr 09, 2016 at 10:59:03PM +0300, Efraim Flashner wrote: >> We do have some packages that have to be updated together, acme and >> letsencrypt, python-cryptography and python-cryptography-vectors. But >> those do have a commit message that they are updated together

Re: [PATCH] gnu: fontforge: Update to 20160404.

2016-04-13 Thread Ludovic Courtès
alírio eyng skribis: > On 4/8/16, Eric Bavier wrote: >> Does >> FONTFORGE_VERSIONDATE not need to be updated? > this marks the time when fontforge builds became reproducible in guix. > otherwise it's pretty arbitrary. > ludo, wdyt? I agree, it’s arbitrary and not very informative anyway. Ludo’

Re: [PATCH] services: 'console-keymap-service' takes multiple files.

2016-04-13 Thread Ludovic Courtès
Alex Kost skribis: > From 8c58974b549479a8e97cf64f21393aa495596e13 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Sat, 9 Apr 2016 00:21:15 +0300 > Subject: [PATCH] services: 'console-keymap-service' takes multiple files. > > * gnu/services/base.scm (console-keymap-service-type): Type procedu

Re: [PATCH] guix lint: at the "checking" line, make sure to delete the old line's text before overwriting it (with a possibly shorter text).

2016-04-13 Thread Ludovic Courtès
Danny Milosavljevic skribis: > * guix/scripts/lint.scm (run-checkers): at the "checking" line, make sure to > delete the old line's text before overwriting it (with a possibly shorter > text). Applied. I changed the commit log to more closely match our conventions. It’s one of these annoyanc

Re: hydra jobset timeout

2016-04-13 Thread Mathieu Lirzin
l...@gnu.org (Ludovic Courtès) writes: > Also, “make hydra-jobs.scm” now reproduces the evaluation step that > happens on Hydra and catches problems like this one (note to Mathieu: > take a look at this, will be helpful for your project ;-)). I have already take a look, however I will need to loo

Re: [PATCH] gnu: glibc: Rename linux-headers input to kernel-headers.

2016-04-13 Thread Ludovic Courtès
Manolis Ragkousis skribis: > From 2eefef2dea7fa6c027bfe611cfd6bb3a9d17fd94 Mon Sep 17 00:00:00 2001 > From: Manolis Ragkousis > Date: Sun, 10 Apr 2016 21:20:51 +0300 > Subject: [PATCH] gnu: glibc: Rename linux-headers input to kernel-headers. > > * gnu/packages/base.scm (glibc)[propagated-inputs

Re: [PATCH 3/3] doc: Add a reference to 'Invoking guix archive'.

2016-04-13 Thread Ludovic Courtès
Mathieu Lirzin skribis: > * doc/guix.texi (Common Build Options): Add a reference to 'Invoking > guix archive'. OK, thanks! Ludo'.

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

2016-04-13 Thread Ludovic Courtès
Mathieu Lirzin skribis: > * gnu/packages/version-control.scm (reposurgeon): New variable. [...] > + (add-before 'build 'fix-docbook > + (lambda* (#:key inputs #:allow-other-keys) > + (setenv "XML_CATALOG_FILE" > + (string-append (assoc-ref input

Re: [PATCH 1/3] gnu: Add docbook-xml-4.1.2.

2016-04-13 Thread Ludovic Courtès
Mathieu Lirzin skribis: > * gnu/packages/docbook.scm (docbook-xml-4.1.2): New variable. OK!

Re: [PATCH 2/2] gnu: packages: Use 'search-patches' everywhere.

2016-04-13 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2016-04-09 18:08 +0300) wrote: > > [...] >> Woow, thanks for taking the time to do it! > > Heh, it didn't take too much, actually. > >> (If you haven’t done it already, you can check with ‘guix lint -t >> derivation’ that all the files are found, and run, say

Re: hydra jobset timeout

2016-04-13 Thread Ludovic Courtès
iyzs...@member.fsf.org (宋文武) skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> iyzs...@member.fsf.org (宋文武) skribis: >> >>> Hi! With the help of ‘guix refresh -t gnome’ I update many GNOME >>> packages to latest (the 3.20 release) in the ‘gnome-updates’ branch. >>> >>> Also: >>> glib: Disa

Re: [PATCH 0/1] Samba security update

2016-04-13 Thread Ludovic Courtès
Leo Famulari skribis: > There is a security update of Samba: version 4.3.7 and a regression fix > in 4.3.8 [0]. I have updated our package to version 4.3.8 with commit > 645deac3264744ec09c027a8b9762fdf62aced70. > > This update addresses the following vulnerabilities: Thank you! Ludo’.

Re: avr-gcc

2016-04-13 Thread Ludovic Courtès
"Thompson, David" skribis: > avr-gcc -DHAVE_CONFIG_H -I. -I../../../../avr-libc-2.0.0/avr/lib/avr2 > -I../../.. -I../../../../avr-libc-2.0.0/common > -I../../../../avr-libc-2.0.0/include -I../../../include > -I../../../../avr-libc-2.0.0/common > -I../../../../avr-libc-2.0.0/include -I../../../in

Re: [PATCH] Add rapicorn.

2016-04-13 Thread Mathieu Lirzin
Hello, Ricardo Wurmus writes: > From f50b4c419437b4213a27ad52bd43cefe00e55d84 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Wed, 13 Apr 2016 08:56:16 +0200 > Subject: [PATCH 2/2] gnu: Add rapicorn. > > * gnu/packages/graphics.scm (rapicorn): New variable. > --- > gnu/packages/graphic

[PATCH] Add rapicorn.

2016-04-13 Thread Ricardo Wurmus
Hi Guix, this patch adds Rapicorn, the graphics library used by Beast. A new version of Rapicorn has just been released that removed a bundled and modified version of librsvg, so it’s finally possible to add it to Guix upstream. Note that it depends on libpng 1.2.x, which is added by the first p

Re: shepherd, default /etc/shepherd.scm for other distributions

2016-04-13 Thread Jean Louis
Hello David, Thank you much, that is a way to start implementing it on other systems. Jean Louis On Tue, Apr 12, 2016 at 06:11:19PM -0400, David Michael wrote: > On Tue, Apr 12, 2016 at 7:52 AM, Jean Louis wrote: > > I am searching for a sample shepherd /etc/shepherd.scm to be run on > > other

Re: [PATCH 2/2] gnu: Add gnome-tweak-tool.

2016-04-13 Thread Jan Nieuwenhuizen
Leo Famulari writes: > I still don't understand how all the parts of GNOME fit together, so I > can't give a full review of these patches. > > But, with these patches, I can successfully prevent my laptop from > sleeping when the lid is closed. Thank you! :-) >> * gnu/packages/gnome.scm (libnoti

Re: [PATCH] gnu: Add giac-xcas

2016-04-13 Thread Mathieu Lirzin
Hello, Nicolas Goaziou writes: >> I think you are right, could you send an updated patch with two separate >> phases? Sorry I love nitpicking. ;) > > Here is the new patch. Both patches pushed in commits: 61bb355532f2612ee99d0d9438dbea5ad4ec1f4d 57497c5753465d4c2bbe1427223a51c5c33e12d9

Re: [PATCH] gnu: geda-gaf: Make gsch2pcb work out-of-the-box.

2016-04-13 Thread Thompson, David
On Wed, Apr 13, 2016 at 12:05 PM, Eric Bavier wrote: > On 2016-04-13 09:45, Thompson, David wrote: >> >> * gnu/packages/engineering.scm (geda-gaf)[inputs]: Add m4 and pcb. >> [arguments]: Add configure flags that point to PCB data files. > > > Nitpick: '[' should align with "gnu". The GNU ChangeL

Re: [PATCH] gnu: geda-gaf: Make gsch2pcb work out-of-the-box.

2016-04-13 Thread Eric Bavier
On 2016-04-13 09:45, Thompson, David wrote: * gnu/packages/engineering.scm (geda-gaf)[inputs]: Add m4 and pcb. [arguments]: Add configure flags that point to PCB data files. Nitpick: '[' should align with "gnu". Is m4 really required at runtime? Otherwise LGTM. -- `~Eric

[PATCH] gnu: geda-gaf: Make gsch2pcb work out-of-the-box.

2016-04-13 Thread Thompson, David
In which Dave begins to learn how to design PCBs. TIA for review, - Dave From f4c901decb414681256b3d0278678a2a4c853b56 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 13 Apr 2016 10:41:57 -0400 Subject: [PATCH] gnu: geda-gaf: Make gsch2pcb work out-of-the-box. * gnu/packages/engineerin