From 6ecf8d38478602c53e222e31cab813d2c2715ef9 Mon Sep 17 00:00:00 2001 From: Jami Kettunen Date: Sat, 12 Mar 2022 16:15:07 +0200 Subject: [PATCH] dbus-glib: update to 0.112. Additionally fix xlint and tests. --- srcpkgs/dbus-glib/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/dbus-glib/template b/srcpkgs/dbus-glib/template index ee905b75bfe6..3da4c3010605 100644 --- a/srcpkgs/dbus-glib/template +++ b/srcpkgs/dbus-glib/template @@ -1,18 +1,19 @@ # Template file for 'dbus-glib' pkgname=dbus-glib -version=0.110 +version=0.112 revision=1 build_style=gnu-configure configure_args="--disable-static --disable-bash-completion" hostmakedepends="pkg-config" makedepends="libglib-devel dbus-devel" depends="dbus" +checkdepends="dbus glib-devel" short_desc="GLib bindings for D-Bus" maintainer="Orphaned " -license="GPL-2" +license="GPL-2.0-or-later" homepage="http://www.freedesktop.org/wiki/Software/DBusBindings" distfiles="http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz" -checksum=7ce4760cf66c69148f6bd6c92feaabb8812dee30846b24cd0f7395c436d7e825 +checksum=7d550dccdfcd286e33895501829ed971eeb65c614e73aadb4a08aeef719b143a if [ "$CROSS_BUILD" ]; then configure_args+=" --with-dbus-binding-tool=dbus-binding-tool"