commit: 22e4183d9d284d81497f5fa7763f7209e7c14bcb
Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 13 01:53:38 2016 +0000
Commit: Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Tue Sep 13 01:53:46 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22e4183d
x11-libs/xcb-util-cursor: use gentoo-specific cursor paths from libXcursor
Gentoo has a long strange tradition of using /usr/share/cursors/xorg-x11
for cursors. Love it or hate it, that's how it is. x11-libs/libXcursor has
respected this. However, until recently -- commit here [1] -- xcb-util-cursor
did not support this. Now, finally, it does. So, we copy over the same paths
as with libXcursor. This fixes numerous bugs.
Package-Manager: portage-2.3.0
.../{xcb-util-cursor-0.1.3.ebuild => xcb-util-cursor-0.1.3-r1.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3.ebuild
b/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r1.ebuild
similarity index 81%
rename from x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3.ebuild
rename to x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r1.ebuild
index 13afbca..ab567b8 100644
--- a/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3.ebuild
+++ b/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r1.ebuild
@@ -31,6 +31,7 @@ DEPEND="${RDEPEND}
src_configure() {
XORG_CONFIGURE_OPTIONS=(
$(use_with doc doxygen)
+
--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'
)
xorg-2_src_configure