wok rev 23710

updated ubuntu-font-family (0.80 -> 0.83)
author Hans-G?nter Theisgen
date Tue Apr 28 17:22:54 2020 +0100 (2020-04-28)
parents 59ee8f109377
children ab5eb5567ce7
files ubuntu-font-family/receipt
line diff
     1.1 --- a/ubuntu-font-family/receipt	Tue Apr 28 17:04:13 2020 +0100
     1.2 +++ b/ubuntu-font-family/receipt	Tue Apr 28 17:22:54 2020 +0100
     1.3 @@ -1,18 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ubuntu-font-family"
     1.7 -VERSION="0.80"
     1.8 +VERSION="0.83"
     1.9  CATEGORY="fonts"
    1.10 -SHORT_DESC="Set of new libre/open fonts"
    1.11 +SHORT_DESC="Set of new libre/open fonts."
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="other"
    1.14 +WEB_SITE="https://design.ubuntu.com/font/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.zip"
    1.17 -WEB_SITE="http://font.ubuntu.com/"
    1.18 -WGET_URL="$WEB_SITE/download/$TARBALL"
    1.19 +WGET_URL="https://assets.ubuntu.com/v1/0cef8205-$TARBALL"
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr/share/fonts/truetype/ubuntu
    1.25 -	cp $src/* $fs/usr/share/fonts/truetype/ubuntu
    1.26 +	cp $src/$PACKAGE-$VERSION/*	$fs/usr/share/fonts/truetype/ubuntu
    1.27  }