diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2015-06-07 21:48:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-07 21:48:58 +0700 |
commit | 70e9d7d9cc3bccc744993c968bce62380c713794 (patch) | |
tree | 0c6220a99f2147078e288eeba388673d7b6f684f /system | |
parent | d84fd1767315b922859e24c6f76e52b68e368577 (diff) | |
download | slackbuilds-70e9d7d9cc3bccc744993c968bce62380c713794.tar.gz |
system/adobe-source-sans-pro-font: Update HOMEPAGE.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/adobe-source-sans-pro-font/adobe-source-sans-pro-font.SlackBuild | 10 | ||||
-rw-r--r-- | system/adobe-source-sans-pro-font/adobe-source-sans-pro-font.info | 8 |
2 files changed, 8 insertions, 10 deletions
diff --git a/system/adobe-source-sans-pro-font/adobe-source-sans-pro-font.SlackBuild b/system/adobe-source-sans-pro-font/adobe-source-sans-pro-font.SlackBuild index dc0ff70105..d2eaff70b0 100644 --- a/system/adobe-source-sans-pro-font/adobe-source-sans-pro-font.SlackBuild +++ b/system/adobe-source-sans-pro-font/adobe-source-sans-pro-font.SlackBuild @@ -27,18 +27,16 @@ PRGNAM=adobe-source-sans-pro-font -# ahem - # The version in the tarball -SRCVERSION=${VERSION:-2.010roman-1.065-italic} +SRCVERSION=${VERSION:-1.065R-it} # The version in the package -VERSION=${PKG_VERSION:-2.010ro1.065it} +VERSION=${PKG_VERSION:-2.010.ro.1.065.it} # The version in the untarred source directory SRC_VERSION=2.010R-ro-1.065R-it -SRC=SourceSansPro_FontsOnly-${SRCVERSION} +SRC=${SRCVERSION}.tar.gz SRCDIR=source-sans-pro-${SRC_VERSION} BUILD=${BUILD:-1} @@ -57,7 +55,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf ${SRCDIR} -unzip $CWD/${SRC}.zip +tar xf $CWD/$SRC cd $SRCDIR chown -R root:root . find -L . \ diff --git a/system/adobe-source-sans-pro-font/adobe-source-sans-pro-font.info b/system/adobe-source-sans-pro-font/adobe-source-sans-pro-font.info index 3718bd6d26..5d11a8ac25 100644 --- a/system/adobe-source-sans-pro-font/adobe-source-sans-pro-font.info +++ b/system/adobe-source-sans-pro-font/adobe-source-sans-pro-font.info @@ -1,8 +1,8 @@ PRGNAM="adobe-source-sans-pro-font" -VERSION="2.10roman1.065italic" -HOMEPAGE="https://github.com/adobe-fonts/source-sans-pro" -DOWNLOAD="http://downloads.sourceforge.net/project/sourcesans.adobe/SourceSansPro_FontsOnly-2.010roman-1.065-italic.zip" -MD5SUM="b98305cb885ac19be8bcdb8e8ec46dd1" +VERSION="2.010.ro.1.065.it" +HOMEPAGE="http://adobe-fonts.github.io/source-sans-pro" +DOWNLOAD="https://github.com/adobe-fonts/source-sans-pro/archive/2.010R-ro/1.065R-it.tar.gz" +MD5SUM="5dfa6f327cdd4cb363f8887493696a4c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |