mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/adobe-source-sans-pro-font: Update HOMEPAGE.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d84fd17673
commit
70e9d7d9cc
2 changed files with 8 additions and 10 deletions
|
@ -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 . \
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue