summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-04-06 11:42:21 -0400
committerMatt Turner <mattst88@gentoo.org>2021-04-06 11:43:52 -0400
commit5465ba6a1445283388c87e7a708ff3118fa6bb3d (patch)
treea7ce6f6536859df4e3258fbde7ab807f313a44f8 /x11-drivers
parentnet-fs/nfs-utils: stable 2.5.3-r1 for sparc, bug #780414 (diff)
downloadgentoo-5465ba6a1445283388c87e7a708ff3118fa6bb3d.tar.gz
gentoo-5465ba6a1445283388c87e7a708ff3118fa6bb3d.tar.bz2
gentoo-5465ba6a1445283388c87e7a708ff3118fa6bb3d.zip
x11-drivers/xf86-input-libinput: Version bump to 1.0.0
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-input-libinput/Manifest1
-rw-r--r--x11-drivers/xf86-input-libinput/xf86-input-libinput-1.0.0.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-libinput/Manifest b/x11-drivers/xf86-input-libinput/Manifest
index 2c4387db222a..f9c4090fadf4 100644
--- a/x11-drivers/xf86-input-libinput/Manifest
+++ b/x11-drivers/xf86-input-libinput/Manifest
@@ -1 +1,2 @@
DIST xf86-input-libinput-0.30.0.tar.bz2 378270 BLAKE2B 1c24f2e73897372ae00f4b660a4fb580f854d2ae177a638c9ed74626cafa81be48617767901e9efdd12a37ae4cdf34617e9136e118128503ecd6b75fc48be0c0 SHA512 823f80f7d53866f2f06c1fb7b2d64111bf807329acaaeda4a09413cdb5f3e3235c1dd4f99183aae75adf5a01503e40e35b4449b31f977afd842b4723b062c380
+DIST xf86-input-libinput-1.0.0.tar.bz2 378978 BLAKE2B 7a0b565d4fdf20c27689c598b63977a79fdb75ab4894f21428ec4ae49b207adc424de455e1fd0581d927d65c79f7b823ade8ec83523eb1dfa53eeb200f6d9281 SHA512 8135afcdfd1d1bc8196c42680b2f3b3089ee25509776c52db4bdab0afca74d6ca1689a14b5e30a24834293d0377689138bd3ea4b249c9310d5ec5777ff3ebeb8
diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-1.0.0.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-1.0.0.ebuild
new file mode 100644
index 000000000000..fc4c907783d8
--- /dev/null
+++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-1.0.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit linux-info xorg-3
+
+DESCRIPTION="X.org input driver based on libinput"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/libinput-1.7.0:0="
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
+
+DOCS=( "README.md" )
+
+pkg_pretend() {
+ CONFIG_CHECK="~TIMERFD"
+ check_extra_config
+}