From 1173ad5704ce725916e0c332416aff326d850d06 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 29 Mar 2018 16:53:27 +0100 Subject: gentoo resync : 29.03.2018 --- x11-misc/xflux-gui/Manifest | 3 +++ x11-misc/xflux-gui/metadata.xml | 12 ++++++++++ x11-misc/xflux-gui/xflux-gui-1.1.10.ebuild | 37 ++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+) create mode 100644 x11-misc/xflux-gui/Manifest create mode 100644 x11-misc/xflux-gui/metadata.xml create mode 100644 x11-misc/xflux-gui/xflux-gui-1.1.10.ebuild (limited to 'x11-misc/xflux-gui') diff --git a/x11-misc/xflux-gui/Manifest b/x11-misc/xflux-gui/Manifest new file mode 100644 index 000000000000..54a319f05f25 --- /dev/null +++ b/x11-misc/xflux-gui/Manifest @@ -0,0 +1,3 @@ +DIST xflux-gui-1.1.10.tar.gz 18828 BLAKE2B a249533ace4ff6293ff9b99a455943c1f099628bec97c2730473f8a9550ba38e78e775a10a0f77c160180f5f5d354ac8c8ac924c1a2eb9f48861491583c93285 SHA512 5e8057e47fe2cc8a59758e9ab6b3adc6a8281b42f6b517e3e1327e5470c82a326c853d5d389fd62f6d6c439be4ab70a6c8771ece87e5b8c90a33775f8b7cd54d +EBUILD xflux-gui-1.1.10.ebuild 852 BLAKE2B 673857d8eb855d6fa893f46644b5e3570159dfa9e382f5d402153bf4e3cb1d78afc94578c2cab63f96a2a7e4b59b974d584508256bee37854cb2cbf1ec9bf052 SHA512 efb4307dd4935dba56cc464344eef1726f6b55a783089be89ad7c18357619fcfeed095d8d1233a8f47801839f387f77e8e5903b9520e0a2b4d0860eafcc57239 +MISC metadata.xml 369 BLAKE2B 99bc89ce5469bce6e867ce73fa66fee3fa41bf2166453c3606b03b1f3879f837c46d41068430e217a7ab4b0d0096650762095ffe5f13382ab055e5815f90ebb1 SHA512 5d49b66d13a6055421fc9e9a180d6d5657e367cfdc6e74a13c16955cc1bfda765605f0ab7c0d7d5f67ce847e09306fef52a2fb621eccdf358e5d21e82129a2b3 diff --git a/x11-misc/xflux-gui/metadata.xml b/x11-misc/xflux-gui/metadata.xml new file mode 100644 index 000000000000..54d5423c4060 --- /dev/null +++ b/x11-misc/xflux-gui/metadata.xml @@ -0,0 +1,12 @@ + + + + + ck+gentoo@bl4ckb0x.de + Conrad Kostecki + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/x11-misc/xflux-gui/xflux-gui-1.1.10.ebuild b/x11-misc/xflux-gui/xflux-gui-1.1.10.ebuild new file mode 100644 index 000000000000..b83597ea10c3 --- /dev/null +++ b/x11-misc/xflux-gui/xflux-gui-1.1.10.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 gnome2-utils + +DESCRIPTION="A GUI for f.lux" +HOMEPAGE="https://justgetflux.com/" +SRC_URI="https://github.com/xflux-gui/fluxgui/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +KEYWORDS="-* ~amd64 ~x86" +LICENSE="MIT" +SLOT="0" + +RDEPEND="dev-libs/libappindicator:2[python,${PYTHON_USEDEP}] + dev-python/gconf-python[${PYTHON_USEDEP}] + dev-python/pexpect[${PYTHON_USEDEP}] + dev-python/pygtk[${PYTHON_USEDEP}] + dev-python/pyxdg[${PYTHON_USEDEP}] + gnome-base/libglade + x11-libs/libXxf86vm + x11-misc/xflux" + +S="${WORKDIR}/fluxgui-${PV}" + +pkg_postinst() { + # Update Gnome icon cache on install + gnome2_icon_cache_update +} + +pkg_postrm() { + # Update Gnome icon cache on uninstall + gnome2_icon_cache_update +} -- cgit v1.2.3