diff options
Diffstat (limited to 'kde-misc/plasma-redshift-control')
| -rw-r--r-- | kde-misc/plasma-redshift-control/metadata.xml | 11 | ||||
| -rw-r--r-- | kde-misc/plasma-redshift-control/plasma-redshift-control-9999.ebuild | 18 |
2 files changed, 29 insertions, 0 deletions
diff --git a/kde-misc/plasma-redshift-control/metadata.xml b/kde-misc/plasma-redshift-control/metadata.xml new file mode 100644 index 00000000000..519e1b154ca --- /dev/null +++ b/kde-misc/plasma-redshift-control/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>kde@gentoo.org</email> + <name>Gentoo KDE Project</name> + </maintainer> + <upstream> + <remote-id type="github">kotelnik/plasma-applet-redshift-control</remote-id> + </upstream> +</pkgmetadata> diff --git a/kde-misc/plasma-redshift-control/plasma-redshift-control-9999.ebuild b/kde-misc/plasma-redshift-control/plasma-redshift-control-9999.ebuild new file mode 100644 index 00000000000..68cb73a8777 --- /dev/null +++ b/kde-misc/plasma-redshift-control/plasma-redshift-control-9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="Plasma 5 applet for controlling redshift" +HOMEPAGE="https://store.kde.org/p/998916/" + +LICENSE="GPL-2+" +KEYWORDS="" +IUSE="" + +DEPEND="$(add_frameworks_dep plasma)" +RDEPEND="${DEPEND} + x11-misc/redshift +" |
