From fedf5de6020956ee4515e36d4b27194feb37246e Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Wed, 29 Oct 2014 16:19:55 +0100 Subject: [PATCH] zim: fix deps; misc tweaks --- srcpkgs/zim/template | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/srcpkgs/zim/template b/srcpkgs/zim/template index 565aeade7a2..74b88abbfc1 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 -}