Re: [PATCH 2/2] gtk: Patch GTK+ to look for themes in profiles.

2016-03-13 Thread Jookia
Hey there, just an update. There's an old bug report that deals with this issue. It seems it's something wanted by GTK+, even if it's a formality in dealing with XDG across the board. I've commented on it and hopefully gears will start turning again. https://bugzilla.gnome.org/show_bug.cgi?id=641

Re: [RFCv4] install: Create a GC root during install-grub.

2016-03-13 Thread Jookia
On Sun, Mar 13, 2016 at 10:44:38PM +0100, Ludovic Courtès wrote: > Diffs to patches would be hard to read, but if you could simply add a > cover letter with a short summary of the changes compared to previous > versions, that’d be perfect. :-) I think for an RFC at least it'd be best for me to st

Re: [PATCH] gnu: Add tracker.

2016-03-13 Thread rennes
On 2016-03-08 03:38, l...@gnu.org wrote: ren...@openmailbox.org skribis: i made changes to the patch, i disable 'make check' because i found two errors during this phase: a) "Tracker-WARNING **: Locale '0' is not set, defaulting to C locale" For this case i set LANG "en_US.UTF-8". b) "Unabl

Re: [PATCH 5/5] gnu: Add khard.

2016-03-13 Thread Leo Famulari
On Sun, Mar 13, 2016 at 11:32:34PM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > > * gnu/packages/mail.scm (khard): New variable. > > [...] > > > +(home-page "https://github.com/scheibler/khard";) > > +(license gpl3))) ; "later version" never mentioned > > If the source fil

Re: [PATCH] Add un-fonts (new patch, closes old thread)

2016-03-13 Thread Ludovic Courtès
Nils Gillmann skribis: > From 8cc2f10b46840096039d75b4edc910ad2cbbb274 Mon Sep 17 00:00:00 2001 > From: Nils Gillmann > Date: Sun, 6 Mar 2016 17:26:21 +0100 > Subject: [PATCH] gnu: Add font-un. > > * gnu/packages/fonts.scm (font-un): New variable. Applied, thanks! Ludo’.

Re: [PATCH 5/5] gnu: Add khard.

2016-03-13 Thread Ludovic Courtès
Leo Famulari skribis: > * gnu/packages/mail.scm (khard): New variable. [...] > +(home-page "https://github.com/scheibler/khard";) > +(license gpl3))) ; "later version" never mentioned If the source file headers or other documents do not specify a version, then we write it as ‘gpl3+’ (i

Re: [PATCH 3/5] gnu: Split python2-pyicu into python-pyicu and python2-pyicu.

2016-03-13 Thread Leo Famulari
On Sun, Mar 13, 2016 at 11:28:14PM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > > * gnu/packages/python.scm (python2-pyicu): Split variable into... > > (python-pyicu, python2-pyicu): ...both Python variants. > > (python-pyicu)[arguments]: Enable tests. > > OK. Good timing! You were

Re: [PATCH 3/5] gnu: Split python2-pyicu into python-pyicu and python2-pyicu.

2016-03-13 Thread Leo Famulari
On Sun, Mar 06, 2016 at 01:49:17PM -0500, Leo Famulari wrote: > On Sun, Mar 06, 2016 at 01:58:00PM +0100, Andreas Enge wrote: > > On Sat, Mar 05, 2016 at 05:32:07PM -0500, Leo Famulari wrote: > > > I understood that message as "Python 3 could work, but we will have to > > > do something special to

Re: [PATCH 4/5] gnu: Add python-vobject.

2016-03-13 Thread Ludovic Courtès
Leo Famulari skribis: > * gnu/packages/python.scm (python-vobject, python2-vobject): New variables. LGTM!

Re: [PATCH 3/5] gnu: Split python2-pyicu into python-pyicu and python2-pyicu.

2016-03-13 Thread Ludovic Courtès
Leo Famulari skribis: > * gnu/packages/python.scm (python2-pyicu): Split variable into... > (python-pyicu, python2-pyicu): ...both Python variants. > (python-pyicu)[arguments]: Enable tests. OK.

Re: [PATCH 2/5] gnu: python2-pyicu: Update to 1.9.2.

2016-03-13 Thread Ludovic Courtès
Leo Famulari skribis: > * gnu/packages/python.scm (python2-pyicu): Update to 1.9.2. OK!

Re: [PATCH 1/5] gnu: Add python2-atomicwrites.

2016-03-13 Thread Ludovic Courtès
Leo Famulari skribis: > * gnu/packages/python.scm (python2-atomicwrites): New variable. Sure! And sorry for the delay! Ludo'.

Re: [PATCH] gnu: cross-gcc-arguments: Disable libitm, libvtv and, libsanitizer.

2016-03-13 Thread Ludovic Courtès
Manolis Ragkousis skribis: > This is a follow up to better explain what the problem is with the > sans-libc cross gcc in the (gnu packages cross-base) module. > > In the latest master if you try to build gcc-cross-sans-libc with: > > ./pre-inst-env guix build -e '((@@(gnu packages cross-base) cro

Re: [PATCH] gnu: Add Dutch Aspell dictionary.

2016-03-13 Thread Ludovic Courtès
Jochem Raat skribis: > From 399b6493bcc4b1e0bac031fec5f7a6e832c46659 Mon Sep 17 00:00:00 2001 > From: Jochem Raat > Date: Sun, 13 Mar 2016 17:58:18 +0100 > Subject: [PATCH] gnu: Add Dutch Aspell dictionary. > > * gnu/packages/aspell.scm (aspell-dict-nl): New variable. Applied, thanks! Ludo’.

Re: Using cups

2016-03-13 Thread Ludovic Courtès
There’s currently no CUPS service for GuixSD—i.e., nothing you could directly add to the ‘services’ field of your ‘operating-system’ configuration. If you would like to contribute one such service, that’d be welcome! The relevant documentation starts at: http://www.gnu.org/software/guix/manual/

Re: [PATCH] Fix guile-emacs build failure

2016-03-13 Thread Ludovic Courtès
Christopher Allan Webber skribis: > Maybe try running it in: > > $ guix environment --ad-hoc guile-emacs --pure > $ emacs -q Or, in one line: guix environment --ad-hoc guile-emacs --pure -- emacs -q :-) Ludo'.

Re: [PATCH 12/13] gnu: Add python-rarfile.

2016-03-13 Thread Leo Famulari
On Fri, Mar 04, 2016 at 04:29:40PM -0500, Leo Famulari wrote: > On Fri, Mar 04, 2016 at 01:42:11PM +0100, Ricardo Wurmus wrote: > > > > Leo Famulari writes: > > > > > * gnu/packages/python.scm (python-rarfile, python2-rarfile): New > > > variables. > > > * gnu/packages/patches/python-rarfile-fix

Re: [PATCH 1/2] fonts: Add Google Noto font.

2016-03-13 Thread Ludovic Courtès
Jookia <166...@gmail.com> skribis: > * gnu/packages/fonts.scm (font-noto): Add new font. Changed that to “New variable” for consistency (change logs express changes at the programming-language level), changed the name to ‘font-google-noto’ in line with our rules¹, removed “source” from ‘native-in

Re: http://xkcd.com/1654/

2016-03-13 Thread Ludovic Courtès
It tells a lot about the mess we’re in. :-) Ludo’.

Re: [PATCH] gnunet.scm -> various changes (description update, adds gnunet-svn, gnunet-gtk-svn, gnurl)

2016-03-13 Thread Ludovic Courtès
Nils Gillmann skribis: > +gnunet-0.10.1 is the last stable release candidate, however for > +development purposes and keeping up with latest changes, the SVN version > +might be preferable until a new version is released.") [...] > +;; We provide SVN in addition to the older 0.10.1 version, > +

Re: [RFCv4] install: Create a GC root during install-grub.

2016-03-13 Thread Ludovic Courtès
Jookia <166...@gmail.com> skribis: > On Fri, Mar 11, 2016 at 03:48:38PM +0100, Ludovic Courtès wrote: >> Jookia <166...@gmail.com> skribis: >> >> > While previously creating a GC root for GRUB's resources was the caller's >> > responsibility, it's much less repetitive to put it in install-grub no

Re: wip-rox.scm : ROX Desktop

2016-03-13 Thread Jean Louis
Hello Danny, This is great, and I hope it will be included in GuixSD. Combination of ROX filer and file manager, can make very nice system, without too big graphical environments. On Tue, Mar 08, 2016 at 09:04:43AM +0100, Danny Milosavljevic wrote: > Hello Louis, > > well, writing the package d

[PATCH] gnu: Add Dutch Aspell dictionary.

2016-03-13 Thread Jochem Raat
From 399b6493bcc4b1e0bac031fec5f7a6e832c46659 Mon Sep 17 00:00:00 2001 From: Jochem Raat Date: Sun, 13 Mar 2016 17:58:18 +0100 Subject: [PATCH] gnu: Add Dutch Aspell dictionary. * gnu/packages/aspell.scm (aspell-dict-nl): New variable. --- gnu/packages/aspell.scm | 8 1 file changed, 8

Re: [PATCH] gnu: simple-scan: Update to 3.19.91.

2016-03-13 Thread Tobias Geerinckx-Rice
Hallo Danny, On 13/03/2016, Danny Milosavljevic wrote: >> Note: all the toolbar icons are broken for me in simple-scan. Did they break after this update? Does reverting fb9ca51 solve the problem? I noticed no such problems while testing, and can only reproduce this by running something like:

Re: [PATCH] gnu: simple-scan: Update to 3.19.91.

2016-03-13 Thread Danny Milosavljevic
> Note: all the toolbar icons are broken for me in simple-scan. > > open("/home/dannym/.icons/default/index.theme", O_RDONLY) = -1 ENOENT (No > such file or directory) > open("/run/current-system/profile/share/icons", > O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 20 > stat("/gnu/store/kfb8frkg0

Re: [PATCH] gnu: font-dejavu: Update to 2.35.

2016-03-13 Thread Alex Kost
Mark H Weaver (2016-03-13 07:27 +0300) wrote: > Alex Kost writes: > >> Ludovic Courtès (2016-03-11 17:50 +0300) wrote: >> >>> Efraim Flashner skribis: >>> On Fri, 11 Mar 2016 13:08:17 +0300 Alex Kost wrote: > I was going to commit several updates including font-dejavu. Happi

Re: [PATCHES] Upgrade Kodi to 16.0

2016-03-13 Thread Ricardo Wurmus
Thompson, David writes: > Hello Mathieu, > > On Sat, Mar 12, 2016 at 3:10 PM, Mathieu Lirzin wrote: >> Hello David, >> >> David Thompson writes: >> From 80f08dde121610dcc832f4e6ecdd11341166580c Mon Sep 17 00:00:00 2001 >>> From: David Thompson >>> Date: Sat, 12 Mar 2016 12:23:47 -0500 >>>

[PATCHv2] gtk: Patch GTK+ to look for themes in profiles.

2016-03-13 Thread Jookia
A long running complaint has been that GTK themes aren't found, thus making GTK look terrible on GuixSD. To solve this, GTK+ now searches in XDG_DATA_DIRS in themes. * gnu/packages/gtk.scm (gtk+-2): Add gtk2-theme-paths.patch. (gtk+): Add gtk3-theme-paths.patch. * gnu/packages/patches/gtk2-theme