Re: [patch] Add webkitgtk-2.4/gtk+-3.0.patch

2015-05-29 Thread 宋文武
Feng Shu writes: > 宋文武 writes: > >> Hi, I update it to webkitgtk-2.4.9, apply and modify your patch, end with: >> >> * webkitgtk >> Unmodified, for upstream 'stable' release. >> GTK3 port with only WebKit2 API. >> >> * webkitgtk-2.4 >> Last version with WebKit1 API support (also with WebKi

Re: 01/01: gnu: webkitgtk-2.4: Update to 2.8.9, build with gtk3.

2015-05-29 Thread 宋文武
Mark H Weaver writes: > 宋文武 writes: > >> commit e7e8ea069e52052ab35a57284e18d171ab0f2daa >> Author: 宋文武 >> Date: Fri May 29 15:50:14 2015 +0800 >> >> gnu: webkitgtk-2.4: Update to 2.8.9, build with gtk3. >> >> * gnu/packages/webkit.scm (webkitgtk-2.4): Update to 2.8.9, build with

Re: 01/01: gnu: webkitgtk-2.4: Update to 2.8.9, build with gtk3.

2015-05-29 Thread Mark H Weaver
宋文武 writes: > commit e7e8ea069e52052ab35a57284e18d171ab0f2daa > Author: 宋文武 > Date: Fri May 29 15:50:14 2015 +0800 > > gnu: webkitgtk-2.4: Update to 2.8.9, build with gtk3. > > * gnu/packages/webkit.scm (webkitgtk-2.4): Update to 2.8.9, build with > gtk3. > Move flex and wh

Re: [PATCHES] Add ruby-rspec, bundler, and ruby-useragent

2015-05-29 Thread Thompson, David
On Fri, May 29, 2015 at 5:07 PM, Ludovic Courtès wrote: > David Thompson skribis: > >> From 2cc36edb761976fcd4c2a5f5c076fc2d12512cbd Mon Sep 17 00:00:00 2001 >> From: David Thompson >> Date: Wed, 27 May 2015 21:37:06 -0400 >> Subject: [PATCH 5/6] gnu: Add bundler. >> >> * gnu/packages/ruby.scm (

Re: Daemon update

2015-05-29 Thread Alexander Vorobiev
Pulled, restarted. The next stop is tcsh. The tarball at ftp.astron.com s gone, replaced with more recent version... One observation: apparently coreutils refuses to be built as root so I had to create a build user/group to give to guix-daemon. Thanks, Alex On Fri, May 29, 2015 at 3:57 PM, Ludovi

Re: [PATCHES] Add ruby-rspec, bundler, and ruby-useragent

2015-05-29 Thread Ludovic Courtès
David Thompson skribis: > 'git send-email' isn't working for me on GuixSD, so below are 6 patches > for adding some new Ruby packages. Sorry for the unideal email > workflow. ISTR that 宋文武 has a trick to “make it work.” 宋文武? > From c077e0fa5d4a42748ad4e282c413e24ced124dcc Mon Sep 17 00:00:00

Re: [patch] Add webkitgtk-2.4/gtk+-3.0.patch

2015-05-29 Thread Feng Shu
宋文武 writes: > Hi, I update it to webkitgtk-2.4.9, apply and modify your patch, end with: > > * webkitgtk > Unmodified, for upstream 'stable' release. > GTK3 port with only WebKit2 API. > > * webkitgtk-2.4 > Last version with WebKit1 API support (also with WebKit2), GTK3 port. > > * webk

Re: Is it possible add 'Guix package manager without "make install"' to guix doc?

2015-05-29 Thread Ludovic Courtès
Mathieu Lirzin skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Christopher Allan Webber skribis: >> >>>Similarly, I've wondered, how do GuixSD users hack on Guix, if Guix >>>is already installed system-wide? Genuine question! >> >> I definitely use ./pre-inst-env while hacking, p

Re: Daemon update

2015-05-29 Thread Ludovic Courtès
Alexander Vorobiev skribis: > I have some good progress finally. I started from scratch and pulled the > latest from git. I am now running guix-daemon as root with only one option > --no-substitutes. The make guix-binary* ran for hours and built a lot of > stuff (bash, gcc, perl, etc) but stumble

Re: [PATCH 2/2] emacs: Add 'guix-apply-manifest'.

2015-05-29 Thread Ludovic Courtès
"Thompson, David" skribis: > On Fri, May 29, 2015 at 2:24 PM, Alex Kost wrote: >> Ludovic Courtès (2015-05-29 14:52 +0300) wrote: >> >>> Alex Kost skribis: >>> Many thanks to David for a great "--manifest" feature and for the idea of this patch (I read the #guix log :-) ). >>> >>> Ah

Re: [PATCH 2/2] emacs: Add 'guix-apply-manifest'.

2015-05-29 Thread Thompson, David
On Fri, May 29, 2015 at 2:24 PM, Alex Kost wrote: > Ludovic Courtès (2015-05-29 14:52 +0300) wrote: > >> Alex Kost skribis: >> >>> Many thanks to David for a great "--manifest" feature and for the idea >>> of this patch (I read the #guix log :-) ). >> >> Ah ah, we only need to mention our wishes

Re: [PATCH 2/2] emacs: Add 'guix-apply-manifest'.

2015-05-29 Thread Alex Kost
Ludovic Courtès (2015-05-29 14:52 +0300) wrote: > Alex Kost skribis: > >> With this patch, it will be possible to use "M" key in any *Guix …* >> buffer to apply a manifest from file. > > Excellent! > >> Many thanks to David for a great "--manifest" feature and for the idea >> of this patch (I rea

Re: [PATCH 2/2] emacs: Add 'guix-apply-manifest'.

2015-05-29 Thread Ludovic Courtès
Alex Kost skribis: > With this patch, it will be possible to use "M" key in any *Guix …* > buffer to apply a manifest from file. Excellent! > Many thanks to David for a great "--manifest" feature and for the idea > of this patch (I read the #guix log :-) ). Ah ah, we only need to mention our w

Re: [PATCH 1/2] emacs: Remove "M" key binding for marking all lines.

2015-05-29 Thread Ludovic Courtès
Alex Kost skribis: > From 83f44de5f99d13ecdeff1aa7747d7e6d5eeec72b Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Wed, 27 May 2015 16:51:25 +0300 > Subject: [PATCH 1/2] emacs: Remove "M" key binding for marking all lines. > > * emacs/guix-list.el: Split 'guix-list-mark' into internal and >

Re: [PATCH] emacs: Report about "search paths" after operation.

2015-05-29 Thread Ludovic Courtès
Alex Kost skribis: > From f2e20ad5a86ba1d50e53d32f585d71ec17482b0b Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Wed, 27 May 2015 21:08:31 +0300 > Subject: [PATCH] emacs: Report about "search paths" after operation. > > * guix/scripts/package.scm: Export 'display-search-paths'. > * emacs/gu

[PATCH] gnu: webkitgtk: Update to 2.8.3.

2015-05-29 Thread 宋文武
The version (2.8.9) mentioned in the previous commit (e7e8ea0) message was wrong. Should be '2.4.9'. * gnu/packages/webkit.scm (webkitgtk): Update to 2.8.3. --- gnu/packages/webkit.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/webkit.scm b/gnu/packages/

Re: [patch] Add webkitgtk-2.4/gtk+-3.0.patch

2015-05-29 Thread 宋文武
Feng Shu writes: > From f755ed7e31446c86ed52fc1acfda2f90690688a2 Mon Sep 17 00:00:00 2001 > From: Feng Shu > Date: Mon, 25 May 2015 19:36:28 +0800 > Subject: [PATCH] gnu: Add webkitgtk-2.4/gtk+-3.0 > > --- > gnu/packages/webkit.scm | 8 > 1 file changed, 8 insertions(+) > > diff --git