Re: [PATCH 3/4] gnu: Add cairocffi.

2014-12-18 Thread Mark H Weaver
Federico Beffa writes: > On Thu, Dec 18, 2014 at 8:53 PM, Mark H Weaver wrote: >> Federico Beffa writes: >> >>> From e853d10b595ece0003d838cbfffa65e29a6c2e68 Mon Sep 17 00:00:00 2001 >>> From: Federico Beffa >>> Date: Wed, 10 Dec 2014 21:05:59 +0100 >>> Subject: [PATCH 3/4] gnu: Add cairocffi.

[PATCH 4/4] gnu: evince: Add inputs.

2014-12-18 Thread Federico Beffa
Update evince to take advantage of dconf and theme sounds. Given that every GTK+ application handles event sounds with the help of libcanberra, I would like to propose to add the latter as a propagated-input to gtk instead of adding it to every single gtk application and, in applications, to make

[PATCH 3/4] gnu: libcanberra: Add propagated-input.

2014-12-18 Thread Federico Beffa
I propose to make sound-theme-freedesktop a propagated input of libcanberra. This is because, according to the XDG sound theme specification, those event sounds should always be present and used as fall-back in case other sounds are not present. http://www.freedesktop.org/wiki/Specifications/sound

[PATCH 2/4] gnu: dconf: Add dconf.

2014-12-18 Thread Federico Beffa
A patch for dconf. Regards, Fede From 8ad9f58221983d618816e9be85c39a1176327758 Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Thu, 18 Dec 2014 21:23:52 +0100 Subject: [PATCH 2/4] gnu: dconf: Add dconf. * gnu/packages/gnome.scm (dconf): New variable. --- gnu/packages/gnome.scm | 53

[PATCH 1/4] guix: build/glib-or-gtk-build-system: Add support for GIO and XDG theming.

2014-12-18 Thread Federico Beffa
I added support for GIO and theming data according to the XDG specifications. https://developer.gnome.org/gio/stable/running-gio-apps.html http://www.freedesktop.org/wiki/Specifications/ Regards, Fede From c726b525111ff2f8055f7f2be98b7a5e61a8a96e Mon Sep 17 00:00:00 2001 From: Federico Beffa Dat

Re: [PATCH 3/4] gnu: Add cairocffi.

2014-12-18 Thread Federico Beffa
On Thu, Dec 18, 2014 at 8:53 PM, Mark H Weaver wrote: > Federico Beffa writes: > >> From e853d10b595ece0003d838cbfffa65e29a6c2e68 Mon Sep 17 00:00:00 2001 >> From: Federico Beffa >> Date: Wed, 10 Dec 2014 21:05:59 +0100 >> Subject: [PATCH 3/4] gnu: Add cairocffi. >> >> * gnu/packages/gtk.scm (py

Re: [PATCH 3/4] gnu: Add cairocffi.

2014-12-18 Thread Mark H Weaver
Federico Beffa writes: > From e853d10b595ece0003d838cbfffa65e29a6c2e68 Mon Sep 17 00:00:00 2001 > From: Federico Beffa > Date: Wed, 10 Dec 2014 21:05:59 +0100 > Subject: [PATCH 3/4] gnu: Add cairocffi. > > * gnu/packages/gtk.scm (python-cairocffi, python2-cairocffi): New variables. [...] > +(d

Re: [PATCH 4/4] gnu: matplotlib: Add gtk3 backends.

2014-12-18 Thread Federico Beffa
On Wed, Dec 17, 2014 at 9:34 PM, Ludovic Courtès wrote: > Perhaps the LaTeX functionality magically becomes available when > ‘pdflatex’ or similar is found in $PATH, in which case there’s nothing > to do: users who care would explicitly install TeX Live in their profile > and get that functionalit

Re: [PATCH] gnu: Add bowtie.

2014-12-18 Thread Ricardo Wurmus
>> +'patch-makefile >> +(lambda _ >> + (substitute* "Makefile" >> +(("^CC = .*$") (string-append "CC = " (which "gcc"))) >> +(("^CPP = .*$") (string-append "CPP = " (which "g++"))) >> +;; replace BUILD_HOST and BUILD_TIME for deterministi