k3b: musl broken

This commit is contained in:
Michael Gehring 2017-11-20 23:58:34 +00:00
parent c9c064f8d2
commit da57fff84b
2 changed files with 11 additions and 5 deletions

View file

@ -1,19 +1,19 @@
# Template file for 'dbus'
pkgname=dbus
version=1.12.2
version=1.10.24
revision=1
build_style=gnu-configure
configure_args="--disable-selinux --enable-inotify --with-dbus-user=dbus
--enable-xml-docs --disable-static --disable-tests --enable-epoll --disable-asserts
--disable-systemd --with-system-socket=/run/dbus/system_bus_socket --disable-doxygen-docs
--with-system-pid-file=/run/dbus/pid --with-console-auth-dir=/run/console
--disable-user-session"
--enable-abstract-sockets --disable-user-session ac_cv_have_abstract_sockets=yes"
short_desc="Message bus system"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="https://dbus.freedesktop.org/"
distfiles="https://dbus.freedesktop.org/releases/dbus/dbus-${version}.tar.gz"
checksum=272bb5091770b047c8188b926d5e6038fa4fe6745488b2add96b23e2d9a83d88
homepage="http://dbus.freedesktop.org/"
distfiles="${homepage}/releases/dbus/dbus-${version}.tar.gz"
checksum=71184eb27638e224579ffa998e88f01d0f1fef17a7811406e53350735eaecd1b
hostmakedepends="pkg-config intltool gperf xmlto"
makedepends="expat-devel libX11-devel libcap-devel"

View file

@ -15,3 +15,9 @@ license="GPL-2"
homepage="https://github.com/KDE/k3b"
distfiles="https://github.com/KDE/${pkgname}/archive/v${version}.tar.gz"
checksum=c4d48a492a6ec4b6685d1d5e6737ed7e74e2c45912b103ce5a300b852fe1bbc6
case "$XBPS_TARGET_MACHINE" in
*-musl)
# missing fstab.h
broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/6208/steps/shell_3/logs/stdio" ;;
esac