diff --git a/srcpkgs/evolution/template b/srcpkgs/evolution/template index d4d92f5434e..5e13d06ea16 100644 --- a/srcpkgs/evolution/template +++ b/srcpkgs/evolution/template @@ -1,6 +1,6 @@ # Template file for 'evolution' pkgname=evolution -version=3.28.1 +version=3.28.2 revision=1 build_style=cmake configure_args="-DENABLE_AUTOAR=OFF -DENABLE_LIBCRYPTUI=OFF -DENABLE_GTKSPELL=OFF @@ -16,14 +16,15 @@ short_desc="Integrated mail, addressbook and calendaring for GNOME" maintainer="Enno Boland " license="LGPL-2.1-or-later, LGPL-3.0-or-later, GPL-2.0-or-later" homepage="https://wiki.gnome.org/Apps/Evolution" +#changelog="https://raw.githubusercontent.com/GNOME/evolution/gnome-3-28/NEWS" distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz" -checksum=144967e51a1781626e542f7abc360a926059146ae957af3271e5d32d1e2dbb69 +checksum=e444a22d0bdca348b76edb59c7d15935dfa46bf731bf840060dcbada6555a953 shlib_provides="libevolution-calendar.so libevolution-util.so libemail-engine.so libevolution-mail.so libevolution-shell.so" build_options="gir" if [ -z "$CROSS_BUILD" ]; then - build_options_default="gir" + build_options_default="gir" else hostmakedepends+=" glib-devel" configure_args+=" -D_correct_iconv_EXITCODE=0"