Re: New xorg-updates branch pushed

2014-12-21 Thread Ludovic Courtès
Mark H Weaver skribis: > I've pushed a new branch 'xorg-updates' which updates almost every > package in xorg.scm, as well as mesa, dbus, glib, pixman, cairo, > poppler, inkscape, and a few others. > > My original purpose was to apply security fixes mentioned here: > > http://www.x.org/wiki/Dev

Re: [PATCH] Optimize package-transitive-supported-systems

2014-12-21 Thread Ludovic Courtès
Mark H Weaver skribis: > When hydra evaluates a jobset, 'package-transitive-supported-systems' is > called for every package+system combination. Each of these calls > traverses the tree of inputs, but without eliminating duplicate > transitive-inputs. In other words, the amount of time spent is

[PATCH] Optimize package-transitive-supported-systems

2014-12-21 Thread Mark H Weaver
When hydra evaluates a jobset, 'package-transitive-supported-systems' is called for every package+system combination. Each of these calls traverses the tree of inputs, but without eliminating duplicate transitive-inputs. In other words, the amount of time spent is proportional not to the number o

New French PO file for 'guix-packages' (version 0.8)

2014-12-21 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. A revised PO file for textual domain 'guix-packages' has been submitted by the French team of translators. The file is available at: http://translationproject.org/latest/guix-packages/fr.po (We can arrange thin

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

2014-12-21 Thread Federico Beffa
On Sun, Dec 21, 2014 at 12:06 PM, Ludovic Courtès wrote: > Federico Beffa skribis: > >> 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 >> fa

Re: [PATCH] services: xorg: Make SLiM sessions configurable.

2014-12-21 Thread Ludovic Courtès
宋文武 skribis: > Ludovic Courtès writes: > >> 宋文武 skribis: >> >>> From 144bf00b86f6884615d986598ccc62a3c4747eef Mon Sep 17 00:00:00 2001 >>> From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= >>> Date: Tue, 16 Dec 2014 00:21:46 +0800 >>> Subject: [PATCH] services: xorg: Make SLiM sessions configurabl

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

2014-12-21 Thread Ludovic Courtès
Federico Beffa skribis: > 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 > appli

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

2014-12-21 Thread Ludovic Courtès
Federico Beffa skribis: > 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.free

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

2014-12-21 Thread Ludovic Courtès
Federico Beffa skribis: > 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. [...] > +(arguments > + `(#:

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

2014-12-21 Thread Ludovic Courtès
Federico Beffa skribis: > On Fri, Dec 19, 2014 at 1:56 PM, 宋文武 wrote: >> FYI, every apps will install icons into 'hicolor-icon-theme', >> for it to work, we need regenerated the 'icon-theme.cache' >> by `gtk-update-icon-cache`. > > The icon packages that I looked into are generating the cache by

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

2014-12-21 Thread Federico Beffa
On Fri, Dec 19, 2014 at 1:56 PM, 宋文武 wrote: > FYI, every apps will install icons into 'hicolor-icon-theme', > for it to work, we need regenerated the 'icon-theme.cache' > by `gtk-update-icon-cache`. The icon packages that I looked into are generating the cache by themselves at installation. In a