From d0227e5525aaefff3cca55e3f8adb75b05b0b09a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 31 Dec 2018 15:48:43 +0100 Subject: [PATCH] octoxbps: fix build w/ qt5-5.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/octoxbps/patches/fix-qt5.11.patch | 10 ++++++++++ srcpkgs/octoxbps/template | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/octoxbps/patches/fix-qt5.11.patch diff --git a/srcpkgs/octoxbps/patches/fix-qt5.11.patch b/srcpkgs/octoxbps/patches/fix-qt5.11.patch new file mode 100644 index 00000000000..212911e0264 --- /dev/null +++ b/srcpkgs/octoxbps/patches/fix-qt5.11.patch @@ -0,0 +1,10 @@ +--- src/transactiondialog.h 2016-11-23 15:49:29.000000000 +0100 ++++ src/transactiondialog.h 2018-12-31 15:46:57.094377701 +0100 +@@ -22,6 +22,7 @@ + + #include "ui_transactiondialog.h" + #include ++#include + + //const int ctn_RUN_IN_TERMINAL(328); + class QPushButton; diff --git a/srcpkgs/octoxbps/template b/srcpkgs/octoxbps/template index 95c900218b5..a35bb86c548 100644 --- a/srcpkgs/octoxbps/template +++ b/srcpkgs/octoxbps/template @@ -1,7 +1,7 @@ # Template file for 'octoxbps' pkgname=octoxbps version=0.2.2 -revision=2 +revision=3 build_style=qmake hostmakedepends="qt5-qmake" makedepends="qt5-declarative-devel"