commit:     1f9b83748334e4186d2eef9376f82ee52f71e815
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  2 17:57:52 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=1f9b8374

x11-libs/xcb-util-cursor: Version bump to 0.1.6

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

 x11-libs/xcb-util-cursor/Manifest                  |  1 +
 .../xcb-util-cursor/xcb-util-cursor-0.1.6.ebuild   | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/x11-libs/xcb-util-cursor/Manifest 
b/x11-libs/xcb-util-cursor/Manifest
index 182984dd9867..cfa874b36d27 100644
--- a/x11-libs/xcb-util-cursor/Manifest
+++ b/x11-libs/xcb-util-cursor/Manifest
@@ -1 +1,2 @@
 DIST xcb-util-cursor-0.1.5.tar.xz 266788 BLAKE2B 
a6c2d3d539191fdf896814711f7483ddd5e450dbd11293d8fbf9b04a05ebc3a0e2374b910bc43dd57a8d33936c611048a1ba20563f2df585b5ceed69332c1942
 SHA512 
e2d14c3f0ab117524ba90d1a992b61717ccee04bc9e66c587a6a0f10571f15e89fc5db3413882ca7ce14ebc07b6b7b0a4ddecd59ba910e6ca654ea9b1c705ed5
+DIST xcb-util-cursor-0.1.6.tar.xz 273084 BLAKE2B 
29af857a74cdad1e08c0fd59fb5812f51077f9868eb603365f76e50d380ecb01657fb0214f2ddee9aff90ee1d367a4f8e24eac2b9fff4459d21a8184f796e70c
 SHA512 
5cdf2f942e3aad9662456cf6b5c2be2ff1837d73348046f6d8b72aeabf005c481a5f00ee169d9ccd18878697cb1744f0b274d0caa85955979c8e4f92d2cc3f72

diff --git a/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.6.ebuild 
b/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.6.ebuild
new file mode 100644
index 000000000000..491c4d10530f
--- /dev/null
+++ b/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.6.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_MULTILIB=yes
+inherit xorg-3
+
+DESCRIPTION="X C-language Bindings sample implementations"
+HOMEPAGE="https://xcb.freedesktop.org/ 
https://gitlab.freedesktop.org/xorg/lib/libxcb-cursor";
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+
+RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}]
+       >=x11-libs/xcb-util-image-0.3.9-r1[${MULTILIB_USEDEP}]
+       >=x11-libs/xcb-util-renderutil-0.3.9[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}
+       >=x11-base/xcb-proto-1.8-r3:=
+       x11-base/xorg-proto"
+BDEPEND=">=dev-util/gperf-3.0.1"
+
+XORG_CONFIGURE_OPTIONS=(
+       
--with-cursorpath='~/.cursors:~/.icons:/usr/local/share/cursors/xorg-x11:/usr/local/share/cursors:/usr/local/share/icons:/usr/local/share/pixmaps:/usr/share/cursors/xorg-x11:/usr/share/cursors:/usr/share/pixmaps/xorg-x11:/usr/share/icons:/usr/share/pixmaps'
+)

Reply via email to