OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
2.6 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../evolution/evolution.conf
  5. # Copyright (C) 2006 - 2011 The OpenSDE Project
  6. # Copyright (C) 2004 - 2006 The T2 SDE Project
  7. # Copyright (C) 1998 - 2004 Clifford Wolf
  8. #
  9. # More information can be found in the files COPYING and README.
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; version 2 of the License. A copy of the
  14. # GNU General Public License can be found in the file COPYING.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. var_append confopt ' ' '--enable-nntp=yes'
  17. # Enable support for building pilot conduits.
  18. pkginstalled gnome-pilot-conduits && var_append confopt ' ' '--enable-pilot-conduits=yes'
  19. # Add Mono embedded hooks.
  20. if pkginstalled -f mono; then
  21. var_append confopt ' ' "--enable-mono"
  22. # workaround to find mono headers and libs
  23. mono_majorver="$( pkgprefix ver mono | cut -d '.' -f1)"
  24. var_append CC_WRAPPER_APPEND ' ' "$( pkg-config --cflags --libs mono-$mono_majorver )"
  25. fi
  26. # Add python embedded hooks.
  27. if pkginstalled -f python; then
  28. var_append extraconfopt ' ' "--enable-python"
  29. fi
  30. # Build Exchange plugins
  31. var_append confopt ' ' "--enable-exchange"
  32. # Enable the usage of the GtkFileChooser in place of the GtkFileSelection dialog
  33. var_append confopt ' ' '--enable-file-chooser'
  34. # Enable plugins: no/base/all/experimental/list
  35. var_append confopt ' ' "--enable-plugins=all"
  36. # FIXME Check following options:
  37. # --with-krb5=DIR Location of Kerberos 5 install dir
  38. # --with-krb5-libs=DIR Location of Kerberos 5 libraries
  39. # --with-krb5-includes=DIR Location of Kerberos 5 headers
  40. # --with-krb4=DIR Location of Kerberos 4 install dir
  41. # --with-krb4-libs=DIR Location of Kerberos 4 libraries
  42. # --with-krb4-includes=DIR Location of Kerberos 4 headers
  43. # --with-html-dir=PATH path to installed docs
  44. # --with-gconf-source=sourceaddress Config database for installing schema files.
  45. # --with-gconf-schema-file-dir=dir Directory for installing schema files.
  46. # --with-sub-version=VERSION Specify a sub-version string
  47. # --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}
  51. if ! pkginstalled -f libpst; then
  52. var_append extraconfopt ' ' "--disable-pst-import"
  53. fi
  54. # disable audio-inline plugin if no gstreamer is installed
  55. if ! pkginstalled -f gstreamer; then
  56. var_append extraconfopt ' ' "--disable-audio-inline"
  57. fi