blob: b0ce56127d8ddb8001ec0f2f61b64d2de94b5e05 [file] [log] [blame]
Andrew Geissler09209ee2020-12-13 08:44:15 -06001SUMMARY = "Cantarell, a Humanist sans-serif font family"
2
3DESCRIPTION = "The Cantarell font typeface is designed as a \
4 contemporary Humanist sans serif, and was developed for \
5 on-screen reading; in particular, reading web pages on an \
6 HTC Dream mobile phone."
7
8HOMEPAGE = "https://gitlab.gnome.org/GNOME/cantarell-fonts/"
9SECTION = "fonts"
10LICENSE = "OFL-1.1 & Apache-2.0"
11LIC_FILES_CHKSUM = "file://COPYING;md5=fb1ef92b6909969a472a6ea3c4e99cb7"
12
13inherit gnomebase meson allarch fontcache pkgconfig
Andrew Geisslerd1e89492021-02-12 15:35:20 -060014SRC_URI[archive.sha256sum] = "3d35db0ac03f9e6b0d5a53577591b714238985f4cfc31a0aa17f26cd74675e83"
Andrew Geissler09209ee2020-12-13 08:44:15 -060015
Andrew Geissler90fd73c2021-03-05 15:25:55 -060016# remove at next version upgrade or when output changes
17PR = "r1"
18HASHEQUIV_HASH_VERSION .= ".2"
19
Andrew Geissler09209ee2020-12-13 08:44:15 -060020EXTRA_OEMESON += "-Duseprebuilt=true -Dbuildappstream=false"
21
22FILES_${PN} = "${datadir}/fonts ${datadir}/fontconfig"
Andrew Geissler5f350902021-07-23 13:09:54 -040023
24# This isn't a GNOME-style version do gnome_verdir fails. Just return the
25# version as that is how the directory is structured.
26def gnome_verdir(v):
27 return v