diff --git a/media-fonts/cantarell/cantarell-0.301.recipe b/media-fonts/cantarell/cantarell-0.303.1.recipe similarity index 68% rename from media-fonts/cantarell/cantarell-0.301.recipe rename to media-fonts/cantarell/cantarell-0.303.1.recipe index b71897faf..e72b0ddaf 100644 --- a/media-fonts/cantarell/cantarell-0.301.recipe +++ b/media-fonts/cantarell/cantarell-0.303.1.recipe @@ -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 }