summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-12-08 19:51:01 -0500
committerMatt Turner <mattst88@gentoo.org>2022-12-08 19:54:03 -0500
commit525f3882c5f8141c1dc852dcea2eb1b8ed484de5 (patch)
tree769518f7d1a39eca4b59c12f49c622afaf3be83b
parentx11-drivers/xf86-input-elographics: Version bump to 1.4.3 (diff)
downloadgentoo-525f3882.tar.gz
gentoo-525f3882.tar.bz2
gentoo-525f3882.zip
x11-drivers/xf86-input-joystick: Version bump to 1.6.4
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--x11-drivers/xf86-input-joystick/Manifest1
-rw-r--r--x11-drivers/xf86-input-joystick/xf86-input-joystick-1.6.4.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-joystick/Manifest b/x11-drivers/xf86-input-joystick/Manifest
index fc38fdeac4b2..96ee04ed336c 100644
--- a/x11-drivers/xf86-input-joystick/Manifest
+++ b/x11-drivers/xf86-input-joystick/Manifest
@@ -1 +1,2 @@
DIST xf86-input-joystick-1.6.3.tar.bz2 351846 BLAKE2B 3cbba17066cce241d6ed1a04ae26d4a875b994b47eb2d1078704d9dd109c9477ca367aebfec15b3358a7c857b91a8e751a83c2c4bab28f26b7aa6c02119463d8 SHA512 541c993bd37dd74d96d90060407d9fb9ebd3fbca352189a08c6b0c899c84609a1b5a3c1ea3febb4ceb5e2b881b54e45c75b8f9b2e475e16d7cffbbe42a3221e5
+DIST xf86-input-joystick-1.6.4.tar.xz 296132 BLAKE2B 2e24287bcf426e69ac87d2e000c94ce72807c5590a5399d9573f150e0353c93886d47ffb7d684bad119bb8dcf6cdfee14fe472ddb583f7f2554129ca8341fe30 SHA512 4e9127f125543060f9e6bc4b0aa384bc98a92acc52bfb240c9a114c565e0b24d2e9dcbc0e866845abc8aeb1e1a6c78cd5e3f0c0f22007aa93460b6a1910d67ef
diff --git a/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.6.4.ebuild b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.6.4.ebuild
new file mode 100644
index 000000000000..5b8ba3a32014
--- /dev/null
+++ b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.6.4.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="X.Org driver for joystick input devices"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
+
+src_install() {
+ xorg-3_src_install
+
+ insinto /usr/share/X11/xorg.conf.d
+ doins config/50-joystick-all.conf
+}