mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
office/mtp2-fonts: Update HOMEPAGE.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e9a884202b
commit
968b12d50a
3 changed files with 9 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for mtp2-fonts
|
||||
|
||||
# Copyright 2017, Alexander Verbovetsky, Moscow, Russia
|
||||
# Copyright 2017-2020, Alexander Verbovetsky, Moscow, Russia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=mtp2-fonts
|
||||
VERSION=${VERSION:-2.1a}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
CWD=$(pwd)
|
||||
|
@ -55,6 +55,11 @@ find -L . \
|
|||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
rm -r texmf/dvips
|
||||
|
||||
sed --in-place \
|
||||
-e 's/^\\alloc@0\\count\\countdef\\insc@unt/\\newcount/' \
|
||||
texmf/tex/latex/mtpro2/mtpro2.sty
|
||||
|
||||
find . \
|
||||
\( -name "*.txt" -o -name "*.tex" -o -name "*.fd" -o -name "*.map" \
|
||||
-o -name "*.sty" -o -name "*.tpm" \) -exec sed -i 's/\r$//' {} \;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PRGNAM="mtp2-fonts"
|
||||
VERSION="2.1a"
|
||||
HOMEPAGE="http://pctex.com/mtpro2.html"
|
||||
HOMEPAGE="https://pctex.com/mtpro2.html"
|
||||
DOWNLOAD="http://mirrors.ctan.org/fonts/mtp2lite.zip"
|
||||
MD5SUM="afd69b0d82ec8b32b7b012e5cfcd7d00"
|
||||
DOWNLOAD_x86_64=""
|
||||
|
|
|
@ -16,4 +16,4 @@ mtp2-fonts: consists of 15 fonts and replaces the Computer Modern math fonts. Th
|
|||
mtp2-fonts: complete set consists of 68 fonts and provides also script, curly,
|
||||
mtp2-fonts: Fraktur, bold math, blackboard bold fonts, and AMS symbols.
|
||||
mtp2-fonts:
|
||||
mtp2-fonts: Homepage: http://pctex.com/mtpro2.html
|
||||
mtp2-fonts: Homepage: https://pctex.com/mtpro2.html
|
||||
|
|
Loading…
Reference in a new issue