Parent Directory
|
Revision Log
Version bump supporting KDE 4.9 by Michael Palimaka <kensington@gentoo.org>. (Portage version: 2.2.0_alpha120/cvs/Linux i686)
| 1 | johu | 1.1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 | ||
| 3 | # $Header: $ | ||
| 4 | |||
| 5 | EAPI=4 | ||
| 6 | KDE_MINIMAL="4.9" | ||
| 7 | inherit kde4-base | ||
| 8 | |||
| 9 | DESCRIPTION="Crystal decoration theme for KDE4.x" | ||
| 10 | HOMEPAGE="http://kde-look.org/content/show.php/Crystal?content=75140" | ||
| 11 | SRC_URI="http://www.saschahlusiak.de/linux/${P}.tar.bz2" | ||
| 12 | |||
| 13 | LICENSE="GPL-2" | ||
| 14 | SLOT="4" | ||
| 15 | KEYWORDS="~amd64 ~x86" | ||
| 16 | IUSE="" | ||
| 17 | |||
| 18 | DEPEND="$(add_kdebase_dep kwin)" | ||
| 19 | RDEPEND="${DEPEND}" | ||
| 20 | |||
| 21 | DOCS=( AUTHORS README ) |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |