[PATCH 11/11] gnu: at-spi2-core: Move html documentation to 'doc' output.

2015-04-07 Thread 宋文武
* gnu/packages/gtk.scm (at-spi2-core)[outputs]: New field. [arguments]: Add #:configure-flags. --- gnu/packages/gtk.scm | 5 + 1 file changed, 5 insertions(+) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index a7c11e5..57a7d9b 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages

[PATCH 06/11] gnu: atk: Move html documentation to 'doc' output.

2015-04-07 Thread 宋文武
* gnu/packages/gtk.scm (atk)[outputs]: New field. [arguments]: New field. --- gnu/packages/gtk.scm | 6 ++ 1 file changed, 6 insertions(+) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 268723c..fdfb2fc 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -61,6 +6

[PATCH 10/11] gnu: at-spi2-atk: Propagate input at-spi2-core.

2015-04-07 Thread 宋文武
* gnu/packages/gtk.scm (at-spi2-atk): Move at-spi2-core to 'propagated-inputs'. Move dbus to 'native-inputs'. --- gnu/packages/gtk.scm | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 10868c7..a7c11e5 100644 --- a/g

[PATCH 03/11] gnu: at-spi2-core: Propagate inputs dbus and glib.

2015-04-07 Thread 宋文武
* gnu/packages/gtk.scm (at-spi2-core): Move dbus and glib to 'propagated-inputs'. --- gnu/packages/gtk.scm | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 459112c..176017a 100644 --- a/gnu/packages/gtk.scm +++ b/gn

[PATCH 07/11] gnu: at-spi2-atk: Update to 2.16.0.

2015-04-07 Thread 宋文武
* gnu/packages/gtk.scm (at-spi2-atk): Update to 2.16.0. --- gnu/packages/gtk.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index fdfb2fc..91e63f8 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -377,7 +377,7

[PATCH 02/11] gnu: at-spi2-core: Enable tests.

2015-04-07 Thread 宋文武
* gnu/packages/gtk.scm (at-spi2-core)[arguments]: Remove #:tests? #f. Add #:phases. --- gnu/packages/gtk.scm | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 113037f..459112c 100644 --- a/gnu/packages/gtk.scm +++ b/g

[PATCH 04/11] gnu: at-spi2-core: Enable GObject introspection.

2015-04-07 Thread 宋文武
* gnu/packages/gtk.scm (at-spi2-core)[arguments]: Add #:make-flags. [native-inputs]: Add gobject-introspection. --- gnu/packages/gtk.scm | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 176017a..68cfdf3 100644 --- a/gnu

[PATCH 09/11] gnu: at-spi2-atk: Enable tests.

2015-04-07 Thread 宋文武
* gnu/packages/gtk.scm (at-spi2-atk)[arguments]: Remove #:tests? #f. Add #:phases. --- gnu/packages/gtk.scm | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 2f31e7b..10868c7 100644 --- a/gnu/packages/gtk.scm +++ b/gn

[PATCH 08/11] gnu: atk: Propagate input glib.

2015-04-07 Thread 宋文武
* gnu/packages/gtk.scm (atk): Move glib to 'propagated-inputs'. --- gnu/packages/gtk.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 91e63f8..2f31e7b 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -67,7 +67,

[PATCH 01/11] gnu: at-spi2-core: Update to 2.16.0.

2015-04-07 Thread 宋文武
* gnu/packages/gtk.scm (at-spi2-core): Update to 2.16.0. --- gnu/packages/gtk.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index b3688d5..113037f 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -332,7 +332,7

[PATCH 05/11] gnu: atk: Update to 2.16.0.

