diff options
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/Manifest.gz | bin | 4715 -> 4722 bytes | |||
-rw-r--r-- | x11-drivers/xf86-input-libinput/Manifest | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-input-libinput/xf86-input-libinput-1.4.0.ebuild | 22 |
3 files changed, 24 insertions, 0 deletions
diff --git a/x11-drivers/Manifest.gz b/x11-drivers/Manifest.gz Binary files differindex d2cdc9dda4a2..f44d8d16ef5e 100644 --- a/x11-drivers/Manifest.gz +++ b/x11-drivers/Manifest.gz diff --git a/x11-drivers/xf86-input-libinput/Manifest b/x11-drivers/xf86-input-libinput/Manifest index ca463eb56d1e..42a13cbd016a 100644 --- a/x11-drivers/xf86-input-libinput/Manifest +++ b/x11-drivers/xf86-input-libinput/Manifest @@ -1,3 +1,5 @@ DIST xf86-input-libinput-1.3.0.tar.xz 325664 BLAKE2B e96e375fe1326786fbb6920a9652780a64e08805ba02ec2a424fe97ca2834e55715c7f2245cf92d51c6e607a83fec8eadd4be737967348421a016427da11f13c SHA512 f81f408b37e5f98ee97337dc4da6e78449e554e0ab2a3c6791b089d2cb6d645d0206ddf9babbc2120ab8bfe3b1489314fe42503ee015cec41775024538f3a34f +DIST xf86-input-libinput-1.4.0.tar.xz 326708 BLAKE2B 258c0c1584e3dd370044be9702d669b1036597d936af9b7bda6cbd19642a9188054beab85a18d5571020859b3046db916efe05d4691f468eae706bd78c33e2d6 SHA512 b286b5425aeda5cfecd1de7f59663d169b95ffc55474dfbf28c2e13e5221cbeecd472d40b6094c0a937f83db67bf58a7fe0e07d25b6a6945d3fd669e717fc0bf EBUILD xf86-input-libinput-1.3.0.ebuild 492 BLAKE2B 75c9f6e0bbdd52ae9a2bac3cd8fba6daabf1af26bf35483cdeea936af40eaa3e7c724df4467bebda2503637d85e5006475f7764489a860cc592fe31f560175d2 SHA512 903774febb1316ee7ff0d6801292a65b13118866ffda2e67c1d134c9c423d0ec9f45429110ea5a560111fd2c75c3ba58ec9dc2ab59c8cf1fa976865c9ed2a314 +EBUILD xf86-input-libinput-1.4.0.ebuild 499 BLAKE2B 899777d3bee4fe1700cbbf61267b09af80acdab240a3d5d26fd665f8b6541a2b560f52ce3aa661379f1cb79a6d8df08e995cc370115f6bc52c3966a6230951af SHA512 7e2bc5bfd59c83910fdd9c117eea076799259feff5fa0f9277ac71588c376fb26cc378b66a26fb7ef32175456d74a795549c7d0422ae19e902c7d0d8e580a57a MISC metadata.xml 353 BLAKE2B 9790292864502624cc387d0287d377bb6a071503c58a9f7125bd710de7899376aa571950794990eac13569c5d4af6d9023419496cffd1b2b3324f5f35447bea7 SHA512 772506e8c790596eef1dfca9bf35f9eec5df4aae388bcec0390fbb9f8c96b7b3a95d286c3379e71628d0b0b3847a33635facef3528b2978ef0b8dd4b93e84f2e diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-1.4.0.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-1.4.0.ebuild new file mode 100644 index 000000000000..18ad3d60904b --- /dev/null +++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-1.4.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +XORG_TARBALL_SUFFIX="xz" + +inherit linux-info xorg-3 + +DESCRIPTION="X.org input driver based on libinput" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=">=dev-libs/libinput-1.23.0:0=" +DEPEND="${RDEPEND} + >=x11-base/xorg-proto-2021.5" + +DOCS=( "README.md" ) + +pkg_pretend() { + CONFIG_CHECK="~TIMERFD" + check_extra_config +} |