From da57fff84b1a783115ae8332509ef91dea6eda55 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Mon, 20 Nov 2017 23:58:34 +0000 Subject: [PATCH] k3b: musl broken --- srcpkgs/dbus/template | 10 +++++----- srcpkgs/k3b/template | 6 ++++++ 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/srcpkgs/dbus/template b/srcpkgs/dbus/template index a8e6b3dcc29..7d73cbd2d6a 100644 --- a/srcpkgs/dbus/template +++ b/srcpkgs/dbus/template @@ -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 " 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" diff --git a/srcpkgs/k3b/template b/srcpkgs/k3b/template index e36e5c3eb9a..9d16caf182d 100644 --- a/srcpkgs/k3b/template +++ b/srcpkgs/k3b/template @@ -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