# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4.ebuild,v 1.22 2006/11/27 23:59:04 flameeyes Exp $ APPID=32627 DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors" HOMEPAGE="http://www.kde-look.org/content/show.php?content=${APPID}" SRC_URI="http://www.limitland.de/ComixCursors-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" RDEPEND="" DEPEND="${RDEPEND}" src_install() { insinto /usr/share/cursors/xorg-x11/ doins -r ${WORKDIR}/* || die "Copy failed" } pkg_postinst() { ewarn "If you experience flickering, try setting the following line in" ewarn "the Device section of your XF86Config:" ewarn "Option \"HWCursor\" \"false\"" ewarn "" ewarn "the Device section of your xorg.conf file:" ewarn " Option \"HWCursor\" \"false\"" }