summaryrefslogtreecommitdiffstats
path: root/office/texworks/texworks.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'office/texworks/texworks.SlackBuild')
-rw-r--r--office/texworks/texworks.SlackBuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/office/texworks/texworks.SlackBuild b/office/texworks/texworks.SlackBuild
index 6a20d2e8cd..b33ee321f6 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