guix-commits
[Top][All Lists]
Advanced

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

13/18: gnu: gpgmepp: Superseded by gpgme.


From: Hartmut Goebel
Subject: 13/18: gnu: gpgmepp: Superseded by gpgme.
Date: Thu, 8 Jun 2017 13:15:33 -0400 (EDT)

htgoebel pushed a commit to branch master
in repository guix.

commit 73577a66f171be57b7d54a53b0d2f655916a06df
Author: Hartmut Goebel <address@hidden>
Date:   Sun Jun 4 20:30:43 2017 +0200

    gnu: gpgmepp: Superseded by gpgme.
    
    The C++-bindings are part of gpgme since version 1.7.
    
    * gnu/packages/kde-frameworks.scm (gpgmepp)[properties]: New field.
---
 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 c5b14ea..4090f88 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -205,7 +205,8 @@ Phonon-GStreamer is a backend based on the GStreamer 
multimedia library.")
     (home-page "https://community.kde.org/Frameworks";)
     (synopsis "C++ bindings/wrapper for gpgme")
     (description "C++ bindings/wrapper for gpgme.")
-    (license license:lgpl2.1+)))
+    (license license:lgpl2.1+)
+    (properties `((superseded . ,gpgme)))))
 
 (define-public kpmcore
   (package



reply via email to

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