summaryrefslogtreecommitdiffstats
path: root/system/symbola-font-ttf/symbola-font-ttf.SlackBuild
diff options
context:
space:
mode:
author Alexander Verbovetsky <alik@ejik.org>2018-06-07 14:39:28 +0100
committer David Spencer <idlemoor@slackbuilds.org>2018-06-07 14:39:28 +0100
commit7f8fb9a627630f3ba712b79b221522b56ad4f4e6 (patch)
tree18ef816a050599c630a3ff7d301010d9ff516efe /system/symbola-font-ttf/symbola-font-ttf.SlackBuild
parent8db8ffc454db8d78b1c8ac53c7f93e6a5583c982 (diff)
downloadslackbuilds-7f8fb9a627630f3ba712b79b221522b56ad4f4e6.tar.gz
slackbuilds-7f8fb9a627630f3ba712b79b221522b56ad4f4e6.tar.xz
system/symbola-font-ttf: Updated for version 10.24.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/symbola-font-ttf/symbola-font-ttf.SlackBuild')
-rw-r--r--system/symbola-font-ttf/symbola-font-ttf.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/system/symbola-font-ttf/symbola-font-ttf.SlackBuild b/system/symbola-font-ttf/symbola-font-ttf.SlackBuild
index 21427f0a60..d17da1010e 100644
--- a/system/symbola-font-ttf/symbola-font-ttf.SlackBuild
+++ b/system/symbola-font-ttf/symbola-font-ttf.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for symbola-font-ttf
-# Copyright 2016-2018 Alexander Verbovetsky, Moscow, Russia
+# Copyright 2016-2017 Alexander Verbovetsky, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=symbola-font-ttf
-VERSION=${VERSION:-11.00}
+VERSION=${VERSION:-10.24}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -51,10 +51,10 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
mkdir -p $PKG/usr/share/fonts/TTF/
-cp -a Symbola_Hinted.ttf $PKG/usr/share/fonts/TTF/
+cp -a hintedSymbola.ttf $PKG/usr/share/fonts/TTF/
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a Symbola.pdf License.pdf $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a Symbola.pdf Symbola.odt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install