diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-12 17:20:12 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-12 17:20:12 +0000 |
commit | 3eddcc9bbda5a376299730598c053a409bafe106 (patch) | |
tree | 69d481cf0d71bc553fd0a0d3cee30ac070c3c60f /kde-misc/kcm_touchpad | |
parent | Stable on amd64 wrt bug #300035 (diff) | |
download | gentoo-2-3eddcc9bbda5a376299730598c053a409bafe106.tar.gz gentoo-2-3eddcc9bbda5a376299730598c053a409bafe106.tar.bz2 gentoo-2-3eddcc9bbda5a376299730598c053a409bafe106.zip |
Version bump.
(Portage version: 2.2_rc61/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.1.ebuild | 29 |
2 files changed, 37 insertions, 2 deletions
diff --git a/kde-misc/kcm_touchpad/ChangeLog b/kde-misc/kcm_touchpad/ChangeLog index 5317ac3d1709..eb8054783ca1 100644 --- a/kde-misc/kcm_touchpad/ChangeLog +++ b/kde-misc/kcm_touchpad/ChangeLog @@ -1,6 +1,12 @@ # 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 $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm_touchpad/ChangeLog,v 1.2 2010/01/12 17:20:12 ssuominen Exp $ + +*kcm_touchpad-0.3.1 (12 Jan 2010) + + 12 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> + +kcm_touchpad-0.3.1.ebuild: + Version bump. *kcm_touchpad-0.3.0 (31 Oct 2009) diff --git a/kde-misc/kcm_touchpad/kcm_touchpad-0.3.1.ebuild b/kde-misc/kcm_touchpad/kcm_touchpad-0.3.1.ebuild new file mode 100644 index 000000000000..bee3a3f14703 --- /dev/null +++ b/kde-misc/kcm_touchpad/kcm_touchpad-0.3.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2010 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.1.ebuild,v 1.1 2010/01/12 17:20:12 ssuominen Exp $ + +EAPI=2 +KDE_LINGUAS="de es nl pl" +inherit kde4-base + +MY_P=mishaaq-${PN}-00370b5 + +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} +} |