blob: 9d8fb28281c1ada02874e226d35216a19119f432 [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
Brad Bishop004d4992018-10-02 23:54:45 +02008HOMEPAGE = "https://gitlab.gnome.org/GNOME/cantarell-fonts/"
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05009SECTION = "fonts"
10LICENSE = "OFL-1.1"
11LIC_FILES_CHKSUM = "file://COPYING;md5=df91e3ffcab8cfb972a66bf11255188d"
12
Patrick Williamsc0f7c042017-02-23 20:41:17 -060013PV = "0.0.24"
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050014
Patrick Williamsc0f7c042017-02-23 20:41:17 -060015SRCREV = "07b6ea2cbbebfc360aa4668612a376be5e214eaa"
Brad Bishop004d4992018-10-02 23:54:45 +020016SRC_URI = "git://gitlab.gnome.org/GNOME/cantarell-fonts;protocol=https;branch=master"
Patrick Williamsc0f7c042017-02-23 20:41:17 -060017UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(?!0\.13)(?!0\.10\.1)\d+\.\d+(\.\d+)+)"
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050018
19S = "${WORKDIR}/git"
20
Brad Bishop6e60e8b2018-02-01 10:27:11 -050021inherit autotools allarch fontcache pkgconfig
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050022
23PACKAGECONFIG ??= ""
24PACKAGECONFIG[fontforge] = "--enable-source-rebuild=yes,--enable-source-rebuild=no,fontforge-native"
25FILES_${PN} = "${datadir}/fonts ${datadir}/fontconfig"