From 2f3118bc11d7cff9c028c2d62e67061c9522553c Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sun, 7 Sep 2025 22:29:54 -0400 Subject: [PATCH] x11-libs/libXpresent: Version bump to 1.0.2 Signed-off-by: Matt Turner --- x11-libs/libXpresent/Manifest | 1 + x11-libs/libXpresent/libXpresent-1.0.2.ebuild | 20 +++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 x11-libs/libXpresent/libXpresent-1.0.2.ebuild diff --git a/x11-libs/libXpresent/Manifest b/x11-libs/libXpresent/Manifest index c78a20b8a45cf..34e0962ba31b7 100644 --- a/x11-libs/libXpresent/Manifest +++ b/x11-libs/libXpresent/Manifest @@ -1 +1,2 @@ DIST libXpresent-1.0.1.tar.xz 257136 BLAKE2B 22c66f595f8f42ed8a7bcf60c4ae5689e590e443d9e99785fc8747dabe7aa20031f303c72950c8fdd64b347776f84d17156d539cb83900d60a11dae3b6c21df8 SHA512 a4551f49a68f4487eb70dc5b50b7f745fbc8b6842cfa60422afe3834af41c504a37bcfddb4e7e9ee084b250df256034290776c8eb7d8838e392eb626fff55d25 +DIST libXpresent-1.0.2.tar.xz 265560 BLAKE2B b68e95b0c84e16272e82b7795aec2a1b37248de7c3b247637f72c60df3c6f5812012ec0f01f6b1b45a5371a0d0bd6a384039f448fc3528181da447c197783cac SHA512 7e12c386e5d1404db359f8004a141223b4c08a138a5589d087537ca667e9dd5cdc190f170a5fa991c1f8dd022896bb07bff540e262a0d30d542a3faea06d8c93 diff --git a/x11-libs/libXpresent/libXpresent-1.0.2.ebuild b/x11-libs/libXpresent/libXpresent-1.0.2.ebuild new file mode 100644 index 0000000000000..558a62c49cef8 --- /dev/null +++ b/x11-libs/libXpresent/libXpresent-1.0.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_DOC=doc +XORG_MULTILIB=yes +inherit xorg-meson + +DESCRIPTION="X Present Extension C Library" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris" + +RDEPEND=" + x11-libs/libX11[${MULTILIB_USEDEP}] + x11-libs/libXext[${MULTILIB_USEDEP}] + x11-libs/libXfixes[${MULTILIB_USEDEP}] + x11-libs/libXrandr[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND} + x11-base/xorg-proto"