# HG changeset patch # User Hans-G?nter Theisgen # Date 1578399813 -3600 # Node ID 29bbdc1ad8ad31ad5540def96f9daac803feb77d # Parent 74f8ada2d9a27f8e3b2626f3de47d228325b3bf7 updated cantarell-fonts (0.0.16 -> 0.0.25) diff -r 74f8ada2d9a2 -r 29bbdc1ad8ad cantarell-fonts/receipt --- a/cantarell-fonts/receipt Tue Jan 07 13:14:16 2020 +0100 +++ b/cantarell-fonts/receipt Tue Jan 07 13:23:33 2020 +0100 @@ -1,25 +1,25 @@ # SliTaz package receipt. PACKAGE="cantarell-fonts" -VERSION="0.0.16" +VERSION="0.0.25" CATEGORY="fonts" -SHORT_DESC="Sans serif font family designed for on-screen readability" +TAGS="font" +SHORT_DESC="Sans serif font family designed for on-screen readability." MAINTAINER="al.bobylev@gmail.com" LICENSE="SIL_OFL" WEB_SITE="https://wiki.gnome.org/CantarellFonts" + TARBALL="$PACKAGE-$VERSION.tar.xz" -SERIES="$(echo $VERSION | cut -d. -f1,2)" -WGET_URL="$GNOME_MIRROR/$PACKAGE/$SERIES/$TARBALL" -TAGS="font" +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" DEPENDS="fontconfig" # Rules to configure and make the package. compile_rules() { - ./configure \ - --with-configdir=/etc/fonts/conf.avail \ - --with-fontdir=/usr/share/fonts/truetype/cantarell \ + ./configure \ + --with-configdir=/etc/fonts/conf.avail \ + --with-fontdir=/usr/share/fonts/truetype/cantarell \ $CONFIGURE_ARGS && make && make install @@ -28,5 +28,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/* $fs + cp -a $install/* $fs }