# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 PYTHON_COMPAT=( "python2_7" ) DESCRIPTION="ZFO editor allows working with ZFO forms files." SLOT=0 inherit distutils-r1 xdg-utils HOMEPAGE="https://labs.nic.cz/cs/zfo-editor.html" SRC_URI="https://www.nic.cz/files/labs/zfo_editor/${PN}-${PV}.tar.gz" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" RDEPEND="${PYTHON_DEPS} dev-python/pywebkitgtk[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" pkg_postinst() { xdg_desktop_database_update xdg_mimeinfo_database_update }