[jhbuild] 3.8: seahorse should be built with gnupg and gpgme



commit d7049cd2324f2d6cdb880780296c7bda7a25f156
Author: Stef Walter <stefw gnome org>
Date:   Tue Feb 26 10:08:40 2013 +0100

    3.8: seahorse should be built with gnupg and gpgme
    
    GnuPG is an optional dependency of seahorse only because some downstreams
    want to use seahorse without GnuPG. In GNOME we should always build it
    with GnuPG, test and document it that way.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694678

 modulesets/gnome-apps-3.8.modules    |    2 ++
 modulesets/gnome-sysdeps-3.8.modules |   18 ++++++++++++++++++
 2 files changed, 20 insertions(+), 0 deletions(-)
---
diff --git a/modulesets/gnome-apps-3.8.modules b/modulesets/gnome-apps-3.8.modules
index cdb08a4..47ebcc5 100644
--- a/modulesets/gnome-apps-3.8.modules
+++ b/modulesets/gnome-apps-3.8.modules
@@ -779,6 +779,8 @@
       <dep package="libsecret"/>
       <dep package="gcr"/>
       <dep package="yelp-tools"/>
+      <dep package="gpgme"/>
+      <dep package="gnupg"/>
     </dependencies>
     <suggests>
       <dep package="avahi"/>
diff --git a/modulesets/gnome-sysdeps-3.8.modules b/modulesets/gnome-sysdeps-3.8.modules
index f8a4c6b..62943ad 100644
--- a/modulesets/gnome-sysdeps-3.8.modules
+++ b/modulesets/gnome-sysdeps-3.8.modules
@@ -199,6 +199,24 @@
             version="2.12.8"/>
   </systemmodule>
 
+  <systemmodule id="gpgme">
+    <branch repo="system"
+            version="1.0.0"/>
+    <systemdependencies>
+      <dep type="path"
+           name="gpgme-config"/>
+    </systemdependencies>
+  </systemmodule>
+
+  <systemmodule id="gnupg">
+    <branch repo="system"
+            version="1.4"/>
+    <systemdependencies>
+      <dep type="path"
+           name="gpg"/>
+    </systemdependencies>
+  </systemmodule>
+
   <systemmodule id="gperf">
     <branch repo="system"/>
     <systemdependencies>


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