# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde set-kdedir 3 DESCRIPTION="Gorilla icon theme for KDE" HOMEPAGE="http://kde-look.org/content/show.php?content=6927" SRC_URI="http://www.starsurvivor.net/linux/gorilla/Gorilla-v${PV}.tar.bz2" LICENSE="GPL-1" SLOT="0" KEYWORDS="x86 sparc alpha" S="${WORKDIR}/Gorilla" src_compile() { return 1 } src_install() { cd ${S} # Install the color scheme into /usr/share/apps/kdisplay/color-schemes dodir $PREFIX/share/apps/kdisplay/color-schemes mv ${S}/kde/color-scheme/* \ ${D}/$PREFIX/share/apps/kdisplay/color-schemes # Install the IceWM theme into /usr/share/apps/kwin/icewm-themes dodir $PREFIX/share/apps/kwin/icewm-themes mv ${S}/kde/icewm-themes/* \ ${D}/$PREFIX/share/apps/kwin/icewm-themes # Don't know what to do with the splashscreen... rm -rf ${S}/kde # Install the icons into /usr/share/icons dodir $PREFIX/share/icons cp -rf ${S} ${D}/${PREFIX}/share/icons/Gorilla }