aboutsummaryrefslogtreecommitdiff
blob: 9d75ba884a31ba8b6ebec4d6e27be3cccb62f9f8 (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
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

KDE_MINIMAL="4.8"

inherit kde4-base

MY_PN=${PN/-greeter/}
MY_P=${MY_PN}-${PV}

DESCRIPTION="LightDM KDE Greeter"
HOMEPAGE="http://kde.org/"
SRC_URI="http://download.kde.org/unstable/${MY_PN}/src/${MY_P}.tar.bz2"

LICENSE="GPL-2 LGPL-2"
KEYWORDS="~amd64"
SLOT="0"
IUSE="debug"

S=$WORKDIR/${MY_P}

DEPEND="x11-misc/lightdm[qt4]"
RDEPEND="${DEPEND}"