diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-08-01 21:41:30 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-08-01 21:54:18 -0400 |
commit | f12197bb0cfa677b5d583c09d42d9c5ee62ccba7 (patch) | |
tree | de6fef8241bb1005748a799412fdd275402c7e34 /x11-libs/libXtst | |
parent | x11-libs/libXfont2: Version bump to 2.0.7 (diff) | |
download | gentoo-f12197bb0cfa677b5d583c09d42d9c5ee62ccba7.tar.gz gentoo-f12197bb0cfa677b5d583c09d42d9c5ee62ccba7.tar.bz2 gentoo-f12197bb0cfa677b5d583c09d42d9c5ee62ccba7.zip |
x11-libs/libXtst: Version bump to 1.2.5
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.5.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-libs/libXtst/Manifest b/x11-libs/libXtst/Manifest index 1361afb91270..cc4e8d5304b6 100644 --- a/x11-libs/libXtst/Manifest +++ b/x11-libs/libXtst/Manifest @@ -1 +1,2 @@ DIST libXtst-1.2.4.tar.xz 287636 BLAKE2B 6c3e6154f221530158b8275ee638934c633f2e812333df0093a01663c416ded0b6be509578cca78d51c6b540ab17379e1e0503bf296abe3112f1afeda12e4af9 SHA512 f2f4e01239b892b8e26284cede90feb4fe7738beb243bca0f6adb349029f8bf87b5a482911edcd2401733c92ef78eec07fcd455b92e5b8c4828374769e60098d +DIST libXtst-1.2.5.tar.xz 291748 BLAKE2B daf9d3c5412623a06c8579b341c1ab6e720719c4f3151acf5c735ea08c79c33800993d55cd9f9e8660be85e290fac641e5e9266deb4d317d9957ced847b1ebb1 SHA512 848fa580d7abccd48c9ca3440f92e299839ada0912ed60d38d4d4f5bf37431cd02d7059265ab4e524c3e2cb9c368b9b90b863d1ed97d74979ef8811fc5e635a9 diff --git a/x11-libs/libXtst/libXtst-1.2.5.ebuild b/x11-libs/libXtst/libXtst-1.2.5.ebuild new file mode 100644 index 000000000000..bc2419f863b0 --- /dev/null +++ b/x11-libs/libXtst/libXtst-1.2.5.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2024 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 ~x64-solaris" + +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" |