Add ebuilds for touchegg, touchegg-gui and dependencies

This commit is contained in:
2014-01-03 20:49:16 +00:00
committed by layman
parent ccbf6d5727
commit da2925508a
15 changed files with 272 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
inherit qt4-r2
DESCRIPTION="Multitouch gesture recognizer"
HOMEPAGE="https://code.google.com/p/touchegg"
SRC_URI="http://touchegg.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="
x11-libs/libX11
x11-libs/libXext
x11-libs/libXtst
dev-qt/qtcore:4
dev-qt/qtgui:4
x11-libs/utouch-geis"
RDEPEND="${DEPEND}"
src_compile() {
eqmake4 "${S}"/touchegg.pro
}
src_install() {
emake install DESTDIR="${D}" INSTALL_ROOT="${D}"
}