# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DEPEND=">=kde-base/kdebase-3.2.0" MY_P=${P/proxima-splash-/proxima_} S=${WORKDIR}/${MY_P} DESCRIPTION="Splash Screen for KDE with Evangelion Look" SRC_URI="http://www.kde-look.org/content/files/7194-${MY_P}.tar.bz2" HOMEPAGE="http://www.kde-look.org/content/download.php?content=7194" LICENSE="GPL-2" KEYWORDS="x86" SLOT="0" src_compile() { einfo "Nothing..." } src_install() { dodoc AUTHOR INSTALL LICENSE README cd pics insinto ${KDEDIR}/share/apps/ksplash/Themes/chobits-proxima/ doins splash_active_bar.png doins splash_bottom.png doins splash_inactive_bar.png doins splash_top.png doins ${FILESDIR}/Theme.rc }