From 8a65332fe2a2d995cef45e5a72d2518e1ed83cdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 25 Jul 2020 13:09:20 +0200 Subject: [PATCH] qastools: needs tar in hostmakedepens; fix for qt5-5.15.0 --- srcpkgs/qastools/patches/qt5-5.15.0.patch | 40 +++++++++++++++++++++++ srcpkgs/qastools/template | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/qastools/patches/qt5-5.15.0.patch diff --git a/srcpkgs/qastools/patches/qt5-5.15.0.patch b/srcpkgs/qastools/patches/qt5-5.15.0.patch new file mode 100644 index 0000000000..1d5a7f9be3 --- /dev/null +++ b/srcpkgs/qastools/patches/qt5-5.15.0.patch @@ -0,0 +1,40 @@ +--- shared/src/wdg/ds_slider_painter_bevelled.cpp 2014-04-15 11:33:05.000000000 +0200 ++++ shared/src/wdg/ds_slider_painter_bevelled.cpp 2020-07-25 13:01:49.887621334 +0200 +@@ -20,6 +20,7 @@ + + #include + #include ++#include + #include + #include + #include +--- shared/src/wdg/sliders_pad_style.cpp 2014-01-27 16:26:27.000000000 +0100 ++++ shared/src/wdg/sliders_pad_style.cpp 2020-07-25 13:03:56.304627856 +0200 +@@ -10,6 +10,7 @@ + #include "sliders_pad_data.hpp" + #include "sliders_pad_header_data.hpp" + ++#include + #include + #define _USE_MATH_DEFINES + #include +--- shared/src/wdg/ds_switch_painter_circle.cpp 2014-01-27 16:26:24.000000000 +0100 ++++ shared/src/wdg/ds_switch_painter_circle.cpp 2020-07-25 13:05:40.351633224 +0200 +@@ -18,6 +18,7 @@ + + #include + #include ++#include + #include + #include + +--- shared/src/wdg/ds_switch_painter_close.cpp 2014-01-27 16:26:24.000000000 +0100 ++++ shared/src/wdg/ds_switch_painter_close.cpp 2020-07-25 13:07:04.304637555 +0200 +@@ -18,6 +18,7 @@ + + #include + #include ++#include + #include + #include + diff --git a/srcpkgs/qastools/template b/srcpkgs/qastools/template index 5eee0d6ecc..cf8aad0305 100644 --- a/srcpkgs/qastools/template +++ b/srcpkgs/qastools/template @@ -4,7 +4,7 @@ version=0.21.0 revision=1 wrksrc="${pkgname}_${version}" build_style=cmake -hostmakedepends="pkg-config qt5-host-tools qt5-qmake" +hostmakedepends="pkg-config qt5-host-tools qt5-qmake tar" makedepends="alsa-lib-devel qt5-svg-devel qt5-tools-devel" depends="desktop-file-utils hicolor-icon-theme" short_desc="Collection of desktop applications for the Linux sound system ALSA"