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

2015-11-08 Thread
David Hashe writes: > * gnu/packages/gnome.scm (gtksourceview): New variable. > --- > gnu/packages/gnome.scm | 34 ++ > 1 file changed, 34 insertions(+) > > diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm > index 5440433..9bd1c31 100644 > --- a/gnu/pa

Re: [PATCH 2/2] gnu: Add gedit.

2015-11-08 Thread
David Hashe writes: > * gnu/packages/gnome.scm (gedit): New variable. > --- > gnu/packages/gnome.scm | 56 > ++ > 1 file changed, 56 insertions(+) > > diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm > index 9bd1c31..b6ca7c7 100644 > -

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

2015-11-08 Thread
On 2015-11-09 04:05, David Hashe wrote: On Sun, Nov 8, 2015 at 11:53 AM, Efraim Flashner wrote: On Sun, 8 Nov 2015 18:47:26 +0100 John Darrington wrote: > Doesn't this already exist ? In gnu/packages/gtk+ > > The version there seems to be better too, because it doesn't disable the tests. >

Re: [PATCH 2/2] gnu: Add gedit.

2015-11-08 Thread
On 2015-11-09 04:07, David Hashe wrote: New gedit patch, since it won't apply cleanly now that gtksourceview is being added to a different file. The libpeas patch should still work. Pushed with follow modifications, thanks! I remove gvfs from inputs, it still report: Gvfs metadata enabled: y

Re: 01/02: gnu: Update libpeas.

2015-11-09 Thread
On 2015-11-09 15:33, Mark H Weaver wrote: iyzsong pushed a commit to branch master in repository guix. commit 835ed74b3a4bcec041632b658ebf6863e0e7b597 Author: David Hashe Date: Sun Nov 8 10:57:19 2015 -0600 gnu: Update libpeas. * gnu/packages/gnome.scm (libpeas): Update to 1.16.0.

[PATCH 2/5] gnu: Add evolution-data-server.

2015-11-10 Thread
* gnu/packages/gnome.scm (evolution-data-server): New variable. --- gnu/packages/gnome.scm | 64 ++ 1 file changed, 64 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 70b9285..9e018d6 100644 --- a/gnu/packages/gnome.

[PATCH 1/5] gnu: Add gnome-online-accounts.

2015-11-10 Thread
* gnu/packages/gnome.scm (gnome-online-accounts): New variable. --- gnu/packages/gnome.scm | 38 ++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 6779cfb..70b9285 100644 --- a/gnu/packages/gnome.scm +++ b/gn

[PATCH 4/5] gnu: Add gdm.

2015-11-10 Thread
* gnu/packages/gnome.scm (gdm): New variable. --- gnu/packages/gnome.scm | 60 ++ 1 file changed, 60 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 9f7b01f..5863be1 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/pack

[PATCH 5/5] gnu: Add gnome-shell.

2015-11-10 Thread
* gnu/packages/gnome.scm (gnome-shell): New variable. --- gnu/packages/gnome.scm | 60 ++ 1 file changed, 60 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5863be1..4382f81 100644 --- a/gnu/packages/gnome.scm +++ b/

[PATCH 3/5] gnu: Add caribou.

2015-11-10 Thread
* gnu/packages/gnome.scm (caribou): New variable. --- gnu/packages/gnome.scm | 66 ++ 1 file changed, 66 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 9e018d6..9f7b01f 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/

Re: [PATCH 5/5] gnu: Add gnome-shell.

2015-11-10 Thread
WIP, gdm and gnome-shell won't start. I haven't look much about gdm. gnome-shell still missing some runtime depends (as typelib) like network-manager, etc. I post those patches to ML to track the process, let's package GNOME :-)

[PATCH] tk: Hardcode path to TK_LIBRARY.

2015-11-11 Thread
I did it for nixpkgs too :-)From 6c9ea521e88d36bd1ce990a561477ec0e2950017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Thu, 12 Nov 2015 13:31:19 +0800 Subject: [PATCH] tk: Hardcode path to TK_LIBRARY. Fixes . * gnu/packages/patches/tk-f

[PATCH] nix: Don't propagate Perl libraries.

2015-11-12 Thread
From 4f1ce6ac61e48a8752cd4c095be2ad34c2f210b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Thu, 12 Nov 2015 17:59:34 +0800 Subject: [PATCH 2/2] gnu: nix: Don't propagate Perl libraries. * gnu/packages/package-management.scm (nix): Move perl-www-curl, perl-dbi and

