blob: 5291fe75e33230d3b3b48a54abe6abe2bfe66a78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/qinx/qinx-1.4.ebuild,v 1.5 2005/09/20 02:28:57 caleb Exp $
inherit kde eutils
DESCRIPTION="A KDE style inspired by QNX Photon microGUI."
SRC_URI="http://www.usermode.org/code/${P}.tar.bz2"
HOMEPAGE="http://www.usermode.org/code.html"
LICENSE="MIT"
SLOT="0"
KEYWORDS="alpha ~amd64 ~ia64 -ppc ~sparc x86"
IUSE=""
DEPEND="|| ( kde-base/kwin >=kde-base/kdebase-3.2 )"
need-kde 3.2
|