# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 PYTHON_COMPAT=( python{3_3,3_4,3_5} ) inherit python-r1 gnome2-utils DESCRIPTION="A simple application to manage Xfce panel layouts" HOMEPAGE="https://launchpad.net/xfpanel-switch" SRC_URI="https://launchpad.net/${PN}/1.0/${PV}/+download/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="dev-python/pygobject[${PYTHON_USEDEP}]" RDEPEND=">=xfce-base/xfce4-panel-4.12" src_configure() { python_configure() { ${S}/configure --prefix=/usr --python=python3 } python_foreach_impl python_configure } pkg_postinst() { gnome2_icon_cache_update } pkg_postrm() { gnome2_icon_cache_update }