diff options
Diffstat (limited to 'office/texworks/texworks.SlackBuild')
-rw-r--r-- | office/texworks/texworks.SlackBuild | 5 |
1 files changed, 3 insertions, 2 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 |