blob: d402d88aa139263b4b8b0e8f30ff7a0003c084b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/synaptiks/synaptiks-0.2.1.ebuild,v 1.1 2010/01/05 12:40:55 ssuominen Exp $
EAPI=2
KDE_LINGUAS="da de en_GB ru tr"
inherit kde4-base
DESCRIPTION="A touchpad tool for KDE"
HOMEPAGE="http://synaptiks.lunaryorn.de/"
SRC_URI="http://bitbucket.org/lunar/${PN}/downloads/${P}.tar.bz2"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug +handbook"
DEPEND="x11-libs/libXi"
DOCS="CHANGES README"
|