[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28720] [PATCH 06/23] gnu: kwallet: Add optional input qgpgme.
From: |
Hartmut Goebel |
Subject: |
[bug#28720] [PATCH 06/23] gnu: kwallet: Add optional input qgpgme. |
Date: |
Fri, 6 Oct 2017 14:16:19 +0200 |
Gpgme was already there, QGpgme was missing.
* gnu/packages/kde-frameworks.scm (kwallet)[inputs]: Add qgpgme.
---
gnu/packages/kde-frameworks.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 02685e5a3..a4197e5aa 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2874,7 +2874,7 @@ It supports rich text as well as plain text.")
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)))
(inputs
- `(("gpgme" ,gpgme) ;; TODO: Add gpgme Qt-bindings
+ `(("gpgme" ,gpgme)
("kauth" ,kauth)
("kcodecs" ,kcodecs)
("kconfig" ,kconfig)
@@ -2890,6 +2890,7 @@ It supports rich text as well as plain text.")
("kwindowsystem" ,kwindowsystem)
("libgcrypt" ,libgcrypt)
("phonon" ,phonon)
+ ("qgpgme" ,qgpgme)
("qtbase" ,qtbase)))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Safe desktop-wide storage for passwords")
--
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 <=
- [bug#28720] [PATCH 07/23] gnu: kdesignerplugin: Add optional inputs., Hartmut Goebel, 2017/10/06
- [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