evolution-data-server: update to 3.38.0
This commit is contained in:
parent
66c7f3c12c
commit
12fc7af5bc
2 changed files with 16 additions and 11 deletions
|
@ -626,7 +626,7 @@ libicalss_cxx.so.3 libical-3.0.4_1
|
||||||
libicalvcal.so.3 libical-3.0.4_1
|
libicalvcal.so.3 libical-3.0.4_1
|
||||||
libical-glib.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
|
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
|
libebackend-1.2.so.10 evolution-data-server-3.17.90_1
|
||||||
libedataserverui-1.2.so.2 evolution-data-server-3.28.0_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
|
libebook-contacts-1.2.so.3 evolution-data-server-3.34.0_1
|
||||||
|
|
|
@ -1,29 +1,34 @@
|
||||||
# Template file for 'evolution-data-server'
|
# Template file for 'evolution-data-server'
|
||||||
pkgname=evolution-data-server
|
pkgname=evolution-data-server
|
||||||
version=3.36.1
|
version=3.38.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_helper=gir
|
build_helper="gir qemu"
|
||||||
configure_args="-DENABLE_UOA=OFF
|
configure_args="-DENABLE_UOA=OFF
|
||||||
$(vopt_if gir '-DENABLE_INTROSPECTION=ON -DENABLE_VALA_BINDINGS=ON' '-DENABLE_WEATHER=OFF')"
|
$(vopt_if gir '-DENABLE_INTROSPECTION=ON -DENABLE_VALA_BINDINGS=ON')"
|
||||||
hostmakedepends="flex glib-devel gperf intltool pkg-config libglib-devel
|
hostmakedepends="flex glib-devel gperf intltool pkg-config libglib-devel"
|
||||||
$(vopt_if gir 'gobject-introspection')"
|
makedepends="boost-devel libcanberra-devel libgdata-devel libical-devel
|
||||||
makedepends="boost-devel libcanberra-devel libgdata-devel $(vopt_if gir libgweather-devel)
|
libsecret-devel mit-krb5-devel webkit2gtk-devel libgweather-devel
|
||||||
libical-devel libsecret-devel mit-krb5-devel $(vopt_if gir 'vala-devel') webkit2gtk-devel"
|
$(vopt_if gir vala-devel)"
|
||||||
depends="$(vopt_if gir libgweather) libsoup-gnome"
|
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.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="LGPL-2.1-only"
|
license="LGPL-2.1-only"
|
||||||
homepage="https://wiki.gnome.org/Apps/Evolution"
|
homepage="https://wiki.gnome.org/Apps/Evolution"
|
||||||
changelog="https://raw.githubusercontent.com/GNOME/evolution-data-server/gnome-3-36/NEWS"
|
changelog="https://raw.githubusercontent.com/GNOME/evolution-data-server/gnome-3-36/NEWS"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=13122b2edddb98306207d2a35d5ccae25a90702769ca0a0b51653b5984986796
|
checksum=13689a7b55765806c4d5f3b05ef6c24b0bf9957b9ed9240c2dd09a2cdb13b0af
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
# problematic
|
||||||
|
do_check() {
|
||||||
|
:
|
||||||
|
}
|
||||||
|
|
||||||
# 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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue