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"