From 299d2a01e48c1ddf560ed614638c17f007701af9 Mon Sep 17 00:00:00 2001 From: Johannes Date: Sun, 9 Jun 2019 19:19:36 +0200 Subject: [PATCH] synergy: rebuild for libressl-2.9.2. --- srcpkgs/synergy/patches/qt5-build.patch | 20 ++++++++++++++++++++ srcpkgs/synergy/template | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/synergy/patches/qt5-build.patch diff --git a/srcpkgs/synergy/patches/qt5-build.patch b/srcpkgs/synergy/patches/qt5-build.patch new file mode 100644 index 00000000000..65119a67a18 --- /dev/null +++ b/srcpkgs/synergy/patches/qt5-build.patch @@ -0,0 +1,20 @@ +--- src/gui/src/ScreenSetupView.h.orig 2019-06-09 19:16:38.358110544 +0200 ++++ src/gui/src/ScreenSetupView.h 2019-06-09 19:16:53.268001862 +0200 +@@ -22,6 +22,7 @@ + + #include + #include ++#include + + #include "Screen.h" + +--- src/gui/src/ActionDialog.h.orig 2019-06-09 19:17:32.518715748 +0200 ++++ src/gui/src/ActionDialog.h 2019-06-09 19:17:50.508584615 +0200 +@@ -21,6 +21,7 @@ + #define ACTIONDIALOG_H + + #include ++#include + + #include "ui_ActionDialogBase.h" + diff --git a/srcpkgs/synergy/template b/srcpkgs/synergy/template index bef9abfe36e..c330dfa905c 100644 --- a/srcpkgs/synergy/template +++ b/srcpkgs/synergy/template @@ -1,7 +1,7 @@ # Template file for 'synergy' pkgname=synergy version=1.8.8 -revision=5 +revision=6 wrksrc="${pkgname}-core-${version}-stable" build_style=cmake hostmakedepends="unzip pkg-config"