blob: 3b6a7908d3816ae8a0fee23f4b705b91581385c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit eutils git-2 cmake-utils
DESCRIPTION="A simple frontend for the lightdm displaymanager, written in c++ and qt5"
HOMEPAGE="http://rogentos.ro"
EGIT_REPO_URI="https://gitlab.com/kogaion/lightdm-qt5-greeter.git"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64"
RDEPEND="dev-qt/qtgui:5
dev-qt/qtwidgets:5
x11-misc/lightdm[qt5]
"
DEPEND="${RDEPEND}
dev-util/cmake"
|