blob: 2ee0072ab86c3fbce747f0957ba74420f9d63a15 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/alloy-0.4.1a.ebuild,v 1.2 2004/03/03 16:33:12 mr_bones_ Exp $
inherit kde
need-kde 3.1
DESCRIPTION="A neat KDE 3.1 style based on the Java Alloy Look&Feel from Incors (http://www.incors.com)."
HOMEPAGE="http://www.kdelook.org/content/show.php?content=6304"
SRC_URI="http://www.kdelook.org/content/files/6304-${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
DEPEND="kde-base/kdebase"
KEYWORDS="x86 ~ppc ~sparc ~alpha"
pkg_postinst(){
ewarn "HOW TO USE THIS THEME FOR KDE:"
einfo ""
einfo "Open the KDE-Menu and start the Control Center."
einfo "Select \"Look and Feel\"."
einfo "Select \"Style\" if the package you installed was a style, or"
einfo "select \"Theme Manager\" if the package you installed was a theme."
einfo "Select your theme or style."
einfo "Click \"Apply\""
einfo ""
einfo "Have fun! :-)"
}
|