libdazzle: update to 3.28.1.

Closes #13386.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-04-11 10:21:57 -03:00 committed by Enno Boland
parent b3d2cf1529
commit a5ff6d311b

View file

@ -1,18 +1,19 @@
# Template file for 'libdazzle'
pkgname=libdazzle
version=3.28.0
version=3.28.1
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"
hostmakedepends="glib-devel pkg-config
$(vopt_if gir 'gobject-introspection vala')"
makedepends="gtk+3-devel"
short_desc="A library to delight your users with fancy features"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://wiki.gnome.org/Apps/Builder"
distfiles="${GNOME_SITE}/libdazzle/${version%.*}/libdazzle-${version}.tar.xz"
checksum=57aa6fe2ea534d9faa17fa105109ed5c38886d3812fe671d3ecc56fb4e3c037f
checksum=627cdbd1fda815ad8308f8a01ba9a23d4a8fd11cc783e40d6eadbffba2bc4912
build_options="gir"
if [ -z "$CROSS_BUILD" ]; then