development/tea: Updated for version 50.0.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2020-03-28 11:15:33 +07:00 committed by Willy Sudiarto Raharjo
parent 5692299fab
commit 48ddaae357
No known key found for this signature in database
GPG key ID: 887B8374D7333381
4 changed files with 13 additions and 9 deletions

View file

@ -6,3 +6,6 @@ install qt5 (from slackbuilds.org) and run the script with the
following command:
QT5=yes ./tea.SlackBuild
poppler-qt5 is an optional dependency. It provides pdf text reading
capabilities.

View file

@ -3,7 +3,7 @@
# Slackware build script for tea
# Written by Nai (bluedbs@gmail.com)
# Copyright 2018 Isaac Yu <isaacyu1@isaacyu1.com>
# Copyright 2018-2020 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,10 +24,12 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=tea
VERSION=${VERSION:-47.0.1}
VERSION=${VERSION:-50.0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCNAM=tea-qt
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;
@ -60,9 +62,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \

View file

@ -1,4 +1,3 @@
[Desktop Entry]
Type=Application
Name=tea

View file

@ -1,8 +1,8 @@
PRGNAM="tea"
VERSION="47.0.1"
VERSION="50.0.4"
HOMEPAGE="http://semiletov.org/tea/"
DOWNLOAD="http://semiletov.org/tea/dloads/tea-47.0.1.tar.bz2"
MD5SUM="7af54f1421edbd7e417d0eb43e958321"
DOWNLOAD="https://github.com/psemiletov/tea-qt/archive/50.0.4/tea-qt-50.0.4.tar.gz"
MD5SUM="bd713fc3e3086b04175ccb00622616f9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""