Skip to content

Instantly share code, notes, and snippets.

@hasufell
Created September 11, 2012 09:31
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save hasufell/3697209 to your computer and use it in GitHub Desktop.
touchegg-1.1.ebuild
# Copyright 1999-2012 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 ~x86"
IUSE=""
RDEPEND="
x11-libs/libX11
x11-libs/libXext
x11-libs/libXtst
x11-libs/qt-core:4
x11-libs/qt-gui:4
x11-libs/utouch-geis"
DEPEND="${RDEPEND}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment