diff --git a/srcpkgs/k3b/patches/fix-musl.patch b/srcpkgs/k3b/patches/fix-musl.patch index 8451f92c481..51da15dfaea 100644 --- a/srcpkgs/k3b/patches/fix-musl.patch +++ b/srcpkgs/k3b/patches/fix-musl.patch @@ -9,3 +9,21 @@ #include #endif #include +@@ -394,7 +394,7 @@ + dvd_r_dl = true; + } + +-#ifndef Q_OS_WIN32 ++#ifdef __GLIBC__ + // check automounted devices + QList automountedDevices = checkForAutomounting(); + for( QList::const_iterator it = automountedDevices.constBegin(); +@@ -681,7 +681,7 @@ + } + + +-#ifndef Q_OS_WIN32 ++#ifdef __GLIBC__ + QList K3b::SystemProblemDialog::checkForAutomounting() + { + QList l; diff --git a/srcpkgs/k3b/template b/srcpkgs/k3b/template index c540a100466..bf3a41cd4fe 100644 --- a/srcpkgs/k3b/template +++ b/srcpkgs/k3b/template @@ -1,7 +1,7 @@ # Template file for 'k3b' pkgname=k3b -version=18.04.1 -revision=2 +version=18.04.2 +revision=1 build_style=cmake hostmakedepends="extra-cmake-modules pkg-config qt5-qmake" makedepends="kcmutils-devel kfilemetadata5-devel knewstuff-devel @@ -14,10 +14,5 @@ maintainer="Enno Boland " license="GPL-2.0-or-later" homepage="https://github.com/KDE/k3b" distfiles="https://github.com/KDE/k3b/archive/v${version}.tar.gz" -checksum=46e49323a8e6f2273fa2a2eae952d8be426ebb2c2c76f5011dfab3e004369899 +checksum=66f92df41b145c5da58e3278e687947f409a658582a469f921f98279d500fe69 -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