diff --git a/srcpkgs/zim/template b/srcpkgs/zim/template index 565aeade7a..74b88abbfc 100644 --- a/srcpkgs/zim/template +++ b/srcpkgs/zim/template @@ -1,21 +1,16 @@ # Template file for 'zim' pkgname=zim version=0.62 -revision=4 +revision=5 build_style="python-module" -python_versions="2.7" +make_install_args="--skip-xdg-cmd" pycompile_module="zim" -depends="pygtk python-gobject2 python" -hostmakedepends="$depends" +hostmakedepends="python-gobject2" +depends="pygtk python-xdg desktop-file-utils" short_desc="A desktop wiki" maintainer="Enno Boland " -noarch="yes" -license="GPL" +noarch=yes +license="GPL-2" homepage="http://zim-wiki.org/" distfiles="http://zim-wiki.org/downloads/${pkgname}-${version}.tar.gz" checksum=19d62aebd2c1a92d84d80720c6c1dcdb779c39a2120468fed01b7f252511bdc2 -make_install_args="--skip-xdg-cmd" - -post_install() { - vinstall xdg/zim.xml 644 usr/share/mime/packages -}