mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
office/texlive-extra: Updated for version 2023.230322.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ed7dfe8857
commit
abaf16a0aa
4 changed files with 20 additions and 13 deletions
|
@ -3,3 +3,16 @@ texlive package shipped by Slackware.
|
|||
Appropriate docs are included as well.
|
||||
|
||||
Optional dependency: openjdk8
|
||||
|
||||
To integrate this package, you have to do the following steps
|
||||
as root user:
|
||||
|
||||
mktexlsr
|
||||
printf "y\n" | updmap-sys --syncwithtrees
|
||||
cp /usr/share/texmf-dist/web2c/updmap.cfg.extra \
|
||||
/usr/share/texmf-dist/web2c/updmap.cfg.extra.tmp
|
||||
updmap-sys \
|
||||
--cnffile /usr/share/texmf-dist/web2c/updmap.cfg \
|
||||
--cnffile /usr/share/texmf-dist/web2c/updmap.cfg.extra
|
||||
mv /usr/share/texmf-dist/web2c/updmap.cfg.extra.tmp \
|
||||
/usr/share/texmf-dist/web2c/updmap.cfg.extra
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
chroot . /usr/bin/mktexlsr 1>/dev/null 2>/dev/null
|
||||
printf "y\n" | chroot . /usr/bin/updmap-sys --syncwithtrees 1>/dev/null 2>/dev/null
|
||||
cp usr/share/texmf-dist/web2c/updmap.cfg.extra usr/share/texmf-dist/web2c/updmap.cfg.extra.tmp
|
||||
chroot . /usr/bin/updmap-sys --cnffile /usr/share/texmf-dist/web2c/updmap.cfg --cnffile /usr/share/texmf-dist/web2c/updmap.cfg.extra 1>/dev/null 2>/dev/null
|
||||
mv usr/share/texmf-dist/web2c/updmap.cfg.extra.tmp usr/share/texmf-dist/web2c/updmap.cfg.extra
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Copyright 2009 Patrick J. Volkerding, Sebeka, MN, USA
|
||||
# Copyright 2009 - 2014 Robby Workman, Northport, AL, USA
|
||||
# Copyright 2016 - 2022 Johannes Schoepfer, Germany
|
||||
# Copyright 2016 - 2023 Johannes Schoepfer, Germany
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,8 +27,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=texlive-extra
|
||||
TEXMFVERSION=${TEXMFVERSION:-210418}
|
||||
VERSION=${VERSION:-2021.210418}
|
||||
TEXMFVERSION=${TEXMFVERSION:-230322}
|
||||
VERSION=${VERSION:-2023.230322}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -77,7 +77,6 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
|||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="texlive-extra"
|
||||
VERSION="2021.210418"
|
||||
VERSION="2023.230322"
|
||||
HOMEPAGE="https://tug.org/texlive/"
|
||||
DOWNLOAD="http://slackware.schoepfer.info/slackbuilds/texlive/texlive-extra-210418.tar.xz"
|
||||
MD5SUM="2ba79dc8df413557d06fa3cb8df04080"
|
||||
DOWNLOAD="http://slackware.schoepfer.info/slackbuilds/texlive/texlive-extra-230322.tar.xz"
|
||||
MD5SUM="2a6406b9fca2625cb1d4306e33fe4a3e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
REQUIRES="%README%"
|
||||
MAINTAINER="Johannes Schoepfer"
|
||||
EMAIL="slackbuilds@schoepfer.info"
|
||||
|
|
Loading…
Reference in a new issue