From: Marius Bakke <mbakke@fastmail.com>
To: Hartmut Goebel <h.goebel@crazy-compilers.com>, 30439@debbugs.gnu.org
Subject: [bug#30439] [PATCH] gnu: Add qqc2-desktop-style.
Date: Tue, 13 Feb 2018 23:11:05 +0100 [thread overview]
Message-ID: <87vaf0wneu.fsf@fastmail.com> (raw)
In-Reply-To: <20180212225511.9403-1-h.goebel@crazy-compilers.com>
[-- Attachment #1: Type: text/plain, Size: 1881 bytes --]
Hartmut Goebel <h.goebel@crazy-compilers.com> writes:
> * gnu/packages/kde-frameworks.scm (qqc2-desktop-style): New
> variable.
[...]
> +(define-public qqc2-desktop-style
> + (package
> + (name "qqc2-desktop-style")
> + (version "5.42.0")
> + (source (origin
> + (method url-fetch)
> + (uri (string-append
> + "mirror://kde/stable/frameworks/"
> + (version-major+minor version) "/"
> + name "-" version ".tar.xz"))
> + (sha256
> + (base32
> + "1arlfhcshfs11pgf87jzjgln1p711zlx0v0q014740mbzb9g5wnk"))))
> + (build-system cmake-build-system)
> + (native-inputs
> + `(("extra-cmake-modules" ,extra-cmake-modules)
> + ("pkg-config" ,pkg-config)))
> + (inputs
> + `(("kauth" ,kauth)
> + ("kconfigwidgets" ,kconfigwidgets) ;; optional
> + ("kcoreaddons" ,kcoreaddons)
> + ("kiconthemes" ,kiconthemes) ;; optional
Nit-pick: only a single semicolon for inline comments.
> + ("kirigami" ,kirigami)
> + ("qtbase" ,qtbase)
> + ("qtdeclarative" ,qtdeclarative)))
> + (home-page "https://community.kde.org/Frameworks")
> + (synopsis "QtQuickControls2 style that integrates with the desktop")
> + (description "This is a style for QtQuicControls2 which is using QWidget's
^^^ missing 'k'
> +QStyle to paint the controls in order to give it a native look and feel.
> +")
This can be moved to the end of the previous line.
> + (license (list license:gpl3+ license:lgpl2.1+))))
I'm not familiar with KDE, is everything dual licensed as
GPL3+/LGPL2.1+? If not, please add a comment explaining what is covered
by which license (or clarify whether it's dual-licensed).
Otherwise LGTM.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
next prev parent reply other threads:[~2018-02-13 22:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-12 22:55 [bug#30439] [PATCH] gnu: Add qqc2-desktop-style Hartmut Goebel
[not found] ` <handler.30439.B.151847613019602.ack@debbugs.gnu.org>
2018-02-12 22:59 ` Hartmut Goebel
2018-02-13 22:11 ` Marius Bakke [this message]
2018-02-15 21:15 ` bug#30439: " Hartmut Goebel
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87vaf0wneu.fsf@fastmail.com \
--to=mbakke@fastmail.com \
--cc=30439@debbugs.gnu.org \
--cc=h.goebel@crazy-compilers.com \
/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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.