# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 MY_PN="Caledonia-KDM" MY_PV="143130" MY_P="${MY_PV}-${MY_PN}" DESCRIPTION="This is the official KDM theme for Caledonia." HOMEPAGE="http://malcer.deviantart.com/art/Caledonia-KDM-215292557" SRC_URI="http://kde-look.org/CONTENT/content-files/${MY_P}.tar.gz -> ${PF}.tar.gz" LICENSE="CCPL-Attribution-ShareAlike-3.0" KEYWORDS="~amd64 ~x86" SLOT="0" DEPEND="kde-base/kdm" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_PN}" src_install() { insinto "/usr/share/apps/kdm/themes/${P}" doins * }