evolution-data-server: update to 3.28.1.

This commit is contained in:
maxice8 2018-04-14 01:07:52 -03:00 committed by Enno Boland
parent 510005fa70
commit a2eb150e9d
1 changed files with 10 additions and 14 deletions

View File

@ -1,31 +1,27 @@
# Template file for 'evolution-data-server'
pkgname=evolution-data-server
version=3.28.0
version=3.28.1
revision=1
build_style=cmake
configure_args="-DENABLE_GOOGLE_AUTH=OFF -DENABLE_UOA=OFF"
hostmakedepends="pkg-config intltool flex glib-devel gperf $(vopt_if gir gobject-introspection) python3"
makedepends="db-devel sqlite-devel mit-krb5-devel nss-devel libical-devel
libsecret-devel libsoup-gnome-devel gcr-devel libldap-devel
libgdata-devel $(vopt_if gir vala-devel) libgweather-devel icu-devel
webkit2gtk-devel"
depends="libsoup-gnome>=2.46 libgweather>=3.12"
configure_args="-DENABLE_GOOGLE_AUTH=OFF -DENABLE_UOA=OFF
$(vopt_if gir '-DENABLE_INTROSPECTION=ON -DENABLE_VALA_BINDINGS=ON')"
hostmakedepends="flex glib-devel gperf intltool pkg-config
$(vopt_if gir 'gobject-introspection')"
makedepends="libgdata-devel libgweather-devel libical-devel libsecret-devel
mit-krb5-devel $(vopt_if gir 'vala-devel') webkit2gtk-devel"
depends="libgweather libsoup-gnome"
short_desc="Centralized access to appointments and contacts"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="LGPL-2.1-only"
maintainer="Enno Boland <gottox@voidlinux.eu>"
homepage="https://wiki.gnome.org/Apps/Evolution"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=fb9546d5fedbb00de6c6cec3850f2cdfea234af221e645d15721686a8df77ef9
checksum=6b04fc1adaba0541546267a77f1bc5aa549fe85eb9933492fdf994c69fa36989
build_options="gir"
if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir"
fi
if [ ! -z "$build_option_gir" ]; then
configure_args+=" -DENABLE_INTROSPECTION=ON -DENABLE_VALA_BINDINGS=ON"
fi
# cmake perfomrms 2 checks using binary runtime, about iconv and sfrtime.
# musl (1.1.16) does not support "ISO-2022-JP" encoding (see its roadmap),
# although evolution-data-server is fine with musl.