summaryrefslogtreecommitdiff
path: root/kde-misc/oxygen-transparent/oxygen-transparent-9999.ebuild
blob: 46e3498143fbc0d4d6413cc9f5b0540e47aca44a (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
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

KDE_MINIMAL="4.6"

KDE_SCM="git"
EGIT_REPONAME="oxygen-transparent"

inherit kde4-base

DESCRIPTION="Oxygen style and decoration with support for transparency"
HOMEPAGE="http://kde-look.org/content/show.php?action=content&content=127752"
[[ ${PV} != 9999* ]] && SRC_URI="mirror://gentoo/${P}.tar.bz2"

LICENSE="GPL-2"
KEYWORDS="~x86"
SLOT="4"
IUSE=""


src_configure() {
	# these two are no-deps options
	# no need to have them useflaged
	mycmakeargs=(
	    -DCMAKE_BUILD_TYPE=release
	)

	kde4-base_src_configure
}