Re: [PATCH] Add Pure Data.

2015-08-18 Thread Leo Famulari
font it is looking for... and the fallback font rendering is basically unreadable. Any advice? From 6498d9397a40682375fdf23fb8c2f4e7ffb69179 Mon Sep 17 00:00:00 2001 From: Leo Famulari l...@famulari.name Date: Tue, 18 Aug 2015 12:57:08 -0400 Subject: [PATCH] gnu: Add Pure Data. * gnu/packages/pd.scm

Re: [PATCH] gnu: Add dvtm

2015-08-18 Thread Leo Famulari
From d67aa1abcbca0604f88ea98fe69e6b5c68e06cf5 Mon Sep 17 00:00:00 2001 Feel free to ignore this duplicate patch. I sent this before I was subscribed and I expected it to go to /dev/null when I sent the more recent patch.

Re: [PATCH] Add Pure Data.

2015-08-18 Thread Leo Famulari
On Wed, Aug 19, 2015 at 09:31:05AM +0800, 宋文武 wrote: I just push a commit to build tk with xft support, which should give Pd better fonts. Please check :-) This does it! It still can't find Deja Vu Sans Mono but the fonts are readable now. Thanks!

Re: screen locker

2015-08-21 Thread Leo Famulari
On Fri, Aug 21, 2015, at 11:47, 宋文武 wrote: Same here, I think only root can run it. (the unprivileged user can't set /proc/self/oom_score_adj). Slock on Debian (package suckless-tools) doesn't have this issue. I am looking into how they deal with it.

Re: screen locker

2015-08-21 Thread Leo Famulari
-Programs.html On Fri, Aug 21, 2015, at 13:46, Leo Famulari wrote: On Fri, Aug 21, 2015, at 11:47, 宋文武 wrote: Same here, I think only root can run it. (the unprivileged user can't set /proc/self/oom_score_adj). Slock on Debian (package suckless-tools) doesn't have this issue. I am looking

Re: [PATCH 1/1] gnu: Add dvtm.

2015-08-21 Thread Leo Famulari
if there are problems with the new revision. Leo On Fri, Aug 21, 2015, at 18:35, Mark H Weaver wrote: Hi! Leo Famulari l...@famulari.name writes: * gnu/packages/dvtm.scm: New file. * gnu-system.am: Add it. Please include the Makefile variable being changed, like this: * gnu-system.am

[PATCH v2] gnu: Add dvtm.

2015-08-21 Thread Leo Famulari
000..17c7205 --- /dev/null +++ b/gnu/packages/dvtm.scm @@ -0,0 +1,54 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2015 Leo Famulari l...@famulari.name +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can redistribute it and/or modify

Re: [PATCH] Add Pure Data.

2015-08-18 Thread Leo Famulari
On Tue, Aug 18, 2015 at 09:13:38PM +0200, Ricardo Wurmus wrote: I couldn't get this patch to build as is. I think there are some parentheses problems, specifically here: +(home-page http://puredata.info;;) There are no parentheses problems in my patch. I build it just fine on my

[PATCH 1/1] gnu: Add dvtm.

2015-08-18 Thread Leo Famulari
* gnu/packages/dvtm.scm: New file. * gnu-system.am: Add it. --- gnu-system.am | 1 + gnu/packages/dvtm.scm | 29 + 2 files changed, 30 insertions(+) create mode 100644 gnu/packages/dvtm.scm diff --git a/gnu-system.am b/gnu-system.am index 9f46f7b..96f6e66

[PATCH 0/1] Adding new package: dvtm

2015-08-18 Thread Leo Famulari
My first package! Does anyone think the build arguments could be written more clearly? Perhaps with modify-phases? I'm open to suggestions. Leo Famulari (1): gnu: Add dvtm. gnu-system.am | 1 + gnu/packages/dvtm.scm | 29 + 2 files changed, 30 insertions

[PATCH] gnu: Add dvtm

2015-08-18 Thread Leo Famulari
From: Leo Famulari l...@famulari.name Date: Mon, 17 Aug 2015 15:21:38 -0400 Subject: [PATCH 1/1] gnu: Add dvtm. * gnu/packages/dvtm.scm: New file. * gnu-system.am: Add it. --- gnu-system.am | 1 + gnu/packages/dvtm.scm | 29 + 2 files changed, 30 insertions

[PATCH 0/1] lua: Build with dynamic library support

2015-10-26 Thread Leo Famulari
This patch fixes the make flags on lua-5.2 and lua-5.1. Each version has a different Makefile that handles the flags differently. Notably, this enables the use of dynamic libraries with Lua. Leo Famulari (1): gnu: lua: Build with dynamic library support. gnu/packages/lua.scm | 25

[PATCH 1/1] gnu: lua: Build with dynamic library support.

2015-10-26 Thread Leo Famulari
* gnu/packages/lua.scm (lua, lua-5.1)[arguments]: Set the make flags properly for each version of lua. --- gnu/packages/lua.scm | 25 + 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index 87f53d1..7699a91

Re: [PATCH 1/1] gnu: lua: Build with dynamic library support.

2015-10-27 Thread Leo Famulari
Calling all Lua experts! Or even somebody that has used Lua before! ;) I studied the lua-5.1 and lua-5.2 Makefiles more carefully and I will split this up into separate packages for each version, with some changes. On Tue, Oct 27, 2015, at 11:48, Ludovic Courtès wrote: > By “fixing the flags”,

Re: [PATCH 1/1] gnu: lua: Build with dynamic library support.

2015-10-28 Thread Leo Famulari
? The missing '-DLUA_USE_LINUX' is the issue for the lua-5.1 in master. That flag specifies the use of dlopen, among other things. On Tue, Oct 27, 2015, at 23:32, Leo Famulari wrote: > Calling all Lua experts! Or even somebody that has used Lua before! ;) > > I studied the lua-5.1 an

