wok-next diff cantarell-fonts/receipt @ rev 20082

Up clementine
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Oct 25 12:19:39 2017 +0200 (2017-10-25)
parents ab700369c193
children d958fec46c9f
line diff
     1.1 --- a/cantarell-fonts/receipt	Wed Apr 12 01:53:29 2017 +0300
     1.2 +++ b/cantarell-fonts/receipt	Wed Oct 25 12:19:39 2017 +0200
     1.3 @@ -1,24 +1,19 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="cantarell-fonts"
     1.8 -VERSION="0.0.24"
     1.9 +VERSION="0.0.25"
    1.10  CATEGORY="fonts"
    1.11  SHORT_DESC="Sans serif font family designed for on-screen readability"
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="SIL_OFL"
    1.14 -WEB_SITE="https://wiki.gnome.org/CantarellFonts"
    1.15 -TAGS="font"
    1.16 +WEB_SITE="https://wiki.gnome.org/Projects/CantarellFonts"
    1.17  
    1.18 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.19 -WGET_URL="https://github.com/GNOME/cantarell-fonts/archive/$VERSION.tar.gz"
    1.20 -
    1.21 -DEPENDS="fontconfig"
    1.22 -BUILD_DEPENDS="automake"
    1.23 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.24 +WGET_URL="$GNOME_MIRROR/cantarell-fonts/${VERSION%.*}/$TARBALL"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {
    1.29 -	autoreconf --force --install
    1.30  	./configure \
    1.31  		--with-configdir=/etc/fonts/conf.avail \
    1.32  		--with-fontdir=/usr/share/fonts/truetype/cantarell \
    1.33 @@ -30,5 +25,7 @@
    1.34  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.35  genpkg_rules()
    1.36  {
    1.37 -	cp -a $install/* $fs
    1.38 +	copy @std
    1.39 +	DEPENDS="fontconfig"
    1.40 +	TAGS="font"
    1.41  }