office/texworks: Updated for version 0.6.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Johannes Schoepfer 2017-05-11 09:31:24 +07:00 committed by Willy Sudiarto Raharjo
parent e36086e3fd
commit 9edd3eff78
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 5 deletions

View file

@ -4,7 +4,7 @@
# Written by digwtx (wtx358@qq.com)
# Updated by Willy Sudiarto Raharjo
# Copyright 2016 Johannes Schoepfer
# Copyright 2016 - 2017 Johannes Schoepfer
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=texworks
VERSION=${VERSION:-0.6.1}
VERSION=${VERSION:-0.6.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -82,6 +82,7 @@ find -L . \
-DTW_BUILD_ID='slackbuilds.org' \
-DWITH_PYTHON='ON' \
-DDESIRED_QT_VERSION:STRING=4 \
-DBUILD_SHARED_LIBS=ON \
-DCMAKE_BUILD_TYPE=Release ..
make
make install DESTDIR=$PKG

View file

@ -1,8 +1,8 @@
PRGNAM="texworks"
VERSION="0.6.1"
VERSION="0.6.2"
HOMEPAGE="http://tug.org/texworks/"
DOWNLOAD="https://github.com/TeXworks/texworks/archive/release-0.6.1/texworks-release-0.6.1.tar.gz"
MD5SUM="3c482faec65442b24e941739e7caa7f6"
DOWNLOAD="https://github.com/TeXworks/texworks/archive/release-0.6.2/texworks-release-0.6.2.tar.gz"
MD5SUM="9daa261c85c8a46c1032c99b1a625ed4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="texlive"