development/tea: Updated for version 46.3.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Isaac Yu 2018-11-15 21:12:17 +00:00 committed by Willy Sudiarto Raharjo
parent 36e3ca36b1
commit 37697cdd76
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 12 additions and 10 deletions

View file

@ -1,7 +1,8 @@
TEA is the text editor for UNIX-like systems and Windows. With an TEA is the text editor for UNIX-like systems and Windows. With an
ultimate small size, TEA provides you hundreds of functions. ultimate small size, TEA provides you hundreds of functions.
If you prefer to build TEA against Qt5 rather than Qt4, install TEA is by default built against qt4. In building TEA against qt5,
qt5 (available from SlackBuilds.org) and run the script like that: install qt5 (from slackbuilds.org) and run the script with the
following command:
USE_QT5=yes ./tea.SlackBuild QT5=yes ./tea.SlackBuild

View file

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=tea PRGNAM=tea
VERSION=${VERSION:-45.0.2} VERSION=${VERSION:-46.3.0}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -70,12 +70,13 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \; -exec chmod 644 {} \;
if [ ${USE_QT5:-no} = yes ]; then if [ ${QT5:-no} = yes ]; then
qmake-qt5 "PREFIX=/usr/bin" "QMAKE_CXXFLAGS+=$SLKCFLAGS" "QMAKE_CFLAGS+=$SLKCFLAGS" QMAKE=qmake-qt5
else else
qmake "PREFIX=/usr/bin" "QMAKE_CXXFLAGS+=$SLKCFLAGS" "QMAKE_CFLAGS+=$SLKCFLAGS" QMAKE=qmake
fi fi
$QMAKE "PREFIX=/usr/bin" "QMAKE_CXXFLAGS+=$SLKCFLAGS" "QMAKE_CFLAGS+=$SLKCFLAGS"
make make
make install INSTALL_ROOT=$PKG make install INSTALL_ROOT=$PKG

View file

@ -1,8 +1,8 @@
PRGNAM="tea" PRGNAM="tea"
VERSION="45.0.2" VERSION="46.3.0"
HOMEPAGE="http://semiletov.org/tea/" HOMEPAGE="http://semiletov.org/tea/"
DOWNLOAD="http://semiletov.org/tea/dloads/tea-45.0.2.tar.bz2" DOWNLOAD="http://semiletov.org/tea/dloads/tea-46.3.0.tar.bz2"
MD5SUM="cdb7235066340f3f940d6f8d2a43ceec" MD5SUM="7a513005545a66b796808b0029eeccd5"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""