Re: [PATCH] tk: Hardcode path to TK_LIBRARY.

2015-11-13 Thread
l...@gnu.org (Ludovic Courtès) writes: > 宋文武 skribis: > >> From 6c9ea521e88d36bd1ce990a561477ec0e2950017 Mon Sep 17 00:00:00 2001 >> From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= >> Date: Thu, 12 Nov 2015 13:31:19 +0800 >> Subject: [PATCH] tk: Hardcode path to

[PATCH 3/4] gnu: Add network-manager-applet.

2015-11-16 Thread
* gnu/packages/gnome.scm (network-manager-applet): New variable. --- gnu/packages/gnome.scm | 35 +++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 440bb0d..da43fe2 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/

[PATCH 2/4] gnu: Add network-manager.

2015-11-16 Thread
* gnu/packages/gnome.scm (%network-manager-glib-duplicate-test-patch) (network-manager): New variables. --- gnu/packages/gnome.scm | 95 ++ 1 file changed, 95 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 4bd9d9c..

[PATCH 1/4] gnu: Add ppp.

2015-11-16 Thread
* gnu/packages/samba.scm (ppp): New variable. --- gnu/packages/samba.scm | 42 ++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm index d7223bc..8d86249 100644 --- a/gnu/packages/samba.scm +++ b/gnu/packages/sam

[PATCH 4/4] services: Add network-manager-service.

2015-11-16 Thread
* gnu/services/networking.scm (network-manager-service): New procedure. (network-manager-service-type, %network-manager-activation): New variables. (network-manager-dmd-service): New procedure. --- gnu/services/networking.scm | 44 +++- 1 file changed, 43 in

Re: [PATCH 1/4] gnu: Add ppp.

2015-11-16 Thread
On 2015-11-17 05:56, Mark H Weaver wrote: 宋文武 writes: * gnu/packages/samba.scm (ppp): New variable. --- gnu/packages/samba.scm | 42 ++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm index d7223bc

How to build a file which depends on the actual contents of store items?

2015-11-19 Thread
when look at our xorg service, the first thing I want to do is remove the hard-coded modules and fonts from the xserver.conf. the attach show what I intend to do, but I don't know how to feed `mixed-text-file` the desired arguments now. for each module, a line of `ModulePath "$package/lib/xorg/mo

Re: How to build a file which depends on the actual contents of store items?

2015-11-23 Thread
On 2015-11-20 22:12, l...@gnu.org wrote: 宋文武 skribis: [...] + (define (module-path module) +(list " ModulePath \"" module "/lib/xorg/modules\"\n")) [...] +" (apply string-append (map module-path modules)) " As with NixOS, the solution is

Re: Adding operating-system field for a custom /etc/profile.

2015-11-24 Thread
On 2015-11-24 04:07, Alex Kost wrote: This is a continuation of the discussion beginning here: . To sum up: I would like to have a possibility to use my own /etc/profile instead of the default one, but Ludovic doesn't want to provide me th

Re: [PATCH 4/4] services: Add network-manager-service.

