diff options
author | Isaac Yu <isaacyu@isaacyu1.com> | 2020-03-28 11:15:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-03-28 11:15:50 +0700 |
commit | 48ddaae357f8934893d9644963498c2d7e262888 (patch) | |
tree | b26efa033fc30755682c46c8c634474e250970d8 /development/tea/tea.SlackBuild | |
parent | 5692299fabfaae6394e8259761679adc90044666 (diff) |
development/tea: Updated for version 50.0.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/tea/tea.SlackBuild')
-rw-r--r-- | development/tea/tea.SlackBuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/development/tea/tea.SlackBuild b/development/tea/tea.SlackBuild index 43b04928ae383..5145922bb265e 100644 --- a/development/tea/tea.SlackBuild +++ b/development/tea/tea.SlackBuild @@ -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 \) \ |