diff options
Diffstat (limited to 'app-office/zfo-editor/zfo-editor-0.3.2.ebuild')
-rw-r--r-- | app-office/zfo-editor/zfo-editor-0.3.2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-office/zfo-editor/zfo-editor-0.3.2.ebuild b/app-office/zfo-editor/zfo-editor-0.3.2.ebuild index f14fcb1..455c0c5 100644 --- a/app-office/zfo-editor/zfo-editor-0.3.2.ebuild +++ b/app-office/zfo-editor/zfo-editor-0.3.2.ebuild @@ -6,7 +6,7 @@ EAPI=6 PYTHON_COMPAT=( "python2_7" ) -DESCRIPTION="ZFO editor allows working with ZFO forms on systems which are not officially or at all supported by SW602 602XML Filler." +DESCRIPTION="ZFO editor allows working with ZFO forms files." SLOT=0 @@ -19,12 +19,12 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" RDEPEND="${PYTHON_DEPS} - dev-python/pywebkitgtk[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}]" + dev-python/pywebkitgtk[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" pkg_postinst() { - xdg_desktop_database_update - xdg_mimeinfo_database_update + xdg_desktop_database_update + xdg_mimeinfo_database_update } |