From 8e33013ab5f7e41637e1f13b00beef37fb447f72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 30 Jan 2021 18:32:03 +0100 Subject: [PATCH] touchegg-qt5: remove MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2.x is no more depending on Qt. So remove it from here Signed-off-by: Andreas Müller --- .../files/0001-fix-qt5-build.patch | 47 ------------------- .../touchegg-qt5/touchegg-qt5_git.bb | 18 ------- 2 files changed, 65 deletions(-) delete mode 100644 recipes-graphics/touchegg-qt5/files/0001-fix-qt5-build.patch delete mode 100644 recipes-graphics/touchegg-qt5/touchegg-qt5_git.bb diff --git a/recipes-graphics/touchegg-qt5/files/0001-fix-qt5-build.patch b/recipes-graphics/touchegg-qt5/files/0001-fix-qt5-build.patch deleted file mode 100644 index 65c405bf..00000000 --- a/recipes-graphics/touchegg-qt5/files/0001-fix-qt5-build.patch +++ /dev/null @@ -1,47 +0,0 @@ -From dee672a83f65a861adf3347d646a6f918f21c107 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Andreas=20M=C3=BCller?= -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 ---- - 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 - #include -- #include -+ #include - #include -+ #include -+ #include - - // Xlib - #include -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 - diff --git a/recipes-graphics/touchegg-qt5/touchegg-qt5_git.bb b/recipes-graphics/touchegg-qt5/touchegg-qt5_git.bb deleted file mode 100644 index 162938e4..00000000 --- a/recipes-graphics/touchegg-qt5/touchegg-qt5_git.bb +++ /dev/null @@ -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"