bsd-ac / wayland-desktop

Gentoo overlay for Wayland related ebuilds
https://gentoo.org
ISC License
61 stars 21 forks source link

qtgreet-1.0.0 #9

Closed ghost closed 3 years ago

ghost commented 3 years ago

Copyright 2021 Aisha Tammy

Distributed under the terms of the ISC License

EAPI=7

inherit cmake

DESCRIPTION="QT based greeter for greetd" HOMEPAGE="https://gitlab.com/marcusbritanicus/QtGreet"

if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/marcusbritanicus/QtGreet" else COMMIT=e425a5acfffc3412c9f5f8184f4ed737846e87d1 SRC_URI="https://gitlab.com/marcusbritanicus/QtGreet/-/archive/${COMMIT}/QtGreet-${COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/QtGreet-${COMMIT} KEYWORDS="~amd64" fi

CMAKE_USE_DIR="${S}"/src

LICENSE="GPL-3" SLOT="0"

CDEPEND=" dev-libs/json-c dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwayland:5 dev-qt/qtwidgets:5 gui-libs/wlroots " DEPEND="${CDEPEND} kde-frameworks/extra-cmake-modules " RDEPEND=" ${CDEPEND} gui-libs/greetd "