Re: [PATCH 2/4] gnu: Add libpsyc.

2016-10-29 Thread Ricardo Wurmus
ng0 writes: > * gnu/packages/psyc.scm (libpsyc): New variable. > --- > gnu/packages/psyc.scm | 41 + > 1 file changed, 41 insertions(+) > > diff --git a/gnu/packages/psyc.scm b/gnu/packages/psyc.scm > index 4d53dfd..253fa64 100644 >

Re: [PATCH 1/4] gnu: Add perl-net-psyc.

2016-10-29 Thread Ricardo Wurmus
ng0 writes: > * gnu/packages/psyc.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. > --- > gnu/local.mk | 1 + > gnu/packages/psyc.scm | 105 > ++ > 2 files changed, 106 insertions(+) > create mode

Re: [PATCH] gnu: Add python2-rpython.

2016-10-29 Thread Alex Vong
Ricardo Wurmus writes: > Marius Bakke writes: > >> Alex Vong writes: >> >>> * gnu/packages/python.scm (python2-rpython): New variable. >> >> [...] >> >>> +;;; The RPython toolchain currently does not support Python 3. >>^^^

Re: [PATCH 4/4] gnu: Add psyced.

2016-10-29 Thread Ricardo Wurmus
ng0 writes: > * gnu/packages/psyc.scm (psyced): New variable. > --- > gnu/packages/psyc.scm | 103 > ++ > 1 file changed, 103 insertions(+) > > diff --git a/gnu/packages/psyc.scm b/gnu/packages/psyc.scm > index

Re: [PATCH 4/4] gnu: Add psyced.

2016-10-29 Thread Ricardo Wurmus
ng0 writes: > Like in the old patch (I don't know how to pass git sendemail the root > of another thread), this is not a finished patch but I require input on > this. I have to debug by writing the service. You can pass “--in-reply-to=” to “git send-email”. ~~ Ricardo

Re: [PATCH v3 3/3] gnu: Add openocd.

2016-10-29 Thread David Craven
Hi Theodor, I made libjaylink and jimtcl two separate packages and a couple of style changes. Pushed as 5b83b7b854054900abe7fef699d81943892e6e7a, 3d74f12e63f7f94e2609b7bb028c3153df05c9bb and 94f36a4f5e101dc7d4f65224b1d3f0abebe643af. Thank you! David

Re: 01/01: gnu: python: Add python-pyserial.

2016-10-29 Thread Leo Famulari
On Tue, Aug 16, 2016 at 05:18:55PM +, Leo Famulari wrote: > lfam pushed a commit to branch master > in repository guix. > > commit 517a6c0c6e426b8a6e45685e8e4fab4ef2f2c2d6 > Author: Danny Milosavljevic > Date: Tue Aug 16 03:40:43 2016 +0200 > > gnu: python: Add

Re: [PATCH] gnu: Add qtwebkit.

2016-10-29 Thread Leo Famulari
On Fri, Oct 28, 2016 at 11:26:01AM +0200, Thomas Danckaert wrote: > Hi, > > this patch adds QtWebKit 5.7 as a separate package (hopefully this > will reduce security concerns: only packages which really need > QtWebKit will include it). > > QtWebKit is not officially supported anymore as of Qt

Re: [PATCH v3 3/3] gnu: Add kicad.

2016-10-29 Thread Leo Famulari
On Tue, Oct 25, 2016 at 08:00:01PM +0300, Theodoros Foradis wrote: > * gnu/packages/engineering.scm (kicad): New variable. Looks pretty good to me. Below are some things I would investigate and potentially fix on my own before pushing to Savannah; no need to send a new patch. Now we are just

Re: [PATCH v2 3/3] gnu: Add python2-wxpython.

2016-10-29 Thread Leo Famulari
On Tue, Oct 25, 2016 at 08:13:55PM +0300, Theodoros Foradis wrote: > Leo Famulari writes: > >> +(native-inputs > >> + `(("gtk+" ,gtk+-2) > >> + ("expat" ,expat) > >> + ("libjpeg" ,libjpeg) > >> + ("libpng" ,libpng) > >> + ("libtiff" ,libtiff) > >> + ("libsm"

Re: [PATCH 01/10] * gnu/system.scm (): Add 'store-device' and 'store-fs-mount-point'.

2016-10-29 Thread Ludovic Courtès
Hello, I’ve browsed the whole patch series, and I think we’re pretty much there. I do have comments though, as always ;-), but I’m confident that we’re doing the last round trip here. If you’d like me to apply some of the the benign changes I suggest on your behalf, let me know; I thought I’d

Re: [PATCH] Add joblib.

2016-10-29 Thread Ricardo Wurmus
Leo Famulari writes: > On Thu, Oct 08, 2015 at 10:45:39AM +0200, Ricardo Wurmus wrote: >> From 848f0f327e1cef97977d695c01480abd1c215bc3 Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus >> Date: Wed, 7 Oct 2015 13:01:36 +0200 >> Subject: [PATCH]

Re: [PATCH] gnu: Add python2-rpython.

2016-10-29 Thread Ricardo Wurmus
Marius Bakke writes: > Alex Vong writes: > >> * gnu/packages/python.scm (python2-rpython): New variable. > > [...] > >> +;;; The RPython toolchain currently does not support Python 3. >^^^ > Only two semicolons here. The rest LGTM. I committed

Re: [PATCH v2 1/1] gnu: Add plantuml.

2016-10-29 Thread Ricardo Wurmus
Theodoros Foradis writes: >>> +(define-public plantuml […] >>> + (modify-phases %standard-phases >>> + (add-before 'build 'delete-extra-from-cp BTW: the phase name is a little hard to understand. We don’t mind slightly longer phase names if that

Re: Providing an alternative to setuid in GuixSD

2016-10-29 Thread sbaugh
l...@gnu.org (Ludovic Courtès) writes: > I think we must just be clear that GuixSD will be the only one to > benefit from a solution along the lines you wrote, at least for the > foreseeable future. Well, I am slightly more optimistic than that. It may be that this solution is such a success that

Re: [PATCH] gnu: Add alsa-plugins.

2016-10-29 Thread Ricardo Wurmus
ng0 writes: > * gnu/packages/linux.scm (alsa-plugins): New variable. Thanks! This patch doesn’t apply to current master here. Does it need rebasing? > +(define-public alsa-plugins > + (package > +(name "alsa-plugins") > +(version "1.1.1") > +(source

Re: [PATCH 02/68] gnu: extra-cmake-modules: Update to 5.27.0.

2016-10-29 Thread Ricardo Wurmus
David Craven writes: > * gnu/packages/kde-frameworks.scm (extra-cmake-modules): Update to > 5.27.0. > --- > gnu/packages/kde-frameworks.scm | 20 ++-- > 1 file changed, 10 insertions(+), 10 deletions(-) > > diff --git a/gnu/packages/kde-frameworks.scm

Re: Add system roll-back and switch-generation commands

2016-10-29 Thread Chris Marusich
Hi, l...@gnu.org (Ludovic Courtès) writes: > ‘nss-mdns’ passes, but intermittently fails in my experience, but it’s a > tough problem. > > ‘encrypted-root-os’ was committed by mistake and the code to make it > pass has not been committed yet. :-) > > Of all the system tests, only the 3 in (gnu

Re: Add system roll-back and switch-generation commands

2016-10-29 Thread Ludovic Courtès
Hi Chris! cmmarus...@gmail.com skribis: > This patch series adds 'guix system roll-back' and 'guix system > switch-generation' commands. It should apply cleanly to the current master > branch. Cool, I’ll start looking. > I've tested the patches manually on a VM with a single disk, and a VM

Re: [PATCH] gnu: Add libjxr.

2016-10-29 Thread Ludovic Courtès
Kei Kebreau skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Leo Famulari skribis: >> >>> On Sat, Oct 22, 2016 at 04:33:18AM -0400, Kei Kebreau wrote: >> >> [...] >> >> diff --git a/gnu/packages/patches/libjxr-use-cmake.patch >>

Re: Workflow management with GNU Guix

2016-10-29 Thread Ludovic Courtès
Roel Janssen skribis: > Ludovic Courtès writes: > >> Roel Janssen skribis: >> >>> Ludovic Courtès writes: >> >> [...] >> So I guess that’s an argument in favor of the approach you chose. >>> >>> Can't a derivation write its output to some other place than the

Re: [PATCH 01/68] gnu: Add flex-2.6.1.

2016-10-29 Thread Leo Famulari
On Sat, Oct 29, 2016 at 07:46:53PM +0100, Marius Bakke wrote: > David Craven writes: > > > * gnu/packages/flex.scm (flex-2.6.1): New variable. > > This is newer than what we currently have (2.6.0). I know it's late in > the core-updates cycle, but maybe we can squeeze in a flex

Re: [PATCH 07/68] gnu: bluez-qt: Update to 5.27.0.

2016-10-29 Thread Leo Famulari
On Sat, Oct 29, 2016 at 08:04:18PM +0200, David Craven wrote: > * gnu/packages/kde-frameworks.scm (bluez-qt): Update to 5.27.0 and > fix indentation. > --- > gnu/packages/kde-frameworks.scm | 32 > 1 file changed, 16 insertions(+), 16 deletions(-) > > diff

Re: [PATCH 01/68] gnu: Add flex-2.6.1.

2016-10-29 Thread Leo Famulari
On Sat, Oct 29, 2016 at 07:46:53PM +0100, Marius Bakke wrote: > David Craven writes: > > > * gnu/packages/flex.scm (flex-2.6.1): New variable. > > This is newer than what we currently have (2.6.0). I know it's late in > the core-updates cycle, but maybe we can squeeze in a flex

Re: [PATCH 07/68] gnu: bluez-qt: Update to 5.27.0.

2016-10-29 Thread Leo Famulari
On Sat, Oct 29, 2016 at 08:04:18PM +0200, David Craven wrote: > * gnu/packages/kde-frameworks.scm (bluez-qt): Update to 5.27.0 and > fix indentation. In general, when making many changes that have no effect (for example, several dozen indentation fixes), I think they should be done separately.

Re: [PATCH 28/68] gnu: solid: Update to 5.27.0.

2016-10-29 Thread Leo Famulari
On Sat, Oct 29, 2016 at 08:04:39PM +0200, David Craven wrote: > * gnu/packages/kde-frameworks.scm (solid): Update to 5.27.0. > [native-inputs]: Add flex-2.6.1. > (native-inputs > `(("bison" ,bison) > ("extra-cmake-modules" ,extra-cmake-modules) > + ("flex" ,flex-2.6.1)

Re: [PATCH 01/68] gnu: Add flex-2.6.1.

2016-10-29 Thread Leo Famulari
On Sat, Oct 29, 2016 at 07:46:53PM +0100, Marius Bakke wrote: > David Craven writes: > > > * gnu/packages/flex.scm (flex-2.6.1): New variable. > > This is newer than what we currently have (2.6.0). I know it's late in > the core-updates cycle, but maybe we can squeeze in a flex

Re: [PATCH 01/68] gnu: Add flex-2.6.1.

2016-10-29 Thread Marius Bakke
David Craven writes: > * gnu/packages/flex.scm (flex-2.6.1): New variable. This is newer than what we currently have (2.6.0). I know it's late in the core-updates cycle, but maybe we can squeeze in a flex upgrade? I haven't tried building the series, but the patches LGTM

Re: [PATCH] gnu: Add python-imagesize.

2016-10-29 Thread Marius Bakke
Danny Milosavljevic writes: > * gnu/packages/python.scm (python-imagesize, python2-imagesize): New > variables. > --- > gnu/packages/python.scm | 29 + > 1 file changed, 29 insertions(+) > > diff --git a/gnu/packages/python.scm

Re: [PATCH] gnu: Add python2-rpython.

2016-10-29 Thread Marius Bakke
Alex Vong writes: > * gnu/packages/python.scm (python2-rpython): New variable. [...] > +;;; The RPython toolchain currently does not support Python 3. ^^^ Only two semicolons here. The rest LGTM. > +(define-public python2-rpython > + (package > +(name

[PATCH 68/68] gnu: plasma-framework: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (plasma-framework): Update to 5.27.0. --- gnu/packages/kde-frameworks.scm | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 3abf835..361e7a3 100644

[PATCH 64/68] gnu: ktextwidgets: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (ktextwidgets): Update to 5.27.0. --- gnu/packages/kde-frameworks.scm | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index ad847b0..7ea7fbb 100644 ---

[PATCH 56/68] gnu: kio: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kio): Update to 5.27.0. [arguments]: Return #t. --- gnu/packages/kde-frameworks.scm | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index

[PATCH 62/68] gnu: kservice: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kservice): Update to 5.27.0. [native-inputs]: Add bison and flex-2.6.1. --- gnu/packages/kde-frameworks.scm | 24 +--- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm

[PATCH 59/68] gnu: kparts: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kparts): Update to 5.27.0. --- gnu/packages/kde-frameworks.scm | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 77bbdda..916ef7e 100644 ---

[PATCH 61/68] gnu: krunner: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (krunner): Update to 5.27.0. [arguments]: Return #t. --- gnu/packages/kde-frameworks.scm | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index

[PATCH 54/68] gnu: kiconthemes: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kiconthemes): Update to 5.27.0. [arguments]: Return #t. --- gnu/packages/kde-frameworks.scm | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index

[PATCH 58/68] gnu: knotifyconfig: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (knotifyconfig): Update to 5.27.0. --- gnu/packages/kde-frameworks.scm | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index bf185af..77bbdda 100644 ---

[PATCH 57/68] gnu: knewstuff: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (knewstuff): Update to 5.27.0. [arguments]: Return #t. --- gnu/packages/kde-frameworks.scm | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index

[PATCH 52/68] gnu: kemoticons: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kemoticons): Update to 5.27.0. [arguments]: Return #t. --- gnu/packages/kde-frameworks.scm | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index

[PATCH 47/68] gnu: kconfigwidgets: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kconfigwidgets): Update to 5.27.0. --- gnu/packages/kde-frameworks.scm | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index cd41a5e..19aee87 100644 ---

[PATCH 50/68] gnu: kdesignerplugin: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kdesignerplugin): Update to 5.27.0. --- gnu/packages/kde-frameworks.scm | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 9fd57d0..b44369c 100644 ---

[PATCH 66/68] gnu: kxmlgui: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kxmlgui): Update to 5.27.0. --- gnu/packages/kde-frameworks.scm | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 96a322b..68ee92b 100644 ---

[PATCH 49/68] gnu: kded: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kded): Update to 5.27.0. --- gnu/packages/kde-frameworks.scm | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index af03dbd..9fd57d0 100644 ---

[PATCH 45/68] gnu: kbookmarks: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kbookmarks): Update to 5.27.0. --- gnu/packages/kde-frameworks.scm | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 4c0bf70..aaec0aa 100644 ---

[PATCH 40/68] gnu: kpty: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kpty): Update to 5.27.0 and fix indentation. --- gnu/packages/kde-frameworks.scm | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index

[PATCH 44/68] gnu: kactivities-stats: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kactivities-stats): Update to 5.27.0. --- gnu/packages/kde-frameworks.scm | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 83aa116..4c0bf70 100644

[PATCH 60/68] gnu: kpeople: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kpeople): Update to 5.27.0. [arguments]: Return #t. --- gnu/packages/kde-frameworks.scm | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index

[PATCH 39/68] gnu: kpackage: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kpackage): Update to 5.27.0 and fix indentation. --- gnu/packages/kde-frameworks.scm | 25 + 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index

[PATCH 55/68] gnu: kinit: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kinit): Update to 5.27.0. --- gnu/packages/kde-frameworks.scm | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 793c39c..fa03fd3 100644 ---

[PATCH 41/68] gnu: kunitconversion: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kunitconversion): Update to 5.27.0. --- gnu/packages/kde-frameworks.scm | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 937122d..d6a68c5 100644 ---

[PATCH 67/68] gnu: kxmlrpcclient: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kxmlrpcclient): Update to 5.27.0. --- gnu/packages/kde-frameworks.scm | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 68ee92b..3abf835 100644 ---

[PATCH 63/68] gnu: ktexteditor: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (ktexteditor): Update to 5.27.0. --- gnu/packages/kde-frameworks.scm | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index ea30461..ad847b0 100644 ---

[PATCH 46/68] gnu: kcmutils: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kcmutils): Update to 5.27.0. --- gnu/packages/kde-frameworks.scm | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index aaec0aa..cd41a5e 100644 ---

[PATCH 32/68] gnu: kcompletion: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kcompletion): Update to 5.27.0 and fix indentation. --- gnu/packages/kde-frameworks.scm | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index

[PATCH 36/68] gnu: kimageformats: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kimageformats): Update to 5.27.0 and fix indentation. --- gnu/packages/kde-frameworks.scm | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index

[PATCH 35/68] gnu: kfilemetadata: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kfilemetadata): Update to 5.27.0. --- gnu/packages/kde-frameworks.scm | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 294a474..0ed134c 100644 ---

[PATCH 31/68] gnu: kauth: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kauth): Update to 5.27.0 and fix indentation. --- gnu/packages/kde-frameworks.scm | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index

[PATCH 37/68] gnu: kjobwidgets: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kjobwidgets): Update to 5.27.0. --- gnu/packages/kde-frameworks.scm | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 7cf56ef..b958da4 100644 ---

[PATCH 30/68] gnu: threadweaver: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (threadweaver): Update to 5.27.0. --- gnu/packages/kde-frameworks.scm | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 6ccf4a6..51ac434 100644 ---

