wok-next diff droid-font/receipt @ rev 21050

gparted: implement SliTaz graphical "su" in a right way
Note, it isn't in *.desktop file anymore (as for gparted-0.32.0), it is inside /usr/bin/gparted script!
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Nov 28 12:35:25 2018 +0200 (2018-11-28)
parents d958fec46c9f
children 0cbe4b1f2230
line diff
     1.1 --- a/droid-font/receipt	Tue Jul 10 20:08:05 2018 +0300
     1.2 +++ b/droid-font/receipt	Wed Nov 28 12:35:25 2018 +0200
     1.3 @@ -1,23 +1,21 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="droid-font"
     1.7 -VERSION="2010-04-09"
     1.8 -GIT_HASH=22a27501a220e8f2ea5f9be3312bb0b64e32a71a
     1.9 +VERSION="2.1"
    1.10  CATEGORY="fonts"
    1.11  SHORT_DESC="Font family from Google's Android project"
    1.12  MAINTAINER="devl547@gmail.com"
    1.13 -LICENSE="Apache"
    1.14 -WEB_SITE="http://www.droidfonts.com/"
    1.15 +LICENSE="Apache2"
    1.16 +WEB_SITE="https://www.droidfonts.com/"
    1.17  REPOLOGY="fonts:droid"
    1.18  
    1.19 -# Located in git repo, so we need a snapshot and some dirty hacks.
    1.20 -TARBALL="$PACKAGE-$VERSION.tgz"
    1.21 -WGET_URL="http://android.git.kernel.org/?p=platform/frameworks/base.git;f=data/fonts;a=snapshot;h=$GIT_HASH;sf=tgz"
    1.22 +TARBALL="$PACKAGE-$VERSION.zip"
    1.23 +WGET_URL="http://mirrors.ctan.org/fonts/droid.zip"
    1.24  
    1.25  compile_rules() {
    1.26  	dir=$install/usr/share/fonts/truetype/droid-font
    1.27  	mkdir -p $dir
    1.28 -	cp $src/*.ttf $dir
    1.29 +	cp $src/fonts/truetype/public/droid/*.ttf $dir
    1.30  }
    1.31  
    1.32  genpkg_rules() {