summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Johannes Schoepfer <slackbuilds[at]schoepfer[dot]info>2017-05-11 09:31:24 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-05-13 06:59:27 +0700
commitc6fbe8916676890142024ef76c519b744f93aa47 (patch)
treedd974d83f6a796f8685c5e67bed7f44b10f04ac6 /office
parent80481c72a4f4225013671b1cb7ae6f2be9ee8039 (diff)
downloadslackbuilds-c6fbe8916676890142024ef76c519b744f93aa47.tar.gz
slackbuilds-c6fbe8916676890142024ef76c519b744f93aa47.tar.xz
office/texworks: Updated for version 0.6.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/texworks/texworks.SlackBuild5
-rw-r--r--office/texworks/texworks.info6
2 files changed, 6 insertions, 5 deletions
diff --git a/office/texworks/texworks.SlackBuild b/office/texworks/texworks.SlackBuild
index e2f4a104a3..7fb4fb4a7c 100644
--- a/office/texworks/texworks.SlackBuild
+++ b/office/texworks/texworks.SlackBuild
@@ -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
diff --git a/office/texworks/texworks.info b/office/texworks/texworks.info
index daaa172cb7..c454c2f98f 100644
--- a/office/texworks/texworks.info
+++ b/office/texworks/texworks.info
@@ -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"