diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2019-10-05 05:55:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-05 05:55:43 +0700 |
commit | 1d818ab65a8dcc0b6a1571224769202940c6203c (patch) | |
tree | a78ee21419f88239939a1f4f346ec39f92683f0e /system | |
parent | efecee2d6bd1a06e1663de7c23393ea4606cecf0 (diff) | |
download | slackbuilds-1d818ab65a8dcc0b6a1571224769202940c6203c.tar.gz |
system/symbola-font-ttf: Updated for version 12.00.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/symbola-font-ttf/README | 2 | ||||
-rw-r--r-- | system/symbola-font-ttf/slack-desc | 4 | ||||
-rw-r--r-- | system/symbola-font-ttf/symbola-font-ttf.SlackBuild | 16 | ||||
-rw-r--r-- | system/symbola-font-ttf/symbola-font-ttf.info | 10 |
4 files changed, 16 insertions, 16 deletions
diff --git a/system/symbola-font-ttf/README b/system/symbola-font-ttf/README index 45fd94f070..faea3bae56 100644 --- a/system/symbola-font-ttf/README +++ b/system/symbola-font-ttf/README @@ -1,2 +1,4 @@ Symbola is a ttf font, which contains many scripts, special symbols, and emoji characters supported by The Unicode Standard. + +Symbola is free strictly for personal, non-commercial use. diff --git a/system/symbola-font-ttf/slack-desc b/system/symbola-font-ttf/slack-desc index 3426eec538..2204d7d492 100644 --- a/system/symbola-font-ttf/slack-desc +++ b/system/symbola-font-ttf/slack-desc @@ -11,9 +11,9 @@ symbola-font-ttf: symbola-font-ttf: Symbola is a ttf font, which contains many scripts, special symbols, symbola-font-ttf: and emoji characters supported by The Unicode Standard. symbola-font-ttf: -symbola-font-ttf: It was created by George Douros. +symbola-font-ttf: Symbola is free strictly for personal, non-commercial use. symbola-font-ttf: -symbola-font-ttf: symbola-font-ttf home: http://users.teilar.gr/~g1951d/ +symbola-font-ttf: Homepage: http://users.teilar.gr/~g1951d/ symbola-font-ttf: symbola-font-ttf: symbola-font-ttf: diff --git a/system/symbola-font-ttf/symbola-font-ttf.SlackBuild b/system/symbola-font-ttf/symbola-font-ttf.SlackBuild index d17da1010e..6889f15422 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-2017 Alexander Verbovetsky, Moscow, Russia +# Copyright 2016-2019 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:-10.24} +VERSION=${VERSION:-12.00} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -42,19 +42,13 @@ cd $TMP rm -rf $PRGNAM-$VERSION mkdir $PRGNAM-$VERSION cd $PRGNAM-$VERSION -unzip $CWD/symbola-font-ttf-${VERSION}.zip -chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +unzip $CWD/Symbola.zip mkdir -p $PKG/usr/share/fonts/TTF/ -cp -a hintedSymbola.ttf $PKG/usr/share/fonts/TTF/ +install -m 0644 -o root -g root Symbola_Hinted.ttf $PKG/usr/share/fonts/TTF/ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a Symbola.pdf Symbola.odt $PKG/usr/doc/$PRGNAM-$VERSION +install -m 0644 -o root -g root $CWD/Symbola.pdf $CWD/License.pdf $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/system/symbola-font-ttf/symbola-font-ttf.info b/system/symbola-font-ttf/symbola-font-ttf.info index 1d534b401a..3ea657fd52 100644 --- a/system/symbola-font-ttf/symbola-font-ttf.info +++ b/system/symbola-font-ttf/symbola-font-ttf.info @@ -1,8 +1,12 @@ PRGNAM="symbola-font-ttf" -VERSION="10.24" +VERSION="12.00" HOMEPAGE="http://users.teilar.gr/~g1951d/" -DOWNLOAD="http://downloads.sourceforge.net/slackbuildsdirectlinks/symbola-font-ttf-10.24.zip" -MD5SUM="359d6b29e337f7259fb84a0569b56a53" +DOWNLOAD="http://users.teilar.gr/~g1951d/Symbola.zip \ + http://users.teilar.gr/~g1951d/Symbola.pdf \ + http://users.teilar.gr/~g1951d/License.pdf" +MD5SUM="be7b84a1e5ba3fce6bf73338aa7013cc \ + b1f8ae8b5e8c77b355fe5146808b63ff \ + e388d1b920c52d301f2c32053ed4d715" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |