summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conrad@kostecki.com>2018-03-27 22:41:16 +0200
committerMichał Górny <mgorny@gentoo.org>2018-03-29 11:16:15 +0200
commitf8368de4a586d9c89d43b67a429c59795d7880b6 (patch)
tree91c8a58d1cd41ae4393add780edd07c9e2ba7f2d /x11-misc/xflux
parentprofiles/license_groups: add f.lux license to EULA group (diff)
downloadgentoo-f8368de4a586d9c89d43b67a429c59795d7880b6.tar.gz
gentoo-f8368de4a586d9c89d43b67a429c59795d7880b6.tar.bz2
gentoo-f8368de4a586d9c89d43b67a429c59795d7880b6.zip
x11-misc/xflux: New package
Closes: https://bugs.gentoo.org/606128 Closes: https://github.com/gentoo/gentoo/pull/7311
Diffstat (limited to 'x11-misc/xflux')
-rw-r--r--x11-misc/xflux/Manifest2
-rw-r--r--x11-misc/xflux/metadata.xml12
-rw-r--r--x11-misc/xflux/xflux-20130927.ebuild29
3 files changed, 43 insertions, 0 deletions
diff --git a/x11-misc/xflux/Manifest b/x11-misc/xflux/Manifest
new file mode 100644
index 000000000000..77b6010b104d
--- /dev/null
+++ b/x11-misc/xflux/Manifest
@@ -0,0 +1,2 @@
+DIST xflux-20130927.tar.gz 339845 BLAKE2B 15751b75b7c0603044c4e7e98a9b23ceab7e245b12833ed1b6e8bc1d1734c5838777b7561d035bdf6d6d781105cc48dbda6c262895c310cf9710529a088b0a97 SHA512 6204558b8fa1063ee19fe444f740ab4ddfdbc412459b2f5cea94ddbf11818e0c9bff7e066a4958c1ab5c160b1aedcd18fa7fc4cd800a67c5d51ad1206f203e52
+DIST xflux64-20130927.tar.gz 339845 BLAKE2B 15751b75b7c0603044c4e7e98a9b23ceab7e245b12833ed1b6e8bc1d1734c5838777b7561d035bdf6d6d781105cc48dbda6c262895c310cf9710529a088b0a97 SHA512 6204558b8fa1063ee19fe444f740ab4ddfdbc412459b2f5cea94ddbf11818e0c9bff7e066a4958c1ab5c160b1aedcd18fa7fc4cd800a67c5d51ad1206f203e52
diff --git a/x11-misc/xflux/metadata.xml b/x11-misc/xflux/metadata.xml
new file mode 100644
index 000000000000..54d5423c4060
--- /dev/null
+++ b/x11-misc/xflux/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>ck+gentoo@bl4ckb0x.de</email>
+ <name>Conrad Kostecki</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/x11-misc/xflux/xflux-20130927.ebuild b/x11-misc/xflux/xflux-20130927.ebuild
new file mode 100644
index 000000000000..4a83ec1eecd4
--- /dev/null
+++ b/x11-misc/xflux/xflux-20130927.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Makes the color of your computer's display adapt to the time of the day"
+HOMEPAGE="https://justgetflux.com/"
+SRC_URI="amd64? ( https://justgetflux.com/linux/${PN}64.tgz -> ${PN}64-${PV}.tar.gz )
+ x86? ( https://justgetflux.com/linux/${PN}-pre.tgz -> ${P}.tar.gz )"
+
+KEYWORDS="-* ~amd64 ~x86"
+LICENSE="f.lux"
+SLOT="0"
+
+RESTRICT="bindist mirror"
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXrandr
+ x11-libs/libXxf86vm"
+
+S="${WORKDIR}"
+
+QA_PREBUILT="usr/bin/xflux"
+
+src_install() {
+ # Install binary
+ dobin xflux
+}