diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-07-31 12:09:22 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-07-31 12:09:59 -0400 |
commit | 346b529fd364ea855d810689163c7472d0648a9c (patch) | |
tree | 5e4c0d8f8aa5898844fb96bc5edf7528fa2c82f7 /x11-apps | |
parent | media-libs/mesa: Version bump to 24.1.5 (diff) | |
download | gentoo-346b529fd364ea855d810689163c7472d0648a9c.tar.gz gentoo-346b529fd364ea855d810689163c7472d0648a9c.tar.bz2 gentoo-346b529fd364ea855d810689163c7472d0648a9c.zip |
x11-apps/xinput_calibrator: Version bump to 0.8.0
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xinput_calibrator/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xinput_calibrator/metadata.xml | 2 | ||||
-rw-r--r-- | x11-apps/xinput_calibrator/xinput_calibrator-0.8.0.ebuild | 28 |
3 files changed, 30 insertions, 1 deletions
diff --git a/x11-apps/xinput_calibrator/Manifest b/x11-apps/xinput_calibrator/Manifest index 2fc8ba63914b..d14bd67cf4ed 100644 --- a/x11-apps/xinput_calibrator/Manifest +++ b/x11-apps/xinput_calibrator/Manifest @@ -1 +1,2 @@ DIST xinput_calibrator-0.7.5.gh.tar.gz 38126 BLAKE2B 700c124a560ade4636f0861b04d5ed355a7b647fe565fedf8841165c709844ee5928db1c8868c7cce13d12b17bdece4ccdcebd51a6be248142fe7249615cbf4a SHA512 71bd27d5bdde02bdf41793a72743127ee930235db40e642e2584549e224cd9d2b36ad22e1b6a764ed431ab9590bf76c57e0075bc7b81b325caffb439dc755930 +DIST xinput_calibrator-0.8.0.tar.xz 277012 BLAKE2B dfd4d5d96d7e63349b085e399579e21259e35ace4eb7b319c9ee64c51c08021a0d67026771b229780988ea345c2881eedecdc42c232c6e16c3662d7bef6b79eb SHA512 38a06c1c181fb4e7c2a9fe6c9df47536065213bb177e74fb864b2aa62f7851c7bbc825771fc53725b6705d2c7b42ca01ae3c084b3229961aeee1c76bb86c6754 diff --git a/x11-apps/xinput_calibrator/metadata.xml b/x11-apps/xinput_calibrator/metadata.xml index b182f5b77014..678d4bfe93a6 100644 --- a/x11-apps/xinput_calibrator/metadata.xml +++ b/x11-apps/xinput_calibrator/metadata.xml @@ -6,6 +6,6 @@ <name>X11</name> </maintainer> <upstream> - <remote-id type="github">tias/xinput_calibrator</remote-id> + <remote-id type="freedesktop-gitlab">xorg/app/xinput-calibrator</remote-id> </upstream> </pkgmetadata> diff --git a/x11-apps/xinput_calibrator/xinput_calibrator-0.8.0.ebuild b/x11-apps/xinput_calibrator/xinput_calibrator-0.8.0.ebuild new file mode 100644 index 000000000000..5665d5843e7b --- /dev/null +++ b/x11-apps/xinput_calibrator/xinput_calibrator-0.8.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="A generic touchscreen calibration program for X.Org" +HOMEPAGE="https://www.freedesktop.org/wiki/Software/xinput_calibrator https://gitlab.freedesktop.org/xorg/app/xinput-calibrator" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" + +RDEPEND=" + x11-libs/libX11 + x11-libs/libXi + x11-libs/libXrandr +" +DEPEND=" + ${RDEPEND} + x11-base/xorg-proto +" + +XORG_CONFIGURE_OPTIONS=( + --with-gui=x11 +) |