New Package: cherrytree-0.35.10

cherrytree: fixed arm
This commit is contained in:
Logen Kain 2015-09-27 11:13:58 -07:00
parent f2e629ab7b
commit 2b4e0350ac
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# Template file for 'cherrytree'
pkgname=cherrytree
version=0.35.10
revision=1
noarch=yes
build_style=python-module
hostmakedepends="python-setuptools desktop-file-utils"
depends="pygtksourceview python-dbus 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=34ed912074387a3a1e7b6b07d3b231b6a9c11165bbe52cbebf13b3b0ee46de12
post_install() {
# dont install useless egg
rm -rf {DESTDIR}/usr/lib/python2.7/site-packages
# remove old mime registration files
rm -rf ${DESTDIR}/usr/share/application-registry
rm -rf ${DESTDIR}/usr/share/mime-info
}