mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
system/ttf-lato: Updated for version 2.015.
The download is not versioned and the MD5SUM had changed, so while updating it, I fixed the version to match the one inside the zip file at the time of writing. I am not taking over maintenance. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cd1468b719
commit
eb0369bfd4
3 changed files with 6 additions and 5 deletions
|
@ -12,7 +12,7 @@ ttf-lato: Lato is a sanserif type face family designed in the Summer 2010 by
|
|||
ttf-lato: Warsaw-based designer Lukasz Dziedzic ("Lato" means "Summer" in
|
||||
ttf-lato: Polish).
|
||||
ttf-lato:
|
||||
ttf-lato: Home page: http://www.latofonts.com/lato-free-fonts/
|
||||
ttf-lato: Home page: https://www.latofonts.com/lato-free-fonts/
|
||||
ttf-lato:
|
||||
ttf-lato:
|
||||
ttf-lato:
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=ttf-lato
|
||||
VERSION=${VERSION:-1.0}
|
||||
VERSION=${VERSION:-2.015}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -70,6 +70,7 @@ cp -a $SRCNAM/Lato*.ttf $PKG/usr/share/fonts/TTF/
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a $SRCNAM/OFL.txt $PKG/usr/doc/$PRGNAM-$VERSION/LICENSE
|
||||
chmod 0644 $PKG/usr/doc/$PRGNAM-$VERSION/LICENSE
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="ttf-lato"
|
||||
VERSION="1.0"
|
||||
HOMEPAGE="http://www.latofonts.com/lato-free-fonts/"
|
||||
DOWNLOAD="http://www.latofonts.com/download/Lato2OFL.zip"
|
||||
VERSION="2.015"
|
||||
HOMEPAGE="https://www.latofonts.com/lato-free-fonts/"
|
||||
DOWNLOAD="https://www.latofonts.com/download/Lato2OFL.zip"
|
||||
MD5SUM="29e379a6ecc1b86c96931fa6ce4b3b0c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue