Re: [PATCH] gnu: Add cool-retro-term.

2017-05-08 Thread Efraim Flashner
On Thu, May 04, 2017 at 10:03:24PM -0500, Eric Bavier wrote: > Hello Petter, > ... > > I had to add $out/qml to the wrapper QML2_IMPORT_PATH in order for crt > to start up. I figured that was alright, since that path was present > in your initial patch. > ... > > Thanks again, > `~Eric > I lo

Re: [PATCH] gnu: Add cool-retro-term.

2017-05-05 Thread Petter
Hi Eric, On Thu, 4 May 2017 22:03:24 -0500 Eric Bavier wrote: > Hello Petter, > > Pushed as f9ff014bf623071b9343265e8a5aa994a10ec9d4 ! Cool! :) > I ended up whitelisting a few more of the fonts, after verifying their > licenses, and made some more specific notes on the license of each > font.

Re: [PATCH] gnu: Add cool-retro-term.

2017-05-04 Thread Eric Bavier
Hello Petter, Pushed as f9ff014bf623071b9343265e8a5aa994a10ec9d4 ! I ended up whitelisting a few more of the fonts, after verifying their licenses, and made some more specific notes on the license of each font. I had to add $out/qml to the wrapper QML2_IMPORT_PATH in order for crt to start up.

Re: [PATCH] gnu: Add cool-retro-term.

2017-05-03 Thread Petter
removed? > > modern-monaco. It's a font from Apple which is specifically *not* > freely distributable, but the ttf file is still floating around the > internet, giving many projects the impression that it is. > > > > > What do we do about the fonts without licensing info? >

Re: [PATCH] gnu: Add cool-retro-term.

2017-05-03 Thread Petter
On Sun, 30 Apr 2017 13:59:29 -0700 Chris Marusich wrote: > Petter writes: > > > What do we do about the fonts without licensing info? > > Unfortunately, "no license" is not a free license: Yeah, I kinda figured that one just after I sent the e-mail :) > > https://www.gnu.org/licenses/lice

Re: [PATCH] gnu: Add cool-retro-term.

2017-05-02 Thread Eric Bavier
Hi Petter, Thanks again for your patience with this review. On Fri, 28 Apr 2017 14:10:37 +0200 Petter wrote: > On Thu, 27 Apr 2017 20:47:54 -0500 > Eric Bavier wrote: > > > > > > +(inputs > > > > > + `(("qt" ,qt))) > > > > > > > > Does this package need all of qt, or could we

Re: [PATCH] gnu: Add cool-retro-term.

2017-04-30 Thread Chris Marusich
Petter writes: > What do we do about the fonts without licensing info? Unfortunately, "no license" is not a free license: https://www.gnu.org/licenses/license-list.en.html#NoLicense "If source code does not carry a license to give users the four essential freedoms, then unless it has been expl

Re: [PATCH] gnu: Add cool-retro-term.

2017-04-30 Thread Chris Marusich
Hi Petter, Sorry for the slow reply. Petter writes: > What do you think of adding `crt` as an alternative name > for the binary? I see it's been briefly discussed here, > https://github.com/Swordfish90/cool-retro-term/issues/258 I think that'd be fine. I don't know of any other common program

Re: [PATCH] gnu: Add cool-retro-term.

2017-04-28 Thread Petter
wing from disk and GUI: '("1977-apple2" "1977-commodore-pet" "1979-atari-400-800" "1982-commodore64"

Re: [PATCH] gnu: Add cool-retro-term.

2017-04-27 Thread Eric Bavier
On Wed, 26 Apr 2017 20:09:33 +0200 Petter wrote: > On Tue, 25 Apr 2017 22:36:27 -0500 > Eric Bavier wrote: > > > Could you ping the developer about porting some of these fixes to their > > fork? I think we'd want to create a local patch for at least the first > > commit. The others could wait

Re: [PATCH] gnu: Add cool-retro-term.

2017-04-26 Thread Petter
On Tue, 25 Apr 2017 22:36:27 -0500 Eric Bavier wrote: > Could you ping the developer about porting some of these fixes to their > fork? I think we'd want to create a local patch for at least the first > commit. The others could wait for a new release. Sure, I'll do that! > > +(inputs > >

Re: [PATCH] gnu: Add cool-retro-term.

2017-04-25 Thread Eric Bavier
Petter, Thanks for the patch! And Chris, thanks for the review. A few notes from my look through: On Mon, 24 Apr 2017 14:30:26 +0200 Petter wrote: > > * gnu/packages/terminals.scm (cool-retro-term): New variable. > --- > gnu/packages/terminals.scm | 62 >

Re: [PATCH] gnu: Add cool-retro-term.

2017-04-24 Thread Petter
ects settings. I've adjusted them a bit, and got the lag under control. Is this the case for you as well? I'm on an x200. Best, Petter From 553902e8a736f356bdc5c7a5bf28e339f9f5cde6 Mon Sep 17 00:00:00 2001 From: Petter Date: Sun, 23 Apr 2017 13:46:41 +0200 Subject: [PATCH]

Re: [PATCH] gnu: Add cool-retro-term.

2017-04-23 Thread Chris Marusich
Hi Petter, > +(synopsis "Terminal emulator which mimics the look and feel of the > old +cathode ray tube screens") > +(description > + "Cool-retro-term (CRT) is a terminal emulator which mimics the > look and +feel of the old cathode ray tube (CRT) screens. It has been > designed to be

Re: [PATCH] gnu: Add cool-retro-term.

2017-04-23 Thread Petter
cs the look and feel of > > the old +cathode tube screens") > > +(description > > + "Cool-retro-term is a terminal emulator which mimics the look > > and feel of +the old cathode tube screens. It has been designed to > > be eye-candy, +customizable, and r

Re: [PATCH] gnu: Add cool-retro-term.

2017-04-23 Thread Chris Marusich
Petter writes: > Hi Guix, > > The past is finally here! Had a go at packaging a terminal emulator > which mimics old cathode displays :) Wow!! This is really fun. Thanks for packaging it! > + (modify-phases %standard-phases > + (replace 'configure > + (lambda* (

[PATCH] gnu: Add cool-retro-term.

2017-04-23 Thread Petter
: [PATCH] gnu: Add cool-retro-term. * gnu/packages/terminals.scm (cool-retro-term): New variable. --- gnu/packages/terminals.scm | 62 ++ 1 file changed, 62 insertions(+) diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index 979278a53