2015-11-25 Thread
On 2015-11-18 00:01, l...@gnu.org wrote: 宋文武 skribis: * gnu/services/networking.scm (network-manager-service): New procedure. (network-manager-service-type, %network-manager-activation): New variables. (network-manager-dmd-service): New procedure. [...] +(define (network-manager-dmd

[PATCH 2/3] system: Add /etc/environment.

2015-12-02 Thread
* gnu/system.scm: (operating-system-environment-variables): New procedure. Adapted and moved environment variables from /etc/profile. (operating-system-etc-service): Adjust accordingly. (essential-services): Add an instance of SESSION-ENVIRONMENT-SERVICE-TYPE. --- gnu/system.scm | 39 +

[PATCH 1/3] services: Add 'session-environment-service'.

2015-12-02 Thread
* gnu/services/base.scm (session-environment-service): New procedure. (session-environment-service-type): New variable. (environment-variables->environment-file): New procedure. --- gnu/services/base.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/ser

[PATCH 3/3] system: pam: Honor /etc/environment.

2015-12-02 Thread
* gnu/system/pam.scm (unix-pam-service): Add pam_env module to the session group. --- gnu/system/pam.scm | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gnu/system/pam.scm b/gnu/system/pam.scm index d8470f0..9823916 100644 --- a/gnu/system/pam.scm +++ b/gnu/system/pam

Re: [PATCH 1/3] services: Add 'session-environment-service'.

2015-12-03 Thread
Alex Kost writes: > 宋文武 (2015-12-02 16:38 +0300) wrote: > >> +(define (environment-variables->environment-file vars) >> + "Return a file for pam_env(8) that contains environment variables VARS." >> + (apply mixed-text-file "environment"

Re: [PATCH 2/3] system: Add /etc/environment.

2015-12-04 Thread
l...@gnu.org (Ludovic Courtès) writes: > 宋文武 skribis: > >> * gnu/system.scm: (operating-system-environment-variables): New procedure. >> Adapted and moved environment variables from /etc/profile. >> (operating-system-etc-service): Adjust accordingly. >> (essential

Re: Gnone-shell status

2015-12-12 Thread
d4n1 writes: > Hi guix, > > When gnome-shell will be add to guixsd? Oh, I almost forget that. hopefully I can get a minimal runable gnome-shell in next week. > > I see 5 patch to it and a lot of dependencies as network-manager and > other. > I waiting for it ;) Thanks for pushing me :-)

[PATCH 1/2] gnu: Add cracklib.

2015-12-14 Thread
* gnu/packages/password-utils.scm (cracklib): New variable. --- gnu/packages/password-utils.scm | 21 + 1 file changed, 21 insertions(+) diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 1ca327b..19b184c 100644 --- a/gnu/packages/password-uti

[PATCH 2/2] gnu: Add libpwquality.

2015-12-14 Thread
* gnu/packages/password-utils.scm (libpwquality): New variable. --- gnu/packages/password-utils.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 19b184c..caa89dc 100644 --- a/gnu/packages/p

[PATCH 1/4] gnu: talloc: Update to 2.1.5.

2015-12-14 Thread
* gnu/packages/samba.scm (talloc): Update to 2.1.5. [arguments]: Use 'modify-phases' syntax. --- gnu/packages/samba.scm | 27 +++ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm index 484eafb..e5f81a4 100644 --

[PATCH 2/4] gnu: Add tevent.

2015-12-14 Thread
* gnu/packages/samba.scm (tevent): New variable. --- gnu/packages/samba.scm | 35 +++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm index e5f81a4..ec73a28 100644 --- a/gnu/packages/samba.scm +++ b/gnu/packages/samba.s

[PATCH 3/4] gnu: Add ldb.

2015-12-14 Thread
* gnu/packages/samba.scm (ldb): New variable. --- gnu/packages/samba.scm | 43 +++ 1 file changed, 43 insertions(+) diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm index ec73a28..05fb3b2 100644 --- a/gnu/packages/samba.scm +++ b/gnu/packages/sa

[PATCH 4/4] gnu: samba: Update to 4.3.2.

2015-12-14 Thread
* gnu/packages/samba.scm (samba): Update to 4.3.2. Add more inputs. [arguments]: Use 'modify-phases' syntax. --- gnu/packages/samba.scm | 75 +++--- 1 file changed, 34 insertions(+), 41 deletions(-) diff --git a/gnu/packages/samba.scm b/gnu/packages/sa

Re: [PATCH] gnu: Add cpulimit.

2015-12-15 Thread
Eric Bavier writes: > * gnu/packages/admin.scm (cpulimit): New variable. > --- > gnu/packages/admin.scm | 39 ++- > 1 file changed, 38 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm > index 5b9f5d1..1d90619 1006

[PATCH 1/6] gnu: Add telepathy-logger.

2015-12-16 Thread
* gnu/packages/freedesktop.scm (telepathy-logger): New variable. --- gnu/packages/freedesktop.scm | 42 +- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index b4e7164..474cf24 100644

[PATCH 4/6] gnu: gnome-bluetooth: New variable.

2015-12-16 Thread
* gnu/packages/gnome.scm (gnome-bluetooth): New variable. --- gnu/packages/gnome.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index c60d847..2b425b9 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/

[PATCH 6/6] gnu: Add gnome-shell.

2015-12-16 Thread
* gnu/packages/gnome.scm (gnome-shell): New variable. --- gnu/packages/gnome.scm | 82 ++ 1 file changed, 82 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 88d7481..a6169ac 100644 --- a/gnu/packages/gnome.scm +++ b/

[PATCH 3/6] gnu: Add libgtop.

2015-12-16 Thread
* gnu/packages/gnome.scm (libgtop): New variable. --- gnu/packages/gnome.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1ace594..c60d847 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -

[PATCH 2/6] gnu: Add colord-gtk.

2015-12-16 Thread
* gnu/packages/freedesktop.scm (colord-gtk): New variable. --- gnu/packages/freedesktop.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 474cf24..b8eb75e 100644 --- a/gnu/packages/freedesktop.

[PATCH 5/6] gnu: Add gnome-control-center.

2015-12-16 Thread
* gnu/packages/gnome.scm (gnome-control-center): New variable. --- gnu/packages/gnome.scm | 73 ++ 1 file changed, 73 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 2b425b9..88d7481 100644 --- a/gnu/packages/gnome.s

Re: [PATCH 4/4] gnu: samba: Update to 4.3.2.

2015-12-17 Thread
l...@gnu.org (Ludovic Courtès) writes: > 宋文武 skribis: > >> * gnu/packages/samba.scm (samba): Update to 4.3.2. Add more inputs. >> [arguments]: Use 'modify-phases' syntax. > > Please mention the arguments removed (#:modules and #:imported-modules) > and t

Re: repot: problems building guixsd in Asia

2015-12-18 Thread
Dika Setya Prayogi writes: > building guixsd in Asia with guix system init become very slow to > download package. to many timeout result in http error, switching with > --no-subtitutes goes the same but looks like it can fix the http error > with the cost of double download the packages. finally

Re: 07/07: gnu: samba: Update to 4.3.2.

2015-12-18 Thread
Mark H Weaver writes: > Alex Kost writes: > >> Mark H Weaver (2015-12-18 20:28 +0300) wrote: >> >>> 宋文武 writes: >>> >>>> iyzsong pushed a commit to branch master >>>> in repository guix. >>>> >>>> commit 7109

GNOME on GuixSD

2015-12-20 Thread
With commit a4df575, we can get a minimal gnome-shell on GuixSD. Make sure you have elogind and upower-daemon services running, and add the following packages: adwaita-icon-theme, gnome-session, gnome-shell, gnome-control-center, gnome-settings-daemon, dbus to the packages field (to use with

Re: GNOME on GuixSD

2015-12-20 Thread
Efraim Flashner writes: > On Sun, 20 Dec 2015 20:50:01 +0800 > iyzs...@member.fsf.org (宋文武) wrote: > >> With commit a4df575, we can get a minimal gnome-shell on GuixSD. >> >> Make sure you have elogind and upower-daemon services running, >> and add the followin

Re: [PATCH] Add Virtual MIDI piano keyboard.

2015-12-21 Thread
Ricardo Wurmus writes: > [PATCH 1/2] gnu: Add drumstick. > [PATCH 2/2] gnu: Add vmpk. Both look good to me. Thanks!

[PATCH 1/2] gnu: zita-resampler: Drop the '-march=native' optimization.

2016-01-06 Thread
* gnu/packages/audio.scm (zita-resampler)[source]: Add snippet. --- gnu/packages/audio.scm | 5 + 1 file changed, 5 insertions(+) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index df1f67b..7cdf586 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -1881,6 +18

[PATCH 2/2] gnu: zita-convolver: Drop the '-march=native' optimization.

2016-01-06 Thread
* gnu/packages/audio.scm (zita-convolver)[source]: Add snippet. --- gnu/packages/audio.scm | 5 + 1 file changed, 5 insertions(+) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 7cdf586..ebae5d5 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -1839,6 +18

Re: [PATCH 2/2] gnu: zita-convolver: Drop the '-march=native' optimization.

2016-01-06 Thread
Ricardo Wurmus writes: >> + (snippet >> + ;; Don't optimize for a specific processor architecture. >> + '(substitute* "libs/Makefile" >> + (("^CXXFLAGS \\+= -march=native") ""))) >> + (modules '((guix build utils))) > > Is thi

Re: [PATCH 2/2] gnu: zita-convolver: Drop the '-march=native' optimization.

2016-01-07 Thread
l...@gnu.org (Ludovic Courtès) writes: > Ricardo Wurmus skribis: > >> 宋文武 writes: >> >>> Ricardo Wurmus writes: >>> >>>>> + (snippet >>>>> + ;; Don't optimize for a specific pro

[PATCH 1/5] gnu: Add python-args.

2016-01-12 Thread
* gnu/packages.scm (python-args, python2-args): New variables. --- gnu/packages/python.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 4ab1eed..0886809 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/py

[PATCH 2/5] gnu: Add python-clint.

2016-01-12 Thread
* gnu/packages/python.scm (python-clint, python2-clint): New variables. --- gnu/packages/python.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0886809..e54f521 100644 --- a/gnu/packages/python.scm +++ b/gnu/

[PATCH 3/5] gnu: Add python-astor.

2016-01-12 Thread
* gnu/packages/python.scm (python-astor, python2-astor): New variables. --- gnu/packages/python.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index e54f521..95e9a09 100644 --- a/gnu/packages/python.scm +++ b/gnu/p

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

2016-01-12 Thread
* gnu/packages/python.scm (python-rply): New variables. --- gnu/packages/python.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 95e9a09..d4cc8d3 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/pytho

[PATCH 5/5] gnu: Add python-hy.

2016-01-12 Thread
* gnu/packages/python.scm (python-hy, python2-hy): New variables. --- gnu/packages/python.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index d4cc8d3..139c02e 100644 --- a/gnu/packages/python.scm +++ b/gnu/pa

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

2016-01-15 Thread
l...@gnu.org (Ludovic Courtès) writes: > 宋文武 skribis: > >> * gnu/packages/python.scm (python-hy, python2-hy): New variables. > > [...] > >> +(home-page "http://hylang.org/";) >> +(synopsis "Lisp frontend to Python") >> +(de

Re: [PATCHES] Add v4l-utils in order to add support for webcams to OBS

2016-01-19 Thread
"Thompson, David" writes: > [...] > > From b1ccba1616dc77950b8495714a47d5e3f9b9eda1 Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Tue, 19 Jan 2016 22:11:16 -0500 > Subject: [PATCH 1/2] gnu: Add v4l-utils. > > * gnu/packages/video.scm (v4l-utils): New variable. > --- > gnu/packages/vid

Re: gst-plugins-good

2016-01-20 Thread
Andreas Enge writes: > On Wed, Jan 20, 2016 at 10:23:20PM +0200, Efraim Flashner wrote: >> ANYWAY, it turns out gstreamer 1.7.x is an unstable release, and 1.8.x should >> be coming out "soon". Extremely frusterating to bang my head against this for >> so long and find out this is why. > > Yes, t

Re: [PATCH 1/1] gnu: polkit: Fix detection of mozjs-17.

2016-01-22 Thread
Leo Famulari writes: > * gnu/packages/polkit.scm (polkit)[arguments]: Add LIBJS_LIBS and > LIBJS_CFLAGS for mozjs-17. > --- > gnu/packages/polkit.scm | 14 +++--- > 1 file changed, 11 insertions(+), 3 deletions(-) > > diff --git a/gnu/packages/polkit.scm b/gnu/packages/polkit.scm > index

Re: Qt-5 in core-updates

2016-01-24 Thread
Andreas Enge writes: > Hello, > > qt-5 fails to build on both x86_64 and armhf in core-updates with the > following error: > Traceback (most recent call last): > File > "/tmp/nix-build-qt-5.5.1.drv-0/qt-everywhere-opensource-src-5.5.1/qtwebkit/Source/WebKit2/Scripts/generate-messages-header.py

Re: Qt-5 in core-updates

2016-01-25 Thread
Andreas Enge writes: > Thanks, 宋文武, for this thorough research! > > On Mon, Jan 25, 2016 at 09:57:13AM +0800, 宋文武 wrote: >> - Patch our python-2.7.x like Ubuntu does. >> >> <https://launchpad.net/ubuntu/+archive/primary/+files/python2.7_2.7.10-4ubuntu1.diff.g

Re: gtk-vnc package

2016-01-27 Thread
ren...@openmailbox.org writes: > hi, > > can you help me to review this patch, gtk-vnc is a API for Vinagre > program. Welcome! > > Regards. > > From cfeac9d0ca6505f98ba206aa4dae5170431baf8e Mon Sep 17 00:00:00 2001 > From: Rene Saavedra > Date: Tue, 26 Jan 2016 21:47:36 +0100 > Subject: [PATCH]

Re: [PATCH] gnu: Add gtk-vnc.

2016-01-27 Thread
.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/gnome.scm (gtk-vnc): New variable. Co-authored-by: 宋文武 --- gnu/packages/gnome.scm | 38 ++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packag

Re: [PATCH] gnu: Add gtk-vnc.

2016-01-28 Thread
I update the description, and push it. Thanks for the patch and reviews!

[PATCH 1/2] profiles: Add xdg-desktop-database hook.

2016-01-31 Thread
* guix/profiles (xdg-desktop-database): New function. (%default-profile-hooks): Add it. --- guix/profiles.scm | 34 +- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/guix/profiles.scm b/guix/profiles.scm index ce86ff8..38e2730 100644 --- a/guix/profil

[PATCH 2/2] profiles: Add xdg-mime-database hook.

2016-01-31 Thread
* guix/profiles (xdg-mime-database): New function. (%default-profile-hooks): Add it. --- guix/profiles.scm | 36 +++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/guix/profiles.scm b/guix/profiles.scm index 38e2730..84bcbd2 100644 --- a/guix/profile

Re: [PATCH 2/2] profiles: Add xdg-mime-database hook.

2016-01-31 Thread
The xdg-desktop-database hook rebuilds the 'mimeinfo.cache' database from desktop files of applications, which then is used to decide the "Default Application" (in thunar, nautilus, etc.) for a MIME type. The xdg-mime-database hook rebuilds the 'mime.cache' database, it's the shared mime-info data

GStreamer, PulseAudio and libvpx update

2016-02-02 Thread
ink it's safe to merge. Or should we start a job for the branch on hydra? Efraim Flashner writes: > On Thu, 21 Jan 2016 09:54:25 +0800 > iyzs...@member.fsf.org (宋文武) wrote: > [...] >> >> Sorry I didn't follow the issue. What break on master due to the update &g

Re: GStreamer, PulseAudio and libvpx update

2016-02-03 Thread
Andreas Enge writes: > Hello, > > On Wed, Feb 03, 2016 at 12:23:24PM +0800, 宋文武 wrote: >> In the 'gstreamer-update' branch we have following updates: >> libvpx -> 1.5.0 >> pulseaudio -> 8.0 >> ao -> 1.2.0 >> gstreamer (and plugins

Re: [PATCH 1/2] profiles: Add xdg-desktop-database hook.

2016-02-03 Thread
l...@gnu.org (Ludovic Courtès) writes: > 宋文武 skribis: > >> * guix/profiles (xdg-desktop-database): New function. >> (%default-profile-hooks): Add it. > > Nice! > >> + (update-desktop-database (string-append >> +

Re: [PATCH] gnu: libcanberra: Add input gtk+-2.

2016-02-05 Thread
Fabian Harfert writes: > On Thu, 4 Feb 2016 17:04:42 +0100 > Fabian Harfert wrote: > >> * gnu/packages/libcanberra.scm (libcanberra): Add input gtk+-2. >> --- >> gnu/packages/libcanberra.scm | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/gnu/packages/libcanberra.scm >> b/gnu/pack

Re: [PATCH] gnu: Add gtk-engines and murrine.

2016-02-05 Thread
Fabian Harfert writes: > On Fri, 05 Feb 2016 08:08:21 +0100 > Ricardo Wurmus wrote: > >> Hi Fabian, >> >> I wonder if this will work out of the box. Where does GTK+ look for >> engines? Was the patch enough to GTK+ to make it respect >> GUIX_GTK2_PATH and GUIX_GTK3_PATH? >> >> Or will we nee

Re: [PATCH] Add nautilus

2016-02-06 Thread
ren...@openmailbox.org writes: > Hi, > > i attached patch for review. > > Regards > > From 18bddcf21cac4245997a76d4ea5cfc856d1b6157 Mon Sep 17 00:00:00 2001 > From: Rene Saavedra > Date: Mon, 1 Feb 2016 17:45:22 +0100 > Subject: [PATCH] Add nautilus > > --- > gnu/packages/nautilus.scm | 63 > ++

Re: [PATCH] gnu: Add tracker.

2016-02-06 Thread
ren...@openmailbox.org writes: > On 2016-02-06 23:28, Leo Famulari wrote: >> On Sat, Feb 06, 2016 at 09:47:22PM +0100, ren...@openmailbox.org wrote: >>> Hi, >>> >>> i attached patch with new variable(tracker) for gnome.scm. >>> >>> Tracker, is a search engine and metadata storage system used for >

Re: [PATCH] Add nautilus

2016-02-07 Thread
iyzs...@member.fsf.org (宋文武) writes: > ren...@openmailbox.org writes: > >> Hi, >> >> i attached patch for review. >> OK, I'm little hurry and pushed with following adjustments: - Move to gnome.scm. - Add comments. - Use glib-or-gtk-build-system. - Remove the &

[PATCH] gnu: Add gnome.

2016-02-12 Thread
* gnu/packages/gnome.scm (gnome): New variable. --- gnu/packages/gnome.scm | 41 + 1 file changed, 41 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 49e6197..dbf8ffe 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gn

Re: thesis: guixsd should provide /usr/bin/env

2016-02-16 Thread
Someone (sorry, I forget who) mentioned in #guix that we can use binfmt_misc to handle the shebang. I tried coding it in C, and it seems to working fine. Here it is: . Try it with care: --8<---cut here---start->8--- $ sudo moun

Re: Python and propagation

2016-02-18 Thread
Ricardo Wurmus writes: > [...] > > 2) avoid PYTHONPATH, patch all Python files invasively! > > Python does not have any feature that is comparable to RUNPATH. It is > only concerned with finding libraries/modules by *name* in one of the > directories specified by the PYTHONPATH environment varia

Re: Python and propagation

2016-02-18 Thread
iyzs...@member.fsf.org (宋文武) writes: >> [...] > > I packaged python-hy, and it does find all depends without propagations. > In its output, the trick is done by ‘python-hy-0.11.1.pth’ and ‘site.py’. > > After read: > <https://docs.python.org/2/library/site.html>

Re: Gee Gee: ever typed: git package -l, guix rebase -i HEAD~8?

2016-02-18 Thread
Jan Nieuwenhuizen writes: > Hi, > > Git is *awesome*. Guile is *awesome*. Guix is *awesome*. Combined, > they're...totallyconfusing my limbic system, especially late at night. > > If you also find yourself typing `that g* command' and guessing wrong > (git: "Did you mean this?" bundle) like I

Re: wip-xorg-server-1.18

2016-02-18 Thread
Andy Wingo writes: > Hi, > > My Broadwell laptop hasn't had working accelerated OpenGL since I > installed it. It was using the llvmpipe, a software path. Eventually > when I looked into it, it turned out that was because the > xf86-video-intel package was too old and disabled acceleration for

Re: [PATCH] Add libotf.

2016-02-19 Thread
Roel Janssen writes: > From 64cfdae64cfe9af4ff162935edd4e208a0f5afc1 Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Fri, 19 Feb 2016 11:00:06 +0100 > Subject: [PATCH] gnu: Add libotf. > > * gnu/packages/fontutils.scm (libotf): New variable. > --- > gnu/packages/fontutils.scm | 21 +++

Re: [PATCH] Add libotf.

2016-02-19 Thread
Pushed, thanks!

Re: [PATCH] gnu: Add gnome-screenshot.

2016-02-22 Thread
ren...@openmailbox.org writes: > Hi, > > i attached gnome-screenshot patch for review. > > GNOME Screenshot is a utility used for taking screenshots of the screen. > > Thanks > > From be7026e12d1ae7611f4b85188fb6400799c39c25 Mon Sep 17 00:00:00 2001 > From: Rene Saavedra > Date: Sat, 20 Feb 2016

Re: 01/01: gnu: Add libotf.

2016-02-22 Thread
Roel Janssen writes: > Ludovic Courtès writes: > >> ??? skribis: >> >>> + (uri (string-append >>> + >>> "http://download.savannah.gnu.org/releases/m17n/libotf-"; >>> +version ".tar.gz")) >> >> It’s best to use mirror://savannah here. :-) > >

Re: [PATCH] Add GNOME and XFCE desktop services.

2016-02-24 Thread
Andy Wingo writes: > […] > > From 0d3b2b47b9742a5b381cd3e89b12f00951b557e9 Mon Sep 17 00:00:00 2001 > From: Andy Wingo > Date: Wed, 24 Feb 2016 23:08:58 +0100 > Subject: [PATCH] gnu: services: Add GNOME and XFCE desktop services. > > * gnu/services/desktop.scm () > (gnome-desktop-service-type, )

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

2016-02-28 Thread
Ricardo Wurmus writes: > Manolis Ragkousis writes: > >> 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 '

[PATCH] gnu: xfce: Don’t wrap startxfce4. (Re: Xfce collision)

2016-02-29 Thread
Andreas Enge writes: > Hello, > > when installing xfce, there is a collision with xfce4-session for the file > startxfce4. > > The reason is the following: >(alist-replace > 'install > (lambda* (#:key outputs #:allow-other-keys) > (let* ((out (assoc-ref outputs

[PATCH] gnu: xfce: Don’t wrap startxfce4. (Re: Xfce collision)

2016-02-29 Thread
Andreas Enge writes: > Hello, > > when installing xfce, there is a collision with xfce4-session for the file > startxfce4. > > The reason is the following: >(alist-replace > 'install > (lambda* (#:key outputs #:allow-other-keys) > (let* ((out (assoc-ref outputs

[PATCH] gnu: xfce: Don’t wrap startxfce4. (Re: Xfce collision)

2016-02-29 Thread
Andreas Enge writes: > Hello, > > when installing xfce, there is a collision with xfce4-session for the file > startxfce4. > > The reason is the following: >(alist-replace > 'install > (lambda* (#:key outputs #:allow-other-keys) > (let* ((out (assoc-ref outputs

[PATCH] gnu: xfce: Don’t wrap startxfce4. (Re: Xfce collision)

2016-02-29 Thread
Andreas Enge writes: > Hello, > > when installing xfce, there is a collision with xfce4-session for the file > startxfce4. > > The reason is the following: >(alist-replace > 'install > (lambda* (#:key outputs #:allow-other-keys) > (let* ((out (assoc-ref outputs

[PATCH] gnu: xfce: Don’t wrap startxfce4. (Re: Xfce collision)

2016-02-29 Thread
Andreas Enge writes: > Hello, > > when installing xfce, there is a collision with xfce4-session for the file > startxfce4. > > The reason is the following: >(alist-replace > 'install > (lambda* (#:key outputs #:allow-other-keys) > (let* ((out (assoc-ref outputs

[PATCH] gnu: xfce: Don’t wrap startxfce4. (Re: Xfce collision)

2016-02-29 Thread
Andreas Enge writes: > Hello, > > when installing xfce, there is a collision with xfce4-session for the file > startxfce4. > > The reason is the following: >(alist-replace > 'install > (lambda* (#:key outputs #:allow-other-keys) > (let* ((out (assoc-ref outputs

[PATCH] gnu: xfce: Don’t wrap startxfce4. (Re: Xfce collision)

2016-02-29 Thread
Andreas Enge writes: > Hello, > > when installing xfce, there is a collision with xfce4-session for the file > startxfce4. > > The reason is the following: >(alist-replace > 'install > (lambda* (#:key outputs #:allow-other-keys) > (let* ((out (assoc-ref outputs

[PATCH] gnu: xfce: Don’t wrap startxfce4. (Re: Xfce collision)

2016-02-29 Thread
Andreas Enge writes: > Hello, > > when installing xfce, there is a collision with xfce4-session for the file > startxfce4. > > The reason is the following: >(alist-replace > 'install > (lambda* (#:key outputs #:allow-other-keys) > (let* ((out (assoc-ref outputs

[PATCH] gnu: xfce: Don’t wrap startxfce4. (Re: Xfce collision)

2016-02-29 Thread
Andreas Enge writes: > Hello, > > when installing xfce, there is a collision with xfce4-session for the file > startxfce4. > > The reason is the following: >(alist-replace > 'install > (lambda* (#:key outputs #:allow-other-keys) > (let* ((out (assoc-ref outputs

Re: [PATCH] gnu: xfce: Don’t wrap startxfce4. (Re: Xfce collision)

2016-02-29 Thread
Sorry for spamming the mailing list. When send emails using msmtp-1.6.3, it warn about 'org.freedesktop.secrets' unavailable. But in my Emacs/Gnus, the email didn't marked as sent. I usually had connection issue with the SMTP server, and used to resent the mail when that happend. Oops!

Re: [PATCH] gnu: xfce: Don’t wrap startxfce4.

2016-03-01 Thread
l...@gnu.org (Ludovic Courtès) writes: > iyzs...@member.fsf.org (宋文武) skribis: > > [...] >> >> This package was introduced before the ‘etc/profile’ where enviroment >> variables from search-paths are set. So, the wrapper is redundant now. > > The wrapper wo

<    2   3   4   5   6   7   8   >