office/CherryTree: Updated for version 0.37.2.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2016-07-16 02:24:36 +03:00 committed by Willy Sudiarto Raharjo
parent 15f887b25f
commit e976064b44
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 6 deletions

View file

@ -24,7 +24,7 @@
PRGNAM=CherryTree
SRCNAM=${PRGNAM,,}
VERSION=${VERSION:-0.36.6}
VERSION=${VERSION:-0.37.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -68,9 +68,9 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# fixed man page path
# fix man page path
sed -i 's/share\/man/man/' setup.py
python setup.py install --root=$PKG

View file

@ -1,8 +1,8 @@
PRGNAM="CherryTree"
VERSION="0.36.6"
VERSION="0.37.2"
HOMEPAGE="http://www.giuspen.com/cherrytree"
DOWNLOAD="http://www.giuspen.com/software/cherrytree-0.36.6.tar.xz"
MD5SUM="626a8b671620c1b121fe19a5ca32de86"
DOWNLOAD="http://www.giuspen.com/software/cherrytree-0.37.2.tar.xz"
MD5SUM="00af526d55b60ed34e6b2b0a983a1592"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pygtksourceview"