mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
libical: update to 3.0.8
This commit is contained in:
parent
0f961602b9
commit
ece359de27
1 changed files with 6 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue