mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
office/mtp2-fonts: Updated for version 2.1a.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d91f8b90e6
commit
5a6e327dcf
5 changed files with 17 additions and 10 deletions
|
@ -8,3 +8,18 @@ Fraktur, bold math, blackboard bold fonts, and AMS symbols.
|
|||
|
||||
The complete fonts set zip archive should be named as mtp2fonts.zip.tpm
|
||||
or mtp2fonts.zip
|
||||
|
||||
After installation, please rebuild the filename databases with the
|
||||
command
|
||||
|
||||
# mktexlsr
|
||||
|
||||
and register the map file 'mtpro2.map' using the commands
|
||||
|
||||
# updmap-sys --syncwithtrees
|
||||
# updmap-sys --force --enable Map=mtpro2.map
|
||||
|
||||
After removal, please disable the map file 'mtpro2.map' via the commands
|
||||
|
||||
# mktexlsr
|
||||
# updmap-sys --force --disable mtpro2.map
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
chroot . /usr/bin/mktexlsr >/dev/null 2>&1
|
||||
chroot . /usr/bin/updmap-sys --force --enable Map=mtpro2.map >/dev/null 2>&1
|
||||
chroot . /usr/bin/mktexlsr >/dev/null 2>&1
|
|
@ -1,3 +0,0 @@
|
|||
chroot . /usr/bin/mktexlsr >/dev/null 2>&1
|
||||
chroot . /usr/bin/updmap-sys --force --disable mtpro2.map >/dev/null 2>&1
|
||||
chroot . /usr/bin/mktexlsr >/dev/null 2>&1
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for mtp2-fonts
|
||||
|
||||
# Copyright 2017-2022, Alexander Verbovetsky, Moscow, Russia
|
||||
# Copyright 2017-2023, Alexander Verbovetsky, Moscow, Russia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -82,8 +82,6 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
|||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
cat $CWD/douninst.sh > $PKG/install/douninst.sh
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://mirrors.ctan.org/fonts/mtp2lite.zip"
|
|||
MD5SUM="afd69b0d82ec8b32b7b012e5cfcd7d00"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
REQUIRES="%README%"
|
||||
MAINTAINER="Alexander Verbovetsky"
|
||||
EMAIL="alik@ejik.org"
|
||||
|
|
Loading…
Reference in a new issue