Import libXcursor-1.1.12 ebuild.

BUGS=chromium-os:25404

Change-Id: I4f3aa3497426651cc5cda0bb562a37d046044455
Reviewed-on: https://gerrit.chromium.org/gerrit/14738
Tested-by: Stéphane Marchesin <marcheu@chromium.org>
Commit-Ready: Stéphane Marchesin <marcheu@chromium.org>
Reviewed-by: Stuart Abercrombie <sabercrombie@chromium.org>
This commit is contained in:
Stéphane Marchesin 2012-01-24 15:27:13 -08:00 committed by Gerrit
parent 635a174e99
commit 138425d3b5

View File

@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation # Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcursor/libXcursor-1.1.11.ebuild,v 1.9 2011/02/14 18:48:44 xarthisius Exp $ # $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcursor/libXcursor-1.1.12.ebuild,v 1.7 2011/10/03 18:05:51 josejx Exp $
EAPI=3 EAPI=4
inherit xorg-2 inherit xorg-2
DESCRIPTION="X.Org Xcursor library" DESCRIPTION="X.Org Xcursor library"
@ -12,9 +12,10 @@ IUSE=""
RDEPEND=">=x11-libs/libXrender-0.8.2 RDEPEND=">=x11-libs/libXrender-0.8.2
x11-libs/libXfixes x11-libs/libXfixes
x11-libs/libX11 x11-libs/libX11"
x11-proto/fixesproto"
DEPEND="${RDEPEND}" DEPEND="${RDEPEND}"
CONFIGURE_OPTIONS="--with-icondir=/usr/share/cursors/xorg-x11 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" --with-icondir=/usr/share/cursors/xorg-x11
--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'
)