diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-09-08 17:50:38 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-09-08 17:50:38 +0100 |
commit | 7d3841afb231468f9e1de628f8eef85c3f4efbca (patch) | |
tree | 0fb54f6ec6ec7e97af2d7da259fd3bca9ed53a38 /x11-misc/redshift-qt | |
parent | c8320db5d79cfe1b24f23e44bd5102f2e04c4204 (diff) |
x11-misc/redshift-qt : new package
Diffstat (limited to 'x11-misc/redshift-qt')
-rw-r--r-- | x11-misc/redshift-qt/redshift-qt-9999.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/x11-misc/redshift-qt/redshift-qt-9999.ebuild b/x11-misc/redshift-qt/redshift-qt-9999.ebuild new file mode 100644 index 00000000..a0dd6123 --- /dev/null +++ b/x11-misc/redshift-qt/redshift-qt-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +EGIT_REPO_URI="https://github.com/Chemrat/${PN}" + +inherit qmake-utils git-r3 + +DESCRIPTION="Tray controls for redshift" +HOMEPAGE="https://github.com/Chemrat/redshift-qt/" +KEYWORDS="~amd64" +SLOT="0" +LICENSE="MIT" +IUSE="" + +DEPEND="dev-qt/qtgui:5 + dev-qt/qtcore:5 + dev-qt/qtwidgets:5" +RDEPEND="${DEPEND} + x11-misc/redshift" + +src_configure() { + eqmake5 redshift-qt.pro +} + +src_install() { + dobin redshift-qt +} |