diff options
| author | Jagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com> | 2016-02-22 00:30:52 +0530 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-02 22:39:42 +0000 |
| commit | 0c80f29f3fd071f418f61c2c3f9f9b445d518251 (patch) | |
| tree | 1a8e532a0e992bf83d43d812b62bc76ab2a09003 | |
| parent | 4006a7f2762ccd5dcbc6cdff49482d4387a73261 (diff) | |
| download | poky-0c80f29f3fd071f418f61c2c3f9f9b445d518251.tar.gz | |
cantarell-fonts: Add recipe
1. The Cantarell font typeface is designed as a
contemporary Humanist sans serif, and was developed for
on-screen reading; in particular, reading web pages on an
HTC Dream mobile phone.
2. Pango test case (test-layout.test) requires cantarell-font
typeface. This test case uses 'Cantarell 11' font type
(From OE-Core rev: 6ed5cc8993c8658b9580aff1a2f64775e2a5f20c)
Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb b/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb new file mode 100644 index 0000000000..127f0a1c3b --- /dev/null +++ b/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 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://git.gnome.org/browse/cantarell-fonts/" | ||
| 9 | SECTION = "fonts" | ||
| 10 | LICENSE = "OFL-1.1" | ||
| 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=df91e3ffcab8cfb972a66bf11255188d" | ||
| 12 | |||
| 13 | PV = "0.0.21+git${SRCPV}" | ||
| 14 | |||
| 15 | SRCREV = "611c169df5287c059d63b0c8f0570647c75c9189" | ||
| 16 | SRC_URI = "git://git.gnome.org/cantarell-fonts;protocol=git;branch=master" | ||
| 17 | |||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | |||
| 20 | inherit autotools allarch fontcache | ||
| 21 | |||
| 22 | PACKAGECONFIG ??= "" | ||
| 23 | PACKAGECONFIG[fontforge] = "--enable-source-rebuild=yes,--enable-source-rebuild=no,fontforge-native" | ||
| 24 | FILES_${PN} = "${datadir}/fonts ${datadir}/fontconfig" | ||
