diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-05-01 14:52:53 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-05-01 14:54:09 -0400 |
commit | cc64eeefe7b81ab437b86fdb5dd72ebc3177d339 (patch) | |
tree | 26498473805ca20b6186d89eb3efddb2d7c16070 /x11-apps | |
parent | sys-apps/polychromatic: drop old 0.7.3-r1 (diff) | |
download | gentoo-cc64eeefe7b81ab437b86fdb5dd72ebc3177d339.tar.gz gentoo-cc64eeefe7b81ab437b86fdb5dd72ebc3177d339.tar.bz2 gentoo-cc64eeefe7b81ab437b86fdb5dd72ebc3177d339.zip |
x11-apps/xinput: Version bump to 1.6.4
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xinput/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xinput/xinput-1.6.4.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/x11-apps/xinput/Manifest b/x11-apps/xinput/Manifest index a62cad0b18c9..57f321627b49 100644 --- a/x11-apps/xinput/Manifest +++ b/x11-apps/xinput/Manifest @@ -1 +1,2 @@ DIST xinput-1.6.3.tar.bz2 162556 BLAKE2B be5e16301c6a48999ccce5ec3062afb195eb1a6357f09aea41e88a4ea43c4497b8377a3da8d5c80b059afb9998370a7a53561a92c04ff8f56fa5749d577b0144 SHA512 cb2fef866ac5a71dbca3e23b4ecadaca38e65dc1b30f8bb024bad92486554fafc472706619a1af04c746a4f53ce6aea827d694b9f4f0c7d0d46bb1da81984076 +DIST xinput-1.6.4.tar.xz 153160 BLAKE2B cdbba586432017474d98f549703fac12b32fef92663aee446b112f780d484715e21b86131028eb69930ae622f0ec625c5572e2450631fd348156f44321304d70 SHA512 6734860852715e5cb9d26259a173e42413fc037546ed7fa4173ffa802c2619ee0322bed228a28cd1911be759d860070867d9b89b115f37323cca1c9ef75354b9 diff --git a/x11-apps/xinput/xinput-1.6.4.ebuild b/x11-apps/xinput/xinput-1.6.4.ebuild new file mode 100644 index 000000000000..f7a124c3b5f1 --- /dev/null +++ b/x11-apps/xinput/xinput-1.6.4.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="Utility to set XInput device parameters" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=">=x11-libs/libX11-1.3 + x11-libs/libXext + >=x11-libs/libXi-1.5.99.1 + x11-libs/libXinerama + x11-libs/libXrandr" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |