UmVirt LFS Package info

📦Package info

🔙Parent Directory  -

DB commit: c9dd8835b9e79548f70e25c8ffb9d09430f622a0
APP commit:
[ BASH | XML | JSON ]

evolution-data-server

The Evolution Data Server package provides a unified backend for programs that work with contacts, tasks, and calendar information. It was originally developed for Evolution (hence the name), but is now used by other packages as well.

Package info

Codename: evolution-data-server
Source file: evolution-data-server-3.52.4.tar.xz
Source directory: evolution-data-server-3.52.4
Package URL: https://ulfs.org/linux/downloads/package_files/4145625122/packages/e/evolution-data-server-3.52.4.tar.xz
Package md5-checksum URL: https://ulfs.org/linux/downloads/package_files/4145625122/packages/e/evolution-data-server-3.52.4.tar.xz.md5sum
Dependances: icu, gobject-introspection, vala, sqlite, gtk3, libsecret, webkitgtk, gnome-online-accounts, libgweather, libical, nss, libcanberra.
Dependance of: gnome-shell.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd    build &&

cmake -D CMAKE_INSTALL_PREFIX=/usr    \
      -D SYSCONF_INSTALL_DIR=/etc     \
      -D ENABLE_VALA_BINDINGS=ON      \
      -D ENABLE_INSTALLED_TESTS=ON    \
      -D WITH_OPENLDAP=OFF            \
      -D WITH_KRB5=OFF                \
      -D ENABLE_INTROSPECTION=ON      \
      -D ENABLE_GTK_DOC=OFF           \
      -D WITH_LIBDB=OFF               \
      -W no-dev -G Ninja ..

Build script:
cd    build &&
ninja

if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
	    ninja test
fi

Install script:
cd    build &&
ninja install


Apache/2.4.62 (Debian) Server at ulfs.org Port 443