[PATCH 34/68] gnu: kdoctools: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kdoctools): Update to 5.27.0 and fix indentation. --- gnu/packages/kde-frameworks.scm | 46 - 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm

[PATCH 33/68] gnu: kcrash: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kcrash): Update to 5.27.0 and fix indentation. --- gnu/packages/kde-frameworks.scm | 34 +- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index

[PATCH 51/68] gnu: kdesu: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kdesu): Update to 5.27.0. --- gnu/packages/kde-frameworks.scm | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index b44369c..b368230 100644 ---

[PATCH 22/68] gnu: kwayland: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kwayland): Update to 5.27.0 and fix indentation. --- gnu/packages/kde-frameworks.scm | 29 +++-- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index

[PATCH 24/68] gnu: kwindowsystem: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kwindowsystem): Update to 5.27.0 and fix indentation. --- gnu/packages/kde-frameworks.scm | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index

[PATCH 48/68] gnu: kdeclarative: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kdeclarative): Update to 5.27.0. --- gnu/packages/kde-frameworks.scm | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 19aee87..af03dbd 100644 ---

[PATCH 20/68] gnu: kitemviews: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kitemviews): Update to 5.27.0 and fix indentation. --- gnu/packages/kde-frameworks.scm | 41 + 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm

[PATCH 43/68] gnu: kactivities: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kactivities): Update to 5.27.0. --- gnu/packages/kde-frameworks.scm | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 1f254c5..83aa116 100644 ---

[PATCH 27/68] gnu: oxygen-icons: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (oxygen-icons): Update to 5.27.0. [native-inputs]: Add fdupes. --- gnu/packages/kde-frameworks.scm | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm

[PATCH 18/68] gnu: kidletime: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kidletime): Update to 5.27.0. --- gnu/packages/kde-frameworks.scm | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 1535307..c98c96a 100644 ---

[PATCH 10/68] gnu: karchive: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (karchive): Update to 5.27.0. --- gnu/packages/kde-frameworks.scm | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 029b390..2ee18a8 100644 ---

[PATCH 15/68] gnu: kdnssd: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kdnssd): Update to 5.27.0. --- gnu/packages/kde-frameworks.scm | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index ff848c4..168381c 100644 ---

[PATCH 16/68] gnu: kguiaddons: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kguiaddons): Update to 5.27.0 and fix indentation. --- gnu/packages/kde-frameworks.scm | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index

[PATCH 26/68] gnu: networkmanager-qt: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (networkmanager-qt): Update to 5.27.0 and fix indentation. --- gnu/packages/kde-frameworks.scm | 64 - 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm

[PATCH 38/68] gnu: knotifications: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (knotifications): Update to 5.27.0 and fix indentation. --- gnu/packages/kde-frameworks.scm | 27 ++- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index

[PATCH 29/68] gnu: sonnet: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (sonnet): Update to 5.27.0. --- gnu/packages/kde-frameworks.scm | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index e6b25bc..6ccf4a6 100644 ---

[PATCH 13/68] gnu: kcoreaddons: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kcoreaddons): Update to 5.27.0 and fix indentation. --- gnu/packages/kde-frameworks.scm | 33 + 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm

[PATCH 23/68] gnu: kwidgetsaddons: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kwidgetsaddons): Update to 5.27.0 and fix indentation. --- gnu/packages/kde-frameworks.scm | 54 - 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm

[PATCH 04/68] gnu: kpmcore: Fix indentation.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kpmcore): Fix indentation. --- gnu/packages/kde-frameworks.scm | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index f5a8b63..da0de95 100644 ---

[PATCH 21/68] gnu: kplotting: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kplotting): Update to 5.27.0 and fix indentation. --- gnu/packages/kde-frameworks.scm | 34 +- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm

[PATCH 25/68] gnu: modemmanager-qt: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (modemmanager-qt): Update to 5.27.0 and fix indentation. --- gnu/packages/kde-frameworks.scm | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm

[PATCH 19/68] gnu: kitemmodels: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kitemmodels): Update to 5.27.0 and fix indentation. --- gnu/packages/kde-frameworks.scm | 34 +- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm

[PATCH 12/68] gnu: kconfig: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kconfig): Update to 5.27.0 and fix indentation. --- gnu/packages/kde-frameworks.scm | 42 - 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm

[PATCH 06/68] gnu: attica: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (attica): Update to 5.27.0. --- gnu/packages/kde-frameworks.scm | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index ae3161a..653e8fb 100644 ---

