diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-31 13:46:02 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-31 13:46:02 +0000 |
commit | 028cde8cf572c091ffe3711bb776ba0f3d13fbe1 (patch) | |
tree | 1cb8cf73f66ff1493417b43ee97c6b73a76f88c1 /kde-misc/kcm_touchpad | |
parent | amd64 stable, bug #290922 (diff) | |
download | gentoo-2-028cde8cf572c091ffe3711bb776ba0f3d13fbe1.tar.gz gentoo-2-028cde8cf572c091ffe3711bb776ba0f3d13fbe1.tar.bz2 gentoo-2-028cde8cf572c091ffe3711bb776ba0f3d13fbe1.zip |
Initial commit.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc/kcm_touchpad')
-rw-r--r-- | kde-misc/kcm_touchpad/ChangeLog | 10 | ||||
-rw-r--r-- | kde-misc/kcm_touchpad/kcm_touchpad-0.3.0.ebuild | 29 | ||||
-rw-r--r-- | kde-misc/kcm_touchpad/metadata.xml | 5 |
3 files changed, 44 insertions, 0 deletions
diff --git a/kde-misc/kcm_touchpad/ChangeLog b/kde-misc/kcm_touchpad/ChangeLog new file mode 100644 index 000000000000..5317ac3d1709 --- /dev/null +++ b/kde-misc/kcm_touchpad/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for kde-misc/kcm_touchpad +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm_touchpad/ChangeLog,v 1.1 2009/10/31 13:46:02 ssuominen Exp $ + +*kcm_touchpad-0.3.0 (31 Oct 2009) + + 31 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> + +kcm_touchpad-0.3.0.ebuild: + Initial commit wrt #289889, thanks to Andreis Vinogradovs for reporting. + diff --git a/kde-misc/kcm_touchpad/kcm_touchpad-0.3.0.ebuild b/kde-misc/kcm_touchpad/kcm_touchpad-0.3.0.ebuild new file mode 100644 index 000000000000..8c5291543f72 --- /dev/null +++ b/kde-misc/kcm_touchpad/kcm_touchpad-0.3.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm_touchpad/kcm_touchpad-0.3.0.ebuild,v 1.1 2009/10/31 13:46:02 ssuominen Exp $ + +EAPI=2 +KDE_LINGUAS="es nl pl" +inherit kde4-base + +MY_P=mishaaq-${PN}-000be4c + +DESCRIPTION="KControl module for xf86-input-synaptics" +HOMEPAGE="http://www.kde-apps.org/content/show.php/kcm_touchpad?content=113335" +SRC_URI="http://github.com/mishaaq/kcm_touchpad/tarball/${P} -> ${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="x11-libs/libXi" + +S=${WORKDIR}/${MY_P} + +DOCS="AUTHORS README" + +src_install() { + kde4-base_src_install + rm -rf "${D}"usr/share/doc/${PN} +} diff --git a/kde-misc/kcm_touchpad/metadata.xml b/kde-misc/kcm_touchpad/metadata.xml new file mode 100644 index 000000000000..8d1e86a9cefb --- /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> |