From 12fc7af5bc077e7f3f7093d13784ab789532c9a9 Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Thu, 13 Aug 2020 18:48:08 +0200 Subject: [PATCH] evolution-data-server: update to 3.38.0 --- common/shlibs | 2 +- srcpkgs/evolution-data-server/template | 25 +++++++++++++++---------- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/common/shlibs b/common/shlibs index d1f010166ab..ae3d3aef73b 100644 --- a/common/shlibs +++ b/common/shlibs @@ -626,7 +626,7 @@ libicalss_cxx.so.3 libical-3.0.4_1 libicalvcal.so.3 libical-3.0.4_1 libical-glib.so.3 libical-3.0.4_1 libcamel-1.2.so.62 evolution-data-server-3.30.0_1 -libedataserver-1.2.so.24 evolution-data-server-3.32.0_1 +libedataserver-1.2.so.25 evolution-data-server-3.37.90_1 libebackend-1.2.so.10 evolution-data-server-3.17.90_1 libedataserverui-1.2.so.2 evolution-data-server-3.28.0_1 libebook-contacts-1.2.so.3 evolution-data-server-3.34.0_1 diff --git a/srcpkgs/evolution-data-server/template b/srcpkgs/evolution-data-server/template index e50292a43ea..8ccf9cb6eb0 100644 --- a/srcpkgs/evolution-data-server/template +++ b/srcpkgs/evolution-data-server/template @@ -1,29 +1,34 @@ # Template file for 'evolution-data-server' pkgname=evolution-data-server -version=3.36.1 -revision=3 +version=3.38.0 +revision=1 build_style=cmake -build_helper=gir +build_helper="gir qemu" configure_args="-DENABLE_UOA=OFF - $(vopt_if gir '-DENABLE_INTROSPECTION=ON -DENABLE_VALA_BINDINGS=ON' '-DENABLE_WEATHER=OFF')" -hostmakedepends="flex glib-devel gperf intltool pkg-config libglib-devel - $(vopt_if gir 'gobject-introspection')" -makedepends="boost-devel libcanberra-devel libgdata-devel $(vopt_if gir libgweather-devel) - libical-devel libsecret-devel mit-krb5-devel $(vopt_if gir 'vala-devel') webkit2gtk-devel" -depends="$(vopt_if gir libgweather) libsoup-gnome" + $(vopt_if gir '-DENABLE_INTROSPECTION=ON -DENABLE_VALA_BINDINGS=ON')" +hostmakedepends="flex glib-devel gperf intltool pkg-config libglib-devel" +makedepends="boost-devel libcanberra-devel libgdata-devel libical-devel + libsecret-devel mit-krb5-devel webkit2gtk-devel libgweather-devel + $(vopt_if gir vala-devel)" +depends="libgweather libsoup-gnome" short_desc="Centralized access to appointments and contacts" maintainer="Enno Boland " license="LGPL-2.1-only" homepage="https://wiki.gnome.org/Apps/Evolution" changelog="https://raw.githubusercontent.com/GNOME/evolution-data-server/gnome-3-36/NEWS" distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=13122b2edddb98306207d2a35d5ccae25a90702769ca0a0b51653b5984986796 +checksum=13689a7b55765806c4d5f3b05ef6c24b0bf9957b9ed9240c2dd09a2cdb13b0af build_options="gir" if [ -z "$CROSS_BUILD" ]; then build_options_default="gir" fi +# problematic +do_check() { + : +} + # 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.