dbus-glib: update to 0.112.

Additionally fix xlint and tests.
This commit is contained in:
Jami Kettunen 2022-03-12 16:15:07 +02:00 committed by Echo
parent 225b020d6c
commit 4c470f9225

View file

@ -1,18 +1,19 @@
# Template file for 'dbus-glib' # Template file for 'dbus-glib'
pkgname=dbus-glib pkgname=dbus-glib
version=0.110 version=0.112
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static --disable-bash-completion" configure_args="--disable-static --disable-bash-completion"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="libglib-devel dbus-devel" makedepends="libglib-devel dbus-devel"
depends="dbus" depends="dbus"
checkdepends="dbus glib-devel"
short_desc="GLib bindings for D-Bus" short_desc="GLib bindings for D-Bus"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2" license="GPL-2.0-or-later"
homepage="http://www.freedesktop.org/wiki/Software/DBusBindings" homepage="http://www.freedesktop.org/wiki/Software/DBusBindings"
distfiles="http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz" distfiles="http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
checksum=7ce4760cf66c69148f6bd6c92feaabb8812dee30846b24cd0f7395c436d7e825 checksum=7d550dccdfcd286e33895501829ed971eeb65c614e73aadb4a08aeef719b143a
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
configure_args+=" --with-dbus-binding-tool=dbus-binding-tool" configure_args+=" --with-dbus-binding-tool=dbus-binding-tool"