# HG changeset patch # User Hans-G?nter Theisgen # Date 1592753204 -3600 # Node ID ccaee89b2d97326d5996d95ad38c1a16ff7dacfe # Parent 998243d0c47341c50e2e01c04bf16694d93bc575 updated cantarell-fonts (0.111 -> 0.201) diff -r 998243d0c473 -r ccaee89b2d97 cantarell-fonts/receipt --- a/cantarell-fonts/receipt Sun Jun 21 16:22:46 2020 +0100 +++ b/cantarell-fonts/receipt Sun Jun 21 16:26:44 2020 +0100 @@ -1,8 +1,9 @@ # SliTaz package receipt v2. PACKAGE="cantarell-fonts" -VERSION="0.111" +VERSION="0.201" CATEGORY="fonts" +TAGS="font" SHORT_DESC="Sans serif font family designed for on-screen readability" MAINTAINER="al.bobylev@gmail.com" LICENSE="SIL_OFL" @@ -15,7 +16,8 @@ BUILD_DEPENDS="meson ninja gettext-dev itstool appstream-glib-dev" -compile_rules() { +compile_rules() +{ mkdir build cd build @@ -27,8 +29,8 @@ cook_pick_docs COPYING NEWS README.md } -genpkg_rules() { +genpkg_rules() +{ copy @std DEPENDS="fontconfig" - TAGS="font" }