commit: 14170a993965eef128c3ae2999c1e8e278c1faa4
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 8 02:31:36 2025 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Sep 8 02:33:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14170a99
x11-libs/libXres: Version bump to 1.2.3
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-libs/libXres/Manifest | 1 +
x11-libs/libXres/libXres-1.2.3.ebuild | 15 +++++++++++++++
2 files changed, 16 insertions(+)
diff --git a/x11-libs/libXres/Manifest b/x11-libs/libXres/Manifest
index 6050f0f2978b..b8384b79b024 100644
--- a/x11-libs/libXres/Manifest
+++ b/x11-libs/libXres/Manifest
@@ -1 +1,2 @@
DIST libXres-1.2.2.tar.xz 261400 BLAKE2B
569d4e4b8bf43254139a7c1428ba9dbce592930b05588ca90266e42721fe7cdfb997d05f983dce97afda460c39b9b232128f760f2c69aa87d800f948562a03fc
SHA512
897f2d426ea6f41169a5a52c356d1a1cb2ffb9144ae41b9fedd06455c3d81042930fe55be269ce4b8545ee65fcfe168101192a599053d810e8810f627c94f810
+DIST libXres-1.2.3.tar.xz 268476 BLAKE2B
bd4d0c61e63c0c568b7417e97a9be5554d740aeb332e191c870aea662e571ee0d0bb26daee6e7df7fa0bc3b2b2b3287f9e9569f1c3eee2cc110ef48d9e2d4919
SHA512
385dbc87bd4e0d306a1cad6b317d8431494cd2a381766bc3f9e6b7f488ff41ee1f4f25e756421f6a2b5681976d7da0108cea6305f7a34f7105d861cb6c1ae854
diff --git a/x11-libs/libXres/libXres-1.2.3.ebuild
b/x11-libs/libXres/libXres-1.2.3.ebuild
new file mode 100644
index 000000000000..e7eea285372d
--- /dev/null
+++ b/x11-libs/libXres/libXres-1.2.3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_DOC=doc
+inherit xorg-meson
+
+DESCRIPTION="X.Org XRes library"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"