libical: update to 3.0.8

This commit is contained in:
Jürgen Buchmüller 2020-03-21 19:38:38 +01:00
parent 0f961602b9
commit ece359de27

View file

@ -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 <orphan@voidlinux.org>"
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"