template-glib: update to 3.30.0.

This commit is contained in:
Rasmus Thomsen 2018-09-05 14:18:08 +02:00 committed by maxice8
parent 1069f052d8
commit 33e94e629d
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,18 +1,19 @@
# Template file for 'template-glib'
pkgname=template-glib
version=3.28.0
version=3.30.0
revision=1
configure_args="-Denable_gtk_doc=false -Dwith_vapi=$(vopt_if gir true false)
-Dwith_introspection=$(vopt_if gir true false)"
build_style=meson
hostmakedepends="pkg-config $(vopt_if gir 'gobject-introspection vala') glib-devel flex"
makedepends="glib-devel"
short_desc="supports calling into GObject Introspection from templates."
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
makedepends="libglib-devel"
short_desc="Supports calling into GObject Introspection from templates"
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
license="GPL-3.0-or-later"
homepage="https://wiki.gnome.org/Apps/Builder"
homepage="https://gitlab.gnome.org/GNOME/template-glib"
distfiles="${GNOME_SITE}/template-glib/${version%.*}/template-glib-${version}.tar.xz"
checksum=6c74426efd4358fd91a52c32ed030c0cad1633f900fd55ac81a8b3e4026171a1
checksum=cf690d391bfc71036e31867df6da90315a3db83f739a8657f580b941b96e3649
nocross="hard-requires gobject-introspection"
build_options="gir"
if [ -z "$CROSS_BUILD" ]; then