Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-libinput/
Date: Mon, 24 Jan 2022 06:23:42
Message-Id: 1643005396.7d72436360f944ff65a6d763b0a09055cc2072a8.mattst88@gentoo
1 commit: 7d72436360f944ff65a6d763b0a09055cc2072a8
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 24 06:23:16 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 24 06:23:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d724363
7
8 x11-drivers/xf86-input-libinput: Version bump to 1.2.1
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-drivers/xf86-input-libinput/Manifest | 1 +
13 .../xf86-input-libinput-1.2.1.ebuild | 22 ++++++++++++++++++++++
14 2 files changed, 23 insertions(+)
15
16 diff --git a/x11-drivers/xf86-input-libinput/Manifest b/x11-drivers/xf86-input-libinput/Manifest
17 index a879a90a5f14..5c4eb4fefbe3 100644
18 --- a/x11-drivers/xf86-input-libinput/Manifest
19 +++ b/x11-drivers/xf86-input-libinput/Manifest
20 @@ -1 +1,2 @@
21 DIST xf86-input-libinput-1.2.0.tar.bz2 358985 BLAKE2B f6fc97c4cb81ae61604d2a56063127a5a9a548c529eda9c506a77d8591b9a439cd0fac9c471e7429fddac6e8c4c043087e53d5113ac62c8bdb5b11381f3d5dce SHA512 ebff9490d33fd7495df2e03203060a76b3274f0e638bc92f3d95257fac57cdb9dac308e90e54006fe9522b6de3b1f1c38fd5f0b0b75b7051e5422290f43de52d
22 +DIST xf86-input-libinput-1.2.1.tar.xz 312324 BLAKE2B 2ce0419b19306f38cd8adb4159270b3943893032480325243066800cb1256dc1e497756da004f42510a6f6c78b1a3b73a41feccc66d5ce9c7cf40595008abebc SHA512 3decf694861d1aa3c02d090e66c5ed5513818cb18e9863f1790e0c8122a972230fb903705062b8291e1709db9098623f1205c63ccfb68e552e104813414589c7
23
24 diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-1.2.1.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-1.2.1.ebuild
25 new file mode 100644
26 index 000000000000..bdc7d73ecf16
27 --- /dev/null
28 +++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-1.2.1.ebuild
29 @@ -0,0 +1,22 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +XORG_TARBALL_SUFFIX="xz"
35 +
36 +inherit linux-info xorg-3
37 +
38 +DESCRIPTION="X.org input driver based on libinput"
39 +
40 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
41 +
42 +RDEPEND=">=dev-libs/libinput-1.11.0:0="
43 +DEPEND="${RDEPEND}
44 + >=x11-base/xorg-proto-2021.5"
45 +
46 +DOCS=( "README.md" )
47 +
48 +pkg_pretend() {
49 + CONFIG_CHECK="~TIMERFD"
50 + check_extra_config
51 +}