[PATCH 0/1] libpng security update (CVE-2015-8126)

2015-11-15 Thread Leo Famulari
These buffer overflows in libpng were announced today: https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-8126 This patch updates libpng to 1.5.24, which is claimed to be free of the bugs. Leo Famulari (1): gnu: libpng: Add fixes for CVE-2015-8126. gnu/packages/image.scm | 4 ++-- 1

[PATCH 1/1] gnu: libpng: Add fixes for CVE-2015-8126.

2015-11-15 Thread Leo Famulari
* gnu/packages/image.scm (libpng): Update to version 1.5.24 --- gnu/packages/image.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index bde327c..c02b75d 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@

Re: [PATCH 2/5] gnu: Build lua-5.2 with dynamic library support.

2015-11-10 Thread Leo Famulari
Forgot to send this to the list... On Sun, Nov 8, 2015, at 16:08, Ludovic Courtès wrote: > Leo Famulari <l...@famulari.name> skribis: > > > * gnu/packages/lua.scm (lua-5.2)[arguments]: Rewrite make-flags so that > > Lua is built with platform-specific instruc

Re: [PATCH 3/5] gnu: Build lua-5.2 with a dynamic library

2015-11-10 Thread Leo Famulari
Forgot to send this one to the list... To: Ludovic Courtès Subject: Re: [PATCH 3/5] gnu: Build lua-5.2 with a dynamic library Date: Mon, 09 Nov 2015 18:46:39 -0500 > This is not optimal though because: > > 1. We’re still providing liblua.a, but that archives actually contains >

[PATCH 1/5] gnu: Remove tabulation from luajit.

2015-11-02 Thread Leo Famulari
* gnu/packages/lua.scm (luajit): Remove tabs. --- gnu/packages/lua.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index 87f53d1..6bedde3 100644 --- a/gnu/packages/lua.scm +++ b/gnu/packages/lua.scm @@ -89,8 +89,8 @@ for

[PATCH 5/5] gnu: Build lua-5.1 with dynamic library support and a dynamic library.

