void-packages/srcpkgs/cherrytree/template
maxice8 c8b6259c9f cherrytree: update to 0.38.4.
Closes #9726.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2017-12-04 11:25:29 +01:00

25 lines
837 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Template file for 'cherrytree'
pkgname=cherrytree
version=0.38.4
revision=1
noarch=yes
build_style=python2-module
hostmakedepends="python-devel desktop-file-utils"
depends="pygtksourceview python-dbus python-enchant desktop-file-utils"
pycompile_dirs="usr/share/cherrytree/modules"
short_desc="Hierarchial note taking application with syntax highlighting"
maintainer="Logen K <logen@sudotask.com>"
license="GPL-3"
homepage="http://www.giuspen.com/cherrytree/"
distfiles="http://www.giuspen.com/software/${pkgname}-${version}.tar.xz"
checksum=e2a1d2338b8d90d5db14ae8c41bda27c95ef31113f3062a1e2e7449a67f75ffd
post_install() {
# dont install useless egg
rm -rf ${DESTDIR}/usr/lib/python*/site-packages
# remove old mime registration files
rm -rf ${DESTDIR}/usr/share/application-registry
rm -rf ${DESTDIR}/usr/share/mime-info
}