Re: [PATCH 3/4] gnu: Add psyclpc.

2016-10-29 Thread Ricardo Wurmus
ng0 writes: > * gnu/packages/psyc.scm (psyclpc): New variable. > --- > gnu/packages/psyc.scm | 79 > +++ > 1 file changed, 79 insertions(+) > > diff --git a/gnu/packages/psyc.scm b/gnu/packages/psyc.scm As before, please add this to “messaging”.

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 > --- a/gnu/packages/psy

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 100644 gnu/packages/psy

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. >>^^^ >> Only two semicolons here. The rest LGTM. > > I committed the pat

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 75d861e..cc1da6e 100644 > --- a/gnu

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 Ricardo Wurmus
David Craven writes: > Hi Theodor, > > I made libjaylink and jimtcl two separate packages and a couple of > style changes. In that case we can use the tarball release of openocd, no? This would simplify the package as we would no longer need to bootstrap. Could you please take care of this?

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 python-pyserial. >

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 5.

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 wait

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" ,l

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 ra

Libtiff CVE-2016-5652

2016-10-29 Thread Leo Famulari
I read this 3rd party security advisory about libtiff: http://blog.talosintel.com/2016/10/LibTIFF-Code-Execution.html This patch fixes CVE-2016-5652, which is a buffer overflow with potential for remote code execution. You can easily view the commit in this unofficial Git mirror of the libtiff C

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] gnu: Add python-joblib. >> >> * gnu/packages/pyth

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 the patch with this change. Thanks! ~~ Ricar

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 improves readability. >>> +

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 (origin > + (meth

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 b/gnu/packages/kde-framew

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 t

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 wit

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 >> b/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 store? >>> Maybe by running it

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 upgrade? I saw t

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 --git

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 upgrade? Unfortu

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 upgrade? It's al

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 overall. signature.as

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 b/gnu/packages/python.scm > index f7485

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 "python2-rpython") > +(version

[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 --- a/gnu

[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 fa03fd3..0d

[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 b/gnu/packages/kde-framewo

[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 --- a/gnu/pac

[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 ad4de4a

[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 885

[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 --- a/

[PATCH 53/68] gnu: kglobalaccel: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kglobalaccel): Update to 5.27.0. [inputs]: Add kservice. --- gnu/packages/kde-frameworks.scm | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 9591

[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 0d1ed

[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 b368

[PATCH 65/68] gnu: kwallet: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kwallet): 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 7ea7fbb..96a322b 100644 --- a/gnu/pa

[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 --- a

[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 --- a/gnu/pa

[PATCH 42/68] gnu: baloo: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (baloo): 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 d6a68c5..1f254c5 100644 --- a/gnu/pack

[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 --- a/gnu/packa

[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 --- a/gnu

[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 43857c5

[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 916ef7e

[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 20397ed.

[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 --- a/gnu/pack

[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 --- a/

[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 --- a/gn

[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 --- a/gnu/p

[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 0ed134

[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 --- a/

[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 51ac43

[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 --- a/gn

[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 --- a/g

[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 b/gnu/packages/kde-frameworks.s

[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 2

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

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (solid): Update to 5.27.0. [native-inputs]: Add flex-2.6.1. --- gnu/packages/kde-frameworks.scm | 22 -- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index f

[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 --- a/gnu/pack

[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 ef77

[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 450b238.

[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 --- a/g

[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 b/gnu/packages/kde-frameworks.

[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 --- a/gn

[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 ind

[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 --- a/gnu/

[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 --- a/gnu/p

[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 --- a/gnu/pac

[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 1

[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 b/gnu/packages/kde-fram

[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 --- a/gnu/pac

[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 ind

[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 b/gnu/packages/kde-framewo

[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 --- a/gnu/package

[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 inde

[PATCH 14/68] gnu: kdbusaddons: Update to 5.27.0.

2016-10-29 Thread David Craven
* gnu/packages/kde-frameworks.scm (kdbusaddons): 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 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 in

[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 b/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 --- a/gnu/pac

[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 --- a/gnu/pa

[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 10064

[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 --- a/gnu/packages

[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 a/gnu/packages/kde-fra

[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 619479b

[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 6

[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 c725461..029b

[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 @@ r

  1   2   >