xdg-dbus-proxy: update to 0.1.4; adopt.
This commit is contained in:
parent
6525480b47
commit
dbcde97f58
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'xdg-dbus-proxy'
|
||||
pkgname=xdg-dbus-proxy
|
||||
version=0.1.2
|
||||
version=0.1.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-man"
|
||||
build_style=meson
|
||||
hostmakedepends="libxslt pkg-config docbook-xsl"
|
||||
makedepends="libglib-devel"
|
||||
checkdepends="dbus"
|
||||
short_desc="Filtering proxy for D-Bus connections"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="André Cerqueira <acerqueira021@gmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/flatpak/xdg-dbus-proxy"
|
||||
distfiles="${homepage}/releases/download/${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=1749d6f9f46dcc9edc87725641cf56cf91dcad1b01707891ea0850c1000c520f
|
||||
distfiles="https://github.com/flatpak/xdg-dbus-proxy/releases/download/${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=1ec0eab53d1e49966d722352bcfd51ac402dce5190baedc749a8541e761670ab
|
||||
make_check_pre=dbus-run-session
|
||||
|
|
Loading…
Reference in New Issue