[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/22: gnu: seahorse: Add support for keyservers, gnupg2 and ldap.
From: |
Efraim Flashner |
Subject: |
17/22: gnu: seahorse: Add support for keyservers, gnupg2 and ldap. |
Date: |
Sun, 13 Dec 2015 13:08:59 +0000 |
efraim pushed a commit to branch master
in repository guix.
commit 34b979b903cb15b54a5b3f1fb6f15b8d327031ff
Author: Efraim Flashner <address@hidden>
Date: Sun Dec 13 13:02:14 2015 +0200
gnu: seahorse: Add support for keyservers, gnupg2 and ldap.
* gnu/packages/gnome.scm (seahorse): Do it.
[inputs]: Remove gnupg-1, add gnupg, openldap, libsoup.
---
gnu/packages/gnome.scm | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f943dc0..51f2341 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -58,6 +58,7 @@
#:use-module (gnu packages gtk)
#:use-module (gnu packages gperf)
#:use-module (gnu packages guile)
+ #:use-module (gnu packages openldap)
#:use-module (gnu packages pdf)
#:use-module (gnu packages polkit)
#:use-module (gnu packages popt)
@@ -1630,10 +1631,12 @@ engineering.")
(inputs
`(("gtk+" ,gtk+)
("gcr" ,gcr)
- ("gnupg" ,gnupg-1)
+ ("gnupg" ,gnupg)
("gpgme" ,gpgme)
+ ("openldap" ,openldap)
("openssh" ,openssh)
- ("libsecret" ,libsecret)))
+ ("libsecret" ,libsecret)
+ ("libsoup" ,libsoup)))
(native-inputs
`(("intltool" ,intltool)
("glib:bin" ,glib "bin")
- 09/22: gnu: file-roller: Update to 3.16.4., (continued)
- 09/22: gnu: file-roller: Update to 3.16.4., Efraim Flashner, 2015/12/13
- 11/22: gnu: yelp-tools: Update to 3.18.0., Efraim Flashner, 2015/12/13
- 08/22: gnu: gnome-settings-daemon: Update to 3.18.2., Efraim Flashner, 2015/12/13
- 06/22: gnu: dconf: Update to 0.24.0., Efraim Flashner, 2015/12/13
- 10/22: gnu: yelp-xsl: Update to 3.18.1., Efraim Flashner, 2015/12/13
- 14/22: gnu: gnome-keyring: Update to 3.18.3., Efraim Flashner, 2015/12/13
- 13/22: gnu: gnome-klotski: Update to 3.18.2., Efraim Flashner, 2015/12/13
- 16/22: gnu: seahorse: Update to 3.18.0., Efraim Flashner, 2015/12/13
- 19/22: gnu: aisleriot: Update to 3.18.2., Efraim Flashner, 2015/12/13
- 12/22: gnu: gnome-common: Update to 3.18.0., Efraim Flashner, 2015/12/13
- 17/22: gnu: seahorse: Add support for keyservers, gnupg2 and ldap.,
Efraim Flashner <=
- 15/22: gnu: gnome-terminal: Update to 3.18.2., Efraim Flashner, 2015/12/13
- 18/22: gnu: gnome-mines: Update to 3.18.2., Efraim Flashner, 2015/12/13
- 21/22: gnu: eog: Update to 3.18.1., Efraim Flashner, 2015/12/13
- 22/22: gnu: adwaita-icon-theme: Update to 3.18.0., Efraim Flashner, 2015/12/13
- 20/22: gnu: devhelp: Update to 3.18.1., Efraim Flashner, 2015/12/13