mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-11 06:56:58 +02:00
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:
parent
635a174e99
commit
138425d3b5
@ -1,8 +1,8 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# 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
|
||||
|
||||
DESCRIPTION="X.Org Xcursor library"
|
||||
@ -12,9 +12,10 @@ IUSE=""
|
||||
|
||||
RDEPEND=">=x11-libs/libXrender-0.8.2
|
||||
x11-libs/libXfixes
|
||||
x11-libs/libX11
|
||||
x11-proto/fixesproto"
|
||||
x11-libs/libX11"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
CONFIGURE_OPTIONS="--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"
|
||||
XORG_CONFIGURE_OPTIONS=(
|
||||
--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'
|
||||
)
|
Loading…
Reference in New Issue
Block a user