commit: cbaa2e65bb531dafa5b481b952166a5b977d6dbc Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Thu Mar 16 17:04:50 2017 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Thu Mar 16 17:05:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbaa2e65
x11-misc/lightdm-kde: EAPI 6 Package-Manager: Portage-2.3.4, Repoman-2.3.2 x11-misc/lightdm-kde/lightdm-kde-0.3.2.1-r2.ebuild | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/x11-misc/lightdm-kde/lightdm-kde-0.3.2.1-r2.ebuild b/x11-misc/lightdm-kde/lightdm-kde-0.3.2.1-r2.ebuild new file mode 100644 index 00000000000..c28ce0ff741 --- /dev/null +++ b/x11-misc/lightdm-kde/lightdm-kde-0.3.2.1-r2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_LINGUAS="bs cs da de el es et fi fr ga gl hu it ja km lt mr nds nl pl pt +pt_BR ro ru sk sl sv tr uk" +inherit kde4-base + +DESCRIPTION="LightDM KDE greeter" +HOMEPAGE="https://projects.kde.org/projects/playground/base/lightdm" +SRC_URI="mirror://kde/unstable/${PN}/src/${P}.tar.bz2" + +LICENSE="GPL-3" +KEYWORDS="~amd64 ~arm ~x86" +SLOT="4" +IUSE="debug" + +COMMON_DEPEND=" + dev-qt/qtdeclarative:4 + x11-libs/libX11 + >=x11-misc/lightdm-1.4.0[qt4] +" +DEPEND="${COMMON_DEPEND} + sys-devel/gettext +" +RDEPEND="${COMMON_DEPEND} + $(add_kdeapps_dep plasma-runtime) +" + +S=${WORKDIR}/${PN/-kde}-${PV} + +PATCHES=( "${FILESDIR}/${P}-lightdm-1.7.patch" )
