valadoc: update to 0.56.16.
This commit is contained in:
parent
ea53b3a067
commit
ace1990a36
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'valadoc'
|
# Template file for 'valadoc'
|
||||||
pkgname=valadoc
|
pkgname=valadoc
|
||||||
# Should be kept in sync with 'vala' (shared distfiles)
|
# Should be kept in sync with 'vala' (shared distfiles)
|
||||||
version=0.56.14
|
version=0.56.16
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-cgraph=yes"
|
configure_args="--with-cgraph=yes"
|
||||||
hostmakedepends="flex libxslt pkg-config automake libtool vala"
|
hostmakedepends="flex libxslt pkg-config automake libtool vala"
|
||||||
makedepends="libfl-devel libglib-devel graphviz-devel vala-devel"
|
makedepends="libfl-devel libglib-devel gobject-introspection
|
||||||
|
graphviz-devel vala-devel"
|
||||||
checkdepends="dbus libgirepository-devel"
|
checkdepends="dbus libgirepository-devel"
|
||||||
short_desc="Vala Documentation Tool"
|
short_desc="Vala Documentation Tool"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
|
@ -14,7 +15,7 @@ license="LGPL-2.1-or-later"
|
||||||
homepage="https://wiki.gnome.org/Projects/Vala"
|
homepage="https://wiki.gnome.org/Projects/Vala"
|
||||||
changelog="https://gitlab.gnome.org/GNOME/vala/raw/master/NEWS"
|
changelog="https://gitlab.gnome.org/GNOME/vala/raw/master/NEWS"
|
||||||
distfiles="${GNOME_SITE}/vala/${version%.*}/vala-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/vala/${version%.*}/vala-${version}.tar.xz"
|
||||||
checksum=9382c268ca9bdc02aaedc8152a9818bf3935273041f629c56de410e360a3f557
|
checksum=05487b5600f5d2f09e66a753cccd8f39c1bff9f148aea1b7774d505b9c8bca9b
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -if
|
autoreconf -if
|
||||||
|
|
Loading…
Reference in New Issue