summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-09-17 03:21:30 +0200
committerManuel Rüger <mrueg@gentoo.org>2016-09-17 03:21:30 +0200
commitffb8574b3820b3eb4d359af6ff8bded2d4742ec3 (patch)
tree197f2719e678e21d955ea0486dbf54e1cace1729 /x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.1.ebuild
parentgames-simulation/gl117: remove deprecated games eclass (diff)
downloadgentoo-ffb8574b3820b3eb4d359af6ff8bded2d4742ec3.tar.gz
gentoo-ffb8574b3820b3eb4d359af6ff8bded2d4742ec3.tar.bz2
gentoo-ffb8574b3820b3eb4d359af6ff8bded2d4742ec3.zip
x11-drivers/xf86-input-libinput: Version bump to 0.19.1
Package-Manager: portage-2.3.0
Diffstat (limited to 'x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.1.ebuild')
-rw-r--r--x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.1.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.1.ebuild
new file mode 100644
index 000000000000..2f42b9b45e90
--- /dev/null
+++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.19.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit linux-info xorg-2
+
+DESCRIPTION="X.org input driver based on libinput"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/libinput-1.2.0:0="
+DEPEND="${RDEPEND}"
+
+DOCS=( "README.md" "conf/60-libinput.conf" )
+
+pkg_pretend() {
+ CONFIG_CHECK="~TIMERFD"
+ check_extra_config
+}