From: David Craven <david@craven.ch>
To: ng0 <ng0@libertad.pw>
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH] gnu: Add fluid.
Date: Mon, 9 Jan 2017 16:58:46 +0100 [thread overview]
Message-ID: <CAL1_imnkPquf44irn_dhOzi2ZAeGrJ9DE9BCM-0OJtbZnteyGA@mail.gmail.com> (raw)
In-Reply-To: <87mvf0qpzr.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me>
+(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 "/"
+ "fluid-" version ".tar.xz"))
+ (sha256
+ (base32
+ "0f1xirjlli6r0mgky0a58w6ph3raihcwbck4my59mf12365hh57m"))))
+ (build-system cmake-build-system)
+ (native-inputs
+ `(("extra-cmake-modules" ,extra-cmake-modules)))
+ (inputs
+ `(("qtbase" ,qtbase)
+ ("qtdeclarative" ,qtdeclarative)
+ ("qtquickcontrols" ,qtquickcontrols)
+ ("qtquickcontrols2" ,qtquickcontrols2)))
+ (arguments
+ `(#:configure-flags
+ (list (string-append "-DQML_INSTALL_DIR="
+ (assoc-ref %outputs "out") "/qml"))))
+ (home-page "https://github.com/hawaii-desktop/fluid")
+ (synopsis "Library for QtQuick applications")
+ (description "Modules for fluid and dynamic applications development with
+QtQuick.")
+ (license license:lgpl2.1+)))
This is how I packaged it, I never submitted my hawaii-desktop
packages because of some problems I haven't solved yet. Does this fix
the tests for you?
next prev parent reply other threads:[~2017-01-09 15:58 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-04 12:47 Patches to add: DOtherSide, fluid, font-google-roboto ng0
2017-01-04 12:47 ` [PATCH 1/3] gnu: Add dotherside ng0
2017-01-04 12:47 ` [PATCH 2/3] gnu: Add fluid ng0
2017-01-04 14:04 ` Danny Milosavljevic
2017-01-04 14:48 ` David Craven
2017-01-04 12:47 ` [PATCH 3/3] gnu: Add font-google-roboto ng0
2017-01-09 9:21 ` Ludovic Courtès
2017-01-04 14:53 ` fluid, dotherside, roboto. v2 ng0
2017-01-04 14:53 ` [PATCH 1/3] gnu: Add dotherside ng0
2017-01-09 9:24 ` Ludovic Courtès
2017-01-04 14:53 ` [PATCH 2/3] gnu: Add fluid ng0
2017-01-09 9:32 ` Ludovic Courtès
2017-01-09 10:11 ` Efraim Flashner
2017-01-09 10:20 ` ng0
2017-01-09 12:44 ` fluid, v2 ng0
2017-01-09 12:44 ` [PATCH] gnu: Add fluid ng0
2017-01-09 14:15 ` ng0
2017-01-09 15:58 ` David Craven [this message]
2017-01-09 16:11 ` David Craven
2017-01-09 16:45 ` ng0
2017-01-09 16:49 ` David Craven
2017-01-04 14:53 ` [PATCH 3/3] gnu: Add font-google-roboto ng0
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAL1_imnkPquf44irn_dhOzi2ZAeGrJ9DE9BCM-0OJtbZnteyGA@mail.gmail.com \
--to=david@craven.ch \
--cc=guix-devel@gnu.org \
--cc=ng0@libertad.pw \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).