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

View file

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