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 | |
parent | 5692299fabfaae6394e8259761679adc90044666 (diff) | |
download | slackbuilds-48ddaae357f8934893d9644963498c2d7e262888.tar.gz |
development/tea: Updated for version 50.0.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/tea/README | 3 | ||||
-rw-r--r-- | development/tea/tea.SlackBuild | 12 | ||||
-rw-r--r-- | development/tea/tea.desktop | 1 | ||||
-rw-r--r-- | development/tea/tea.info | 6 |
4 files changed, 13 insertions, 9 deletions
diff --git a/development/tea/README b/development/tea/README index 3d1f287af3..872d26c587 100644 --- a/development/tea/README +++ b/development/tea/README @@ -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. diff --git a/development/tea/tea.SlackBuild b/development/tea/tea.SlackBuild index 43b04928ae..5145922bb2 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 \) \ diff --git a/development/tea/tea.desktop b/development/tea/tea.desktop index 4497cd209d..67ed21de52 100644 --- a/development/tea/tea.desktop +++ b/development/tea/tea.desktop @@ -1,4 +1,3 @@ - [Desktop Entry] Type=Application Name=tea diff --git a/development/tea/tea.info b/development/tea/tea.info index b7f14f9e3b..226e50d7af 100644 --- a/development/tea/tea.info +++ b/development/tea/tea.info @@ -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="" |