# HG changeset patch # User Hans-G?nter Theisgen # Date 1588090974 -3600 # Node ID 7b68fd2c893afe5c8f70df93c744f06e2ab04fef # Parent 59ee8f1093779c7548876de07e09bacbff906ebd updated ubuntu-font-family (0.80 -> 0.83) diff -r 59ee8f109377 -r 7b68fd2c893a ubuntu-font-family/receipt --- a/ubuntu-font-family/receipt Tue Apr 28 17:04:13 2020 +0100 +++ b/ubuntu-font-family/receipt Tue Apr 28 17:22:54 2020 +0100 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="ubuntu-font-family" -VERSION="0.80" +VERSION="0.83" CATEGORY="fonts" -SHORT_DESC="Set of new libre/open fonts" +SHORT_DESC="Set of new libre/open fonts." MAINTAINER="al.bobylev@gmail.com" LICENSE="other" +WEB_SITE="https://design.ubuntu.com/font/" + TARBALL="$PACKAGE-$VERSION.zip" -WEB_SITE="http://font.ubuntu.com/" -WGET_URL="$WEB_SITE/download/$TARBALL" +WGET_URL="https://assets.ubuntu.com/v1/0cef8205-$TARBALL" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share/fonts/truetype/ubuntu - cp $src/* $fs/usr/share/fonts/truetype/ubuntu + cp $src/$PACKAGE-$VERSION/* $fs/usr/share/fonts/truetype/ubuntu }