37 lines
684 B
Bash
37 lines
684 B
Bash
# Copyright 1999-2005 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: )
|
|
|
|
|
|
inherit kde
|
|
|
|
DESCRIPTION="AKDC kwin themes"
|
|
HOMEPAGE="http://www.kde-look.org/content/show.php?content=12330"
|
|
SRC_URI=""
|
|
|
|
IUSE=""
|
|
SLOT="0"
|
|
KEYWORDS="~x86 ~amd64"
|
|
LICENSE="QPL"
|
|
|
|
RESTRICT="nomirror"
|
|
|
|
DEPEND=">=x11-themes/akdc-corona-1.0
|
|
>=x11-themes/akdc-luna-1.0
|
|
>=x11-themes/akdc-lunamet-1.0
|
|
>=x11-themes/akdc-nvidia-1.0
|
|
>=x11-themes/akdc-royale-1.0
|
|
>=x11-themes/akdc-softcrystal-1.0"
|
|
|
|
|
|
src_unpack() {
|
|
return 0
|
|
}
|
|
|
|
src_compile() {
|
|
einfo "Nothing to compile"
|
|
}
|
|
|
|
src_install() {
|
|
einfo "Nothing to install"
|
|
} |