2015-04-07 Thread 宋文武
* gnu/packages/gtk.scm (atk): Update to 2.16.0. --- gnu/packages/gtk.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 68cfdf3..268723c 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -51,7 +51,7 @@ (defin

ld wrapper improvements

2015-04-07 Thread Ludovic Courtès
With commit dacd5d2, the ‘validate-runpath’ phase reports RUNPATH entries that do not point in the store. This has allowed me to notice that our ld wrapper has been adding RUNPATH entries pointing to the build tree, sometimes using relative file names (see

Re: [PATCH] gnu: wavpack: Fix wavpack.pc by passing '--libdir' to `configure'.

2015-04-07 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/audio.scm (wavpack)[arguments]: New field. OK! Ludo’.

Re: [PATCH] gnu: julia: Drop ARM and MIPS support.

2015-04-07 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From cbc621d0b4289d8aa3229bc581ba96bbffa8e2bc Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Tue, 7 Apr 2015 10:39:25 +0200 > Subject: [PATCH 1/2] gnu: julia: Mark as unsupported on ARM and MIPS. > > * gnu/packages/julia.scm (julia): Add 'supported-systems' fie

[PATCH 7/9] gnu: Add libgweather.

2015-04-07 Thread Andy Wingo
* gnu/packages/gnome.scm (libgweather): New variable. --- gnu/packages/gnome.scm | 48 1 file changed, 48 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 59f46bb..8f0e36e 100644 --- a/gnu/packages/gnome.scm +++ b/gn

[PATCH 6/9] gnu: gnome-desktop: Update to 3.16.0.

2015-04-07 Thread Andy Wingo
* gnu/packages/gnome.scm (gnome-desktop): Update to 3.16.0. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 4866fe9..59f46bb 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@

[PATCH 5/9] gnu: Add geocode-glib.

2015-04-07 Thread Andy Wingo
* gnu/packages/gnome.scm (geocode-glib): 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 7f3f9e3..4866fe9 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/package

[PATCH 8/9] gnu: Add gnome-settings-daemon.

2015-04-07 Thread Andy Wingo
* gnu/packages/gnome.scm (gnome-settings-daemon): New variable. --- gnu/packages/gnome.scm | 74 ++ 1 file changed, 74 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 8f0e36e..a53de45 100644 --- a/gnu/packages/gnome.

[PATCH 4/9] gnu: Add geoclue service.

2015-04-07 Thread Andy Wingo
* gnu/services/geoclue.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add geoclue service. --- gnu-system.am| 1 + gnu/services/geoclue.scm | 117 +++ 2 files changed, 118 insertions(+) create mode 100644 gnu/services/geoclue.scm di

[PATCH 3/9] gnu: Add geoclue.

2015-04-07 Thread Andy Wingo
* gnu/packages/gnome.scm (geoclue): New variable. * gnu/packages/patches/geoclue-config.patch: New file. --- gnu/packages/gnome.scm| 45 +++ gnu/packages/patches/geoclue-config.patch | 23 2 files changed, 68 insertions(+) create mo

[PATCH 2/9] gnu: Add colord service.

2015-04-07 Thread Andy Wingo
* gnu-system.am (GNU_SYSTEM_MODULES): Add gnu/services/colord.scm. * gnu/services/colord.scm: New file. --- gnu-system.am | 1 + gnu/services/colord.scm | 70 + 2 files changed, 71 insertions(+) create mode 100644 gnu/services/colord.scm

[PATCH 1/9] gnu: Add colord package.

2015-04-07 Thread Andy Wingo
* gnu/packages/gnome.scm (colord): New variable. --- gnu/packages/gnome.scm | 70 ++ 1 file changed, 70 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1f01019..3721c12 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/p

[PATCH 12/24] gnu: Add ghc-quickcheck.

2015-04-07 Thread Federico Beffa
Federico Beffa writes: > * gnu/packages/haskell.scm (ghc-quickcheck): New variable. > --- > gnu/packages/haskell.scm | 33 - > 1 file changed, 32 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm > index 34f098f..36b

Re: Planning for 0.8.2

2015-04-07 Thread John Darrington
On Mon, Apr 06, 2015 at 06:11:46PM +0200, Andreas Enge wrote: On Thu, Apr 02, 2015 at 02:51:05PM +0200, Ludovic Court?s wrote: > Since it was reported that the version in wip-libreoffice builds (only > with tests disabled), I suppose all the dependencies are there. I suppo

[PATCH] gnu: Add WebKitGTK+.

2015-04-07 Thread 宋文武
* gnu/packages/gnome.scm (webkitgtk): 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 f9824b8..f4df1fa 100644 --- a/gnu/packages/gnome.scm +++ b/gn

[PATCH] gnu: Add libsecret.

2015-04-07 Thread 宋文武
* gnu/packages/gnome.scm (libsecret): New variable. --- gnu/packages/gnome.scm | 48 1 file changed, 48 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1a42bff..f9824b8 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/

[PATCH] gnu: julia: Drop ARM and MIPS support.

2015-04-07 Thread Ricardo Wurmus
Hi Guix, the first patch is to declare that Julia is unsupported on ARM and MIPS, as previously discussed on IRC. The second patch fixes the binary substitutes for Julia on the two supported architectures by passing the MARCH flag with generic CPUs ("pentium4" is the lowest supported CPU for the