summaryrefslogtreecommitdiffstats
path: root/crypto/seahorse/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/seahorse/DEPENDS')
-rwxr-xr-xcrypto/seahorse/DEPENDS42
1 files changed, 32 insertions, 10 deletions
diff --git a/crypto/seahorse/DEPENDS b/crypto/seahorse/DEPENDS
index a382471e35..8c2188e2dc 100755
--- a/crypto/seahorse/DEPENDS
+++ b/crypto/seahorse/DEPENDS
@@ -1,10 +1,32 @@
-depends libgnomeui &&
-depends gnupg &&
-depends gpgme &&
-depends dbus-glib &&
-depends gnome-doc-utils &&
-
-optional_depends gedit \
- "--enable-gedit" \
- "--disable-gedit" \
- "for gedit plugin"
+depends gnupg &&
+depends gpgme &&
+depends gconf2 &&
+depends dbus-glib &&
+depends gnome-keyring &&
+depends gnome-doc-utils &&
+
+optional_depends libsoup \
+ "--enable-hkp" \
+ "--disable-hkp" \
+ "for HKP keyserver interface" &&
+
+if is_depends_enabled $SPELL libsoup; then
+ optional_depends openldap \
+ "--enable-ldap" \
+ "--disable-ldap" \
+ "for LDAP keyserver interface"
+fi &&
+
+optional_depends libnotify \
+ "--enable-libnotify" \
+ "--disable-libnotify" \
+ "for notification support" &&
+
+optional_depends rarian \
+ "" "--disable-scrollkeeper" \
+ "make updates to the rarian (scrollkeeper) database?" &&
+
+suggest_depends openssh \
+ "--enable-ssh" \
+ "--disable-ssh" \
+ "SSH keys managing support"