diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-07-02 16:24:17 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-07-02 16:24:17 +0200 |
commit | 67895671a4f9ced39b5abb9f4d470fbb8a667f54 (patch) | |
tree | 3ef801129ad7a9a56dd56445b0d0b40ea1d4f039 /x11-misc/xflux-gui | |
parent | x11-misc/xflux-gui: adjust setuptools deps (diff) | |
download | gentoo-67895671a4f9ced39b5abb9f4d470fbb8a667f54.tar.gz gentoo-67895671a4f9ced39b5abb9f4d470fbb8a667f54.tar.bz2 gentoo-67895671a4f9ced39b5abb9f4d470fbb8a667f54.zip |
x11-misc/xflux-gui: drop old version
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'x11-misc/xflux-gui')
-rw-r--r-- | x11-misc/xflux-gui/xflux-gui-1.2.0-r1.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/x11-misc/xflux-gui/xflux-gui-1.2.0-r1.ebuild b/x11-misc/xflux-gui/xflux-gui-1.2.0-r1.ebuild deleted file mode 100644 index 6d4020943388..000000000000 --- a/x11-misc/xflux-gui/xflux-gui-1.2.0-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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 -} |