You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/kde-misc/kcm-touchpad/kcm-touchpad-1.1.ebuild

26 lines
550 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit kde4-base
DESCRIPTION="KCM, daemon and applet for touchpad"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
if [[ "${PV}" == *9999 ]]; then
KEYWORDS=""
else
SRC_URI="https://quickgit.kde.org/?p=kcm-touchpad.git&a=snapshot&t=v${PV} -> ${P}.tar.gz"
S=${WORKDIR}/${PN}
KEYWORDS="amd64 x86"
fi
LICENSE="GPL-2+"
SLOT="4"
IUSE="debug"
DEPEND="x11-drivers/xf86-input-synaptics
x11-libs/libxcb
"
RDEPEND="${DEPEND}"