[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#38553] [PATCH 01/12] gnu: Add grantleetheme.
From: |
Ludovic Courtès |
Subject: |
[bug#38553] [PATCH 01/12] gnu: Add grantleetheme. |
Date: |
Thu, 19 Dec 2019 23:20:35 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hi!
Hartmut Goebel <address@hidden> skribis:
> * gnu/packages/kde.scm (grantleetheme): New variable.
[...]
> + (properties `((tags . ("Desktop" "KDE" "Themes"))))
Please remove this line since it’s not handled by tools and not agreed
upon.
> + (modify-phases (@ (guix build qt-build-system) %standard-phases)
^
As a rule of thumb, we should avoid using ‘@’ and ‘@@’. So here, I’d
suggest writing
#:modules ((guix build qt-build-system) …)
to make sure that module is in scope.
> + (home-page "https://cgit.kde.org/grantleetheme.git")
> + (synopsis "Library providing grantlee theme support")
> + (description "This library provides grantlee theme support.")
Please capitalize “Grantlee” if it’s a proper noun, and ideally expound
a bit.
> + (license (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+))))
Could you add a comment explaining whether this is triple-license or
something else?
Thanks,
Ludo’.
- [bug#38553] [PATCH 04/12] gnu: Add kmag., (continued)
- [bug#38553] [PATCH 04/12] gnu: Add kmag., Hartmut Goebel, 2019/12/09
- [bug#38553] [PATCH 05/12] gnu: Add kmousetool., Hartmut Goebel, 2019/12/09
- [bug#38553] [PATCH 06/12] gnu: Add kmouth., Hartmut Goebel, 2019/12/09
- [bug#38553] [PATCH 03/12] gnu: Add kate., Hartmut Goebel, 2019/12/09
- [bug#38553] [PATCH 07/12] gnu: Add kronometer., Hartmut Goebel, 2019/12/09
- [bug#38553] [PATCH 08/12] gnu: Add krusader., Hartmut Goebel, 2019/12/09
- [bug#38553] [PATCH 10/12] gnu: Add rsibreak., Hartmut Goebel, 2019/12/09
- [bug#38553] [PATCH 12/12] gnu: Add sweeper., Hartmut Goebel, 2019/12/09
- [bug#38553] [PATCH 11/12] gnu: Add smb4k., Hartmut Goebel, 2019/12/09
- [bug#38553] [PATCH 09/12] gnu: Add okteta., Hartmut Goebel, 2019/12/09
- [bug#38553] [PATCH 01/12] gnu: Add grantleetheme.,
Ludovic Courtès <=
- [bug#38553] [PATCH 01/12] gnu: Add grantleetheme., Hartmut Goebel, 2019/12/21
- [bug#38553] [PATCH 01/12] gnu: Add grantleetheme., Ludovic Courtès, 2019/12/21
- [bug#38553] [PATCH 01/12] gnu: Add grantleetheme., Hartmut Goebel, 2019/12/22
- [bug#38553] [PATCH 01/12] gnu: Add grantleetheme., Ludovic Courtès, 2019/12/23
- bug#38553: [PATCH 01/12] gnu: Add grantleetheme., Hartmut Goebel, 2019/12/23