Re: [PATCH] Added package xcalib

2016-11-19 Thread Leo Famulari
On Sat, Nov 19, 2016 at 06:14:32PM +0100, Petter wrote: > On 2016-11-18 21:10, Leo Famulari wrote: > > (install-file) does (mkdir-p) itself, so I removed the redundant > > (mkdir-p). It's defined in (guix build utils) if you are interested to > > see. > > Ok. I looked it up in another package, and

Re: [PATCH] Added package xcalib

2016-11-19 Thread Petter
On 2016-11-18 21:10, Leo Famulari wrote: On Wed, Nov 16, 2016 at 01:37:04AM +0100, Petter wrote: I have worked through the issues you brought up, and it should at least be better now. Maybe even good. It was already good, now it's very good :) There is no indication of GPL v2 or later in

Re: [PATCH] Added package xcalib

2016-11-18 Thread Leo Famulari
On Wed, Nov 16, 2016 at 01:37:04AM +0100, Petter wrote: > I have worked through the issues you brought up, and it should at least be > better now. Maybe even good. It was already good, now it's very good :) > There is no indication of GPL v2 or later in the project though. Okay. Pushed as 01278

Re: [PATCH] Added package xcalib

2016-11-15 Thread Petter
think the package should go in the (gnu packages xdisorg) module instead of its own module. From 00ca66ec205baf52dc340faa61fd8ac38122e273 Mon Sep 17 00:00:00 2001 From: Petter Date: Mon, 14 Nov 2016 16:56:33 +0100 Subject: [PATCH] Added package xcalib The commit title should be "gnu: Add

Re: [PATCH] Added package xcalib

2016-11-15 Thread Leo Famulari
and iyzsong! I think the package should go in the (gnu packages xdisorg) module instead of its own module. > From 00ca66ec205baf52dc340faa61fd8ac38122e273 Mon Sep 17 00:00:00 2001 > From: Petter > Date: Mon, 14 Nov 2016 16:56:33 +0100 > Subject: [PATCH] Added package xcalib The co

[PATCH] Added package xcalib

2016-11-14 Thread Petter
tter Date: Mon, 14 Nov 2016 16:56:33 +0100 Subject: [PATCH] Added package xcalib --- gnu/packages/xcalib.scm | 57 + 1 file changed, 57 insertions(+) create mode 100644 gnu/packages/xcalib.scm diff --git a/gnu/packages/xcalib.scm b/gnu/packages/xcal