Re: [PATCH] gnu: kde: Add kdelibs.

2014-11-05 Thread
Ludovic Courtès l...@gnu.org writes: Andreas Enge andr...@enge.fr skribis: thanks to Ludovic's help with debugging Qt and dbus, I finally have a working recipe for kdelibs that allows me to compile the KDE Hello, world tutorial at

[PATCH] gnu: Add GNU Typist.

2014-11-12 Thread
* gnu/packages/games.scm (gtypist): New variable. --- gnu/packages/games.scm | 37 + 1 file changed, 37 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index df24c0d..9009ad7 100644 --- a/gnu/packages/games.scm +++

Re: [PATCH] gnu: Add Tiled

2014-11-13 Thread
Oh, the patch title should be `gnu: Add Tiled.' And, I can not type anything in tiled (eg. file save dialog), I got: Qt: Failed to create XKB context! Use QT_XKB_CONFIG_ROOT environmental variable to provide an additional search path, add ':' as separator to provide several search paths

Re: [PATCH] gnu: Add Tiled

2014-11-14 Thread
Ludovic Courtès l...@gnu.org writes: 宋文武 iyzs...@gmail.com skribis: +(license (list gpl2+ bsd-2 Could you add a comment above explaining what is meant here: is it dual-licensing? Or does it mean that some files are GPL’d while others are BSD? In the latter case, the combined

[PATCH] gnu: Add Wine.

2014-11-15 Thread
* gnu/packages/wine.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. --- gnu-system.am | 1 + gnu/packages/wine.scm | 135 ++ 2 files changed, 136 insertions(+) create mode 100644 gnu/packages/wine.scm diff --git

Re: [PATCH] gnu: Add Wine.

2014-11-15 Thread
I have once reached at 'check phase without X, and failed. Now more inputs (samba, openldap, xorg-server) are added, And I just find that my network is too slow.. So, I hope someone could pick it up :) I'm not familiar with 64bit wine(not needed IMO) and cross-build in Guix, but just set

Re: [PATCH] gnu: Add Wine.

2014-11-15 Thread
John Darrington j...@darrington.wattle.id.au writes: On Sat, Nov 15, 2014 at 10:41:19PM +0800, ? wrote: + Wine (originally an acronym for \Wine Is Not an Emulator\) is a +compatibility layer capable of running Windows applications on several +POSIX-compliant

Re: [PATCH] gnu: Add Wine.

2014-11-15 Thread
Oh, sorry, this one should build. From 93723829109c48db430eb28c3e5b9d7a301a7c1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= iyzs...@gmail.com Date: Sat, 15 Nov 2014 21:02:30 +0800 Subject: [PATCH] gnu: Add Wine. * gnu/packages/wine.scm: New file. * gnu-system.am

Re: [PATCH] gnu: Add Wine.

2014-11-15 Thread
Ludovic Courtès l...@gnu.org writes: 宋文武 iyzs...@gmail.com skribis: + '(substitute* Make.vars.in + ((/bin/sh) @SHELL@) Indent second line under the ‘u’ (see examples in other files.) +(description + Wine (originally an acronym

Re: [PATCH] gnu: Add Wine.

2014-11-17 Thread
Ludovic Courtès l...@gnu.org writes: 宋文武 iyzs...@gmail.com skribis: I can't get tests working, so leave them disabled. It’s OK to do that so we can move forward, but please leave a comment that explains the situation, above #:tests? #f. The goal remains to have tests running, eventually

[PATCH] gnu: Add Glulxe.

2014-11-18 Thread
* gnu/packages/games.scm (glkterm, glulxe): New variables. --- gnu/packages/games.scm | 79 ++ 1 file changed, 79 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index c9bb678..5859cbc 100644 --- a/gnu/packages/games.scm

Re: [PATCH] gnu: Add Wine.

2014-11-19 Thread
Ludovic Courtès l...@gnu.org writes: 宋文武 iyzs...@gmail.com skribis: From ff676fcd6a5086b700186751c0745e08769dbd4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= iyzs...@gmail.com Date: Sat, 15 Nov 2014 21:02:30 +0800 Subject: [PATCH] gnu: Add Wine. * gnu/packages

Re: [PATCH] gnu: Add Glulxe.

2014-11-19 Thread
Eric Bavier ericbav...@gmail.com writes: 宋文武 writes: * gnu/packages/games.scm (glkterm, glulxe): New variables. --- gnu/packages/games.scm | 79 ++ 1 file changed, 79 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages

[PATCH] gnu: Add getmail

2014-11-22 Thread
From b26fe8c0c4f6517cfacedc6cfd48441c4aaa28dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= iyzs...@gmail.com Date: Sun, 23 Nov 2014 13:07:42 +0800 Subject: [PATCH] gnu: Add getmail. * gnu/packages/mail.scm (getmail): New variable. --- gnu/packages/mail.scm | 26

Re: [PATCH] gnu: Add getmail

2014-11-22 Thread
宋文武 iyzs...@gmail.com writes: From b26fe8c0c4f6517cfacedc6cfd48441c4aaa28dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= iyzs...@gmail.com Date: Sun, 23 Nov 2014 13:07:42 +0800 Subject: [PATCH] gnu: Add getmail. * gnu/packages/mail.scm (getmail): New variable

make polkit work

2014-11-24 Thread
IIUC, our `polkit' can't see actions/rules from other packages. In NixOS[0], the hardcoded ${out}/share/polkit-1 is overwrited to /var/run/current-system/sw/share/polkit-1, provided by system packages. Instead of take a similar path, can we make a proper patch which will be accepted upstream?

