UmVirt LFS Package info
DB commit: a1c087427053c3732f19d41cf80e95056e8f8613
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
!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
Template:
Codename: !evolution-data-server
Source file: evolution-data-server-3.52.4.tar.xz
Source directory: evolution-data-server-3.52.4
Package URL: evolution-data-server-3.52.4.tar.xz
Package md5-checksum URL: 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