pavucontrol-qt: update to 0.4.0

remove patch now applied upstream.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
This commit is contained in:
Max Krummenacher
2018-05-25 19:33:15 +02:00
parent 9cfeab5487
commit 69dd602736
2 changed files with 2 additions and 47 deletions

View File

@@ -1,44 +0,0 @@
From 9c6a9dff17a8d660f8014ad7cc53d7d57e475787 Mon Sep 17 00:00:00 2001
From: Max Krummenacher <max.krummenacher@toradex.com>
Date: Sun, 6 May 2018 08:56:45 +0000
Subject: [PATCH] xxxwidget.h: include QAction explicitely
5.11 Qt headers do not indirectly include QAction resulting in compile
time errors like:
| devicewidget.cc:40:52: error: invalid use of incomplete type 'class QAction'
Upstream-Status: Submitted [https://github.com/lxqt/pavucontrol-qt/pull/49]
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
---
src/devicewidget.h | 1 +
src/streamwidget.h | 1 +
2 files changed, 2 insertions(+)
diff --git a/src/devicewidget.h b/src/devicewidget.h
index dc6585c..be8524d 100644
--- a/src/devicewidget.h
+++ b/src/devicewidget.h
@@ -25,6 +25,7 @@
#include "minimalstreamwidget.h"
#include "ui_devicewidget.h"
+#include <QAction>
#include <QTimer>
#include <vector>
diff --git a/src/streamwidget.h b/src/streamwidget.h
index ed7c9a5..8778e21 100644
--- a/src/streamwidget.h
+++ b/src/streamwidget.h
@@ -25,6 +25,7 @@
#include "minimalstreamwidget.h"
#include "ui_streamwidget.h"
+#include <QAction>
#include <QTimer>
class MainWindow;
--
2.13.6

View File

@@ -6,8 +6,7 @@ inherit lxqt
DEPENDS += "glib-2.0 liblxqt pulseaudio"
SRC_URI += "file://0001-xxxwidget.h-include-QAction-explicitely.patch"
SRCREV = "d74f6f990905c43f01bbd609ae297f045b533045"
PV = "0.3.0"
SRCREV = "fe41fed80452c1788f03d9746921f5962bacad4a"
PV = "0.4.0"
RDEPENDS_${PN} += "pulseaudio-server"