cherrytree: update to 0.37.0
This commit is contained in:
parent
01b8515d1c
commit
30c633de8d
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cherrytree'
|
# Template file for 'cherrytree'
|
||||||
pkgname=cherrytree
|
pkgname=cherrytree
|
||||||
version=0.36.9
|
version=0.37.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -12,12 +12,11 @@ maintainer="Logen K <logen@sudotask.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://www.giuspen.com/cherrytree/"
|
homepage="http://www.giuspen.com/cherrytree/"
|
||||||
distfiles="http://www.giuspen.com/software/${pkgname}-${version}.tar.xz"
|
distfiles="http://www.giuspen.com/software/${pkgname}-${version}.tar.xz"
|
||||||
checksum=9a073d776258726864c031f71818b357c42978bce4c323c30f7fa5bc8d36be28
|
checksum=46d3342a8777c62294f63d6afe031e30a36fbb8e10d2fd4a400b9da99425e570
|
||||||
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# don’t install useless egg
|
# don’t install useless egg
|
||||||
rm -rf {DESTDIR}/usr/lib/python2.7/site-packages
|
rm -rf ${DESTDIR}/usr/lib/python*/site-packages
|
||||||
|
|
||||||
# remove old mime registration files
|
# remove old mime registration files
|
||||||
rm -rf ${DESTDIR}/usr/share/application-registry
|
rm -rf ${DESTDIR}/usr/share/application-registry
|
||||||
|
|
Loading…
Reference in a new issue