From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 30CE61382C5 for ; Thu, 29 Mar 2018 15:04:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77444E0936; Thu, 29 Mar 2018 15:04:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C446E0936 for ; Thu, 29 Mar 2018 15:04:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37DF7335D25 for ; Thu, 29 Mar 2018 15:04:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F82B260 for ; Thu, 29 Mar 2018 15:04:36 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1522335867.133aec6aa2e6b4226479d63e41231ec96f0b315a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xflux-gui/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xflux-gui/Manifest x11-misc/xflux-gui/metadata.xml x11-misc/xflux-gui/xflux-gui-1.1.10.ebuild X-VCS-Directories: x11-misc/xflux-gui/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 133aec6aa2e6b4226479d63e41231ec96f0b315a X-VCS-Branch: master Date: Thu, 29 Mar 2018 15:04:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e70c89a6-b5e1-49c3-a94f-443cf1da8b61 X-Archives-Hash: 2872a6e73d706afe93f6f2edb7cd35bd commit: 133aec6aa2e6b4226479d63e41231ec96f0b315a Author: Conrad Kostecki bl4ckb0x de> AuthorDate: Thu Mar 29 12:56:00 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 29 15:04:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=133aec6a x11-misc/xflux-gui: New package Closes: https://bugs.gentoo.org/606130 Closes: https://github.com/gentoo/gentoo/pull/731 x11-misc/xflux-gui/Manifest | 1 + x11-misc/xflux-gui/metadata.xml | 12 ++++++++++ x11-misc/xflux-gui/xflux-gui-1.1.10.ebuild | 37 ++++++++++++++++++++++++++++++ 3 files changed, 50 insertions(+) diff --git a/x11-misc/xflux-gui/Manifest b/x11-misc/xflux-gui/Manifest new file mode 100644 index 00000000000..71d161c441f --- /dev/null +++ b/x11-misc/xflux-gui/Manifest @@ -0,0 +1 @@ +DIST xflux-gui-1.1.10.tar.gz 18828 BLAKE2B a249533ace4ff6293ff9b99a455943c1f099628bec97c2730473f8a9550ba38e78e775a10a0f77c160180f5f5d354ac8c8ac924c1a2eb9f48861491583c93285 SHA512 5e8057e47fe2cc8a59758e9ab6b3adc6a8281b42f6b517e3e1327e5470c82a326c853d5d389fd62f6d6c439be4ab70a6c8771ece87e5b8c90a33775f8b7cd54d diff --git a/x11-misc/xflux-gui/metadata.xml b/x11-misc/xflux-gui/metadata.xml new file mode 100644 index 00000000000..54d5423c406 --- /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 00000000000..b83597ea10c --- /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 +}