From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xflux-gui/
Date: Fri, 2 Jul 2021 14:32:14 +0000 (UTC) [thread overview]
Message-ID: <1625235758.a628fdfd2d70b101cb3a3125398d4f814b9bdfed.conikost@gentoo> (raw)
commit: a628fdfd2d70b101cb3a3125398d4f814b9bdfed
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 2 14:22:38 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Jul 2 14:22:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a628fdfd
x11-misc/xflux-gui: adjust setuptools deps
Closes: https://bugs.gentoo.org/799821
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
x11-misc/xflux-gui/xflux-gui-1.2.0-r2.ebuild | 49 ++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
diff --git a/x11-misc/xflux-gui/xflux-gui-1.2.0-r2.ebuild b/x11-misc/xflux-gui/xflux-gui-1.2.0-r2.ebuild
new file mode 100644
index 00000000000..5f37b1f64e8
--- /dev/null
+++ b/x11-misc/xflux-gui/xflux-gui-1.2.0-r2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS="no"
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1 gnome2-utils xdg-utils
+
+DESCRIPTION="A GUI for f.lux"
+HOMEPAGE="https://github.com/xflux-gui/fluxgui/"
+SRC_URI="https://github.com/${PN}/fluxgui/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/fluxgui-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="-* amd64 x86"
+
+PATCHES=( "${FILESDIR}/${P}-disable-gschemas-compiled.patch" )
+
+RDEPEND="
+ dev-libs/libappindicator:3
+ dev-python/pexpect[${PYTHON_USEDEP}]
+ dev-python/pygobject[${PYTHON_USEDEP}]
+ dev-python/pyxdg[${PYTHON_USEDEP}]
+ x11-libs/libXxf86vm
+ x11-misc/xflux
+"
+
+python_install() {
+ # Don't let the package compiling the schemas,
+ # as this could cause a file collision
+ export DISABLE_GSCHEMAS_COMPILED="true"
+
+ distutils-r1_python_install
+}
+
+pkg_postinst() {
+ gnome2_schemas_update
+ xdg_desktop_database_update
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_schemas_update
+ xdg_desktop_database_update
+ xdg_icon_cache_update
+}
next reply other threads:[~2021-07-02 14:32 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-02 14:32 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-09 17:41 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xflux-gui/ Conrad Kostecki
2022-12-20 15:50 Conrad Kostecki
2022-12-04 14:34 Conrad Kostecki
2022-12-04 14:34 Conrad Kostecki
2022-11-03 22:37 Conrad Kostecki
2022-11-03 22:37 Conrad Kostecki
2022-02-09 22:57 Conrad Kostecki
2022-02-09 22:57 Conrad Kostecki
2021-07-02 14:32 Conrad Kostecki
2021-07-01 21:16 Conrad Kostecki
2020-08-25 19:25 Conrad Kostecki
2020-08-23 18:14 Conrad Kostecki
2019-12-17 18:40 Conrad Kostecki
2019-12-02 23:22 Conrad Kostecki
2019-10-03 6:21 Michał Górny
2019-10-02 19:08 Agostino Sarubbo
2019-10-02 18:53 Agostino Sarubbo
2019-09-18 3:33 Joonas Niilola
2019-07-21 21:48 Andreas Sturmlechner
2019-06-05 7:46 Agostino Sarubbo
2019-05-08 22:56 Andreas Sturmlechner
2019-04-09 14:29 Mikle Kolyada
2018-10-28 22:39 Patrice Clement
2018-09-19 21:21 Michał Górny
2018-05-09 8:52 Agostino Sarubbo
2018-05-07 23:55 Thomas Deutschmann
2018-03-29 15:04 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1625235758.a628fdfd2d70b101cb3a3125398d4f814b9bdfed.conikost@gentoo \
--to=conikost@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox