touchegg-qt5: remove

2.x is no more depending on Qt. So remove it from here

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2021-01-30 18:32:03 +01:00
parent 4e132ca95b
commit 8e33013ab5
2 changed files with 0 additions and 65 deletions

View File

@@ -1,47 +0,0 @@
From dee672a83f65a861adf3347d646a6f918f21c107 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
Date: Mon, 25 Jan 2016 15:07:48 +0100
Subject: [PATCH] fix qt5 build
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Upstream-Status: Pending
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
src/touchegg/util/Include.h | 4 +++-
touchegg.pro | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/touchegg/util/Include.h b/src/touchegg/util/Include.h
index 4fb27d5..27bccf6 100644
--- a/src/touchegg/util/Include.h
+++ b/src/touchegg/util/Include.h
@@ -23,8 +23,10 @@
// Qt
#include <QtCore>
#include <QtGui>
- #include <QtGui/QX11Info>
+ #include <QX11Info>
#include <QtXml>
+ #include <QApplication>
+ #include <QDesktopWidget>
// Xlib
#include <X11/Xlib.h>
diff --git a/touchegg.pro b/touchegg.pro
index 696ea1a..4565083 100644
--- a/touchegg.pro
+++ b/touchegg.pro
@@ -1,6 +1,6 @@
TEMPLATE = app
TARGET = touchegg
-QT += gui core xml
+QT += gui core xml widgets x11extras
LIBS += -lgeis -lX11 -lXtst -lXext
//DEFINES = QT_NO_DEBUG_OUTPUT
--
2.5.0

View File

@@ -1,18 +0,0 @@
SUMMARY = "Linux multitouch gesture recognizer"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=39bba7d2cf0ba1036f2a6e2be52fe3f0"
inherit qmake5
DEPENDS += "qtbase qtx11extras geis libxtst"
SRC_URI = " \
git://github.com/JoseExposito/touchegg.git \
file://0001-fix-qt5-build.patch \
"
PV = "1.1.1+git${SRCPV}"
SRCREV = "3a768ebfdc5f89a603504428705f80795d2ccc26"
S="${WORKDIR}/git"
FILES_${PN} += "${datadir}/touchegg"