diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2023-06-26 20:12:57 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-02 23:21:28 +0700 |
commit | 19120e61c3ff7876434c189f36f66ef193da2058 (patch) | |
tree | bb71bc8049478b3b603ca6837772c989a7842143 /system/adobe-source-serif-pro-font/adobe-source-serif-pro-font.SlackBuild | |
parent | e9798aafedef53a1f9f9202b516194d34cd75186 (diff) |
system/adobe-source-serif-pro-font: Updated for version 4.005.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/adobe-source-serif-pro-font/adobe-source-serif-pro-font.SlackBuild')
-rw-r--r-- | system/adobe-source-serif-pro-font/adobe-source-serif-pro-font.SlackBuild | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/system/adobe-source-serif-pro-font/adobe-source-serif-pro-font.SlackBuild b/system/adobe-source-serif-pro-font/adobe-source-serif-pro-font.SlackBuild index 9007e363cd597..edea72eae8a13 100644 --- a/system/adobe-source-serif-pro-font/adobe-source-serif-pro-font.SlackBuild +++ b/system/adobe-source-serif-pro-font/adobe-source-serif-pro-font.SlackBuild @@ -1,6 +1,10 @@ #!/bin/bash +# Slackware build script for adobe-source-serif-pro-font + # Copyright (c) 2012 Daniel LEVAI +# Copyright (c) 2012-2019 Dugan Chen +# Copyright (c) 2019-2023 Matteo Bernardini # All rights reserved. # # * Redistribution and use in source and binary forms, with or without @@ -36,7 +40,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=adobe-source-serif-pro-font -VERSION=${VERSION:-4.004} +VERSION=${VERSION:-4.005} SRCNAM=source-serif BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -58,9 +62,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $SRCNAM-$VERSION -unzip $CWD/$SRCNAM-$VERSION.zip -cd $SRCNAM-$VERSION +rm -rf $SRCNAM-${VERSION}_Desktop +unzip $CWD/$SRCNAM-${VERSION}_Desktop.zip +cd $SRCNAM-${VERSION}_Desktop chown -R root:root . find . -type d -a -exec chmod 755 {} \+ find . -type f -a -exec chmod 644 {} \+ |