wok-6.x diff ttf-dejavu/receipt @ rev 22054

updated ttf-dejavu and ttf-dejavu-extra (2.35 -> 2.37)
author Hans-G?nter Theisgen
date Wed Oct 23 15:28:01 2019 +0100 (2019-10-23)
parents 1034e11bdd0a
children 3c832ef040e6
line diff
     1.1 --- a/ttf-dejavu/receipt	Tue Apr 30 09:31:34 2019 +0200
     1.2 +++ b/ttf-dejavu/receipt	Wed Oct 23 15:28:01 2019 +0100
     1.3 @@ -1,20 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ttf-dejavu"
     1.7 -VERSION="2.35"
     1.8 +VERSION="2.37"
     1.9  CATEGORY="fonts"
    1.10 -SHORT_DESC="DejaVu TrueType fonts (minimum)"
    1.11 +TAGS="font"
    1.12 +SHORT_DESC="DejaVu TrueType fonts (minimum)."
    1.13  MAINTAINER="pankso@slitaz.org"
    1.14  LICENSE="other"
    1.15 -WEB_SITE="https://dejavu-fonts.github.io/"
    1.16 +WEB_SITE="http://dejavu-fonts.org/"
    1.17 +
    1.18  TARBALL="dejavu-fonts-ttf-$VERSION.tar.bz2"
    1.19  WGET_URL="$SF_MIRROR/dejavu/$TARBALL"
    1.20 -TAGS="font"
    1.21 -HOST_ARCH="i486 arm"
    1.22  
    1.23  BUILD_DEPENDS="fontforge"
    1.24  SPLIT="ttf-dejavu-extra"
    1.25  
    1.26 +HOST_ARCH="i486 arm"
    1.27 +
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30  {
    1.31 @@ -24,6 +26,10 @@
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.33  genpkg_rules()
    1.34  {
    1.35 -	cook_copy_files DejaVuSans.ttf DejaVuSans-Bold.ttf DejaVuSansMono.ttf \
    1.36 -		*sans.conf *mono.conf
    1.37 +	cook_copy_files			\
    1.38 +		DejaVuSans.ttf		\
    1.39 +		DejaVuSans-Bold.ttf	\
    1.40 +		DejaVuSansMono.ttf	\
    1.41 +		*sans.conf		\
    1.42 +		*mono.conf
    1.43  }