From 95d48b04f054e698fc548f2b907c66d13b954f83 Mon Sep 17 00:00:00 2001 From: Gatis Paeglis Date: Mon, 13 Apr 2015 17:49:24 +0200 Subject: Install CJK fonts on eLinux image This is needed so we can enable Chinese, Korean and Japanese input method support in VKB. Task-number: QTEE-765 Change-Id: I86db44cc4ebfbaf9e72854a9a4ffa0708193c442 Reviewed-by: Samuli Piippo --- recipes/fonts/otf-noto.bb | 23 ++++++++++++++++++++++ .../packagegroup-b2qt-embedded-base.bb | 1 + 2 files changed, 24 insertions(+) create mode 100644 recipes/fonts/otf-noto.bb (limited to 'recipes') diff --git a/recipes/fonts/otf-noto.bb b/recipes/fonts/otf-noto.bb new file mode 100644 index 0000000..8a9f942 --- /dev/null +++ b/recipes/fonts/otf-noto.bb @@ -0,0 +1,23 @@ +SUMMARY = "Noto Sans CJK" +SECTION = "fonts" +HOMEPAGE = "http://www.google.com/get/noto" +LICENSE = "Apache-2.0" +# see https://code.google.com/p/noto/issues/detail?id=331 +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" + +INHIBIT_DEFAULT_DEPS = "1" + +inherit allarch fontcache + +SRC_URI = "http://www.google.com/get/noto/pkgs/NotoSansCJKSC-hinted.zip" + +SRC_URI[md5sum] = "fdbacee7b538c42cf1d3a6fc3dd3d106" +SRC_URI[sha256sum] = "71d32727053c9677956b7aff7b150c3c2521072f40d334a37806a577d86fa33d" + +do_install() { + install -m 0644 -d ${D}${datadir}/fonts/otf/noto + install -m 0644 ${WORKDIR}/*.otf ${D}${datadir}/fonts/otf/noto +} + +PACKAGES = "${PN}" +FILES_${PN} += "${datadir}/fonts/otf/noto" diff --git a/recipes/packagegroup/packagegroup-b2qt-embedded-base.bb b/recipes/packagegroup/packagegroup-b2qt-embedded-base.bb index 2c986ac..a99c76a 100644 --- a/recipes/packagegroup/packagegroup-b2qt-embedded-base.bb +++ b/recipes/packagegroup/packagegroup-b2qt-embedded-base.bb @@ -51,5 +51,6 @@ RDEPENDS_${PN} = "\ ttf-dejavu-common \ ttf-dejavu-sans \ dbus-session-init \ + otf-noto \ ${MACHINE_EXTRA_INSTALL} \ " -- cgit v1.2.3-54-g00ecf From ea6ad4728b071ee59123a959c5f9d997bacc274c Mon Sep 17 00:00:00 2001 From: Andy Nichols Date: Tue, 7 Apr 2015 12:11:12 +0200 Subject: Change mirror of hunspell dictionaries Moved from Gitorious to Github Cherry-picked from dizzy Change-Id: Ifb48c3ba178174a0b1628974efe800e6361a9776 Reviewed-by: Eirik Aavitsland --- recipes/hunspell/hunspell_1.3.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes') diff --git a/recipes/hunspell/hunspell_1.3.2.bb b/recipes/hunspell/hunspell_1.3.2.bb index 9903024..5d1b1b5 100644 --- a/recipes/hunspell/hunspell_1.3.2.bb +++ b/recipes/hunspell/hunspell_1.3.2.bb @@ -25,7 +25,7 @@ LICENSE = "LGPLv2" LIC_FILES_CHKSUM = "file://${WORKDIR}/hunspell-${PV}/COPYING;md5=ed3a37b3ba6d6be3e08ab45987cf1b88" SRC_URI = "http://downloads.sourceforge.net/hunspell/hunspell-${PV}.tar.gz;name=hunspell \ - git://gitorious.org/libreoffice/dictionaries.git;branch=libreoffice-4-3-2;name=dictionaries \ + git://github.com/libreoffice/dictionaries.git;branch=libreoffice-4-3-2;name=dictionaries \ " SRC_URI[hunspell.md5sum] = "3121aaf3e13e5d88dfff13fb4a5f1ab8" -- cgit v1.2.3-54-g00ecf From dae3725a434697424790aa628eeea769c0255c49 Mon Sep 17 00:00:00 2001 From: Eirik Aavitsland Date: Fri, 29 May 2015 09:55:39 +0200 Subject: Update checksum for Noto fonts release 1.002 Change-Id: I23f95aa33fffbd4692644bf0d16ab7b0a9b3db9d Reviewed-by: Samuli Piippo --- recipes/fonts/otf-noto.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes') diff --git a/recipes/fonts/otf-noto.bb b/recipes/fonts/otf-noto.bb index 8a9f942..266010c 100644 --- a/recipes/fonts/otf-noto.bb +++ b/recipes/fonts/otf-noto.bb @@ -11,8 +11,8 @@ inherit allarch fontcache SRC_URI = "http://www.google.com/get/noto/pkgs/NotoSansCJKSC-hinted.zip" -SRC_URI[md5sum] = "fdbacee7b538c42cf1d3a6fc3dd3d106" -SRC_URI[sha256sum] = "71d32727053c9677956b7aff7b150c3c2521072f40d334a37806a577d86fa33d" +SRC_URI[md5sum] = "9c59b0a684b03d3220dc05c6f7d4a097" +SRC_URI[sha256sum] = "c815b154a57877bfc3c9baa9650f22217e509bddc73f5433f640d875ae6f35e0" do_install() { install -m 0644 -d ${D}${datadir}/fonts/otf/noto -- cgit v1.2.3-54-g00ecf