From 57549535fa1b147fd5dc3ad06286d4898c618f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 12 Jan 2019 16:22:58 +0100 Subject: [PATCH] qupzilla1: revbump for qt5-webkit and qt5-5.11.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/qupzilla1/patches/qt-5.11.patch | 10 ++++++++++ srcpkgs/qupzilla1/template | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/qupzilla1/patches/qt-5.11.patch diff --git a/srcpkgs/qupzilla1/patches/qt-5.11.patch b/srcpkgs/qupzilla1/patches/qt-5.11.patch new file mode 100644 index 00000000000..fc1685cd4f9 --- /dev/null +++ b/srcpkgs/qupzilla1/patches/qt-5.11.patch @@ -0,0 +1,10 @@ +--- src/lib/adblock/adblockmanager.cpp 2015-11-11 16:13:24.000000000 +0100 ++++ src/lib/adblock/adblockmanager.cpp 2019-01-12 14:13:26.614100810 +0100 +@@ -32,6 +32,7 @@ + #include + #include + #include ++#include + + //#define ADBLOCK_DEBUG + diff --git a/srcpkgs/qupzilla1/template b/srcpkgs/qupzilla1/template index ee0b0bd059e..5a8b825fe13 100644 --- a/srcpkgs/qupzilla1/template +++ b/srcpkgs/qupzilla1/template @@ -1,7 +1,7 @@ # Template file for 'qupzilla1' pkgname=qupzilla1 version=1.8.9 -revision=12 +revision=13 wrksrc="QupZilla-${version}" build_style=qmake hostmakedepends="pkg-config"