Add kde-misc/kcm-touchpad-4.9999 from kde overlay

This commit is contained in:
Sergey Morozov 2014-11-17 10:53:51 +03:00
parent 2d5a9abbc3
commit 34defcb3fc
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1 @@
EBUILD kcm-touchpad-4.9999.ebuild 575 SHA256 3165a72c23cc0f55c3b9d18e8444b29aeb3e3e75fdc46d3538909088bb33e7d0 SHA512 fe912f9681633fe76026cbb9bf56f74d0ab876a511f1c5e77c8dd9d9a70fc582128daab92c2fd07d9922995614e9d7a10a7777fd268c58923469eb8ee7cb6b5a WHIRLPOOL 21d0e86a99310bd6eadbbd2bfe271b3b461399b3d050cebc655cfe52b85b6e484bb0da20538b168607b20235256d50b1d88d029ecd20e7b0645d1591a672a950

View File

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