# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-themes/icewm-themes/icewm-themes-0.0.1.ebuild,v 1.8 2007/07/02 14:56:08 coldwind Exp $ DESCRIPTION="Collection of IceWM themes" HOMEPAGE="http://www.icewm.org/ http://themes.freshmeat.net/projects/icecrack/ http://themes.freshmeat.net/projects/icebox/ http://themes.freshmeat.net/projects/cyrusicewm/ http://themes.freshmeat.net/projects/greyscaled/ http://themes.freshmeat.net/projects/ufosightings/ http://themes.freshmeat.net/projects/1in1-xp/" 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" # icecrack, icebox, cyrus-icewm, ufosightings -> GPL-2 # greyscaled -> Public Domain # 1in1-xp -> freedist LICENSE="GPL-2 public-domain freedist" KEYWORDS="~amd64 ppc x86" SLOT="0" IUSE="" RDEPEND="|| ( x11-wm/icewm kde-base/kdeartwork-icewm-themes )" DEPEND="" S="${WORKDIR}" src_install () { dodir /usr/share/icewm/themes || die cp -dpR * "${D}"/usr/share/icewm/themes/ || die chown -R root:root "${D}"/usr/share/icewm/themes/ || die chmod -R o-w "${D}"/usr/share/icewm/themes/ || die } pkg_postinst() { einfo "Themes created by: Sawsedge, david_bv, tal256, adisk, fagga and Josh Rush." }