Dash:
[t2.git] / package / gnome / evolution / evolution.conf
blob7bc64efd354d4043a60fa778bd9cf4115ac17d53
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/evolution/evolution.conf
3 # Copyright (C) 2004 - 2021 The T2 SDE Project
4 # Copyright (C) 1998 - 2004 ROCK Linux Project
5
6 # This Copyright note is generated by scripts/Create-CopyPatch,
7 # more information can be found in the files COPYING and README.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License version 2.
11 # --- T2-COPYRIGHT-NOTE-END ---
13 . $base/package/*/*/evolution-conf.in
15 var_append confopt ' ' '--enable-nntp=yes'
17 #TODO, we don't have NetworkManager yet
18 var_append confopt ' ' '--disable-nm'
20 # Enable support for building pilot conduits.
21 pkginstalled gnome-pilot-conduits && var_append confopt ' ' '--enable-pilot-conduits=yes'
23 # Add Mono embedded hooks.
24 pkginstalled mono && var_append confopt ' ' "--enable-mono"
26 # Enable the usage of the GtkFileChooser in place of the GtkFileSelection dialog
27 var_append confopt ' ' '--enable-file-chooser'
29 # Enable plugins: no/base/all/experimental/list
30 var_append confopt ' ' "--enable-plugins=all"
32 pkginstalled gtkimageview || var_append extraconfopt ' ' "--disable-image-inline"
33 pkginstalled libpst || var_append extraconfopt ' ' "--disable-pst-import"
35 # FIXME Check following options:
36 # --with-krb5=DIR      Location of Kerberos 5 install dir
37 # --with-krb5-libs=DIR Location of Kerberos 5 libraries
38 # --with-krb5-includes=DIR Location of Kerberos 5 headers
39 # --with-krb4=DIR      Location of Kerberos 4 install dir
40 # --with-krb4-libs=DIR Location of Kerberos 4 libraries
41 # --with-krb4-includes=DIR Location of Kerberos 4 headers
42 # --with-html-dir=PATH path to installed docs
43 # --with-gconf-source=sourceaddress      Config database for installing schema files.
44 # --with-gconf-schema-file-dir=dir        Directory for installing schema files.
45 # --with-sub-version=VERSION Specify a sub-version string
46 # --with-kde-applnk-path=PATH    Location of KDE applnk files   
48 # currently only used with openldap path inside configure script (see
49 # openldap-libsuff.patch)
50 export libsuff=${libdir##*/lib}
52 if pkginstalled openldap; then
53         pkgprefix -t openldap
54         var_append confopt ' ' '--enable-ldap'
55         var_append GCC_WRAPPER_INSERT ' ' "-I$( pkgprefix includedir openldap )"
56         var_append GCC_WRAPPER_INSERT ' ' "-L$( pkgprefix libdir openldap )"