26 lines
607 B
Bash
26 lines
607 B
Bash
# Copyright 1999-2005 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
inherit kde
|
|
need-kde 3.4
|
|
|
|
DESCRIPTION="KDM Theme Manager is just what it says a theme manager for KDM"
|
|
HOMEPAGE="http://kde-look.org/content/show.php?content=22120"
|
|
SRC_URI="http://beta.smileaf.org/files/kdmtheme/${P}.tar.bz2"
|
|
|
|
LICENSE="GPL-2"
|
|
KEYWORDS="x86 ~amd64 ~ppc"
|
|
|
|
IUSE=""
|
|
SLOT="0"
|
|
|
|
RESTRICT="nomirror $RESTRICT"
|
|
|
|
pkg_postinst() {
|
|
echo
|
|
einfo "To run kdmtheme simple open K Control Center and go to "
|
|
einfo "System Administration There you will find KDM Theme Manager"
|
|
echo
|
|
}
|