diff options
| -rw-r--r-- | kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild | 19 | ||||
| -rw-r--r-- | kde-misc/kcm-touchpad/metadata.xml | 5 |
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild b/kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild new file mode 100644 index 00000000000..c57dbb6039c --- /dev/null +++ b/kde-misc/kcm-touchpad/kcm-touchpad-9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 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" +KEYWORDS="" +LICENSE="GPL-2+" +SLOT="4" +IUSE="debug" + +DEPEND=" + x11-libs/libxcb + x11-drivers/xf86-input-synaptics" +RDEPEND="${DEPEND}"
\ No newline at end of file diff --git a/kde-misc/kcm-touchpad/metadata.xml b/kde-misc/kcm-touchpad/metadata.xml new file mode 100644 index 00000000000..8d36d5b01cd --- /dev/null +++ b/kde-misc/kcm-touchpad/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>kde</herd> +</pkgmetadata> |
