mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
office/texworks: Updated for version 0.6.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
338a2749bb
commit
f4ba03f021
5 changed files with 77 additions and 52 deletions
|
@ -1,3 +1,9 @@
|
||||||
TeXworks is an environment for authoring TeX (LaTeX, ConTeXt, etc) documents,
|
TeXworks is an environment for authoring TeX (LaTeX, ConTeXt, etc)
|
||||||
with a Unicode-based, TeX-aware editor, integrated PDF viewer, and a clean,
|
documents, with a Unicode-based, TeX-aware editor, integrated PDF
|
||||||
simple interface accessible to casual and non-technical users.
|
viewer, and a clean, simple interface accessible to casual and
|
||||||
|
non-technical users. The integrated PDF viewer supports synctex, e.g.
|
||||||
|
control-clicking within the source text to locate the corresponding
|
||||||
|
position in the PDF, and vice versa.
|
||||||
|
|
||||||
|
Optionally, hunspell dictionaries provide spellchecking support.
|
||||||
|
Install hunspell-de, hunspell-en, hunspell-es or hunspell-pl.
|
||||||
|
|
|
@ -6,13 +6,13 @@
|
||||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
texworks: texworks (TeX editor)
|
texworks: texworks (A TeX IDE)
|
||||||
texworks:
|
texworks:
|
||||||
texworks: TeXworks is a simple environment for editing, typesetting,
|
texworks: TeXworks is an effort to build a simple TeX front-end. The
|
||||||
texworks: and previewing TeX documents.
|
texworks: integrated PDF viewer supports control-clicking within the source
|
||||||
texworks:
|
texworks: text to locate the corresponding position in the PDF, and vice versa.
|
||||||
texworks: Homepage: http://code.google.com/p/texworks/
|
|
||||||
texworks:
|
texworks:
|
||||||
|
texworks: Homepage: http://tug.org/texworks/
|
||||||
texworks:
|
texworks:
|
||||||
texworks:
|
texworks:
|
||||||
texworks:
|
texworks:
|
||||||
|
|
|
@ -4,16 +4,34 @@
|
||||||
|
|
||||||
# Written by digwtx (wtx358@qq.com)
|
# Written by digwtx (wtx358@qq.com)
|
||||||
# Updated by Willy Sudiarto Raharjo
|
# Updated by Willy Sudiarto Raharjo
|
||||||
|
# Copyright 2016 Johannes Schoepfer
|
||||||
|
# All rights reserved.
|
||||||
|
#
|
||||||
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
# permitted provided that the following conditions are met:
|
||||||
|
#
|
||||||
|
# 1. Redistributions of this script must retain the above copyright
|
||||||
|
# notice, this list of conditions and the following disclaimer.
|
||||||
|
#
|
||||||
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||||
|
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||||
|
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
||||||
|
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
|
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
|
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
|
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
|
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
|
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=texworks
|
PRGNAM=texworks
|
||||||
GVERSION=${GVERSION:-0.4.4-r1004}
|
VERSION=${VERSION:-0.6.1}
|
||||||
VERSION=${VERSION:-0.4.4}
|
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
i?86) ARCH=i486 ;;
|
i?86) ARCH=i586 ;;
|
||||||
arm*) ARCH=arm ;;
|
arm*) ARCH=arm ;;
|
||||||
*) ARCH=$( uname -m ) ;;
|
*) ARCH=$( uname -m ) ;;
|
||||||
esac
|
esac
|
||||||
|
@ -24,11 +42,11 @@ TMP=${TMP:-/tmp/SBo}
|
||||||
PKG=$TMP/package-$PRGNAM
|
PKG=$TMP/package-$PRGNAM
|
||||||
OUTPUT=${OUTPUT:-/tmp}
|
OUTPUT=${OUTPUT:-/tmp}
|
||||||
|
|
||||||
if [ "$ARCH" = "i486" ]; then
|
if [ "$ARCH" = "i586" ]; then
|
||||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686 -pipe"
|
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||||
LIBDIRSUFFIX=""
|
LIBDIRSUFFIX=""
|
||||||
elif [ "$ARCH" = "i686" ]; then
|
elif [ "$ARCH" = "i686" ]; then
|
||||||
SLKCFLAGS="-O2 -march=i686 -pipe"
|
SLKCFLAGS="-O2 -march=i686"
|
||||||
LIBDIRSUFFIX=""
|
LIBDIRSUFFIX=""
|
||||||
elif [ "$ARCH" = "x86_64" ]; then
|
elif [ "$ARCH" = "x86_64" ]; then
|
||||||
SLKCFLAGS="-O2 -fPIC"
|
SLKCFLAGS="-O2 -fPIC"
|
||||||
|
@ -43,40 +61,49 @@ set -e
|
||||||
rm -rf $PKG
|
rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-release-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$GVERSION.tar.gz
|
tar xvf $CWD/$PRGNAM-release-$VERSION.tar.gz
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-release-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
-exec chmod 755 {} \; -o \
|
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
qmake -unix PREFIX=/usr \
|
( mkdir build
|
||||||
QMAKE_CFLAGS_RELEASE="$SLKCFLAGS" \
|
cd build
|
||||||
QMAKE_CXXFLAGS_RELEASE="$SLKCFLAGS"
|
#-DWITH_LUA='ON' \
|
||||||
|
cmake \
|
||||||
|
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
|
||||||
|
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
|
||||||
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
|
-DTeXworks_PLUGIN_DIR="/usr/lib$LIBDIRSUFFIX/texworks" \
|
||||||
|
-DTW_BUILD_ID='slackbuilds.org' \
|
||||||
|
-DWITH_PYTHON='ON' \
|
||||||
|
-DDESIRED_QT_VERSION:STRING=4 \
|
||||||
|
-DCMAKE_BUILD_TYPE=Release ..
|
||||||
|
make
|
||||||
|
make install DESTDIR=$PKG
|
||||||
|
)
|
||||||
|
|
||||||
make || exit 1
|
#-DMAN_INSTALL_DIR=/usr/man doesn't work here
|
||||||
|
mkdir -p $PKG/usr/man/man1
|
||||||
|
cat $PKG/usr/share/man/man1/texworks.1 | gzip > $PKG/usr/man/man1/texworks.1.gz
|
||||||
|
rm -rf $PKG/usr/share/man
|
||||||
|
|
||||||
mkdir -pv $PKG/usr/bin
|
( mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
mkdir -pv $PKG/usr/share/pixmaps
|
cd $PKG/usr/share/doc/texworks
|
||||||
mkdir -pv $PKG/usr/share/applications
|
mv COPYING NEWS README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
|
)
|
||||||
|
rm -rf $PKG/usr/share/doc
|
||||||
|
|
||||||
cp texworks $PKG/usr/bin/
|
|
||||||
cp res/images/TeXworks.png $PKG/usr/share/pixmaps
|
|
||||||
cp $CWD/texworks.desktop $PKG/usr/share/applications
|
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
|
||||||
cp -a \
|
|
||||||
COPYING README \
|
|
||||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
find $PKG | xargs file | grep -e "executable" -e "shared object" \
|
find $PKG | xargs file | grep -e "executable" -e "shared object" \
|
||||||
| grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
| grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||||
|
|
||||||
mkdir -pv $PKG/install
|
mkdir -p $PKG/install
|
||||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||||
|
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
[Desktop Entry]
|
|
||||||
Type=Application
|
|
||||||
Version=1.0
|
|
||||||
Name=TeXWorks
|
|
||||||
Comment=Run TeXWorks
|
|
||||||
Icon=TeXworks
|
|
||||||
Exec=texworks
|
|
||||||
Terminal=false
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="texworks"
|
PRGNAM="texworks"
|
||||||
VERSION="0.4.4"
|
VERSION="0.6.1"
|
||||||
HOMEPAGE="http://code.google.com/p/texworks/"
|
HOMEPAGE="http://tug.org/texworks/"
|
||||||
DOWNLOAD="https://texworks.googlecode.com/files/texworks-0.4.4-r1004.tar.gz"
|
DOWNLOAD="https://github.com/TeXworks/texworks/archive/release-0.6.1/texworks-release-0.6.1.tar.gz"
|
||||||
MD5SUM="e5e70cd9671f7f8d6ff7978ebcbaa9b4"
|
MD5SUM="3c482faec65442b24e941739e7caa7f6"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES="texlive"
|
||||||
MAINTAINER="digwtx"
|
MAINTAINER="Johannes Schoepfer"
|
||||||
EMAIL="wtx358@qq.com"
|
EMAIL="slackbuilds[at]schoepfer[dot]info"
|
||||||
|
|
Loading…
Reference in a new issue