# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit rpm DESCRIPTION="A high quality set of animated mouse cursors" HOMEPAGE="http://jimmac.musichall.cz/themes.php?skin=7" SRC_URI="http://ftp.opensuse.org/pub/opensuse/distribution/SL-10.0-OSS/inst-source/suse/i586/gnome-themes-2.12.0-5.i586.rpm" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="virtual/x11" S=${WORKDIR} src_install() { X11_IMPLEM_P="$(best_version virtual/x11)" X11_IMPLEM="${X11_IMPLEM_P%-[0-9]*}" X11_IMPLEM="${X11_IMPLEM##*\/}" einfo "X11 implementation is ${X11_IMPLEM}." dodir /usr/share/cursors/${X11_IMPLEM}/Jimmac/cursors/ cp -d opt/gnome/share/icons/Industrial/cursors/* \ ${D}/usr/share/cursors/${X11_IMPLEM}/Jimmac/cursors/ || die } pkg_postinst() { einfo "To use this set of cursors, edit or create the file ~/.Xdefaults" einfo "and add the following line:" einfo "Xcursor.theme: Jimmac" einfo "" einfo "Also, you can change the size by adding a line like:" einfo "Xcursor.size: 48" einfo "" einfo "To globally use this set of mouse cursors edit the file:" einfo " /usr/share/cursors/${X11_IMPLEM}/default/index.theme" einfo "and change the line:" einfo " Inherits=[current setting]" einfo "to" einfo " Inherits=Jimmac" einfo "Note this will be overruled by a user's ~/.Xdefaults file." einfo "" ewarn "If you experience flickering, try setting the following line in" ewarn "the Device section of your xorg.conf or XF86Config file:" ewarn "Option \"HWCursor\" \"false\"" }