wok rev 22580

updated cantarell-fonts (0.0.16 -> 0.0.25)
author Hans-G?nter Theisgen
date Tue Jan 07 13:23:33 2020 +0100 (2020-01-07)
parents 74f8ada2d9a2
children db6ba24c01e2
files cantarell-fonts/receipt
line diff
     1.1 --- a/cantarell-fonts/receipt	Tue Jan 07 13:14:16 2020 +0100
     1.2 +++ b/cantarell-fonts/receipt	Tue Jan 07 13:23:33 2020 +0100
     1.3 @@ -1,25 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cantarell-fonts"
     1.7 -VERSION="0.0.16"
     1.8 +VERSION="0.0.25"
     1.9  CATEGORY="fonts"
    1.10 -SHORT_DESC="Sans serif font family designed for on-screen readability"
    1.11 +TAGS="font"
    1.12 +SHORT_DESC="Sans serif font family designed for on-screen readability."
    1.13  MAINTAINER="al.bobylev@gmail.com"
    1.14  LICENSE="SIL_OFL"
    1.15  WEB_SITE="https://wiki.gnome.org/CantarellFonts"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.18 -SERIES="$(echo $VERSION | cut -d. -f1,2)"
    1.19 -WGET_URL="$GNOME_MIRROR/$PACKAGE/$SERIES/$TARBALL"
    1.20 -TAGS="font"
    1.21 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.22  
    1.23  DEPENDS="fontconfig"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	./configure \
    1.29 -		--with-configdir=/etc/fonts/conf.avail \
    1.30 -		--with-fontdir=/usr/share/fonts/truetype/cantarell \
    1.31 +	./configure							\
    1.32 +		--with-configdir=/etc/fonts/conf.avail			\
    1.33 +		--with-fontdir=/usr/share/fonts/truetype/cantarell	\
    1.34  		$CONFIGURE_ARGS &&
    1.35  	make &&
    1.36  	make install
    1.37 @@ -28,5 +28,5 @@
    1.38  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.39  genpkg_rules()
    1.40  {
    1.41 -	cp -a $install/* $fs
    1.42 +	cp -a $install/*	$fs
    1.43  }