summaryrefslogtreecommitdiff
path: root/app-office/zfo-editor/zfo-editor-0.3.2.ebuild
blob: 455c0c533ab3fa7230424ab5e487e528fbabe227 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright 1999-2015 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
}