cantarell: bump version (#7254)

* cantarell: bump version

* Delete cantarell-0.301.recipe

* cantarell: switched to meson install
This commit is contained in:
kenmays
2022-10-07 23:50:41 -07:00
committed by GitHub
parent 5fe112751f
commit 2268148d43

View File

@@ -9,12 +9,12 @@ European, Dutch and Afrikaans writing systems. The Cantarell typeface is \
included in Google Fonts too.
"
HOMEPAGE="http://wiki.gnome.org/CantarellFonts"
COPYRIGHT="2009-2011 Understanding Limited
2010-2012 Jakub Steiner"
COPYRIGHT="2009-2019 The Cantarell Authors
2015 Google Inc."
LICENSE="SIL Open Font License v1.1"
REVISION="1"
SOURCE_URI="http://download.gnome.org/sources/cantarell-fonts/$portVersion/cantarell-fonts-$portVersion.tar.xz"
CHECKSUM_SHA256="3d35db0ac03f9e6b0d5a53577591b714238985f4cfc31a0aa17f26cd74675e83"
SOURCE_URI="http://download.gnome.org/sources/cantarell-fonts/0.303/cantarell-fonts-$portVersion.tar.xz"
CHECKSUM_SHA256="f9463a0659c63e57e381fdd753cf1929225395c5b49135989424761830530411"
SOURCE_DIR="cantarell-fonts-$portVersion"
ARCHITECTURES="any"
@@ -31,12 +31,12 @@ BUILD_PREREQUIRES="
BUILD()
{
meson build --prefix="$prefix" \
-Dbuildappstream=false -Dfontsdir="$fontsDir/otfonts"
meson compile -C build $jobArgs
meson build --buildtype=release --prefix="$prefix" \
-Dbuildappstream=false -Duseprebuilt=true -Dfontsdir="$fontsDir/otfonts"
}
INSTALL()
{
unset meson
meson install -C build
}