x11-libs/libX11: Version bump to 1.8.8

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner 2024-03-25 11:30:14 -04:00
parent 4916e49cc0
commit 42582d7233
No known key found for this signature in database
GPG Key ID: ACEB29740C9A4E97
2 changed files with 46 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST libX11-1.8.7.tar.xz 1859256 BLAKE2B 335d8af91c13aba11255c266c4687a7f66b021207a92485d723b4107601bbabb6a0e5535241a3bcff4ac9a99142730d2b3d2e2eaff86b507fee5b35a2590d792 SHA512 d53bfc18f38d339a6a695b09835b2ae96b323881678bfe7ddca697605e3bdf4102ff49cc3078880a6c55b5977fcdd0aadaf5429086132de3a5bda302f79a2fa6
DIST libX11-1.8.8.tar.xz 1872808 BLAKE2B d180932c65c565d113ae768bb0035aa98ff7dd265de9a7907f54f994b1520d7fc67699032450afc5d8f9427247f73dcf71259ff6a3f734d71f6e8b6181c6891b SHA512 4e7ce8f2d88b9475f960ea1d5730ece8953509e0c057cf2d0a2f5fa6a36e6577b0dcd7f16ac91b8fdd804aabec6d7e8f3067a3a8667bd2e41d72dd68ab70ef82

View File

@ -0,0 +1,45 @@
# 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 toolchain-funcs xorg-3
# Note: please bump this with x11-misc/compose-tables
DESCRIPTION="X.Org X11 library"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
>=x11-libs/libxcb-1.11.1[${MULTILIB_USEDEP}]
x11-misc/compose-tables
!<xfce-base/xfce4-settings-4.16.3
"
DEPEND="${RDEPEND}
x11-base/xorg-proto
x11-libs/xtrans
"
BDEPEND="test? ( dev-lang/perl )"
src_configure() {
local XORG_CONFIGURE_OPTIONS=(
$(use_with doc xmlto)
$(use_enable doc specs)
--enable-ipv6
--without-fop
--with-keysymdefdir="${ESYSROOT}/usr/include/X11"
CPP="$(tc-getPROG CPP cpp)"
)
xorg-3_src_configure
}
src_install() {
xorg-3_src_install
rm -rf "${ED}"/usr/share/X11/locale || die
}