summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conrad@kostecki.com>2019-09-17 20:56:32 +0200
committerJoonas Niilola <juippis@gentoo.org>2019-09-18 06:33:39 +0300
commit1eb690f98f8ff899585e04d7b541e0806897758b (patch)
treea9e91a24d3a2f8b4a4c1b4b938965b2d05b29fc7 /x11-misc/xflux-gui
parentx11-misc/xflux-gui: disable gschemas compilation (diff)
downloadgentoo-1eb690f98f8ff899585e04d7b541e0806897758b.tar.gz
gentoo-1eb690f98f8ff899585e04d7b541e0806897758b.tar.bz2
gentoo-1eb690f98f8ff899585e04d7b541e0806897758b.zip
x11-misc/xflux-gui: drop old version
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Closes: https://github.com/gentoo/gentoo/pull/12714 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-misc/xflux-gui')
-rw-r--r--x11-misc/xflux-gui/xflux-gui-1.2.0.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/x11-misc/xflux-gui/xflux-gui-1.2.0.ebuild b/x11-misc/xflux-gui/xflux-gui-1.2.0.ebuild
deleted file mode 100644
index 17a3f60962e4..000000000000
--- a/x11-misc/xflux-gui/xflux-gui-1.2.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{5,6,7} )
-
-inherit distutils-r1 xdg-utils
-
-DESCRIPTION="A GUI for f.lux"
-HOMEPAGE="https://justgetflux.com/"
-SRC_URI="https://github.com/${PN}/fluxgui/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-
-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
-"
-
-S="${WORKDIR}/fluxgui-${PV}"
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}