commit:     2010a2b00080c261a97a7d7e2dd4a71a4e0e1b3d
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  8 02:46:55 2026 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Feb  8 02:59:48 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2010a2b0

x11-misc/compose-tables: Version bump to 1.8.13

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

 x11-misc/compose-tables/Manifest                   |  1 +
 .../compose-tables/compose-tables-1.8.13.ebuild    | 45 ++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/x11-misc/compose-tables/Manifest b/x11-misc/compose-tables/Manifest
index c0fd71c52a43..8313cf926f61 100644
--- a/x11-misc/compose-tables/Manifest
+++ b/x11-misc/compose-tables/Manifest
@@ -1 +1,2 @@
 DIST libX11-1.8.12.tar.xz 1895256 BLAKE2B 
f4bdb69abb2add723ca84832ef35f239659228c1f5a3f53631f0d4d4afa7030512b9ba65479464f3efecca0e09d1f758e3b92b139dd5e716fac1b8caaf5bb98d
 SHA512 
cb7a284d9081a8b67f7d8568d56dc403a4b787e46ac497b07768d236084c01f80f4ea2ebd814f950ac9738adc3baea3912932fc333858195c4f8217744b6f730
+DIST libX11-1.8.13.tar.xz 1803464 BLAKE2B 
1ccb826184ed67d13e254d5cf20a40d2994837ffab6c05c647865927589e4aaa8933b57cc88226a6fb6ac836be88a57087e8f4d447b37b5327993c9f8834e8ea
 SHA512 
4c4a098eaff09a51309f3f322bc435ccd022c8f753974eb2650b60e42b737077ca0fde0df82b53f4ba8ed2388bbc8cb59ba66cc9946ae2b5907d7d1a9580e03d

diff --git a/x11-misc/compose-tables/compose-tables-1.8.13.ebuild 
b/x11-misc/compose-tables/compose-tables-1.8.13.ebuild
new file mode 100644
index 000000000000..7646334d4ce9
--- /dev/null
+++ b/x11-misc/compose-tables/compose-tables-1.8.13.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2020-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_MULTILIB=no
+inherit xorg-3
+
+# Note: please bump this with x11-libs/libX11
+DESCRIPTION="X.Org Compose Key tables from libX11"
+# xorg-3.eclass would attempt to fetch a tarball with a matching name to this 
package
+SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
+S="${WORKDIR}/libX11-${PV}/"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+
+# Only needed by configure
+DEPEND="
+       x11-base/xorg-proto
+       >=x11-libs/libxcb-1.11.1
+       x11-libs/xtrans"
+# RDEPEND=""
+
+src_configure() {
+       local XORG_CONFIGURE_OPTIONS=(
+               --without-xmlto
+               --without-fop
+               --disable-specs
+               --disable-xkb
+               --with-keysymdefdir="${ESYSROOT}/usr/include/X11"
+       )
+       xorg-3_src_configure
+}
+
+src_compile() {
+       emake -C nls
+}
+
+src_test() {
+       :;
+}
+
+src_install() {
+       emake DESTDIR="${D}" -C nls install
+}

Reply via email to