diff options
author | Conrad Kostecki <conrad@kostecki.com> | 2018-09-16 23:11:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-09-19 23:20:57 +0200 |
commit | 90d6df542701c90ad52610fb5a142b8cbe251e91 (patch) | |
tree | 0778cfc3e42f7c8ec9e9b4b484c0f7d537a6b609 /x11-misc/xflux-gui | |
parent | dev-python/asciimatics: new package. (diff) | |
download | gentoo-90d6df542701c90ad52610fb5a142b8cbe251e91.tar.gz gentoo-90d6df542701c90ad52610fb5a142b8cbe251e91.tar.bz2 gentoo-90d6df542701c90ad52610fb5a142b8cbe251e91.zip |
x11-misc/xflux-gui: bump to version 1.1.10_p20180910
Closes: https://bugs.gentoo.org/666366
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/9889
Diffstat (limited to 'x11-misc/xflux-gui')
-rw-r--r-- | x11-misc/xflux-gui/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/xflux-gui/xflux-gui-1.1.10_p20180910.ebuild | 38 |
2 files changed, 39 insertions, 0 deletions
diff --git a/x11-misc/xflux-gui/Manifest b/x11-misc/xflux-gui/Manifest index 71d161c441f2..2618b655026b 100644 --- a/x11-misc/xflux-gui/Manifest +++ b/x11-misc/xflux-gui/Manifest @@ -1 +1,2 @@ +DIST fluxgui-a3b55da976053fc978b29d191db52dfb8da2f8ee.tar.gz 30667 BLAKE2B bb9b3d3fa2f40acf3248e5cdd91a82c3f736937c03451aba41280b25fc541a3db23c6a57f2ef97ac1ce415d289c0442a387462415827009c68f169f91da589e2 SHA512 d4571f3a64c1f532642f86d4de50d5807afb856179debab77e4495dc48060c68a635d38990d174fbb67169317d7107356344507285271b0bb058f056c1e39a37 DIST xflux-gui-1.1.10.tar.gz 18828 BLAKE2B a249533ace4ff6293ff9b99a455943c1f099628bec97c2730473f8a9550ba38e78e775a10a0f77c160180f5f5d354ac8c8ac924c1a2eb9f48861491583c93285 SHA512 5e8057e47fe2cc8a59758e9ab6b3adc6a8281b42f6b517e3e1327e5470c82a326c853d5d389fd62f6d6c439be4ab70a6c8771ece87e5b8c90a33775f8b7cd54d diff --git a/x11-misc/xflux-gui/xflux-gui-1.1.10_p20180910.ebuild b/x11-misc/xflux-gui/xflux-gui-1.1.10_p20180910.ebuild new file mode 100644 index 000000000000..8da11cf0d46d --- /dev/null +++ b/x11-misc/xflux-gui/xflux-gui-1.1.10_p20180910.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +MY_PV="a3b55da976053fc978b29d191db52dfb8da2f8ee" +MY_P="fluxgui-${MY_PV}" + +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/${MY_PV}.tar.gz -> ${MY_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}/${MY_P}" + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} |