zim: fix deps; misc tweaks

This commit is contained in:
Alessio Sergi 2014-10-29 16:19:55 +01:00
parent dbbf0f22ab
commit fedf5de602

View File

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