2015-11-02 Thread Leo Famulari
t (package diff --git a/gnu/packages/patches/lua51-liblua-so.patch b/gnu/packages/patches/lua51-liblua-so.patch index 6795f10..6b029de 100644 --- a/gnu/packages/patches/lua51-liblua-so.patch +++ b/gnu/packages/patches/lua51-liblua-so.patch @@ -1,13 +1,24 @@ +From 115e612016fe615e6c895af8df7db64611

[PATCH 4/5] gnu: Use make-flags and modify-phases for lua-5.2.

2015-11-02 Thread Leo Famulari
* gnu/packages/lua.scm (lua-5.2)[arguments]: Use make-flags and modify-phases to control build process, replacing use of 'alist-' procedures. --- gnu/packages/lua.scm | 27 +-- 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/gnu/packages/lua.scm

[PATCH 2/5] gnu: Build lua-5.2 with dynamic library support.

2015-11-02 Thread Leo Famulari
/lua.scm index 6bedde3..bbb1b8c 100644 --- a/gnu/packages/lua.scm +++ b/gnu/packages/lua.scm @@ -3,6 +3,7 @@ ;;; Copyright © 2014 Raimon Grau <raimons...@gmail.com> ;;; Copyright © 2014 Mark H Weaver <m...@netris.org> ;;; Copyright © 2014 Andreas Enge <andr...@enge.fr> +;;; Co

Re: [PATCHES] Mupen64Plus

2015-11-02 Thread Leo Famulari
On Mon, Nov 2, 2015, at 17:04, Taylan Ulrich Bayırlı/Kammer wrote: > (I can't use git-send-email with git installed from Guix for some > reason; it says subcommand not found.) Off-topic, but this happened to me, too. I'm still using Debian's git, but I bet the problem is that git-send-email needs

[PATCH 0/3] Fix bash:include and build recutils' Bash builtin.

2015-10-18 Thread Leo Famulari
opy-file', reducing the amount of boilerplate code. The recutils patch tells recutils where to find the Bash headers so that the recutils' Bash builtin 'readrec' can be built. [1] line 254 onwards: https://sources.debian.net/src/bash/4.3-11/debian/rules/ Leo Famulari (3): gnu: bash: Install more headers in

[PATCH 2/3] gnu: bash: Use 'install-file' instead of 'mkdir-p' and 'copy-file'.

2015-10-18 Thread Leo Famulari
* gnu/packages/bash.scm (bash): Use 'install-file' instead of 'mkdir-p' and 'copy-file'. --- gnu/packages/bash.scm | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/gnu/packages/bash.scm b/gnu/packages/bash.scm index e1ddd7c..c65f3c8 100644 ---

[PATCH 3/3] gnu: recutils: Build the Bash builtin, readrec.

2015-10-18 Thread Leo Famulari
Bunnbu <iyzs...@gmail.com> +;;; Copyright © 2015 Leo Famulari <l...@famulari.name> ;;; ;;; This file is part of GNU Guix. ;;; @@ -24,6 +25,7 @@ (define-module (gnu packages databases) #:use-module (gnu packages) + #:use-module (gnu packages bash) #:use-module (gnu packages pe

[PATCH 1/3] gnu: bash: Install more headers in "include" output.

2015-10-18 Thread Leo Famulari
+++ b/gnu/packages/bash.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2012, 2013, 2014, 2015 Ludovic Courtès <l...@gnu.org> ;;; Copyright © 2014, 2015 Mark H Weaver <m...@netris.org> +;;; Copyright © 2015 Leo Famulari <l...@famulari.

Re: GuixSD and free hardware

2015-10-15 Thread Leo Famulari
On Thu, Oct 15, 2015, at 17:51, Christopher Allan Webber wrote: > Along these lines, it might be interesting if we can get more of the > guix "core" packages in Guix paired down in size. It's unlikely that > I'm going to be building packages on a neo900 or etc, but I might want > all my small

Re: Checking signatures on source tarballs

2015-10-07 Thread Leo Famulari
On Wed, Oct 7, 2015, at 10:09, Mark H Weaver wrote: > > l...@gnu.org (Ludovic Courtès) writes: > > Most of the time the authentication model is trust-on-first-download: > > The packager fetches upstream’s public key when they first download a > > tarball (so this particular phase is subject to

[PATCH 2/3] gnu: Add python-msgpack.

2015-08-26 Thread Leo Famulari
+++ b/gnu/packages/python.scm @@ -10,6 +10,7 @@ ;;; Copyright © 2015 Ricardo Wurmus rek...@elephly.net ;;; Copyright © 2015 Christopher Allan Webber cweb...@dustycloud.org ;;; Copyright © 2015 Eric Dvorsak e...@dvorsak.fr +;;; Copyright © 2015 Leo Famulari l...@famulari.name ;;; ;;; This file

[PATCH 1/3] gnu: Add llfuse.

2015-08-26 Thread Leo Famulari
/llfuse.scm new file mode 100644 index 000..aae3063 --- /dev/null +++ b/gnu/packages/llfuse.scm @@ -0,0 +1,48 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2015 Leo Famulari l...@famulari.name +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free

[PATCH 3/3] gnu: Add Attic.

2015-08-26 Thread Leo Famulari
+++ b/gnu/packages/backup.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2014, 2015 Eric Bavier bav...@member.fsf.org ;;; Copyright © 2014 Ian Denhardt i...@zenhack.net +;;; Copyright © 2015 Leo Famulari l...@famulari.name ;;; ;;; This file is part

[PATCH 0/3] Add Attic backup program

2015-08-26 Thread Leo Famulari
, on the other hand, supports Linux, OS X, FreeBSD, and NetBSD, so I put it in its own module. What about a fuse module? [1] https://attic-backup.org/ [2] http://www.gnu.org/software/guix/manual/html_node/Python-Modules.html Leo Famulari (3): gnu: Add llfuse. gnu: Add python-msgpack. gnu: Add Attic

Re: [PATCH 0/3] Add Attic backup program

2015-08-30 Thread Leo Famulari
Thanks for your comments! On Sun, Aug 30, 2015, at 16:05, Alex Kost wrote: Ah, sorry, I read this after replying to your 'llfuse' patch. I agree on separating fuse module, as there are several fuse-related packages (sshfs-fuse, unionfs-fuse, fuse-exfat). The reasoning behind meta-modules

[v2 3/3] * gnu/packages/backup.scm (attic): New variable.

2015-09-01 Thread Leo Famulari
/packages/backup.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2014, 2015 Eric Bavier <bav...@member.fsf.org> ;;; Copyright © 2014 Ian Denhardt <i...@zenhack.net> +;;; Copyright © 2015 Leo Famulari <l...@famulari.name> ;;; ;;; This f

[v2 1/3] * gnu/packages/python.scm (python-llfuse, python2-llfuse): New variables.

2015-09-01 Thread Leo Famulari
cloud.org> ;;; Copyright © 2015 Eric Dvorsak <e...@dvorsak.fr> +;;; Copyright © 2015 Leo Famulari <l...@famulari.name> ;;; ;;; This file is part of GNU Guix. ;;; @@ -33,6 +34,7 @@ isc psfl public-domain x11-style)) #:use-module ((guix licenses) #:select (expa

[v3 1/3] gnu: Add python-llfuse.

2015-09-01 Thread Leo Famulari
Ricardo Wurmus <rek...@elephly.net> ;;; Copyright © 2015 Christopher Allan Webber <cweb...@dustycloud.org> ;;; Copyright © 2015 Eric Dvorsak <e...@dvorsak.fr> +;;; Copyright © 2015 Leo Famulari <l...@famulari.name> ;;; ;;; This file is part of GNU G

[v3 0/3] Add Attic backup program

2015-09-01 Thread Leo Famulari
This revised patchset adds the Attic [1] backup program and its dependencies, with correct commit messages. Your comments are requested! [1] https://attic-backup.org/ Leo Famulari (3): gnu: Add python-llfuse. gnu: Add python-msgpack. gnu: Add attic. gnu/packages/backup.scm | 38

[v3 3/3] gnu: Add attic.

2015-09-01 Thread Leo Famulari
nhack.net> +;;; Copyright © 2015 Leo Famulari <l...@famulari.name> ;;; ;;; This file is part of GNU Guix. ;;; @@ -26,6 +27,7 @@ #:use-module (guix build-system gnu) #:use-module (guix build-system python) #:use-module (gnu packages) + #:use-module (gnu packages acl) #:use-module

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

2015-09-01 Thread Leo Famulari
On Mon, Aug 31, 2015, at 07:52, Ludovic Courtès wrote: > Alex Kost <alez...@gmail.com> skribis: > > > Leo Famulari (2015-08-26 20:16 +0300) wrote: > > [...] > > >> + (description "Python-LLFUSE is a set of Python bindings for the low > >>

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

2015-09-01 Thread Leo Famulari
On Sun, Aug 30, 2015, at 15:58, Alex Kost wrote: > Please align modify-phases clause like this: > > (modify-phases %standard-phases > (add-before >'build 'set-openssl-prefix >(lambda* (#:key inputs #:allow-other-keys) > (setenv "ATTIC_OPENSSL_PREFIX" (assoc-ref inputs "openssl")) >

[v2 0/3] Add Attic backup program

2015-09-01 Thread Leo Famulari
This revised patchset adds the Attic [1] backup program and its dependencies. Your comments are requested! [1] https://attic-backup.org/ Leo Famulari (3): * gnu/packages/python.scm (python-llfuse, python2-llfuse): New variables. * gnu/packages/python.scm (python-msgpack, python2-msgpack

[PATCH 0/1] Add Anonymous Pro fonts

2015-09-03 Thread Leo Famulari
nonymous-pro". Seems long. And the rule is not applied consistently to the fonts already packaged. Suggestions? [1] http://www.marksimonson.com/fonts/view/anonymous-pro [2] http://www.gnu.org/software/guix/manual/html_node/Fonts.html Leo Famulari (1): gnu: Add Anonymous Pro fonts.

[PATCH 1/1] gnu: Add Anonymous Pro fonts.

2015-09-03 Thread Leo Famulari
* gnu/packages/fonts.scm (font-anonymous-pro): New variable. --- gnu/packages/fonts.scm | 42 ++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index a78995c..75e6fe8 100644 --- a/gnu/packages/fonts.scm +++

Re: [PATCH 1/1] gnu: Add Anonymous Pro fonts.

2015-09-05 Thread Leo Famulari
On Sat, Sep 5, 2015, at 09:34, Alex Kost wrote: > Leo Famulari (2015-09-04 00:53 +0300) wrote: > > +(source (origin > > + (method url-fetch) > > + (uri (string-append > > "http://www.marksimonson.com/assets/content/fonts/; >

[PATCH] gnu: Add abduco.

2015-08-25 Thread Leo Famulari
index 000..4869ce0 --- /dev/null +++ b/gnu/packages/abduco.scm @@ -0,0 +1,48 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2015 Leo Famulari l...@famulari.name +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can redistribute

Re: New ‘guix graph’ command

2015-09-11 Thread Leo Famulari
I think that is what `guix gc --referrers /gnu/store/...package` does. http://www.gnu.org/software/guix/manual/html_node/Invoking-guix-gc.html On Thu, Sep 10, 2015, at 20:02, Cyril Roelandt wrote: > On 08/27/2015 12:53 AM, Ludovic Courtès wrote: > > Here’s a long overdue ‘guix graph’ command

Re: [PATCH 0/1] Add lz4 (C implementation)

2015-09-09 Thread Leo Famulari
So, it is confirmed that parallel testing is not supposed to work: https://groups.google.com/forum/#!topic/lz4c/Egwtrrbb66M "If you are talking about doing multiple `make test` in parallel, then indeed, some tests involved writing, reading, and removing test files from local directory, so should

Re: Preparing for the libc/locale upgrade

2015-10-01 Thread Leo Famulari
Just want to confirm I'm doing your workaround properly... like this? $ ln -s gnu/store/...-glibc-utf8-locales-2.22/lib/locale /run/current-system/locale $ echo $LOCPATH The previous line is blank, showing that $LOCPATH is unset. On Tue, Sep 29, 2015, at 10:32, Mark H Weaver wrote: > Federico

[PATCH 1/1] gnu: Add lz4.

2015-09-09 Thread Leo Famulari
+++ b/gnu/packages/compression.scm @@ -5,6 +5,7 @@ ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayi...@gmail.com> ;;; Copyright © 2015 Eric Bavier <bav...@member.fsf.org> ;;; Copyright © 2015 Ricardo Wurmus <rek...@elephly.net> +;;; Copyright © 2015 Leo Famulari &

[PATCH 0/1] Add lz4 (C implementation)

2015-09-09 Thread Leo Famulari
, I have sent a message to the lz4 author asking if tests are expected to fail when run in parallel. I expect the answer is yes, but I'd like to be sure. Leo Famulari (1): gnu: Add lz4. gnu/packages/compression.scm | 33 + 1 file changed, 33 insertions(+) -- 2.4.3

[PATCH 0/1] Add UUID support to recutils

2015-09-21 Thread Leo Famulari
This patchs adds UUID support to recutils by inluding libuuid (util-linux) as a native-input. Leo Famulari (1): gnu: recutils: Add libuuid to native-inputs. gnu/packages/databases.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 2.4.3

Re: Test failure of ilmbase-2.2.0 on i686-linux (testBoxAlgo.cpp)

2015-12-08 Thread Leo Famulari
On Tue, Dec 08, 2015 at 06:06:25PM +0100, Ludovic Courtès wrote: > Hi Leo, and thanks for the perfect upstream bug report! > > Leo Famulari <l...@famulari.name> skribis: > > > [1] > > http://lists.gnu.org/archive/html/bug-guix/2015-11/msg00179.html > > Small

Re: [PATCH] gnu: rxvt-unicode: Add the terminal capability data.

2015-12-08 Thread Leo Famulari
On Tue, Dec 08, 2015 at 06:18:50PM +0100, Mathieu Lirzin wrote: > From 00d45cdc47bd0d031d0870155e24fa814dad4833 Mon Sep 17 00:00:00 2001 > From: Mathieu Lirzin > Date: Sun, 6 Dec 2015 21:58:03 +0100 > Subject: [PATCH] gnu: rxvt-unicode: Add the terminal capability data. > > This

Re: [PATCH] gnu: Add docopt.

2015-12-03 Thread Leo Famulari
On Thu, Dec 03, 2015 at 01:24:09AM -0500, Kyle Meyer wrote: > * gnu/packages/python.scm (python-docopt, python2-docopt): New > variables. Have you tested the software provided by this patch to make sure it works? I'm not sure how to test it since it's just a library. > --- >

Re: [PATCH]: xfce4-power-manager: new variable

2015-12-03 Thread Leo Famulari
On Thu, Dec 03, 2015 at 03:04:55PM +0100, Florian Paul Schmidt wrote: > Hi, > > attached is a patch for a first stab at packaging xfce4-power-manager. Since > I used a different package as a base for this one there might be some > unneeded inputs. I wonder if you guys have a tip for creating a

Re: proposal: add "packagers" field (list of strings (names)) to package definition

2015-12-01 Thread Leo Famulari
On Tue, Dec 01, 2015 at 09:12:12AM +0100, Florian Paul Schmidt wrote: > ...and encourage its use. The intended semantics is to list people > that have contributed to the packaging effort. The motivation behind > this proposal is that in many free software projects attribution can > be a major

Re: getting started test-building packages without breaking the system profile?

2015-12-07 Thread Leo Famulari
On Mon, Dec 07, 2015 at 12:54:53PM -0500, anonymiss wrote: > Hi, > > I've read > https://www.gnu.org/software/guix/manual/html_node/Packaging-Guidelines.html > and I am done with the gnunet-gtk.scm, at least as far as I can go without > testing. > My question is, do I check out the guix.git

[PATCH 1/1] gnu: util-linux: Make description more descriptive.

2015-12-07 Thread Leo Famulari
* gnu/packages/linux.scm (util-linux)[description]: Give some more information about the package. --- gnu/packages/linux.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 9252ca8..a944685 100644 ---

[PATCH 0/1] Improve util-linux description

2015-12-07 Thread Leo Famulari
This package's description is too vague. Hopefully, this patch will save some time for people who are trying to figure what package provides some software like libuuid, dmesg, agetty, and others. Leo Famulari (1): gnu: util-linux: Make description more descriptive. gnu/packages/linux.scm | 5

Re: getting started test-building packages without breaking the system profile?

2015-12-07 Thread Leo Famulari
On Mon, Dec 07, 2015 at 01:49:18PM -0500, anonymiss wrote: > I'm sorry for top-posting, my setup is a bit difficult at the moment. That's too bad, it's difficult to read your messages. You should probably join us on IRC. We are on #guix on irc.freenode.net. You will get help more quickly there.

Re: [PATCH] services: nginx: Allow for server extensions.

2015-12-07 Thread Leo Famulari
On Wed, Dec 02, 2015 at 10:07:23AM +0200, Ludovic Courtès wrote: > David Thompson skribis: > > > Looking for some feedback on my first stab at making the nginx service > > extensible. With this extension mechanism, future web applications > > (such as GNU MediaGoblin)

[v2 0/1] Improve util-linux description

2015-12-07 Thread Leo Famulari
This package's description is too vague. Hopefully, this patch will save some time for people who are trying to figure what package provides some software like libuuid, dmesg, agetty, and others. Leo Famulari (1): gnu: util-linux: Make description more descriptive. gnu/packages/linux.scm | 5

[v2 1/1] gnu: util-linux: Make description more descriptive.

2015-12-07 Thread Leo Famulari
* gnu/packages/linux.scm (util-linux)[description]: Give some more information about the package. --- gnu/packages/linux.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 9252ca8..6ffd7e1 100644 ---

Re: getting started test-building packages without breaking the system profile?

2015-12-07 Thread Leo Famulari
On Mon, Dec 07, 2015 at 07:54:51PM +0100, Andreas Enge wrote: > On Mon, Dec 07, 2015 at 12:54:53PM -0500, anonymiss wrote: > > I've read https://www.gnu.org/software/guix/manual/html_node/ > > Packaging-Guidelines.html and I am done with the gnunet-gtk.scm, at least as > > far as I can go without

Re: armhf build machines

2015-12-07 Thread Leo Famulari
On Mon, Dec 07, 2015 at 11:36:46AM +0100, Andreas Enge wrote: > On Mon, Dec 07, 2015 at 11:14:24AM +0200, Efraim Flashner wrote: > > The impression I got from looking at the build farm thank-yous on the > > website > > was that we have lowered requirements for what we're looking for in armhf > >

Re: swh-plugins-lv2: New variable [WIP] v2

2015-12-07 Thread Leo Famulari
On Mon, Dec 07, 2015 at 10:17:38PM +0100, Ricardo Wurmus wrote: > Hi Florian, > > thanks for the patch! > > > From 6dee84494a522921baacbcad8c7618c9eb709eb1 Mon Sep 17 00:00:00 2001 > > From: Florian Paul Schmidt > > Date: Wed, 2 Dec 2015 15:30:14 +0100 > > Subject: [PATCH]

Test failure of ilmbase-2.2.0 on i686-linux (testBoxAlgo.cpp)

2015-12-07 Thread Leo Famulari
Greetings from Guix! [0] We're having trouble building ilmbase-2.2.0 for the i686 architecture on Linux, with gcc-4.9.3. The build process fails during testing. Specifically, it fails testBoxAlgo, like this: ImathTest: testBoxAlgo.cpp:892: void {anonymous}::boxMatrixTransform(): Assertion `b21

Re: swh-plugins-lv2: New variable [WIP] v2

2015-12-09 Thread Leo Famulari
On Tue, Dec 08, 2015 at 09:52:30AM +0100, Ludovic Courtès wrote: > Mark H Weaver skribis: > > > Ricardo Wurmus writes: > > > >>> +(define-public swh-plugins-lv2 > >>> + (let ((commit "5098e09e255eaed14e0d40ca5e7e6dfcb782d7ea")) > >> > >> We usually don’t

Re: [PATCH] gnu: rxvt-unicode: Add the terminal capability data.

2015-12-09 Thread Leo Famulari
On Wed, Dec 09, 2015 at 09:54:15PM +0100, Ludovic Courtès wrote: > Mathieu Lirzin skribis: > > > l...@gnu.org (Ludovic Courtès) writes: > > > >> Otherwise LGTM. It’s great that you fixed this! People had reported > >> the issue on IRC, so that’ll make them happy! :-) > > > > I

Re: swh-plugins-lv2: New variable [WIP] v2

2015-12-09 Thread Leo Famulari
On Wed, Dec 09, 2015 at 09:56:37PM +0100, Ludovic Courtès wrote: > Leo Famulari <l...@famulari.name> skribis: > > > On Tue, Dec 08, 2015 at 09:52:30AM +0100, Ludovic Courtès wrote: > >> Mark H Weaver <m...@netris.org> skribis: > >> > &g

Re: Donation links on web site

2015-12-15 Thread Leo Famulari
On Tue, Dec 15, 2015 at 09:54:47AM +0100, Ludovic Courtès wrote: > Hello Felipe! > > Would you be available to integrate donation links on the Guix web site, > pointing to /donate and/or to the brand new (yes!) > ? Awesome! Can we get a

Re: [PATCH 2/2] gnu: Add dovecot service

2015-12-16 Thread Leo Famulari
On Wed, Dec 16, 2015 at 08:04:19AM +, Andy Wingo wrote: > On Tue 15 Dec 2015 22:58, l...@gnu.org (Ludovic Courtès) writes: > > Andy Wingo skribis: > > > >> * gnu/services/mail.scm: New file. > > > > Regarding the Schemefied configuration, do you think Dovecot’s > >

Re: [PATCH 0/1] Update tmux to 2.1 (incompatible changes)

2015-12-14 Thread Leo Famulari
On Mon, Dec 14, 2015 at 03:09:50PM +0200, Efraim Flashner wrote: > On Mon, 14 Dec 2015 09:10:08 +0100 > l...@gnu.org (Ludovic Courtès) wrote: > > > Morning! > > > > l...@gnu.org (Ludovic Courtès) skribis: > > > > [...] > > > > I’ve added you to the group, so you can now push directly.

Re: package dependencies

2015-12-14 Thread Leo Famulari
On Mon, Dec 14, 2015 at 10:28:57AM +0100, Pjotr Prins wrote: > The problem with the main text is that it is written from the view > point of technology. I would like something more human that reads like > an instruction for packagers. Be great if we had something useful > there, otherwise

Re: [PATCH 2/5] gnu: Build lua-5.2 with dynamic library support.

2015-12-13 Thread Leo Famulari
On Sun, Nov 08, 2015 at 10:08:23PM +0100, Ludovic Courtès wrote: > Leo Famulari <l...@famulari.name> skribis: > > > * gnu/packages/lua.scm (lua-5.2)[arguments]: Rewrite make-flags so that > > Lua is built with platform-specific instructions for shared library > >

Re: package dependencies

2015-12-13 Thread Leo Famulari
On Sun, Dec 13, 2015 at 02:45:46PM +0100, Ludovic Courtès wrote: > Hello! > > I’ve rephrased the doc in “package Reference” in a way that is hopefully > clearer: > > ‘inputs’ (default: ‘'()’) > ‘native-inputs’ (default: ‘'()’) > ‘propagated-inputs’ (default: ‘'()’) >

Re: [PATCH 4/5] gnu: Use make-flags and modify-phases for lua-5.2.

2015-12-13 Thread Leo Famulari
On Sun, Dec 13, 2015 at 05:24:14PM +0100, Ludovic Courtès wrote: > Leo Famulari <l...@famulari.name> skribis: > > > * gnu/packages/lua.scm (lua-5.2)[arguments]: Use make-flags and > > modify-phases to control build process, replacing use of > > 'alist-' proce

Re: [PATCH 5/5] gnu: Build lua-5.1 with dynamic library support and a dynamic library.

2015-12-13 Thread Leo Famulari
On Sun, Dec 13, 2015 at 05:27:36PM +0100, Ludovic Courtès wrote: > Leo Famulari <l...@famulari.name> skribis: > > > * gnu/packages/lua.scm (lua-5.1)[arguments]: Rewrite make-flags so that > > Lua is built with platform-specific instructions for shared library > >

[v2 2/3] gnu: lua-5.2: Use make-flags and modify-phases.

2015-12-13 Thread Leo Famulari
* gnu/packages/lua.scm (lua-5.2)[arguments]: Use make-flags and modify-phases to control build process, replacing use of 'alist-' procedures. --- gnu/packages/lua.scm | 35 +-- 1 file changed, 13 insertions(+), 22 deletions(-) diff --git a/gnu/packages/lua.scm

[v2 0/3] Lua shared library patch round-up

2015-12-13 Thread Leo Famulari
added in 1/3. Patch 3/3 is the same as before. The patches have been rebased and built on current git master. [0] https://lists.gnu.org/archive/html/guix-devel/2015-11/msg00222.html Leo Famulari (3): gnu: lua-5.2: Rewrite make flags. gnu: lua-5.2: Use make-flags and modify-phases. gn

[v2 1/3] gnu: lua-5.2: Rewrite make flags.

2015-12-13 Thread Leo Famulari
@@ -3,6 +3,7 @@ ;;; Copyright © 2014 Raimon Grau <raimons...@gmail.com> ;;; Copyright © 2014 Mark H Weaver <m...@netris.org> ;;; Copyright © 2014 Andreas Enge <andr...@enge.fr> +;;; Copyright © 2015 Leo Famulari <l...@famulari.name> ;;; ;;; This file is part of GNU Gu

Re: [PATCH] Add package definition for GNU XaoS

2015-12-14 Thread Leo Famulari
On Mon, Dec 14, 2015 at 10:01:39PM +0100, Fabian Harfert wrote: > Hello, > > this is my first contribution to this project. I hope everything is > right with this package definition for GNU XaoS > (see https://www.gnu.org/software/xaos/). It's a nice program to > discover fractals, so I decided

[PATCH 1/1] gnu: tmux: Update to 2.1.

2015-12-12 Thread Leo Famulari
* gnu/packages/tmux.scm (tmux): Update to 2.1. --- gnu/packages/tmux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm index 69757a3..48d50cc 100644 --- a/gnu/packages/tmux.scm +++ b/gnu/packages/tmux.scm @@ -28,7 +28,7 @@

[PATCH 0/1] Update tmux to 2.1 (incompatible changes)

2015-12-12 Thread Leo Famulari
to 'screen-*' then emulate what screen does. If italics are wanted, this can be set to 'tmux' but this is still new and not necessarily supported on all platforms with older ncurses installs. * The c0-* options for rate-limiting have been removed. Instead, a backoff approach is used. Leo Famulari

Re: [PATCH] Add package definition for GNU XaoS

2015-12-15 Thread Leo Famulari
On Tue, Dec 15, 2015 at 10:24:15PM +0300, Alex Kost wrote: > Fabian Harfert (2015-12-15 00:01 +0300) wrote: > > +(description "GNU XaoS is a graphical program that generates fractal > > patterns and > > Please do not make such long lines, we stay within 80 columns (I > personally prefer to

[PATCH 02/17] gnu: Add python-requests-toolbelt.

2016-01-03 Thread Leo Famulari
* gnu/packages/python.scm (python-requests-toolbelt): New variable. --- gnu/packages/python.scm | 19 +++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 496bdd9..8f05b5a 100644 --- a/gnu/packages/python.scm +++

[PATCH 08/17] gnu: Add python-pytest-localserver.

2016-01-03 Thread Leo Famulari
* gnu/packages/python.scm (python-pytest-localserver): New variable. --- gnu/packages/python.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 2cfdcaf..0dfebf2 100644 --- a/gnu/packages/python.scm +++

[PATCH 07/17] gnu: Add python-pytest-cache.

2016-01-03 Thread Leo Famulari
* gnu/packages/python.scm (python-pytest-cache): New variable. --- gnu/packages/python.scm | 20 1 file changed, 20 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 46b98f6..2cfdcaf 100644 --- a/gnu/packages/python.scm +++

[PATCH 04/17] gnu: Add python-click-log.

2016-01-03 Thread Leo Famulari
* gnu/packages/python.scm (python-click-log): New variable. --- gnu/packages/python.scm | 19 +++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 5d28bbb..95de6b3 100644 --- a/gnu/packages/python.scm +++

[PATCH 11/17] gnu: Add radicale.

2016-01-03 Thread Leo Famulari
000..07fdcb1 --- /dev/null +++ b/gnu/packages/dav.scm @@ -0,0 +1,50 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2015 Leo Famulari <l...@famulari.name> +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can redistribute it and/or

[PATCH 16/17] gnu: python-urwid: Disable failing test test_remove_watch_file.

2016-01-03 Thread Leo Famulari
* gnu/packages/python.scm (python-urwid)[arguments]: Add 'disable-failing-test' phase. [source]: Use pypi-uri. --- gnu/packages/python.scm | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 4af9354..171221b

[PATCH 00/17] Add CalDAV and CardDAV programs

2016-01-03 Thread Leo Famulari
/ Leo Famulari (17): gnu: Add python-atomicwrites. gnu: Add python-requests-toolbelt. gnu: Add python-click-threading. gnu: Add python-click-log. gnu: Add python-apipkg. gnu: Add python-execnet. gnu: Add python-pytest-cache. gnu: Add python-pytest-localserver. gnu: Add python-wsgi

[PATCH 05/17] gnu: Add python-apipkg.

2016-01-03 Thread Leo Famulari
* gnu/packages/python.scm (python-apipkg): New variable. --- gnu/packages/python.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 95de6b3..1680a17 100644 --- a/gnu/packages/python.scm +++

[PATCH 12/17] gnu: Add vdirsyncer.

2016-01-03 Thread Leo Famulari
* gnu/packages/dav.scm (vdirsyncer): New variable. --- gnu/packages/dav.scm | 58 1 file changed, 58 insertions(+) diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm index 07fdcb1..10ca0b2 100644 --- a/gnu/packages/dav.scm +++

[PATCH 03/17] gnu: Add python-click-threading.

2016-01-03 Thread Leo Famulari
* gnu/packages/python.scm (python-click-threading): New variable. --- gnu/packages/python.scm | 19 +++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 8f05b5a..5d28bbb 100644 --- a/gnu/packages/python.scm +++

[PATCH 01/17] gnu: Add python-atomicwrites.

2016-01-03 Thread Leo Famulari
* gnu/packages/python.scm (python-atomicwrites): New variable. --- gnu/packages/python.scm | 17 + 1 file changed, 17 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 4ab1eed..496bdd9 100644 --- a/gnu/packages/python.scm +++

[PATCH 13/17] gnu: Add python-icalendar.

2016-01-03 Thread Leo Famulari
* gnu/packages/python.scm (python-icalendar): New variable. --- gnu/packages/python.scm | 20 1 file changed, 20 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 2f7c14e..7478472 100644 --- a/gnu/packages/python.scm +++

[PATCH 10/17] gnu: Add python-pytest-xprocess.

2016-01-03 Thread Leo Famulari
* gnu/packages/python.scm (python-pytest-xprocess): New variable. --- gnu/packages/python.scm | 21 + 1 file changed, 21 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 437b66d..2f7c14e 100644 --- a/gnu/packages/python.scm +++

  1   2   3   4   5   6   7   8   9   10   >