qastools: needs tar in hostmakedepens; fix for qt5-5.15.0

This commit is contained in:
Jürgen Buchmüller 2020-07-25 13:09:20 +02:00
parent 01aa1577e5
commit 8a65332fe2
2 changed files with 41 additions and 1 deletions

View file

@ -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 <QImage>
#include <QPainter>
+#include <QPainterPath>
#include <QLinearGradient>
#include <QRadialGradient>
#include <QScopedPointer>
--- 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 <QPainterPath>
#include <QPicture>
#define _USE_MATH_DEFINES
#include <cmath>
--- 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 <QImage>
#include <QPainter>
+#include <QPainterPath>
#include <QRadialGradient>
#include <QScopedPointer>
--- 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 <QImage>
#include <QPainter>
+#include <QPainterPath>
#include <QRadialGradient>
#include <QScopedPointer>

View file

@ -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"