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