aboutsummaryrefslogtreecommitdiff
blob: d1f63ea972775ab67e3b49ddab4407295f664670 (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
29
30
31
32
33
34
35
36
37
38
39
40
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4
KDE_REQUIRED="optional"
KDE_SCM="svn"
inherit kde4-base

DESCRIPTION="Very configurable Qt4/KDE4 style derived from the Oxygen project."
HOMEPAGE="http://cloudcity.sourceforge.net/"
ESVN_REPO_URI="https://cloudcity.svn.sourceforge.net/svnroot/cloudcity"

LICENSE="GPL-2"
KEYWORDS=""
SLOT="4"
IUSE="debug kde plasma windeco"

REQUIRED_USE="
		windeco? ( kde )
		plasma? ( kde )
"

DEPEND="
	x11-libs/qt-core:4
	x11-libs/qt-gui:4
	windeco? ( $(add_kdebase_dep kwin) )
	plasma? ( $(add_kdebase_dep kdelibs) x11-libs/qt-gui:4[dbus] )
"

src_configure() {
	mycmakeargs=(
		$(cmake-utils_use_enable kde KDE)
		$(cmake-utils_use_enable windeco KWIN)
		$(cmake-utils_use_enable plasma XBAR)
		-DENABLE_ARGB=ON
	)

	kde4-base_src_configure
}