diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-03-29 16:53:27 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-03-29 16:53:27 +0100 |
commit | 1173ad5704ce725916e0c332416aff326d850d06 (patch) | |
tree | d48d60977ce19864893dfb2222bf2982ffb4262a /x11-misc/xflux | |
parent | 8c364c784966be1700ea39ae45028f3e9be9cae0 (diff) |
gentoo resync : 29.03.2018
Diffstat (limited to 'x11-misc/xflux')
-rw-r--r-- | x11-misc/xflux/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/xflux/metadata.xml | 12 | ||||
-rw-r--r-- | x11-misc/xflux/xflux-20130927.ebuild | 29 |
3 files changed, 45 insertions, 0 deletions
diff --git a/x11-misc/xflux/Manifest b/x11-misc/xflux/Manifest new file mode 100644 index 000000000000..bfe900f3804f --- /dev/null +++ b/x11-misc/xflux/Manifest @@ -0,0 +1,4 @@ +DIST xflux-20130927.tar.gz 339845 BLAKE2B 15751b75b7c0603044c4e7e98a9b23ceab7e245b12833ed1b6e8bc1d1734c5838777b7561d035bdf6d6d781105cc48dbda6c262895c310cf9710529a088b0a97 SHA512 6204558b8fa1063ee19fe444f740ab4ddfdbc412459b2f5cea94ddbf11818e0c9bff7e066a4958c1ab5c160b1aedcd18fa7fc4cd800a67c5d51ad1206f203e52 +DIST xflux64-20130927.tar.gz 339845 BLAKE2B 15751b75b7c0603044c4e7e98a9b23ceab7e245b12833ed1b6e8bc1d1734c5838777b7561d035bdf6d6d781105cc48dbda6c262895c310cf9710529a088b0a97 SHA512 6204558b8fa1063ee19fe444f740ab4ddfdbc412459b2f5cea94ddbf11818e0c9bff7e066a4958c1ab5c160b1aedcd18fa7fc4cd800a67c5d51ad1206f203e52 +EBUILD xflux-20130927.ebuild 654 BLAKE2B 7142c951c8d05ad4b23a83e6c1cea39eb4d21a8d7b2412a541f7a08f5a1f8206965bac6803d5c71620dc173caacb317d9db69db02b467a3b1c18b5b9958b2db1 SHA512 ba6bd278e5c062caf5fae6e2fa663a40cea5d9bb908058d6f4cb75312edb4064637b15fe674cfbdbed7e0b4dccc27786591cc7232a6d85fa4faf2e576b453c25 +MISC metadata.xml 369 BLAKE2B 99bc89ce5469bce6e867ce73fa66fee3fa41bf2166453c3606b03b1f3879f837c46d41068430e217a7ab4b0d0096650762095ffe5f13382ab055e5815f90ebb1 SHA512 5d49b66d13a6055421fc9e9a180d6d5657e367cfdc6e74a13c16955cc1bfda765605f0ab7c0d7d5f67ce847e09306fef52a2fb621eccdf358e5d21e82129a2b3 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 +} |