wok-next diff cantarell-fonts/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/cantarell-fonts/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/cantarell-fonts/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -1,8 +1,9 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="cantarell-fonts" 1.7 -VERSION="0.111" 1.8 +VERSION="0.201" 1.9 CATEGORY="fonts" 1.10 +TAGS="font" 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 @@ -15,7 +16,8 @@ 1.15 1.16 BUILD_DEPENDS="meson ninja gettext-dev itstool appstream-glib-dev" 1.17 1.18 -compile_rules() { 1.19 +compile_rules() 1.20 +{ 1.21 mkdir build 1.22 cd build 1.23 1.24 @@ -27,8 +29,8 @@ 1.25 cook_pick_docs COPYING NEWS README.md 1.26 } 1.27 1.28 -genpkg_rules() { 1.29 +genpkg_rules() 1.30 +{ 1.31 copy @std 1.32 DEPENDS="fontconfig" 1.33 - TAGS="font" 1.34 }