[PATCH 11/68] gnu: kcodecs: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kcodecs): Update to 5.27.0. --- gnu/packages/kde-frameworks.scm | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 2ee18a8..68b5436 100644 ---

[PATCH 02/68] gnu: extra-cmake-modules: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (extra-cmake-modules): Update to 5.27.0. --- gnu/packages/kde-frameworks.scm | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 011f9e0..04cb6e8

[PATCH 05/68] gnu: phonon: Fix indentation.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (phonon): Fix indentation. --- gnu/packages/kde-frameworks.scm | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index da0de95..ae3161a 100644 ---

[PATCH 08/68] gnu: breeze-icons: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (breeze-icons): Update to 5.27.0. [native-inputs]: Add fduptes and libxml2. [arguments]: Disable tests. --- gnu/packages/kde-frameworks.scm | 29 ++--- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git

[PATCH 17/68] gnu: ki18n: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (ki18n): Update to 5.27.0 and fix indentation. --- gnu/packages/kde-frameworks.scm | 29 +++-- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index

[PATCH 07/68] gnu: bluez-qt: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (bluez-qt): Update to 5.27.0 and fix indentation. --- gnu/packages/kde-frameworks.scm | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index

[PATCH 09/68] gnu: kapidox: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kapidox): Update to 5.27.0 and fix indentation. --- gnu/packages/kde-frameworks.scm | 21 ++--- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index

[PATCH 01/68] gnu: Add flex-2.6.1.

2016-10-29 Thread David Craven
* gnu/packages/flex.scm (flex-2.6.1): New variable. --- gnu/packages/flex.scm | 14 ++ 1 file changed, 14 insertions(+) diff --git a/gnu/packages/flex.scm b/gnu/packages/flex.scm index 20aff19..7b59085 100644 --- a/gnu/packages/flex.scm +++ b/gnu/packages/flex.scm @@ -78,3 +78,17 @@

[PATCH 03/68] gnu: gpgmepp: Update to 16.08.2.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks (gpgmepp): Update to 16.08.2. --- gnu/packages/kde-frameworks.scm | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 04cb6e8..f5a8b63 100644 ---

Re: [PATCH] gnu: Add python2-rpython.

2016-10-29 Thread Alex Vong
Hartmut Goebel writes: > Am 29.10.2016 um 13:28 schrieb Alex Vong: >> + (uri (string-append >> + "https://pypi.python.org/packages/00/2e/; >> + "69319934a6049b368c05845eaab100ecea2213a96e59fb14416a0a6c5648/" >> + "rpython-"

[PATCH] gnu: Add alsa-plugins.

2016-10-29 Thread ng0
* gnu/packages/linux.scm (alsa-plugins): New variable. --- gnu/packages/linux.scm | 79 ++ 1 file changed, 79 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 934a67f..2448250 100644 --- a/gnu/packages/linux.scm +++

[PATCH] alsa-plugins , revision 2

2016-10-29 Thread ng0
This adds "alsa-plugins" with outputs: out, pulseaudio. The other files keep cross-references (speex+a52 in one file for example), so they can not be separated. If I am wrong about this, please comment. Otherwise I commented this in the patch already.

Re: [PATCH] gnu: Add python2-rpython.

2016-10-29 Thread Hartmut Goebel
Am 29.10.2016 um 13:28 schrieb Alex Vong: > + (uri (string-append > + "https://pypi.python.org/packages/00/2e/; > + "69319934a6049b368c05845eaab100ecea2213a96e59fb14416a0a6c5648/" > + "rpython-" > + version > + ".tar.gz")) Please

Re: [PATCH] gnu: Add alsa-plugins.

2016-10-29 Thread ng0
ng0 writes: > * gnu/packages/linux.scm (alsa-plugins): New variable. > --- > gnu/packages/linux.scm | 33 + > 1 file changed, 33 insertions(+) > > diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm > index 934a67f..ea680da

[PATCH] gnu: Add alsa-plugins.

2016-10-29 Thread ng0
* gnu/packages/linux.scm (alsa-plugins): New variable. --- gnu/packages/linux.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 934a67f..ea680da 100644 --- a/gnu/packages/linux.scm +++

[PATCH]: alsa-plugins

2016-10-29 Thread ng0
This patch adds alsa-plugins, which is needed when you want to run mpd with a custom .asoundrc as described at https://github.com/mpv-player/mpv/wiki/ALSA:-Surround-Sound-and-Upmixing

  1   2   >