kde-misc/lightly - 9999 (waffle-builds)

Search

Package Information

Description:
Lightly is a fork of breeze theme style that aims to be visually modern and minimalistic.
Homepage:
https://github.com/Luwx/Lightly

Ebuild Details

Version EAPI Keywords Slot
9999 8 ~amd64 ~arm ~arm64 ~x86 0
View Raw Ebuild
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit ecm

DESCRIPTION="Lightly is a fork of breeze theme style that aims to be visually modern and minimalistic."
HOMEPAGE="https://github.com/Luwx/Lightly"

if [[ ${PV} == 9999 ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/Luwx/Lightly.git"
else
	SRC_URI="https://github.com/Luwx/Lightly/archive/v${PV}.tar.gz -> ${P}.tar.gz"
	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
	S="${WORKDIR}/${PN}"
fi

LICENSE="GPL-2"
SLOT="0"

DEPEND="kde-frameworks/plasma
	dev-qt/qtx11extras
	kde-plasma/kdecoration
	dev-qt/qtdeclarative"

RDEPEND="${DEPEND}"

Dependencies

DEPEND

kde-frameworks/plasma
	dev-qt/qtx11extras
	kde-plasma/kdecoration
	dev-qt/qtdeclarative

RDEPEND

kde-frameworks/plasma
	dev-qt/qtx11extras
	kde-plasma/kdecoration
	dev-qt/qtdeclarative