synergy: rebuild for libressl-2.9.2.

This commit is contained in:
Johannes 2019-06-09 19:19:36 +02:00
parent 107a4e5c30
commit 299d2a01e4
2 changed files with 21 additions and 1 deletions

View File

@ -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 <QTableView>
#include <QFlags>
+#include <QHeaderView>
#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 <QDialog>
+#include <QButtonGroup>
#include "ui_ActionDialogBase.h"

View File

@ -1,7 +1,7 @@
# Template file for 'synergy' # Template file for 'synergy'
pkgname=synergy pkgname=synergy
version=1.8.8 version=1.8.8
revision=5 revision=6
wrksrc="${pkgname}-core-${version}-stable" wrksrc="${pkgname}-core-${version}-stable"
build_style=cmake build_style=cmake
hostmakedepends="unzip pkg-config" hostmakedepends="unzip pkg-config"