[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28720] [PATCH 07/23] gnu: kdesignerplugin: Add optional inputs.
From: |
Hartmut Goebel |
Subject: |
[bug#28720] [PATCH 07/23] gnu: kdesignerplugin: Add optional inputs. |
Date: |
Fri, 6 Oct 2017 14:16:20 +0200 |
Still missing: kwebkit (KF5WebKitConfig.cmake).
* gnu/packages/kde-frameworks.scm (kdesignerplugin)[inputs]: Add kcompletion,
kconfigwidgets, kiconthemes, kitemviews, kkio, kplotting, ktextwidgets,
kwidgetsaddons, kxmlgui, sonnet.
---
gnu/packages/kde-frameworks.scm | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index a4197e5aa..129f96324 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2145,7 +2145,19 @@ started on demand.")
`(("kconfig" ,kconfig)
("kcoreaddons" ,kcoreaddons)
("kdoctools" ,kdoctools)
- ("qtbase" ,qtbase)))
+ ("qtbase" ,qtbase)
+ ;; optional:
+ ("kcompletion" ,kcompletion)
+ ("kconfigwidgets" ,kconfigwidgets)
+ ("kiconthemes" ,kiconthemes)
+ ("kitemviews" ,kitemviews)
+ ("kio" ,kio)
+ ("kplotting" ,kplotting)
+ ("ktextwidgets" ,ktextwidgets)
+ ;; TODO: ("kwebkit" ,kwebkit) KF5WebKitConfig.cmake
+ ("kwidgetsaddons" ,kwidgetsaddons)
+ ("kxmlgui" ,kxmlgui)
+ ("sonnet" ,sonnet)))
(arguments
`(#:phases
(modify-phases %standard-phases
--
2.13.5
- [bug#28720] [PATCH 00/23] Enhance building KDE Frameworks., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 00/23] Enhance building KDE Frameworks., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 03/23] gnu: Update prison to 5.37.0., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 02/23] gnu: qtkeychain: Reduce the number of warnings when configuring., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 01/23] gnu: grantlee: Enable all tests., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 05/23] gnu: kconfigwidgets: Add optional native-input kdoctools., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 06/23] gnu: kwallet: Add optional input qgpgme., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 07/23] gnu: kdesignerplugin: Add optional inputs.,
Hartmut Goebel <=
- [bug#28720] [PATCH 12/23] gnu: bluez-qt: Add comment about status of tests., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 10/23] gnu: kfilemetadata: Enable support for PDF files and audio files., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 11/23] gnu: bluez-qt: Install udev-rules., Hartmut Goebel, 2017/10/06
- [bug#28720] [PATCH 08/23] gnu: phonon: Enable building the Qt Designer plugin., Hartmut Goebel, 2017/10/06