blob: 127f0a1c3bc39c4c1483b5de0f3ade0500ebb0bf [file] [log] [blame]
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05001SUMMARY = "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://git.gnome.org/browse/cantarell-fonts/"
9SECTION = "fonts"
10LICENSE = "OFL-1.1"
11LIC_FILES_CHKSUM = "file://COPYING;md5=df91e3ffcab8cfb972a66bf11255188d"
12
13PV = "0.0.21+git${SRCPV}"
14
15SRCREV = "611c169df5287c059d63b0c8f0570647c75c9189"
16SRC_URI = "git://git.gnome.org/cantarell-fonts;protocol=git;branch=master"
17
18S = "${WORKDIR}/git"
19
20inherit autotools allarch fontcache
21
22PACKAGECONFIG ??= ""
23PACKAGECONFIG[fontforge] = "--enable-source-rebuild=yes,--enable-source-rebuild=no,fontforge-native"
24FILES_${PN} = "${datadir}/fonts ${datadir}/fontconfig"