diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2024-02-22 21:34:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-24 15:34:46 +0700 |
commit | 43fb36f2caf8184c95a8f1ef41761ec4095803f2 (patch) | |
tree | d676ae8f547a38fc46721576c7c008f2bf5c1489 | |
parent | 6c6fadfb77dba14e8f6f75bbb5b528e96ad45ac7 (diff) |
office/texworks: Updated for version 0.6.9.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | office/texworks/texworks.SlackBuild | 14 | ||||
-rw-r--r-- | office/texworks/texworks.info | 6 |
2 files changed, 10 insertions, 10 deletions
diff --git a/office/texworks/texworks.SlackBuild b/office/texworks/texworks.SlackBuild index 6a20d2e8cdbd..b33ee321f65d 100644 --- a/office/texworks/texworks.SlackBuild +++ b/office/texworks/texworks.SlackBuild @@ -2,8 +2,8 @@ # Slackware build script for TeXworks -# Written by digwtx (wtx358@qq.com) -# Copyright 2016 - 2023 Johannes Schoepfer, Germany +# Written by digwtx +# Copyright 2016-2024 Johannes Schoepfer, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=texworks -VERSION=${VERSION:-0.6.8} +VERSION=${VERSION:-0.6.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -73,9 +73,9 @@ cd $PRGNAM-release-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ + -o -perm 511 \) -exec chmod 755 {} + -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} + mkdir build cd build @@ -85,9 +85,9 @@ cd build -DCMAKE_INSTALL_PREFIX=/usr \ -DTeXworks_PLUGIN_DIR="/usr/lib$LIBDIRSUFFIX/texworks" \ -DTW_BUILD_ID='slackbuilds.org' \ - -DWITH_PYTHON='ON' \ + -DWITH_PYTHON='Off' \ -DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python3 \ - -DBUILD_SHARED_LIBS=ON \ + -DBUILD_SHARED_LIBS='ON' \ -DCMAKE_BUILD_TYPE=Release \ .. make diff --git a/office/texworks/texworks.info b/office/texworks/texworks.info index af8c4d7eb45f..b429d3d677ad 100644 --- a/office/texworks/texworks.info +++ b/office/texworks/texworks.info @@ -1,8 +1,8 @@ PRGNAM="texworks" -VERSION="0.6.8" +VERSION="0.6.9" HOMEPAGE="https://tug.org/texworks/" -DOWNLOAD="https://github.com/TeXworks/texworks/archive/release-0.6.8/texworks-release-0.6.8.tar.gz" -MD5SUM="47a5100e9b154ff0766ff3e9ae20c3ad" +DOWNLOAD="https://github.com/TeXworks/texworks/archive/release-0.6.9/texworks-release-0.6.9.tar.gz" +MD5SUM="a0b440da408100f940ccf8a985d9b773" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |