aboutsummaryrefslogtreecommitdiff
blob: 1e1f91d7676a55c6c183a6387cda595f3cc67b77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit ecm kde.org

DESCRIPTION="Plasma 5 applet for controlling redshift"
HOMEPAGE="https://store.kde.org/p/998916/"

LICENSE="GPL-2+"
SLOT="5"
KEYWORDS=""
IUSE=""

DEPEND="kde-frameworks/plasma:5"
RDEPEND="${DEPEND}
	x11-misc/redshift
"