From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ED914138330 for ; Tue, 13 Sep 2016 01:53:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5E12E0925; Tue, 13 Sep 2016 01:53:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3B92E0925 for ; Tue, 13 Sep 2016 01:53:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81B8E33BF0B for ; Tue, 13 Sep 2016 01:53:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 291AF246F for ; Tue, 13 Sep 2016 01:53:53 +0000 (UTC) From: "Jason Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Donenfeld" Message-ID: <1473731626.22e4183d9d284d81497f5fa7763f7209e7c14bcb.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-cursor/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r1.ebuild x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3.ebuild X-VCS-Directories: x11-libs/xcb-util-cursor/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason Donenfeld X-VCS-Revision: 22e4183d9d284d81497f5fa7763f7209e7c14bcb X-VCS-Branch: master Date: Tue, 13 Sep 2016 01:53:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a4a60195-fbc0-456c-9138-f28e3434f6f1 X-Archives-Hash: bdc975dbe1996ca319fa62319625573d commit: 22e4183d9d284d81497f5fa7763f7209e7c14bcb Author: Jason A. Donenfeld gentoo org> AuthorDate: Tue Sep 13 01:53:38 2016 +0000 Commit: Jason Donenfeld gentoo 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