From ece359de277cdc8eb23a519d33a048b310e184cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 21 Mar 2020 19:38:38 +0100 Subject: [PATCH] libical: update to 3.0.8 --- srcpkgs/libical/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/libical/template b/srcpkgs/libical/template index 39580e43de5..80ef8a6cc4a 100644 --- a/srcpkgs/libical/template +++ b/srcpkgs/libical/template @@ -1,12 +1,12 @@ # Template file for 'libical' pkgname=libical -version=3.0.6 -revision=2 +version=3.0.8 +revision=1 build_style=cmake build_helper="gir" configure_args="-DICAL_BUILD_DOCS=false $(vopt_if gir '-DGOBJECT_INTROSPECTION=true -DICAL_GLIB_VAPI=true')" -hostmakedepends="libglib-devel libxml2-devel perl pkg-config $(vopt_if gir vala)" +hostmakedepends="gettext libglib-devel libxml2-devel perl pkg-config $(vopt_if gir vala)" makedepends="libglib-devel libxml2-devel $(vopt_if gir vala-devel)" checkdepends="tzdata" short_desc="Reference implementation of the iCalendar data type and format" @@ -14,9 +14,10 @@ maintainer="Orphaned " license="LGPL-2.1-only, MPL-2.0" homepage="http://libical.github.io/libical/" distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz" -checksum=fd2404a3df42390268e9fb804ef9f235e429b6f0da8992a148cbb3614946d99b +checksum=09fecacaf75ba5a242159e3a9758a5446b5ce4d0ab684f98a7040864e1d1286f patch_args="-Np1" -disable_parallel_build=y +disable_parallel_build=yes + build_options="gir" if [ -z "$CROSS_BUILD" ]; then build_options_default="gir"