New package: touchegg-1.1.1

This commit is contained in:
maxice8 2018-12-28 09:09:50 -02:00 committed by maxice8
parent 16e110eacc
commit f4bcb8e45b
3 changed files with 51 additions and 6 deletions

View file

@ -1 +0,0 @@
touchegg is no longer provided by Void Linux, and will be fully removed from the repos on 2019/03/20

View file

@ -0,0 +1,37 @@
From e60ff96afe5ffb893803e26c598e7bc11d1e0c33 Mon Sep 17 00:00:00 2001
From: chrmod <krzysztof.modras@gmail.com>
Date: Sun, 31 Jan 2016 14:20:41 +0100
Subject: [PATCH] Updating dependencies for QT 5.1 to compile on Ubuntu 15.10
---
src/touchegg/util/Include.h | 3 ++-
touchegg.pro | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/touchegg/util/Include.h b/src/touchegg/util/Include.h
index 4fb27d5..c0de1d5 100644
--- touchegg/src/touchegg/util/Include.h
+++ touchegg/src/touchegg/util/Include.h
@@ -23,7 +23,8 @@
// Qt
#include <QtCore>
#include <QtGui>
- #include <QtGui/QX11Info>
+ #include <QtWidgets>
+ #include <QX11Info>
#include <QtXml>
// Xlib
diff --git a/touchegg.pro b/touchegg.pro
index 696ea1a..4565083 100644
--- touchegg/touchegg.pro
+++ touchegg/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

View file

@ -1,9 +1,18 @@
# Template file for 'touchegg'
pkgname=touchegg
version=1.1.1
revision=4
noarch=yes
build_style=meta
short_desc="Multitouch gesture recognizer (removed package)"
license="metapackage"
revision=5
build_wrksrc=touchegg
build_style=qmake
hostmakedepends="qt5-qmake qt5-devel"
makedepends="libXtst-devel geis-devel qt5-devel qt5-x11extras-devel"
short_desc="Multitouch gesture recognizer"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-2.0-or-later"
homepage="https://github.com/JoseExposito/touchegg"
distfiles="https://github.com/JoseExposito/touchegg/archive/${version}.tar.gz"
checksum=daeca6063eeb9d3ee95803699665ce0b6f101bb3ce8421df2676744556c0b8c8
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-x11extras-devel"
fi