From dd9227b68c21144bcd0584a60994e6106fc20f65 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Thu, 31 May 2018 08:35:36 +0200 Subject: [PATCH] k3b: update to 18.04.1. --- srcpkgs/k3b/patches/fix-musl.patch | 11 +++++++++++ srcpkgs/k3b/template | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/k3b/patches/fix-musl.patch diff --git a/srcpkgs/k3b/patches/fix-musl.patch b/srcpkgs/k3b/patches/fix-musl.patch new file mode 100644 index 0000000000..8451f92c48 --- /dev/null +++ b/srcpkgs/k3b/patches/fix-musl.patch @@ -0,0 +1,11 @@ +--- src/k3bsystemproblemdialog.cpp.orig 2018-05-31 08:02:32.713467562 +0200 ++++ src/k3bsystemproblemdialog.cpp 2018-05-31 08:02:42.902478072 +0200 +@@ -57,7 +57,7 @@ + #include + #endif + +-#ifndef Q_OS_WIN32 ++#ifdef __GLIBC__ + #include + #endif + #include diff --git a/srcpkgs/k3b/template b/srcpkgs/k3b/template index f187b607f8..a356bd350a 100644 --- a/srcpkgs/k3b/template +++ b/srcpkgs/k3b/template @@ -1,6 +1,6 @@ # Template file for 'k3b' pkgname=k3b -version=18.04.0 +version=18.04.1 revision=1 build_style=cmake hostmakedepends="extra-cmake-modules pkg-config qt5-qmake" @@ -14,7 +14,7 @@ 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=bd120bd9618ab6de621cb0246a0c19addc89144880fdbc03ec633dfcbc2d9b29 +checksum=46e49323a8e6f2273fa2a2eae952d8be426ebb2c2c76f5011dfab3e004369899 case "$XBPS_TARGET_MACHINE" in *-musl)