From 323fdbcbd626895d1cacfdf23751dc911c1c8271 Mon Sep 17 00:00:00 2001 From: jbu Date: Mon, 6 Jul 2015 18:51:25 +0200 Subject: [PATCH] qupzilla: fixes for Qt5-5.5.0 --- srcpkgs/qupzilla/patches/fix-qtlocalpeer.patch | 12 ++++++++++++ srcpkgs/qupzilla/patches/fix-tldextractor.patch | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 srcpkgs/qupzilla/patches/fix-qtlocalpeer.patch create mode 100644 srcpkgs/qupzilla/patches/fix-tldextractor.patch diff --git a/srcpkgs/qupzilla/patches/fix-qtlocalpeer.patch b/srcpkgs/qupzilla/patches/fix-qtlocalpeer.patch new file mode 100644 index 00000000000..fae2525db05 --- /dev/null +++ b/srcpkgs/qupzilla/patches/fix-qtlocalpeer.patch @@ -0,0 +1,12 @@ +Include QDataStream for the required definitions + +--- src/lib/3rdparty/qtsingleapplication/qtlocalpeer.cpp 2015-01-26 15:26:15.000000000 +0100 ++++ src/lib/3rdparty/qtsingleapplication/qtlocalpeer.cpp 2015-07-06 18:32:29.862136464 +0200 +@@ -48,6 +48,7 @@ + #include "qtlocalpeer.h" + #include + #include ++#include + + #if defined(Q_OS_WIN) + #include diff --git a/srcpkgs/qupzilla/patches/fix-tldextractor.patch b/srcpkgs/qupzilla/patches/fix-tldextractor.patch new file mode 100644 index 00000000000..f67a43d902f --- /dev/null +++ b/srcpkgs/qupzilla/patches/fix-tldextractor.patch @@ -0,0 +1,12 @@ +Include QObject for the required definitions + +--- src/plugins/TabManager/tldextractor/tldextractor.h 2015-01-26 15:26:15.000000000 +0100 ++++ src/plugins/TabManager/tldextractor/tldextractor.h 2015-07-06 18:41:27.630175234 +0200 +@@ -20,6 +20,7 @@ + + #define TLDExtractor_Version "1.0" + + #include ++#include + #include +