commit:     b5de55553002ffd4b951e1af215420e678f23337
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 20:58:38 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat May 26 21:24:54 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5de5555

x11-drivers/xf86-input-mtrack: Version bump 0.5.0

Closes: https://bugs.gentoo.org/655928

 x11-drivers/xf86-input-mtrack/Manifest             |  1 +
 .../xf86-input-mtrack-0.5.0.ebuild                 | 45 ++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/x11-drivers/xf86-input-mtrack/Manifest 
b/x11-drivers/xf86-input-mtrack/Manifest
index e22341a0c29..341d1bd2746 100644
--- a/x11-drivers/xf86-input-mtrack/Manifest
+++ b/x11-drivers/xf86-input-mtrack/Manifest
@@ -1 +1,2 @@
 DIST xf86-input-mtrack-0.4.1.tar.gz 386733 BLAKE2B 
6d7a49bd34894df6e88a900a86eb249a69a396d046776dd801b41a4ee505d07145f7ce66c2a83a21fa209cb78c6d709fb697145a30cf5cb5f78badd589844bd7
 SHA512 
2c517b27f4915978a01ed1d6d63f156b84c4eb1006a5e972183616a01c6d672fd7bc1c248ae22dcb09024be670afce1130c8fd8325b015811d58d020f244f010
+DIST xf86-input-mtrack-0.5.0.tar.gz 392992 BLAKE2B 
7b0697dde374d558eec304a5b26b50d62fe85c8a0bbde916096ae0296b6bae372c499138a4ca8500e4b6bfeaf7782a18512813c60013476decd2ae6a4a838aa6
 SHA512 
d30551e0b8be47af336fa3d5207537eb115586f0bb078b2eb6d823fed695a2157e2e63bf145757f04b09359b94206211df817dc2d1182813a3f6370a2a126846

diff --git a/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.5.0.ebuild 
b/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.5.0.ebuild
new file mode 100644
index 00000000000..3cac497bb4f
--- /dev/null
+++ b/x11-drivers/xf86-input-mtrack/xf86-input-mtrack-0.5.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vcs-snapshot
+
+DESCRIPTION="Xorg Driver for Multitouch Trackpads"
+HOMEPAGE="https://github.com/p2rkw/xf86-input-mtrack";
+SRC_URI="https://github.com/p2rkw/xf86-input-mtrack/tarball/v${PV/_/-} -> 
${P}.tar.gz"
+IUSE="debug"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+RDEPEND=">=sys-libs/mtdev-1.0
+       x11-base/xorg-server:="
+DEPEND="${RDEPEND}
+       x11-base/xorg-proto"
+
+DOCS=( "README.md" )
+
+src_configure() {
+       econf \
+               $(use_enable debug)
+}
+
+src_install() {
+       default
+       find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+       elog
+       elog "To enable multitouch support add the following lines"
+       elog "to your xorg.conf:"
+       elog ""
+       elog "Section \"InputClass\""
+       elog "  MatchIsTouchpad \"true\""
+       elog "  Identifier      \"Touchpads\""
+       elog "  Driver          \"mtrack\""
+       elog "EndSection"
+       elog
+}

Reply via email to