wok rev 16550

ttf-dejavu, ttf-dejavu-extra: up (2.34); ttf-roboto, ttf-roboto-base: up (1.2); ttf-mgopen: fix wget url
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Apr 29 19:18:57 2014 +0000 (2014-04-29)
parents f2319d40a7fe
children c4533f65e171
files ttf-dejavu-extra/receipt ttf-dejavu/receipt ttf-mgopen/receipt ttf-roboto-base/receipt ttf-roboto/receipt
line diff
     1.1 --- a/ttf-dejavu-extra/receipt	Tue Apr 29 18:19:20 2014 +0000
     1.2 +++ b/ttf-dejavu-extra/receipt	Tue Apr 29 19:18:57 2014 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ttf-dejavu-extra"
     1.7 -VERSION="2.32"
     1.8 +VERSION="2.34"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="DejaVu True Type Font (extra)."
    1.11  MAINTAINER="pankso@slitaz.org"
     2.1 --- a/ttf-dejavu/receipt	Tue Apr 29 18:19:20 2014 +0000
     2.2 +++ b/ttf-dejavu/receipt	Tue Apr 29 19:18:57 2014 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="ttf-dejavu"
     2.7 -VERSION="2.32"
     2.8 +VERSION="2.34"
     2.9  CATEGORY="x-window"
    2.10  SHORT_DESC="DejaVu True Type Font (minimum)."
    2.11  MAINTAINER="pankso@slitaz.org"
     3.1 --- a/ttf-mgopen/receipt	Tue Apr 29 18:19:20 2014 +0000
     3.2 +++ b/ttf-mgopen/receipt	Tue Apr 29 19:18:57 2014 +0000
     3.3 @@ -8,7 +8,7 @@
     3.4  LICENSE="other"
     3.5  WEB_SITE="http://pub.ellak.gr/fonts/mgopen/"
     3.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     3.7 -WGET_URL="${WEB_SITE}files/MgOpen.tar.gz"
     3.8 +WGET_URL="ftp://ftp.fr.freebsd.org/mirrors/ftp.freebsd.org/ports/distfiles/MgOpen.tar.gz"
     3.9  TAGS="font ttf"
    3.10  
    3.11  # Rules to gen a SliTaz package suitable for Tazpkg.
     4.1 --- a/ttf-roboto-base/receipt	Tue Apr 29 18:19:20 2014 +0000
     4.2 +++ b/ttf-roboto-base/receipt	Tue Apr 29 19:18:57 2014 +0000
     4.3 @@ -1,13 +1,13 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="ttf-roboto-base"
     4.7 -VERSION="20120823"
     4.8 +VERSION="1.2"
     4.9  CATEGORY="x-window"
    4.10  SHORT_DESC="Android Roboto Fonts (base family)"
    4.11  MAINTAINER="al.bobylev@gmail.com"
    4.12  LICENSE="Apache"
    4.13  WEB_SITE="http://developer.android.com/design/style/typography.html"
    4.14 -TARBALL="Roboto_Hinted_$VERSION.zip"
    4.15 +TARBALL="roboto-$VERSION.zip"
    4.16  WGET_URL="http://developer.android.com/downloads/design/$TARBALL"
    4.17  TAGS="font ttf"
    4.18  
    4.19 @@ -16,8 +16,8 @@
    4.20  {
    4.21  	FONTPATH=$fs/usr/share/fonts/truetype/ttf-roboto
    4.22  	mkdir -p $FONTPATH
    4.23 +
    4.24  	for FONT in Regular Bold Italic BoldItalic; do
    4.25 -		install -Dm444 $src/Roboto-$FONT.ttf $FONTPATH
    4.26 +		install -Dm444 $src/Roboto/Roboto-$FONT.ttf $FONTPATH
    4.27  	done
    4.28 -	install -Dm444 $src/COPYING.txt $FONTPATH
    4.29  }
     5.1 --- a/ttf-roboto/receipt	Tue Apr 29 18:19:20 2014 +0000
     5.2 +++ b/ttf-roboto/receipt	Tue Apr 29 19:18:57 2014 +0000
     5.3 @@ -1,7 +1,7 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="ttf-roboto"
     5.7 -VERSION="20120823"
     5.8 +VERSION="1.2"
     5.9  CATEGORY="x-window"
    5.10  SHORT_DESC="Android Roboto Fonts"
    5.11  MAINTAINER="al.bobylev@gmail.com"
    5.12 @@ -17,7 +17,7 @@
    5.13  	FONTPATH=$fs/usr/share/fonts/truetype/ttf-roboto
    5.14  	mkdir -p $FONTPATH
    5.15  
    5.16 -	for FILE in $src/*.ttf; do
    5.17 +	for FILE in $src/Roboto/*.ttf $src/RobotoCondensed/*.ttf; do
    5.18  		install -Dm444 $FILE $FONTPATH
    5.19  	done
    5.20  	# these files are included in the package ttf-roboto-base