blob: 91bb4debda8dcbea7cc7d853197fbdf4c4819d7a (
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-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=6
inherit eutils git-r3 cmake-utils
DESCRIPTION="A simple frontend for the lightdm displaymanager, written in c++ and qt5"
HOMEPAGE="http://redcorelinux.org"
EGIT_REPO_URI="https://gitlab.com/redcore/lightdm-qt5-greeter.git"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64"
RDEPEND="dev-qt/qtgui:5
dev-qt/qtsvg:5
dev-qt/qtwidgets:5
x11-misc/lightdm[qt5]
"
DEPEND="${RDEPEND}
dev-util/cmake"
|