2015-09-27 11:13:58 -07:00
|
|
|
|
# Template file for 'cherrytree'
|
|
|
|
|
pkgname=cherrytree
|
2016-08-25 12:17:57 +02:00
|
|
|
|
version=0.37.4
|
2015-09-27 11:13:58 -07:00
|
|
|
|
revision=1
|
|
|
|
|
noarch=yes
|
|
|
|
|
build_style=python-module
|
|
|
|
|
hostmakedepends="python-setuptools desktop-file-utils"
|
2015-10-10 08:11:00 -07:00
|
|
|
|
depends="pygtksourceview python-dbus python-enchant desktop-file-utils"
|
2015-09-27 11:13:58 -07:00
|
|
|
|
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"
|
2016-08-25 12:17:57 +02:00
|
|
|
|
checksum=6983a25f550b437ebe579af3e161ff35a768962cc2c09ab4743ae34116246f21
|
2015-09-27 11:13:58 -07:00
|
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
|
# don’t install useless egg
|
2016-05-27 08:44:50 +02:00
|
|
|
|
rm -rf ${DESTDIR}/usr/lib/python*/site-packages
|
2015-09-27 11:13:58 -07:00
|
|
|
|
|
|
|
|
|
# remove old mime registration files
|
|
|
|
|
rm -rf ${DESTDIR}/usr/share/application-registry
|
|
|
|
|
rm -rf ${DESTDIR}/usr/share/mime-info
|
|
|
|
|
}
|