development/leo: Updated for version 5.5.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2017-03-24 19:22:51 +01:00 committed by David Spencer
parent d8354bc4d2
commit 5521d9cc91
2 changed files with 8 additions and 9 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for leo
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,8 +24,7 @@
PRGNAM=leo
SRCNAM=${PRGNAM^}
SRCVER=${SRCVER:-5.3-final}
VERSION=$(echo $SRCVER | tr - .)
VERSION=${VERSION:-5.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -61,9 +60,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$SRCVER
unzip $CWD/$SRCNAM-$SRCVER.zip
cd $SRCNAM-$SRCVER
rm -rf $SRCNAM-$VERSION
unzip $CWD/$SRCNAM-$VERSION.zip
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View file

@ -1,8 +1,8 @@
PRGNAM="leo"
VERSION="5.3.final"
VERSION="5.5"
HOMEPAGE="http://leoeditor.com"
DOWNLOAD="http://sourceforge.net/projects/leo/files/Leo/5.3-final/Leo-5.3-final.zip"
MD5SUM="c36e6a70da20b17f0f6c879b3215437b"
DOWNLOAD="https://downloads.sourceforge.net/project/leo/Leo/5.5-final/Leo-5.5.zip"
MD5SUM="86cc269b954105f7e84811041704eb3a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="PyQt5"