# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Collection of IceWM themes" HOMEPAGE="http://www.icewm.org" THEME_URI="http://download.freshmeat.net/themes" SRC_URI="${THEME_URI}/icecrack/icecrack-default-2.0.0.tar.gz ${THEME_URI}/icebox-red/icebox-red-default-1.2.13.tar.gz ${THEME_URI}/cyrusicewm/cyrusicewm-1.0.0.tar ${THEME_URI}/greyscaled/greyscaled-stable.tar.gz ${THEME_URI}/ufosightings/ufosightings-1.0.0.tar.gz ${THEME_URI}/1in1-xp/1in1-xp-default.tar.gz" SLOT="0" LICENSE="freedist" KEYWORDS="x86 ppc sparc alpha" IUSE="" DEPEND="net-misc/wget" RDEPEND="x11-wm/icewm" src_unpack() { mkdir ${S} cd ${S} for i in ${SRC_URI} ; do bn=`basename $i` unpack ${bn} done } src_install () { dodir /usr/share/icewm/themes cp -dpR * ${D}/usr/share/icewm/themes/ chown -R root:root ${D}/usr/share/icewm/themes/ chmod -R o-w ${D}/usr/share/icewm/themes/ } pkg_postinst() { einfo "Themes created by: Sawsedge, david_bv, tal256, adisk, fagga and Josh Rush." }