diff options
Diffstat (limited to 'office')
-rw-r--r-- | office/texworks/texworks.SlackBuild | 5 | ||||
-rw-r--r-- | office/texworks/texworks.info | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/office/texworks/texworks.SlackBuild b/office/texworks/texworks.SlackBuild index e2f4a104a37e..7fb4fb4a7cbe 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 daaa172cb781..c454c2f98fcb 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" |