Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xflux-gui/
Date: Wed, 19 Sep 2018 21:21:08
Message-Id: 1537392057.90d6df542701c90ad52610fb5a142b8cbe251e91.mgorny@gentoo
1 commit: 90d6df542701c90ad52610fb5a142b8cbe251e91
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Sun Sep 16 21:11:29 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 19 21:20:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90d6df54
7
8 x11-misc/xflux-gui: bump to version 1.1.10_p20180910
9
10 Closes: https://bugs.gentoo.org/666366
11 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
12 Package-Manager: Portage-2.3.49, Repoman-2.3.10
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14 Closes: https://github.com/gentoo/gentoo/pull/9889
15
16 x11-misc/xflux-gui/Manifest | 1 +
17 .../xflux-gui/xflux-gui-1.1.10_p20180910.ebuild | 38 ++++++++++++++++++++++
18 2 files changed, 39 insertions(+)
19
20 diff --git a/x11-misc/xflux-gui/Manifest b/x11-misc/xflux-gui/Manifest
21 index 71d161c441f..2618b655026 100644
22 --- a/x11-misc/xflux-gui/Manifest
23 +++ b/x11-misc/xflux-gui/Manifest
24 @@ -1 +1,2 @@
25 +DIST fluxgui-a3b55da976053fc978b29d191db52dfb8da2f8ee.tar.gz 30667 BLAKE2B bb9b3d3fa2f40acf3248e5cdd91a82c3f736937c03451aba41280b25fc541a3db23c6a57f2ef97ac1ce415d289c0442a387462415827009c68f169f91da589e2 SHA512 d4571f3a64c1f532642f86d4de50d5807afb856179debab77e4495dc48060c68a635d38990d174fbb67169317d7107356344507285271b0bb058f056c1e39a37
26 DIST xflux-gui-1.1.10.tar.gz 18828 BLAKE2B a249533ace4ff6293ff9b99a455943c1f099628bec97c2730473f8a9550ba38e78e775a10a0f77c160180f5f5d354ac8c8ac924c1a2eb9f48861491583c93285 SHA512 5e8057e47fe2cc8a59758e9ab6b3adc6a8281b42f6b517e3e1327e5470c82a326c853d5d389fd62f6d6c439be4ab70a6c8771ece87e5b8c90a33775f8b7cd54d
27
28 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
29 new file mode 100644
30 index 00000000000..8da11cf0d46
31 --- /dev/null
32 +++ b/x11-misc/xflux-gui/xflux-gui-1.1.10_p20180910.ebuild
33 @@ -0,0 +1,38 @@
34 +# Copyright 1999-2018 Gentoo Foundation
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI="6"
38 +
39 +MY_PV="a3b55da976053fc978b29d191db52dfb8da2f8ee"
40 +MY_P="fluxgui-${MY_PV}"
41 +
42 +PYTHON_COMPAT=( python2_7 )
43 +
44 +inherit distutils-r1 gnome2-utils
45 +
46 +DESCRIPTION="A GUI for f.lux"
47 +HOMEPAGE="https://justgetflux.com/"
48 +SRC_URI="https://github.com/xflux-gui/fluxgui/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
49 +
50 +KEYWORDS="-* ~amd64 ~x86"
51 +LICENSE="MIT"
52 +SLOT="0"
53 +
54 +RDEPEND="dev-libs/libappindicator:2[python,${PYTHON_USEDEP}]
55 + dev-python/gconf-python[${PYTHON_USEDEP}]
56 + dev-python/pexpect[${PYTHON_USEDEP}]
57 + dev-python/pygtk[${PYTHON_USEDEP}]
58 + dev-python/pyxdg[${PYTHON_USEDEP}]
59 + gnome-base/libglade
60 + x11-libs/libXxf86vm
61 + x11-misc/xflux"
62 +
63 +S="${WORKDIR}/${MY_P}"
64 +
65 +pkg_postinst() {
66 + gnome2_icon_cache_update
67 +}
68 +
69 +pkg_postrm() {
70 + gnome2_icon_cache_update
71 +}