Andrew Geissler | 09209ee | 2020-12-13 08:44:15 -0600 | [diff] [blame] | 1 | SUMMARY = "Cantarell, a Humanist sans-serif font family" |
| 2 | |
| 3 | DESCRIPTION = "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 | |
| 8 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/cantarell-fonts/" |
| 9 | SECTION = "fonts" |
| 10 | LICENSE = "OFL-1.1 & Apache-2.0" |
| 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=fb1ef92b6909969a472a6ea3c4e99cb7" |
| 12 | |
| 13 | inherit gnomebase meson allarch fontcache pkgconfig |
Andrew Geissler | d1e8949 | 2021-02-12 15:35:20 -0600 | [diff] [blame] | 14 | SRC_URI[archive.sha256sum] = "3d35db0ac03f9e6b0d5a53577591b714238985f4cfc31a0aa17f26cd74675e83" |
Andrew Geissler | 09209ee | 2020-12-13 08:44:15 -0600 | [diff] [blame] | 15 | |
Andrew Geissler | 90fd73c | 2021-03-05 15:25:55 -0600 | [diff] [blame] | 16 | # remove at next version upgrade or when output changes |
| 17 | PR = "r1" |
| 18 | HASHEQUIV_HASH_VERSION .= ".2" |
| 19 | |
Andrew Geissler | 09209ee | 2020-12-13 08:44:15 -0600 | [diff] [blame] | 20 | EXTRA_OEMESON += "-Duseprebuilt=true -Dbuildappstream=false" |
| 21 | |
| 22 | FILES_${PN} = "${datadir}/fonts ${datadir}/fontconfig" |