diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /x11-apps/xinput | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'x11-apps/xinput')
| -rw-r--r-- | x11-apps/xinput/Manifest | 1 | ||||
| -rw-r--r-- | x11-apps/xinput/metadata.xml | 12 | ||||
| -rw-r--r-- | x11-apps/xinput/xinput-1.6.4.ebuild | 17 |
3 files changed, 30 insertions, 0 deletions
diff --git a/x11-apps/xinput/Manifest b/x11-apps/xinput/Manifest new file mode 100644 index 000000000000..ad10dd6953e8 --- /dev/null +++ b/x11-apps/xinput/Manifest @@ -0,0 +1 @@ +DIST xinput-1.6.4.tar.xz 153160 BLAKE2B cdbba586432017474d98f549703fac12b32fef92663aee446b112f780d484715e21b86131028eb69930ae622f0ec625c5572e2450631fd348156f44321304d70 SHA512 6734860852715e5cb9d26259a173e42413fc037546ed7fa4173ffa802c2619ee0322bed228a28cd1911be759d860070867d9b89b115f37323cca1c9ef75354b9 diff --git a/x11-apps/xinput/metadata.xml b/x11-apps/xinput/metadata.xml new file mode 100644 index 000000000000..6b24929f191c --- /dev/null +++ b/x11-apps/xinput/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>x11@gentoo.org</email> + <name>X11</name> + </maintainer> + <upstream> + <remote-id type="cpe">cpe:/a:x.org:x_server</remote-id> + </upstream> + <origin>baldeagleos-repo</origin> +</pkgmetadata> 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..61ed86f6e800 --- /dev/null +++ b/x11-apps/xinput/xinput-1.6.4.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit xorg-3 + +DESCRIPTION="Utility to set XInput device parameters" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~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" |
