Re: [PATCH] gnu: Add fluid.

2017-01-09 Thread David Craven
> Additionally they are not the same fluid, lirios is the merge of > some other project which did "qml" before and of this hawaii. I believe that fluid was forked from hawaii to papyros and that the main developer of hawaii and fluid is now the main developer of lirios and lirios-fluid. Sorry if i

Re: [PATCH] gnu: Add fluid.

2017-01-09 Thread ng0
David Craven writes: > Never mind, fluid 0.8.0 didn't have any tests yet. > Additionally they are not the same fluid, lirios is the merge of some other project which did "qml" before and of this hawaii. -- ♥Ⓐ ng0 -- https://www.inventati.org/patternsinthechaos/

Re: [PATCH] gnu: Add fluid.

2017-01-09 Thread David Craven
Never mind, fluid 0.8.0 didn't have any tests yet.

Re: [PATCH] gnu: Add fluid.

2017-01-09 Thread David Craven
+(define-public fluid + (package +(name "fluid") +(version "0.8.0") +(source (origin + (method url-fetch) + (uri (string-append +"https://github.com/hawaii-desktop/fluid"; +"/releases/download/v" version "/" +

Re: [PATCH] gnu: Add fluid.

2017-01-09 Thread ng0
ng0 writes: > * gnu/packages/kde-frameworks.scm (fluid): New variable. > --- > gnu/packages/kde-frameworks.scm | 57 > + > gnu/packages/qt.scm | 1 + > 2 files changed, 58 insertions(+) > > diff --git a/gnu/packages/kde-frameworks.scm b/gnu/p

[PATCH] gnu: Add fluid.

2017-01-09 Thread ng0
* gnu/packages/kde-frameworks.scm (fluid): New variable. --- gnu/packages/kde-frameworks.scm | 57 + gnu/packages/qt.scm | 1 + 2 files changed, 58 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm ind