# HG changeset patch # User Aleksej Bobylev # Date 1398799137 0 # Node ID abb8eb9a335072c67568c968892f741cf2fd899e # Parent f2319d40a7fe1c91bd049460c406fab8f5113126 ttf-dejavu, ttf-dejavu-extra: up (2.34); ttf-roboto, ttf-roboto-base: up (1.2); ttf-mgopen: fix wget url diff -r f2319d40a7fe -r abb8eb9a3350 ttf-dejavu-extra/receipt --- a/ttf-dejavu-extra/receipt Tue Apr 29 18:19:20 2014 +0000 +++ b/ttf-dejavu-extra/receipt Tue Apr 29 19:18:57 2014 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ttf-dejavu-extra" -VERSION="2.32" +VERSION="2.34" CATEGORY="x-window" SHORT_DESC="DejaVu True Type Font (extra)." MAINTAINER="pankso@slitaz.org" diff -r f2319d40a7fe -r abb8eb9a3350 ttf-dejavu/receipt --- a/ttf-dejavu/receipt Tue Apr 29 18:19:20 2014 +0000 +++ b/ttf-dejavu/receipt Tue Apr 29 19:18:57 2014 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ttf-dejavu" -VERSION="2.32" +VERSION="2.34" CATEGORY="x-window" SHORT_DESC="DejaVu True Type Font (minimum)." MAINTAINER="pankso@slitaz.org" diff -r f2319d40a7fe -r abb8eb9a3350 ttf-mgopen/receipt --- a/ttf-mgopen/receipt Tue Apr 29 18:19:20 2014 +0000 +++ b/ttf-mgopen/receipt Tue Apr 29 19:18:57 2014 +0000 @@ -8,7 +8,7 @@ LICENSE="other" WEB_SITE="http://pub.ellak.gr/fonts/mgopen/" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="${WEB_SITE}files/MgOpen.tar.gz" +WGET_URL="ftp://ftp.fr.freebsd.org/mirrors/ftp.freebsd.org/ports/distfiles/MgOpen.tar.gz" TAGS="font ttf" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r f2319d40a7fe -r abb8eb9a3350 ttf-roboto-base/receipt --- a/ttf-roboto-base/receipt Tue Apr 29 18:19:20 2014 +0000 +++ b/ttf-roboto-base/receipt Tue Apr 29 19:18:57 2014 +0000 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="ttf-roboto-base" -VERSION="20120823" +VERSION="1.2" CATEGORY="x-window" SHORT_DESC="Android Roboto Fonts (base family)" MAINTAINER="al.bobylev@gmail.com" LICENSE="Apache" WEB_SITE="http://developer.android.com/design/style/typography.html" -TARBALL="Roboto_Hinted_$VERSION.zip" +TARBALL="roboto-$VERSION.zip" WGET_URL="http://developer.android.com/downloads/design/$TARBALL" TAGS="font ttf" @@ -16,8 +16,8 @@ { FONTPATH=$fs/usr/share/fonts/truetype/ttf-roboto mkdir -p $FONTPATH + for FONT in Regular Bold Italic BoldItalic; do - install -Dm444 $src/Roboto-$FONT.ttf $FONTPATH + install -Dm444 $src/Roboto/Roboto-$FONT.ttf $FONTPATH done - install -Dm444 $src/COPYING.txt $FONTPATH } diff -r f2319d40a7fe -r abb8eb9a3350 ttf-roboto/receipt --- a/ttf-roboto/receipt Tue Apr 29 18:19:20 2014 +0000 +++ b/ttf-roboto/receipt Tue Apr 29 19:18:57 2014 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ttf-roboto" -VERSION="20120823" +VERSION="1.2" CATEGORY="x-window" SHORT_DESC="Android Roboto Fonts" MAINTAINER="al.bobylev@gmail.com" @@ -17,7 +17,7 @@ FONTPATH=$fs/usr/share/fonts/truetype/ttf-roboto mkdir -p $FONTPATH - for FILE in $src/*.ttf; do + for FILE in $src/Roboto/*.ttf $src/RobotoCondensed/*.ttf; do install -Dm444 $FILE $FONTPATH done # these files are included in the package ttf-roboto-base