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.
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
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
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
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
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
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
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
>> +'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