[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#27251: [PATCH 12/27] gnu: plasma-framework: Add more optional inputs
From: |
Hartmut Goebel |
Subject: |
bug#27251: [PATCH 12/27] gnu: plasma-framework: Add more optional inputs. |
Date: |
Mon, 5 Jun 2017 17:35:03 +0200 |
* gnu/packages/kde-frameworks.scm (plasma-frameworks)[native-inputs]: Add
pkg-config. [inputs]: Add kwayland.
---
gnu/packages/kde-frameworks.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index fe3393d..fe57bce 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2921,7 +2921,8 @@ setUrl, setUserAgent and call.")
`(("kpackage" ,kpackage)
("kservice" ,kservice)))
(native-inputs
- `(("extra-cmake-modules" ,extra-cmake-modules)))
+ `(("extra-cmake-modules" ,extra-cmake-modules)
+ ("pkg-config" ,pkg-config)))
(inputs
`(("kactivities" ,kactivities)
("karchive" ,karchive)
@@ -2943,6 +2944,7 @@ setUrl, setUserAgent and call.")
("ki18n" ,ki18n)
("kjobwidgets" ,kjobwidgets)
("knotificantions" ,knotifications)
+ ("kwayland" ,kwayland)
("kwidgetsaddons" ,kwidgetsaddons)
("kwindowsystem" ,kwindowsystem)
("kxmlgui" ,kxmlgui)
--
2.7.4
- bug#27251: [PATCH 09/27] gnu: kinit: Add more optional inputs., (continued)
- bug#27251: [PATCH 09/27] gnu: kinit: Add more optional inputs., Hartmut Goebel, 2017/06/05
- bug#27251: [PATCH 10/27] gnu: ktexteditor: Add more optional inputs., Hartmut Goebel, 2017/06/05
- bug#27251: [PATCH 11/27] gnu: ktexteditor: Add a todo comment., Hartmut Goebel, 2017/06/05
- bug#27251: [PATCH 05/27] gnu: kcompletion: Remove unused native input., Hartmut Goebel, 2017/06/05
- bug#27251: [PATCH 08/27] gnu: kio: Add more optional and recommended inputs., Hartmut Goebel, 2017/06/05
- bug#27251: [PATCH 07/27] gnu: kimageformats: Add more optional and recommended inputs., Hartmut Goebel, 2017/06/05
- bug#27251: [PATCH 06/27] gnu: kde frameworks: Avoid requiring xorg-server for tests., Hartmut Goebel, 2017/06/05
- bug#27251: [PATCH 20/27] gnu: kwidgetsaddons: Re-enable tests., Hartmut Goebel, 2017/06/05
- bug#27251: [PATCH 14/27] gnu: kpackage: Add more optional inputs., Hartmut Goebel, 2017/06/05
- bug#27251: [PATCH 22/27] gnu: kdeclarative: Update comment., Hartmut Goebel, 2017/06/05
- bug#27251: [PATCH 12/27] gnu: plasma-framework: Add more optional inputs.,
Hartmut Goebel <=
- bug#27251: [PATCH 13/27] gnu: plasma-framework: Update comment (number of failed tests)., Hartmut Goebel, 2017/06/05
- bug#27251: [PATCH 18/27] gnu: kwallet: Use gpgme instead of gpgmepp., Hartmut Goebel, 2017/06/05
- bug#27251: [PATCH 27/27] gnu: solid: Add a todo comment., Hartmut Goebel, 2017/06/05
- bug#27251: [PATCH 19/27] gnu: kiconthemes: Re-enable tests., Hartmut Goebel, 2017/06/05
- bug#27251: [PATCH 15/27] gnu: kpackage: Update comment (number of failed tests)., Hartmut Goebel, 2017/06/05
- bug#27251: [PATCH 17/27] gnu: gpgmepp: Superseded by gpgme., Hartmut Goebel, 2017/06/05
- bug#27251: [PATCH 16/27] gnu: sonnet: Add optional input (spell-checker)., Hartmut Goebel, 2017/06/05
- bug#27251: [PATCH 23/27] gnu: kpty: Add a todo comment., Hartmut Goebel, 2017/06/05
- bug#27251: [PATCH 21/27] gnu: kwindowsystem: Fix some test-cases (test-suite still disabled)., Hartmut Goebel, 2017/06/05