summaryrefslogtreecommitdiffstats
path: root/gnome2-apps/balsa/DEPENDS
blob: b855176a3029953cdc4a9d4d20e0c2cf96a2949f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
depends gtk+3                                                     &&
depends -sub 2.4 gmime                                            &&
depends glib2                                                     &&
depends libesmtp                                                  &&
depends rarian                                                    &&

if [[ $HTML_WIDGET == "webkit" ]]; then
  depends webkitgtk3 "--with-html-widget=webkit" 
elif [[ $HTML_WIDGET == "gtkhtml" ]]; then
  depends gtkhtml2 "--with-html-widget=gtkhtml4"
fi &&

optional_depends pcre                                             \
                 "--enable-pcre"                                  \
                 "--disable-pcre"                                 \
                 "to enable perl compatible regular expressions"  &&

optional_depends openssl                                          \
                 "--with-ssl"                                     \
                 "--without-ssl"                                  \
                 "to enable opensasl authentication for POP/IMAP" &&

optional_depends openldap                                         \
                 "--with-ldap"                                    \
                 "--without-ldap"                                 \
                 "to enable ldap use"                             &&

optional_depends krb5                                             \
                 "--with-gss"                                     \
                 "--without-gss"                                  \
                 "to enable gssapi kerberos based authentication" &&

optional_depends gpgme                                            \
                 "--with-gpgme"                                   \
                 "--without-gpgme"                                \
                 "for message signing and encryption"             &&

optional_depends libcanberra                                      \
                 "--with-canberra"                                \
                 "--without-canberra"                             \
                 "for filter sounds"                              &&

optional_depends gtksourceview3                                   \
                 "--with-gtksourceview"                           \
                 "--without-gtksourceview"                        \
                 "for a more powerful compositor"                 &&

optional_depends gtkspell3                                        \
                 "--with-gtkspell"                                \
                 "--without-gtkspell"                             \
                 "for spelling checking"                          &&

optional_depends libnotify                                        \
                 "--with-libnotify"                               \
                 "--without-libnotify"                            \
                 "for notification support"                       &&

optional_depends network-manager                                  \
                 "--with-nm"                                      \
                 "--without-nm"                                   \
                 "for network-manager support"                    &&

optional_depends sqlite                                           \
                 "--with-sqlite"                                  \
                 "--without-sqlite"                               \
                 "to use SQLite for SPE address books"            &&

optional_depends libsecret                                        \
                 "--with-libsecret"                               \
                 "--without-libsecret"                            \
                 "to use gnome-keyring"                           &&

optional_depends rubrica                                          \
                 "--with-rubrica"                                 \
                 "--without-rubrica"                              \
                 "for Rubrica address book support"               &&

if is_depends_enabled $SPELL rubrica; then
  depends libxml2
fi