summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Johannes Schoepfer <slackbuilds[at]schoepfer[dot]info>2017-11-14 13:50:53 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-11-18 12:40:25 +0700
commit26567af3f0d2ce98338d05a344aa5e44b2ad30a5 (patch)
tree858b4c619298ec32a8a299fa21b0227d9f9d2041 /office
parent5c64d166b67d6ae0fa8d4587a35776d32d8f89db (diff)
downloadslackbuilds-26567af3f0d2ce98338d05a344aa5e44b2ad30a5.tar.gz
slackbuilds-26567af3f0d2ce98338d05a344aa5e44b2ad30a5.tar.xz
office/texlive-fonts: Updated for version 2017.171108.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/texlive-fonts/README1
-rw-r--r--office/texlive-fonts/doinst.sh4
-rw-r--r--office/texlive-fonts/slack-desc2
-rw-r--r--office/texlive-fonts/texlive-fonts.SlackBuild7
-rw-r--r--office/texlive-fonts/texlive-fonts.info6
5 files changed, 11 insertions, 9 deletions
diff --git a/office/texlive-fonts/README b/office/texlive-fonts/README
index bf488a566b..07355942b4 100644
--- a/office/texlive-fonts/README
+++ b/office/texlive-fonts/README
@@ -1,3 +1,4 @@
texlive-fonts (fonts for TeXLive)
These are the remaining fonts from the TeXLive distribution.
+Appropriate docs are included as well.
diff --git a/office/texlive-fonts/doinst.sh b/office/texlive-fonts/doinst.sh
index a939f14d90..b746d7e20b 100644
--- a/office/texlive-fonts/doinst.sh
+++ b/office/texlive-fonts/doinst.sh
@@ -1,4 +1,2 @@
-[ -f usr/share/texmf-config/web2c/updmap.cfg ] && rm usr/share/texmf-config/web2c/updmap.cfg
chroot . /usr/bin/mktexlsr 1>/dev/null 2>/dev/null
-printf "y\n" | chroot . /usr/bin/updmap-sys --nohash --syncwithtrees 1>/dev/null 2>/dev/null
-chroot . /usr/bin/fmtutil-sys --all 1>/dev/null 2>/dev/null
+printf "y\n" | chroot . /usr/bin/updmap-sys --syncwithtrees 1>/dev/null 2>/dev/null
diff --git a/office/texlive-fonts/slack-desc b/office/texlive-fonts/slack-desc
index a76bcd67b6..ec71f0e97f 100644
--- a/office/texlive-fonts/slack-desc
+++ b/office/texlive-fonts/slack-desc
@@ -9,7 +9,7 @@
texlive-fonts: texlive-fonts (fonts for TeXLive)
texlive-fonts:
texlive-fonts: These are the remaining fonts from the TeXLive distribution.
-texlive-fonts:
+texlive-fonts: Appropriate docs are included as well.
texlive-fonts:
texlive-fonts:
texlive-fonts:
diff --git a/office/texlive-fonts/texlive-fonts.SlackBuild b/office/texlive-fonts/texlive-fonts.SlackBuild
index 3092640acb..cbb70ca12f 100644
--- a/office/texlive-fonts/texlive-fonts.SlackBuild
+++ b/office/texlive-fonts/texlive-fonts.SlackBuild
@@ -25,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=texlive-fonts
-VERSION=${VERSION:-2017.170622}
+VERSION=${VERSION:-2017.171108}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -39,11 +39,14 @@ ARCH=noarch
set -e
rm -rf $PKG
-mkdir -p $TMP $PKG/usr/share $OUTPUT
+mkdir -p $TMP $PKG/usr/share $OUTPUT $PKG/usr/doc/texlive-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz -C $PKG/usr/share
chown -R root:root $PKG
chmod -R u+w,go-w,a+rX-st $PKG
+# Install index of provided tex packages to the docs
+mv $PKG/usr/share/texmf-dist/packages.fonts.gz $PKG/usr/doc/texlive-$VERSION
+
mkdir -p $PKG/install
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cat $CWD/slack-desc > $PKG/install/slack-desc
diff --git a/office/texlive-fonts/texlive-fonts.info b/office/texlive-fonts/texlive-fonts.info
index aea98fa78b..c5b9c13ca0 100644
--- a/office/texlive-fonts/texlive-fonts.info
+++ b/office/texlive-fonts/texlive-fonts.info
@@ -1,8 +1,8 @@
PRGNAM="texlive-fonts"
-VERSION="2017.170622"
+VERSION="2017.171108"
HOMEPAGE="http://tug.org/texlive/"
-DOWNLOAD="http://slackware.schoepfer.info/slackbuilds/texlive/2017/texlive-fonts/texlive-fonts-2017.170622.tar.xz"
-MD5SUM="e0ee1c0fbb3a7adf4900ea79d1b5ace9"
+DOWNLOAD="http://slackware.schoepfer.info/slackbuilds/texlive/2017/texlive-fonts/texlive-fonts-2017.171108.tar.xz"
+MD5SUM="6bcff380e2a4e670bb38f083e9bdd872"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="texlive"