commit:     e01477395a122264877fa7233112111fefe705a3
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  3 17:58:42 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Oct  3 18:06:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0147739

x11-libs/libX11: Version bump to 1.8.7

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-libs/libX11/Manifest            |  1 +
 x11-libs/libX11/libX11-1.8.7.ebuild | 45 +++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/x11-libs/libX11/Manifest b/x11-libs/libX11/Manifest
index c97d7a096c7a..a1d5dbc479ee 100644
--- a/x11-libs/libX11/Manifest
+++ b/x11-libs/libX11/Manifest
@@ -1 +1,2 @@
 DIST libX11-1.8.6.tar.xz 1859460 BLAKE2B 
81af515e70e013e14c07f4ead34d130477b10e93f3b057cacac77991f9db488f9821b5473a28d141ffb8ddd4a4a77303bef1a748820ccfdebd7935b528223471
 SHA512 
b94a578003078a42cea43d80fae2c54a3aaa30f706088bb3546331e9abfc180131cafb37887117abcc5b6116992e299974981eef96ecfcf883cc8a1aba4d1ade
+DIST libX11-1.8.7.tar.xz 1859256 BLAKE2B 
335d8af91c13aba11255c266c4687a7f66b021207a92485d723b4107601bbabb6a0e5535241a3bcff4ac9a99142730d2b3d2e2eaff86b507fee5b35a2590d792
 SHA512 
d53bfc18f38d339a6a695b09835b2ae96b323881678bfe7ddca697605e3bdf4102ff49cc3078880a6c55b5977fcdd0aadaf5429086132de3a5bda302f79a2fa6

diff --git a/x11-libs/libX11/libX11-1.8.7.ebuild 
b/x11-libs/libX11/libX11-1.8.7.ebuild
new file mode 100644
index 000000000000..28f7a5710fd8
--- /dev/null
+++ b/x11-libs/libX11/libX11-1.8.7.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 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
+}

Reply via email to