summaryrefslogtreecommitdiff
blob: 57f5977cc3d46aebd87ee6b744fcf725ede7fda9 (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
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

MY_P="kwin-deco-${PN}-${PV}"
inherit kde4-base

DESCRIPTION="Titlebar-less decoration inspired by Google Chrome and Nitrogen minimal mod"
HOMEPAGE="http://kde-look.org/content/show.php/Chromi?content=119069"
SRC_URI="http://dev.gentoo.org/~kensington/distfiles/${MY_P}.tar.xz"

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

S="${WORKDIR}/${MY_P}"

DEPEND="
	$(add_kdebase_dep kwin)
"
RDEPEND="${DEPEND}"