diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2015-07-27 08:47:23 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-28 05:24:50 +0700 |
commit | 09da60322d8404f77c0a4f87bbb754301998ae8e (patch) | |
tree | db39199c191002fd9c76abe2c55c9d1abb88db8f /system/adobe-source-code-pro-font | |
parent | 1f16f46ca6fc724aaef9207d50619b54ec6c9296 (diff) |
system/adobe-source-code-pro-font: Updated for version 1.030.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/adobe-source-code-pro-font')
-rw-r--r-- | system/adobe-source-code-pro-font/adobe-source-code-pro-font.SlackBuild | 10 | ||||
-rw-r--r-- | system/adobe-source-code-pro-font/adobe-source-code-pro-font.info | 6 |
2 files changed, 9 insertions, 7 deletions
diff --git a/system/adobe-source-code-pro-font/adobe-source-code-pro-font.SlackBuild b/system/adobe-source-code-pro-font/adobe-source-code-pro-font.SlackBuild index 2d1e9728143a..84b0ba283722 100644 --- a/system/adobe-source-code-pro-font/adobe-source-code-pro-font.SlackBuild +++ b/system/adobe-source-code-pro-font/adobe-source-code-pro-font.SlackBuild @@ -26,8 +26,10 @@ # Currently maintained by Dugan Chen PRGNAM=adobe-source-code-pro-font -VERSION=${VERSION:-1.017} -SRC=SourceCodePro_FontsOnly-${VERSION} +VERSION=${VERSION:-1.030} +ROMAN_VERSION=2.010 +ITALIC_VERSION=$VERSION +SRC=source-code-pro-${ROMAN_VERSION}R-ro-${ITALIC_VERSION}R-it BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -44,7 +46,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf ${SRC} -unzip $CWD/${SRC}.zip +tar xf $CWD/${VERSION}R-it.tar.gz cd ${SRC} chown -R root:root . find -L . \ @@ -57,7 +59,7 @@ mkdir -p $PKG/usr/share/fonts/OTF/ cp OTF/*.otf $PKG/usr/share/fonts/OTF/ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a LICENSE.txt ReadMe.html SourceCodeProReadMe.html $PKG/usr/doc/$PRGNAM-$VERSION +cp -a LICENSE.txt README.md $PKG/usr/doc/$PRGNAM-$VERSION chmod a-x $PKG/usr/doc/$PRGNAM-$VERSION/* cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/system/adobe-source-code-pro-font/adobe-source-code-pro-font.info b/system/adobe-source-code-pro-font/adobe-source-code-pro-font.info index 8753efcbcd9a..89788da9c022 100644 --- a/system/adobe-source-code-pro-font/adobe-source-code-pro-font.info +++ b/system/adobe-source-code-pro-font/adobe-source-code-pro-font.info @@ -1,8 +1,8 @@ PRGNAM="adobe-source-code-pro-font" -VERSION="1.017" +VERSION="1.030" HOMEPAGE="http://adobe-fonts.github.io/source-code-pro/" -DOWNLOAD="http://pkgs.fedoraproject.org/repo/pkgs/adobe-source-code-pro-fonts/SourceCodePro_FontsOnly-1.017.zip/e59ce4be04d44c22e380865142bad0e3/SourceCodePro_FontsOnly-1.017.zip" -MD5SUM="e59ce4be04d44c22e380865142bad0e3" +DOWNLOAD="https://github.com/adobe-fonts/source-code-pro/archive/2.010R-ro/1.030R-it.tar.gz" +MD5SUM="d297130af1c9bbeebd82c32c195d40fc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |