summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2016-09-13 03:53:38 +0200
committerJason A. Donenfeld <zx2c4@gentoo.org>2016-09-13 03:53:46 +0200
commit22e4183d9d284d81497f5fa7763f7209e7c14bcb (patch)
tree7d515a0f709f8a18db4bbf62b16c77224c32c385 /x11-libs/xcb-util-cursor
parentnet-p2p/soulseek-qt: update URLs correctly (diff)
downloadgentoo-22e4183d9d284d81497f5fa7763f7209e7c14bcb.tar.gz
gentoo-22e4183d9d284d81497f5fa7763f7209e7c14bcb.tar.bz2
gentoo-22e4183d9d284d81497f5fa7763f7209e7c14bcb.zip
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
Diffstat (limited to 'x11-libs/xcb-util-cursor')
-rw-r--r--x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r1.ebuild (renamed from x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3.ebuild)1
1 files changed, 1 insertions, 0 deletions
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
index 13afbcabf621..ab567b835b1e 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