diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-09-26 23:49:55 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-09-27 00:13:59 -0400 |
commit | 4cb5b897e3ca31617a22935a942628cf8291782e (patch) | |
tree | 444ef12147d687e9be27955f3c66066f621ae72f /x11-libs/libXtst | |
parent | x11-apps/fslsfonts: Version bump to 1.0.6 (diff) | |
download | gentoo-4cb5b897e3ca31617a22935a942628cf8291782e.tar.gz gentoo-4cb5b897e3ca31617a22935a942628cf8291782e.tar.bz2 gentoo-4cb5b897e3ca31617a22935a942628cf8291782e.zip |
x11-libs/libXtst: Version bump to 1.2.4
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/libXtst')
-rw-r--r-- | x11-libs/libXtst/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libXtst/libXtst-1.2.4.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-libs/libXtst/Manifest b/x11-libs/libXtst/Manifest index 85f0651d5109..81e0079e233f 100644 --- a/x11-libs/libXtst/Manifest +++ b/x11-libs/libXtst/Manifest @@ -1 +1,2 @@ DIST libXtst-1.2.3.tar.bz2 321819 BLAKE2B 92a75d6ea9000fa7736093ce479d275c57a4a5bf849df2d6afae9478a53a07ba395013ba6676c2ea7dcb6a1f34475967ed6508b7c304b887f83ec44a611b8e6c SHA512 6f6741fd3596775eaa056465319f78c29c91b3893a851a4899df651a2023a4d762497b112a33d7d3e8865fe85d173d03e4b49daef76a66af1ae1eaab82a12765 +DIST libXtst-1.2.4.tar.xz 287636 BLAKE2B 6c3e6154f221530158b8275ee638934c633f2e812333df0093a01663c416ded0b6be509578cca78d51c6b540ab17379e1e0503bf296abe3112f1afeda12e4af9 SHA512 f2f4e01239b892b8e26284cede90feb4fe7738beb243bca0f6adb349029f8bf87b5a482911edcd2401733c92ef78eec07fcd455b92e5b8c4828374769e60098d diff --git a/x11-libs/libXtst/libXtst-1.2.4.ebuild b/x11-libs/libXtst/libXtst-1.2.4.ebuild new file mode 100644 index 000000000000..c967e502c27b --- /dev/null +++ b/x11-libs/libXtst/libXtst-1.2.4.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_DOC=doc +XORG_MULTILIB=yes +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="X.Org Xlib-based client API for the XTEST & RECORD extensions library" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" + +RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] + >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] + >=x11-libs/libXi-1.7.2[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |