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>
This commit is contained in:
Johannes Schoepfer 2024-02-22 21:34:49 +07:00 committed by Willy Sudiarto Raharjo
parent 6c6fadfb77
commit 43fb36f2ca
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -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=""