use zsh as login shell

2014-11-27 Thread
Currently, zsh doesn't work out of box. IMO, we should use `/etc/environment' for system variables: LANG=en_US.UTF-8 PATH=/run/current-system/profile/bin:/run/setuid-programs And add `pam_env.so' to /etc/pam.d/login, to make tty login work. With `/etc/profile', `/etc/zlogin' just:

Re: use zsh as login shell

2014-11-28 Thread
Ludovic Courtès l...@gnu.org writes: 宋文武 iyzs...@gmail.com skribis: Currently, zsh doesn't work out of box. On the standalone system, right? Yes. IMO, we should use `/etc/environment' for system variables: LANG=en_US.UTF-8 PATH=/run/current-system/profile/bin:/run/setuid-programs

Re: use zsh as login shell

2014-11-28 Thread
Ludovic Courtès l...@gnu.org writes: 宋文武 iyzs...@gmail.com skribis: Currently, zsh doesn't work out of box. On the standalone system, right? Yes. IMO, we should use `/etc/environment' for system variables: LANG=en_US.UTF-8 PATH=/run/current-system/profile/bin:/run/setuid-programs

Re: use zsh as login shell

2014-11-28 Thread
Ludovic Courtès l...@gnu.org writes: 宋文武 iyzs...@gmail.com skribis: Ludovic Courtès l...@gnu.org writes: 宋文武 iyzs...@gmail.com skribis: [...] IMO, we should use `/etc/environment' for system variables: LANG=en_US.UTF-8 PATH=/run/current-system/profile/bin:/run/setuid-programs

[PATCH] gnu: wireless-tools: Install the manual pages under $out/share/man

2014-11-28 Thread
From f961e72823cda48406d0058902c67b6b663da791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= iyzs...@gmail.com Date: Sat, 29 Nov 2014 12:52:59 +0800 Subject: [PATCH] gnu: wireless-tools: Install the manual pages under $out/share/man. * gnu/packages/linux.scm

Re: [PATCH] gnu: wireless-tools: Install the manual pages under $out/share/man

2014-11-29 Thread
Ludovic Courtès l...@gnu.org writes: 宋文武 iyzs...@gmail.com skribis: From f961e72823cda48406d0058902c67b6b663da791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= iyzs...@gmail.com Date: Sat, 29 Nov 2014 12:52:59 +0800 Subject: [PATCH] gnu: wireless-tools: Install

Re: Few notes to 0.8

2014-11-30 Thread
Ludovic Courtès l...@gnu.org writes: 宋文武 iyzs...@gmail.com skribis: Ludovic Courtès l...@gnu.org writes: Adam Pribyl pri...@lowlevel.cz skribis: [...] 2. during boot the system twice sets the console font, each time to a different one (this is not always reproducible). Minor. Hmm, you

Re: use zsh as login shell

2014-12-02 Thread
Ludovic Courtès l...@gnu.org writes: 宋文武 iyzs...@gmail.com skribis: Ludovic Courtès l...@gnu.org writes: 宋文武 iyzs...@gmail.com skribis: Ludovic Courtès l...@gnu.org writes: [...] So, instead of what you suggest, what about having: 1. /etc/profile and /etc/zlogin (?) both source

Re: [PATCH] gnu: Add Glulxe.

2014-12-03 Thread
Mark H Weaver m...@netris.org writes: Eric Bavier ericbav...@gmail.com writes: This is a bit terse, IMHO. Perhaps something like: (let* ((out (assoc-ref outputs out)) (inc (string-append out /include))) (begin (mkdir-p inc) (for-each (lambda (f) (copy-file f

[PATCH] gnu: Add dmenu

2014-12-03 Thread
From a199cc6061e8607e6424cd56fc47da20c7cc1b16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= iyzs...@gmail.com Date: Wed, 3 Dec 2014 20:37:33 +0800 Subject: [PATCH] gnu: Add dmenu. * gnu/packages/dwm.scm (dmenu): New variable. --- gnu/packages/dwm.scm | 27

Re: [PATCH] gnu: Add dmenu

2014-12-03 Thread
Start description in a newline :x From b07a51a5a98cc61409716d80ab67fe9783ebf27b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= iyzs...@gmail.com Date: Wed, 3 Dec 2014 20:37:33 +0800 Subject: [PATCH] gnu: Add dmenu. * gnu/packages/dwm.scm (dmenu): New variable. ---

Re: [PATCH] gnu: Add dmenu

2014-12-04 Thread
Ludovic Courtès l...@gnu.org writes: 宋文武 iyzs...@gmail.com skribis: From b07a51a5a98cc61409716d80ab67fe9783ebf27b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= iyzs...@gmail.com Date: Wed, 3 Dec 2014 20:37:33 +0800 Subject: [PATCH] gnu: Add dmenu. * gnu/packages

Re: use zsh as login shell

2014-12-05 Thread
Here are my new patches: Yeh, just add ~/.zshrc to source /etc/profie is enough. From 42ccd7a445c9676db6d2c7b2b0583db45be245aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= iyzs...@gmail.com Date: Fri, 5 Dec 2014 20:01:07 +0800 Subject: [PATCH 1/2] system: Cleanup bash

Re: [PATCH] gnu: tzdata: Upgrade to 2014j.

2014-12-05 Thread
Alex Kost alez...@gmail.com writes: If I understand correctly this upgrade should be pushed into core-updates, right? From f413da0721cbf8558a692f2707bcf9cb778def58 Mon Sep 17 00:00:00 2001 From: Alex Kost alez...@gmail.com Date: Fri, 5 Dec 2014 15:59:00 +0300 Subject: [PATCH] gnu: tzdata:

[PATCH 2/2] gnu: fish: Use /etc as sysconfdir

2014-12-05 Thread
From c013b47d1947b1d0f01ce95e2ed8ecf98c236b65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= iyzs...@gmail.com Date: Sat, 6 Dec 2014 14:53:00 +0800 Subject: [PATCH 2/2] gnu: fish: Use /etc as sysconfdir. * gnu/packages/fish.scm (fish) [arguments]: Add #:configure-flags.

use zsh and fish as login shell

2014-12-06 Thread
My previous patches for bash/zsh did not put fish into consider. It's not POSIX-compliant, I have to generate a different config file. Gentoo/Exherho create different files for differnt shells, eg: /etc/profile.env for sh /etc/profile.csh for csh both comming from /etc/env.d. So, I could do

[PATCH 2/2] gnu: Add libwnck

2014-12-08 Thread
This is after: [PATCH]: gnu: Add startup-notification From 5383f469603146abc102f70165e2bea9538b3d34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= iyzs...@gmail.com Date: Mon, 8 Dec 2014 23:00:41 +0800 Subject: [PATCH 2/2] gnu: Add libwnck. * gnu/packages/gnome.scm

Re: [PATCH 2/2] gnu: Add libwnck

2014-12-09 Thread
Ludovic Courtès l...@gnu.org writes: 宋文武 iyzs...@gmail.com skribis: From 5383f469603146abc102f70165e2bea9538b3d34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= iyzs...@gmail.com Date: Mon, 8 Dec 2014 23:00:41 +0800 Subject: [PATCH 2/2] gnu: Add libwnck. * gnu

Re: [PATCH 1/2]: system: Cleanup bash startup files

2014-12-09 Thread
Ludovic Courtès l...@gnu.org writes: 宋文武 iyzs...@gmail.com skribis: From e660764aebc524b1ed22c594aa45784b510de3e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= iyzs...@gmail.com Date: Fri, 5 Dec 2014 20:01:07 +0800 Subject: [PATCH] system: Cleanup bash startup files

[PATCH] gnu: xfce: New module

2014-12-09 Thread
Should I split this to series? From 580be1ac4e5b4e326e6746520a03ae0ca9d80974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= iyzs...@gmail.com Date: Tue, 9 Dec 2014 22:56:12 +0800 Subject: [PATCH] gnu: xfce: New module. * gnu/packages/xfce.scm: New file. * gnu-system.am

[PATCH 04/15] gnu: Add libxfce4ui.

2014-12-10 Thread
* gnu/packages/xfce.scm (libxfce4ui): New variable. --- gnu/packages/xfce.scm | 33 - 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 3c60b5c..554548c 100644 --- a/gnu/packages/xfce.scm +++

[PATCH 02/15] gnu: Add libxfce4util.

2014-12-10 Thread
* gnu/packages/xfce.scm (libxfce4util): New variable. --- gnu/packages/xfce.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 696fffe..b08984c 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -46,3

[PATCH 03/15] gnu: Add xfconf.

2014-12-10 Thread
* gnu/packages/xfce.scm (xfconf): New variable. --- gnu/packages/xfce.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index b08984c..3c60b5c 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -69,3

[PATCH 05/15] gnu: Add exo.

2014-12-10 Thread
* gnu/packages/xfce.scm (exo): New variable. --- gnu/packages/xfce.scm | 33 - 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 554548c..3954d1d 100644 --- a/gnu/packages/xfce.scm +++

[PATCH 08/15] gnu: Add xfce4-panel.

2014-12-10 Thread
* gnu/packages/xfce.scm (xfce4-panel): New variable. --- gnu/packages/xfce.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 3200993..2f63562 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@

[PATCH 09/15] gnu: Add xfce4-appfinder.

2014-12-10 Thread
* gnu/packages/xfce.scm (xfce4-appfinder): New variable. --- gnu/packages/xfce.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 2f63562..f5f3fc9 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@

[PATCH 10/15] gnu: Add xfce4-session.

2014-12-10 Thread
* gnu/packages/xfce.scm (xfce4-session): New variable. --- gnu/packages/xfce.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index f5f3fc9..5f15594 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm

[PATCH 11/15] gnu: Add xfce4-settings.

2014-12-10 Thread
* gnu/packages/xfce.scm (xfce4-settings): New variable. --- gnu/packages/xfce.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 5f15594..c601852 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm

[PATCH 13/15] gnu: Add thunar-volman.

2014-12-10 Thread
* gnu/packages/xfce.scm (thunar-volman): New variable. --- gnu/packages/xfce.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 8955c0f..f32c250 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm

[PATCH 15/15] gnu: Add xfdesktop.

2014-12-10 Thread
* gnu/packages/xfce.scm (xfdesktop): New variable. --- gnu/packages/xfce.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 5f2d581..d53c5cf 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@

[PATCH 12/15] gnu: Add thunar.

2014-12-10 Thread
* gnu/packages/xfce.scm (thunar): New variable. --- gnu/packages/xfce.scm | 36 +++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index c601852..8955c0f 100644 --- a/gnu/packages/xfce.scm +++

[PATCH 14/15] gnu: Add xfwm4.

2014-12-10 Thread
* gnu/packages/xfce.scm (xfwm4): New variable. --- gnu/packages/xfce.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index f32c250..5f2d581 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -404,3

[PATCH] gnu: gdk-pixbuf: Propagate glib and libpng.

2014-12-10 Thread
* gnu/packages/gtk.scm (gdk-pixbuf): Move glib and libpng to 'propagated-inputs'. --- gnu/packages/gtk.scm | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index bcfe651..8646397 100644 --- a/gnu/packages/gtk.scm +++

[PATCH] gnu: libxcomposite: Propagate inputs.

2014-12-10 Thread
* gnu/packages/xorg.scm (libxcomposite): Move all existing 'inputs' to 'propagated-inputs'. --- gnu/packages/xorg.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 7336fdd..fcefebf 100644 --- a/gnu/packages/xorg.scm +++

Re: [PATCH 11/15] gnu: Add xfce4-settings.

2014-12-12 Thread
Mark H Weaver m...@netris.org writes: 宋文武 iyzs...@gmail.com writes: * gnu/packages/xfce.scm (xfce4-settings): New variable. --- gnu/packages/xfce.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index

Re: [PATCH 15/15] gnu: Add xfdesktop.

2014-12-12 Thread
Ludovic Courtès l...@gnu.org writes: 宋文武 iyzs...@gmail.com skribis: * gnu/packages/xfce.scm (xfdesktop): New variable. [...] +(synopsis XFCE Desktop Manager) “Xfce desktop manager”, otherwise OK. Thanks a lot for working on it! It will be useful to many, I guess. Pushed, thanks

Re: [PATCH 03/15] gnu: Add xfconf.

2014-12-12 Thread
Mark H Weaver m...@netris.org writes: 宋文武 iyzs...@gmail.com writes: * gnu/packages/xfce.scm (xfconf): New variable. This failed to build on i686-linux. For details and build log, see: http://hydra.gnu.org/build/173095 Could you look into it? Disable parallel tests does the trick for me

[PATCH] gnu: Add vala.

2014-12-13 Thread
* gnu/packages/gnome.scm (vala): New variable. --- gnu/packages/gnome.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1d3ce25..5d84f4e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm

[PATCH 1/2] gnu: Add vte.

2014-12-13 Thread
* gnu/packages/gnome.scm (vte, vte-0): New variables. --- gnu/packages/gnome.scm | 57 +- 1 file changed, 56 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5d84f4e..7087727 100644 ---

[PATCH 2/2] gnu: Add xfce4-terminal.

2014-12-13 Thread
* gnu/packages/xfce.scm (xfce4-terminal): New variable. --- gnu/packages/xfce.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 69776fc..4529a43 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm

Re: [PATCH 1/2] gnu: Add vte.

2014-12-15 Thread
David Thompson dthomps...@worcester.edu writes: 宋文武 iyzs...@gmail.com writes: * gnu/packages/gnome.scm (vte, vte-0): New variables. --- gnu/packages/gnome.scm | 57 +- 1 file changed, 56 insertions(+), 1 deletion(-) diff --git a/gnu

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

2014-12-15 Thread
* gnu/services/xorg.scm (%default-xsessions): New variable. (xsessions-directory): New procedure. (slim-service): Add #:sessions parameter. [slim.cfg]: Honor #:sessions. (xinitrc): Adjust accordingly. --- gnu/services/xorg.scm | 50 +++--- 1

Re: [PATCH 1/2] gnu: Add vte.

2014-12-16 Thread
Mark H Weaver m...@netris.org writes: 宋文武 iyzs...@gmail.com writes: David Thompson dthomps...@worcester.edu writes: Maybe call this one 'vte-gtk2'? 'vte-0' isn't very descriptive. Basically, I intend to use the version of pc file, for example, I have libwnck-1, which has libwnck-1.0.pc

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

2014-12-19 Thread
Federico Beffa be...@ieee.org writes: 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

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

2014-12-19 Thread
Ludovic Courtès l...@gnu.org writes: 宋文武 iyzs...@gmail.com skribis: * gnu/services/xorg.scm (%default-xsessions): New variable. (xsessions-directory): New procedure. (slim-service): Add #:sessions parameter. [slim.cfg]: Honor #:sessions. (xinitrc): Adjust accordingly. Nice

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

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

[PATCH 1/2] gnu: perl-xml-simple: Propagate XML::Parser.

2014-12-31 Thread
* gnu/packages/xml.scm (perl-xml-simple): Move XML::Parser from 'inputs' to 'propagated-inputs'. --- gnu/packages/xml.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 63d0ef2..76366db 100644 --- a/gnu/packages/xml.scm +++

[PATCH 2/2] gnu: icon-naming-utils: Wrap with PERL5LIB to find XML::Simple.

2014-12-31 Thread
Fixes http://bugs.gnu.org/19367. * gnu/packages/gnome.scm (icon-naming-utils)[arguments]: New field. --- gnu/packages/gnome.scm | 12 1 file changed, 12 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1ff9e85..a2ef712 100644 ---

TODO: user-environment-hook

2015-01-01 Thread
Currently, (guix profiles) has code to build 'info-dir' for packages in profile. As mentioned in TODO, IIUC, we should move the code to 'texinfo'. Other usecases include: * hicolor-icon-theme: use gtk-update-icon-cache to get 'icon-theme.cache'. * shared-mime-info: use update-mime-database to get

[PATCH 1/2] gnu: qt: Update to 5.4.0.

2015-01-02 Thread
* gnu/packages/qt.scm (qt): Update to 5.4.0. [origin]: Add snippet. --- gnu/packages/qt.scm | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 30b772d..42df933 100644 --- a/gnu/packages/qt.scm +++

[PATCH 2/2] gnu: qt: Add more inputs.

2015-01-02 Thread
* gnu/packages/qt.scm (qt): Add inputs libxcomposite, libxml2, libxslt, mtdev, pcre, eudev. Add native-inputs bison, flex, gperf, python-2, ruby. --- gnu/packages/qt.scm | 24 +++- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/gnu/packages/qt.scm

Re: TODO: user-environment-hook

2015-01-02 Thread
Ludovic Courtès l...@gnu.org writes: 宋文武 iyzs...@gmail.com skribis: Currently, (guix profiles) has code to build 'info-dir' for packages in profile. As mentioned in TODO, IIUC, we should move the code to 'texinfo'. Yes, that’s the initial idea. However, it’s not clear that attaching

Re: [PATCH] gnu: kde: Add kdelibs.

2015-01-02 Thread
Andreas Enge andr...@enge.fr skribis: RUNPATH

Re: [PATCH] gnu: sudo: Set rundir, vardir and iologdir.

2015-01-22 Thread
This make /ts - /run/sudo/ts, /lectured - /var/db/lectured.

Re: A secure multimedia workstation

2015-02-04 Thread
Hi! 2015-02-02 18:11 GMT+08:00 Dirk Scheuring scheur...@gmail.com: Hello all, my name is Dirk Scheuring, and I come out of the conventional world of professional audio and video production and performance - a world which is dominated by proprietary programs: Adobe Premiere, Logic Pro Audio,

Re: wicd porting so far.

2015-02-02 Thread
Omar Radwan toxemicsqui...@gmail.com writes: Ok, so far, I've got the build environment setup, but I realized that I must have urwid to get an ncurses interface in wicd, so I'm doing that first. Here is the urwid.scm http://paste.lisp.org/display/14553 It's utils-group. Wrong URL? before you

Re: [PATCH] gnu: Add desktop-file-utils.

2015-02-02 Thread
Ludovic Courtès l...@gnu.org writes: 宋文武 iyzs...@gmail.com skribis: * gnu/packages/gnome.scm (desktop-file-utils): New variable. [...] +(description + This package contains a few command line utilities for working with +desktop entries: + +desktop-file-validate: validates

[PATCH 1/3] gnu: Add librep.

2015-02-02 Thread
* gnu/packages/sawfish.scm: New file. * gnu/packages/patches/librep-rules.mk.patch: New file. * gnu-system.am: Add them. --- gnu-system.am | 2 + gnu/packages/patches/librep-rules.mk.patch | 30 ++ gnu/packages/sawfish.scm | 66

[PATCH 2/3] gnu: Add rep-gtk.

2015-02-02 Thread
* gnu/packages/sawfish.scm (rep-gtk): New variable. --- gnu/packages/sawfish.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/sawfish.scm b/gnu/packages/sawfish.scm index acf3e06..ea5b757 100644 --- a/gnu/packages/sawfish.scm +++

Re: Helping programs find their icons

2015-02-05 Thread
Mark H Weaver m...@netris.org writes: Hello Guix, I've investigated why wicd-gtk is unable to find its icons and fixed it. Looking at the output of strace, I found that when wicd-gtk looks for icons, it searches for 'index.theme' files in many different directories of the form:

Re: Orc fails to build

2015-02-05 Thread
Andreas Enge andr...@enge.fr writes: Hello, orc fails its tests on i686 and mips on hydra: http://hydra.gnu.org/build/233541 http://hydra.gnu.org/build/233919/nixlog/1/tail-reload , together with gstreamer* for which it is an input. The failing function is test-limits. Something to

Re: missing input and more

2015-02-05 Thread
2015-02-05 15:05 GMT+08:00 sleep_wal...@suse.cz: Hi Guix, during my packaging attempts of connman (which looks good so far) I found that gnutls is missing install-time dependency - zlib. 1] ldd shows run-time dependency: $ ldd

Re: 01/01: gnu: gnutls: Propagate zlib.

2015-02-08 Thread
Ludovic Courtès l...@gnu.org writes: ??? iyzs...@gmail.com skribis: commit 122ddc595e22a933dbffaad1153876cc7ea2203b Author: 宋文武 iyzs...@gmail.com Date: Thu Feb 5 18:46:59 2015 +0800 gnu: gnutls: Propagate zlib. * gnu/packages/gnutls.scm (gnutls): Move zlib to 'propagated

[PATCH] gnu: ffmpeg: Augment rpath of libraries.

2015-01-16 Thread
* gnu/packages/video.scm (ffmpeg)[arguments]phases[add-lib-to-run-path]: Add $out/lib to the RUNPATH of libraries. --- gnu/packages/video.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 2febd12..1b15577 100644

Re: gobject-introspection typelibs and shared libraries

2015-01-17 Thread
Federico Beffa be...@ieee.org writes: On Thu, Jan 15, 2015 at 10:42:42PM +0100, Ludovic Courtès wrote: If there’s consensus to install the symlink, that’s fine with me (if we take that route, I would also suggest submitting a patch upstream so GCC installs the symlink.) I am not in favour of

Re: [ART] Website mockup

2015-02-16 Thread
Luis Felipe López Acevedo felipe.lo...@openmailbox.org writes: Hi, Here is a mockup for the website: http://sirgazil.bitbucket.org/static/temp/img/guix/home-black-header.png And some variants with white and yellow headers:

[PATCH] gnu: Add desktop-file-utils.

2015-01-29 Thread
* gnu/packages/gnome.scm (desktop-file-utils): New variable. --- gnu/packages/gnome.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d8b9acf..c42092d 100644 --- a/gnu/packages/gnome.scm +++

Re: [PATCH] linux-boot: Make /etc/mtab a symlink to /proc/self/mounts.

2015-01-06 Thread
Ludovic Courtès l...@gnu.org writes: 宋文武 iyzs...@gmail.com skribis: Fixes http://bugs.gnu.org/19491. * gnu/build/linux-boot.scm (mount-root-file-system): Make /root/etc/mtab a symlink to /proc/self/mounts. * gnu/build/file-systems.scm (mount-file-system): Don't update /etc/mtab. * guix

[PATCH] linux-boot: Make /etc/mtab a symlink to /proc/self/mounts.

2015-01-05 Thread
Fixes http://bugs.gnu.org/19491. * gnu/build/linux-boot.scm (mount-root-file-system): Make /root/etc/mtab a symlink to /proc/self/mounts. * gnu/build/file-systems.scm (mount-file-system): Don't update /etc/mtab. * guix/build/syscalls.scm (mount, umount): Have #:update-mtab? default to #f. ---

Re: [PATCH] gnu: Add ninja.

2015-01-10 Thread
Ludovic Courtès l...@gnu.org writes: 宋文武 iyzs...@gmail.com skribis: * gnu/packages/ninja.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. [...] + 'check + (lambda _ +(and (zero? (system ./configure.py)) + (zero? (system ./ninja

Re: [PATCH] gnu: Add nss.

2015-01-10 Thread
Ludovic Courtès l...@gnu.org writes: 宋文武 iyzs...@gmail.com skribis: Mark H Weaver m...@netris.org writes: 宋文武 iyzs...@gmail.com writes: * gnu/packages/patches/nss.patch: New file. * gnu-system.scm (dist_patch_DATA): Add it. * gnu/packages/polkit.scm (nss): New variable. polkit.scm

Re: [PATCH] gnu: Add ninja.

2015-01-10 Thread
Ludovic Courtès l...@gnu.org writes: 宋文武 iyzs...@gmail.com skribis: Ludovic Courtès l...@gnu.org writes: 宋文武 iyzs...@gmail.com skribis: * gnu/packages/ninja.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. [...] + 'check + (lambda

[PATCH 1/2] gnu: Move mozjs and nspr to (gnu packages gnuzilla).

2015-01-10 Thread
* gnu/packages/plokit.scm (mozjs, nspr): Move to... * gnu/packages/gnuzilla.scm (mozjs, nspr): ... here. New variables. --- gnu/packages/gnuzilla.scm | 72 ++ gnu/packages/polkit.scm | 73 +-- 2 files

[PATCH 2/2] gnu: Add nss.

2015-01-10 Thread
* gnu/packages/patches/nss-pkgconfig.patch: New file. * gnu-system.scm (dist_patch_DATA): Add it. * gnu/packages/gnuzilla.scm (nss): New variable. --- gnu-system.am| 1 + gnu/packages/gnuzilla.scm| 96 +

Re: [PATCH] gnu: Add nss.

2015-01-10 Thread
John Darrington j...@darrington.wattle.id.au writes: Nss has already been packaged on the wup-libreoffice branch. Ah, I didn't notice it :( I look into wip-libreoffice branch, it seems that: it use bundle nspr. it only build for x86_64-linux. tests are disable. While my version is more

Re: [PATCH] gnu: Add ninja.

2015-01-11 Thread
Ludovic Courtès l...@gnu.org writes: 宋文武 iyzs...@gmail.com skribis: From 712f161a358a4bbcf005c5875e6d91eff21bdef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= iyzs...@gmail.com Date: Fri, 9 Jan 2015 21:37:30 +0800 Subject: [PATCH] gnu: Add ninja. * gnu/packages

Re: [PATCH 1/2] gnu: Move mozjs and nspr to (gnu packages gnuzilla).

2015-01-11 Thread
Ludovic Courtès l...@gnu.org writes: 宋文武 iyzs...@gmail.com skribis: * gnu/packages/plokit.scm (mozjs, nspr): Move to... * gnu/packages/gnuzilla.scm (mozjs, nspr): ... here. New variables. s/plokit/polkit/ OK to push, thanks. Done, thanks for review! Ludo’.

Re: [PATCH 1/2] gnu: qt: Update to 5.4.0.

2015-01-11 Thread
Ludovic Courtès l...@gnu.org writes: 宋文武 iyzs...@gmail.com skribis: * gnu/packages/qt.scm (qt): Update to 5.4.0. [origin]: Add snippet. [...] * gnu/packages/qt.scm (qt): Add inputs libxcomposite, libxml2, libxslt, mtdev, pcre, eudev. Add native-inputs bison, flex, gperf, python-2

Re: Optional runtime dependencies in Guix

2015-01-12 Thread
Ludovic Courtès l...@gnu.org writes: Gammel Holte gammel.ho...@gmail.com skribis: For example, consider samtools, a package I use daily and that was recently committed to Guix: http://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/bioinformatics.scm#n139 It forces me to install

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

2015-01-08 Thread
2015-01-09 4:27 GMT+08:00 Ludovic Courtès l...@gnu.org: 宋文武 iyzs...@gmail.com skribis: See also: https://lists.gnu.org/archive/html/guix-devel/2015-01/msg00027.html Of course this sounds like the best outcome. We count on you. :-) That said, the work that Federico has done may

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

2015-01-08 Thread
2015-01-09 1:43 GMT+08:00 Federico Beffa be...@ieee.org: On Thu, Jan 8, 2015 at 1:39 PM, 宋文武 iyzs...@gmail.com wrote: Federico Beffa be...@ieee.org writes: On Sun, Dec 21, 2014 at 11:54 AM, Ludovic Courtès l...@gnu.org wrote: Federico Beffa be...@ieee.org skribis: On Fri, Dec 19

[PATCH] gnu: Add ninja.

2015-01-09 Thread
* gnu/packages/ninja.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. --- gnu-system.am | 1 + gnu/packages/ninja.scm | 82 ++ 2 files changed, 83 insertions(+) create mode 100644 gnu/packages/ninja.scm diff --git

[PATCH] gnu: gnutls: Move which from 'propagated-inputs' to 'native-inputs'.

2015-02-11 Thread
* gnu/packages/gnutls.scm (gnutls): Move which to 'native-inputs'. Comment on 'propagated-inputs'. --- gnu/packages/gnutls.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnutls.scm b/gnu/packages/gnutls.scm index a51d948..b256a97 100644 ---

Re: [PATCH] gnu: libxml2: Propagate input zlib.

2015-02-12 Thread
Ludovic Courtès l...@gnu.org writes: 宋文武 iyzs...@gmail.com skribis: * gnu/packages/xml.scm (libxml2): Move zlib to 'propagated-inputs'. Did you encounter an issue in practice? It’s only a problem for static linking. Yes, zlib is required for libxklavier (it not use zlib but libxml2). I try

  1   2   3   4   5   6   7   >