guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/18: gnu: kwallet: Use gpgme instead of gpgmepp.


From: Hartmut Goebel
Subject: 14/18: gnu: kwallet: Use gpgme instead of gpgmepp.
Date: Thu, 8 Jun 2017 13:15:33 -0400 (EDT)

htgoebel pushed a commit to branch master
in repository guix.

commit 51361afd78f84ef26bf5f0408cd2c9418b2af700
Author: Hartmut Goebel <address@hidden>
Date:   Sun Jun 4 20:29:08 2017 +0200

    gnu: kwallet: Use gpgme instead of gpgmepp.
    
    The C++-bindings are part of gpgme since version 1.7.
    
    * gnu/packages/kde-frameworks.scm(kwallet)[inputs]: Replace gpgmepp by
      gpgme.
---
 gnu/packages/kde-frameworks.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 4090f88..60b2ca0 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2784,7 +2784,7 @@ It supports rich text as well as plain text.")
     (native-inputs
      `(("extra-cmake-modules" ,extra-cmake-modules)))
     (inputs
-     `(("gpgmepp" ,gpgmepp)
+     `(("gpgme" ,gpgme) ;; TODO: Add gpgme Qt-bindings
        ("kauth" ,kauth)
        ("kcodecs" ,kcodecs)
        ("kconfig" ,kconfig)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]