commit: 429a8b2d263679b52845356fad2b3a34a19a7a48
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 2 17:49:04 2025 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Sep 2 18:00:31 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=429a8b2d
x11-libs/libXfixes: Version bump to 6.0.2
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-libs/libXfixes/Manifest | 1 +
x11-libs/libXfixes/libXfixes-6.0.2.ebuild | 17 +++++++++++++++++
2 files changed, 18 insertions(+)
diff --git a/x11-libs/libXfixes/Manifest b/x11-libs/libXfixes/Manifest
index 95206f1c85eb..683c319d7336 100644
--- a/x11-libs/libXfixes/Manifest
+++ b/x11-libs/libXfixes/Manifest
@@ -1 +1,2 @@
DIST libXfixes-6.0.1.tar.xz 265636 BLAKE2B
829264dc189dbc64aa16e4505464b90a0ccecd97a3c2594b2ad467f17a3bae1413e018f4ddc28608dbbbb3edf3157778158480ae71f8ccf5c17ffc6e7117ffb1
SHA512
b46deffb30cd73ec8a127390d99f2ba2f3ab78f334fdba227f1f461441644a0c169b0d13ffa47576fa458780e7a6db664ff8b93e9195fb217262efd8128f1ffe
+DIST libXfixes-6.0.2.tar.xz 270896 BLAKE2B
5f397bc8a2161ba94168a1af86c373f970037c28a404510622f417a848e8cf2130016ccd7c06e1bb02af771ad218d50bd132249b87ecc1c9a850775d2eb85e51
SHA512
87542927ba9839fdd83282b0fba1bd2afae853ffe4e0f5f548915de22432bbc34a064578ba8527ba6041a993ee27390ba6ee2f1a957cb961717d45026e40ec75
diff --git a/x11-libs/libXfixes/libXfixes-6.0.2.ebuild
b/x11-libs/libXfixes/libXfixes-6.0.2.ebuild
new file mode 100644
index 000000000000..8e0c295f93fa
--- /dev/null
+++ b/x11-libs/libXfixes/libXfixes-6.0.2.ebuild
@@ -0,0 +1,17 @@
+# 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.Org Xfixes library"
+LICENSE="HPND MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos
~x64-solaris"
+
+RDEPEND="
+ >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}
+ >=x11-base/xorg-proto-2021.4"