All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 0/4]add ttf-fonts packages
@ 2016-08-08  7:13 Hongxu Jia
  2016-08-08  7:13 ` [PATCH 1/4] ttf-abyssinica: add version 1.500 to support Amharic language Hongxu Jia
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Hongxu Jia @ 2016-08-08  7:13 UTC (permalink / raw)
  To: openembedded-devel

The following changes since commit da81d9ef8d052c1884abd8dc0d5354f2e9a23cc4:

  proftpd: return stderr to syslog (2016-08-05 09:34:51 -0400)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib hongxu/fonts
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=hongxu/fonts

Hongxu Jia (4):
  ttf-abyssinica: add version 1.500 to support Amharic language
  fontforge-native: support python module
  ttf-lohit: add version 2 to support Indian languages
  ttf-lklug: add version 0.6-14.20090803cvs.fc24 to support sinhala
    language

 .../fontforge/fontforge_20150824.bb                |  2 +-
 .../ttf-fonts/ttf-abyssinica_1.500.bb              | 17 +++++++++++++++
 .../ttf-fonts/ttf-lklug_0.6-14.20090803cvs.fc24.bb | 24 ++++++++++++++++++++++
 meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.bb  | 23 +++++++++++++++++++++
 4 files changed, 65 insertions(+), 1 deletion(-)
 create mode 100644 meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_1.500.bb
 create mode 100644 meta-oe/recipes-graphics/ttf-fonts/ttf-lklug_0.6-14.20090803cvs.fc24.bb
 create mode 100644 meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.bb

-- 
2.8.1



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH 1/4] ttf-abyssinica: add version 1.500 to support Amharic language
  2016-08-08  7:13 [meta-oe][PATCH 0/4]add ttf-fonts packages Hongxu Jia
@ 2016-08-08  7:13 ` Hongxu Jia
  2016-08-08  7:13 ` [PATCH 2/4] fontforge-native: support python module Hongxu Jia
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Hongxu Jia @ 2016-08-08  7:13 UTC (permalink / raw)
  To: openembedded-devel

Add  Ethiopia and Eritrea font, which requried by Amharic language.

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
 .../recipes-graphics/ttf-fonts/ttf-abyssinica_1.500.bb  | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_1.500.bb

diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_1.500.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_1.500.bb
new file mode 100644
index 0000000..d0c3ae5
--- /dev/null
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_1.500.bb
@@ -0,0 +1,17 @@
+require ttf.inc
+
+SUMMARY = "Ethiopia and Eritrea (Amharic) font - TTF Edition"
+HOMEPAGE = "http://software.sil.org/abyssinica/"
+LICENSE = "OFL-1.1"
+LIC_FILES_CHKSUM = "file://OFL.txt;md5=1694c7fc245cdc85c9971db707928159"
+
+SRCNAME = "AbyssinicaSIL"
+SRC_URI = "http://software.sil.org/downloads/abyssinica/${SRCNAME}-${PV}.zip"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+SRC_URI[md5sum] = "a3d943d18e303197c8d3d92d2de54d1e"
+SRC_URI[sha256sum] = "e48a77d5ab8ee0b06464a5b29be70f292aa25dc1e73eb39ec933bd7fa47bbd86"
+
+FONT_PACKAGES = "${PN}"
+FILES_${PN} = "${datadir}"
+
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 2/4] fontforge-native: support python module
  2016-08-08  7:13 [meta-oe][PATCH 0/4]add ttf-fonts packages Hongxu Jia
  2016-08-08  7:13 ` [PATCH 1/4] ttf-abyssinica: add version 1.500 to support Amharic language Hongxu Jia
@ 2016-08-08  7:13 ` Hongxu Jia
  2016-08-08  7:13 ` [PATCH 3/4] ttf-lohit: add version 2 to support Indian languages Hongxu Jia
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Hongxu Jia @ 2016-08-08  7:13 UTC (permalink / raw)
  To: openembedded-devel

>>> import fontforge

The python module is required by lohit.

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
 meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb b/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb
index 6f876aa..544149d 100644
--- a/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb
+++ b/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb
@@ -18,7 +18,7 @@ SRC_URI = "git://github.com/${BPN}/${BPN}.git"
 SRCREV = "07d5ccff2704f8a56f1b3cc6695a4e31f85f88e6"
 S = "${WORKDIR}/git"
 
-EXTRA_OECONF_append_class-native = " with_x=no --disable-python-extension --disable-python-scripting"
+EXTRA_OECONF_append_class-native = " with_x=no"
 
 do_configure_prepend() {
     # uthash sources are expected in uthash/src
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 3/4] ttf-lohit: add version 2 to support Indian languages
  2016-08-08  7:13 [meta-oe][PATCH 0/4]add ttf-fonts packages Hongxu Jia
  2016-08-08  7:13 ` [PATCH 1/4] ttf-abyssinica: add version 1.500 to support Amharic language Hongxu Jia
  2016-08-08  7:13 ` [PATCH 2/4] fontforge-native: support python module Hongxu Jia
@ 2016-08-08  7:13 ` Hongxu Jia
  2016-08-08  7:13 ` [PATCH 4/4] ttf-lklug: add version 0.6-14.20090803cvs.fc24 to support sinhala language Hongxu Jia
  2016-08-08 11:23 ` [meta-oe][PATCH 0/4]add ttf-fonts packages Martin Jansa
  4 siblings, 0 replies; 7+ messages in thread
From: Hongxu Jia @ 2016-08-08  7:13 UTC (permalink / raw)
  To: openembedded-devel

The font family supports 21 Indian languages: Assamese, Bengali,
Devanagari (Hindi, Kashmiri, Konkani, Maithili, Marathi, Nepali,
Sindhi, Santali, Bodo, Dogri), Gujarati, Kannada, Malayalam,
Manipuri, Oriya, Punjabi, Tamil, and Telugu.

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
 meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.bb | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.bb

diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.bb
new file mode 100644
index 0000000..f1e9455
--- /dev/null
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.bb
@@ -0,0 +1,23 @@
+require ttf.inc
+
+SUMMARY = "The project goal is to improve existing offerings of the fonts \
+- making sure the Lohit fonts deliver the best available quality and functions \
+to the community."
+HOMEPAGE = "https://fedorahosted.org/lohit"
+LICENSE = "OFL-1.1"
+LIC_FILES_CHKSUM = "file://OFL.txt;md5=7dfa0a236dc535ad2d2548e6170c4402"
+
+SRCREV = "d678f1b1807ea5602586279e90b5db6d62ed475e"
+SRC_URI = "git://github.com/pravins/lohit.git;branch=master"
+
+DEPENDS = "fontforge-native"
+S = "${WORKDIR}/git"
+FONT_PACKAGES = "${PN}"
+FILES_${PN} = "${datadir}"
+
+inherit pythonnative
+
+do_compile() {
+	cd ${S}; make ttf;
+}
+
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 4/4] ttf-lklug: add version 0.6-14.20090803cvs.fc24 to support sinhala language
  2016-08-08  7:13 [meta-oe][PATCH 0/4]add ttf-fonts packages Hongxu Jia
                   ` (2 preceding siblings ...)
  2016-08-08  7:13 ` [PATCH 3/4] ttf-lohit: add version 2 to support Indian languages Hongxu Jia
@ 2016-08-08  7:13 ` Hongxu Jia
  2016-08-08 11:23 ` [meta-oe][PATCH 0/4]add ttf-fonts packages Martin Jansa
  4 siblings, 0 replies; 7+ messages in thread
From: Hongxu Jia @ 2016-08-08  7:13 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
 .../ttf-fonts/ttf-lklug_0.6-14.20090803cvs.fc24.bb | 24 ++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 meta-oe/recipes-graphics/ttf-fonts/ttf-lklug_0.6-14.20090803cvs.fc24.bb

diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-lklug_0.6-14.20090803cvs.fc24.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-lklug_0.6-14.20090803cvs.fc24.bb
new file mode 100644
index 0000000..8b98d29
--- /dev/null
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-lklug_0.6-14.20090803cvs.fc24.bb
@@ -0,0 +1,24 @@
+require ttf.inc
+
+SUMMARY = "Fonts for Sinhala language - TTF Edition"
+HOMEPAGE = "http://rpms.famillecollet.com/rpmphp/zoom.php?rpm=lklug-fonts"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
+
+SRC_URI = "http://dl.fedoraproject.org/pub/fedora/linux/development/25/Everything/source/tree/Packages/l/lklug-fonts-0.6-14.20090803cvs.fc24.src.rpm;extract=lklug-20090803.tar.gz"
+SRC_URI[md5sum] = "3341dfb997043d234ab3f6e5a965e759"
+SRC_URI[sha256sum] = "f54c1f3b4df08995982657fed290b562556191fee2a0386afd9e8bf228f72b1a"
+
+DEPENDS = "fontforge-native"
+
+S = "${WORKDIR}"
+FONT_PACKAGES = "${PN}"
+FILES_${PN} = "${datadir}"
+
+do_compile() {
+	fontforge ${S}/convert.ff lklug
+}
+
+do_install() {
+	make install DESTDIR=${D}
+}
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [meta-oe][PATCH 0/4]add ttf-fonts packages
  2016-08-08  7:13 [meta-oe][PATCH 0/4]add ttf-fonts packages Hongxu Jia
                   ` (3 preceding siblings ...)
  2016-08-08  7:13 ` [PATCH 4/4] ttf-lklug: add version 0.6-14.20090803cvs.fc24 to support sinhala language Hongxu Jia
@ 2016-08-08 11:23 ` Martin Jansa
  2016-08-08 17:36   ` Hongxu Jia
  4 siblings, 1 reply; 7+ messages in thread
From: Martin Jansa @ 2016-08-08 11:23 UTC (permalink / raw)
  To: Hongxu Jia; +Cc: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1474 bytes --]

On Mon, Aug 08, 2016 at 03:13:10AM -0400, Hongxu Jia wrote:
> The following changes since commit da81d9ef8d052c1884abd8dc0d5354f2e9a23cc4:
> 
>   proftpd: return stderr to syslog (2016-08-05 09:34:51 -0400)
> 
> are available in the git repository at:
> 
>   git://git.openembedded.org/openembedded-core-contrib hongxu/fonts
>   http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=hongxu/fonts

NAK, missing changes in layer.conf.

Don't use TABS in meta-oe layers.

> Hongxu Jia (4):
>   ttf-abyssinica: add version 1.500 to support Amharic language
>   fontforge-native: support python module
>   ttf-lohit: add version 2 to support Indian languages
>   ttf-lklug: add version 0.6-14.20090803cvs.fc24 to support sinhala
>     language
> 
>  .../fontforge/fontforge_20150824.bb                |  2 +-
>  .../ttf-fonts/ttf-abyssinica_1.500.bb              | 17 +++++++++++++++
>  .../ttf-fonts/ttf-lklug_0.6-14.20090803cvs.fc24.bb | 24 ++++++++++++++++++++++
>  meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.bb  | 23 +++++++++++++++++++++
>  4 files changed, 65 insertions(+), 1 deletion(-)
>  create mode 100644 meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_1.500.bb
>  create mode 100644 meta-oe/recipes-graphics/ttf-fonts/ttf-lklug_0.6-14.20090803cvs.fc24.bb
>  create mode 100644 meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.bb
> 
> -- 
> 2.8.1
> 

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [meta-oe][PATCH 0/4]add ttf-fonts packages
  2016-08-08 11:23 ` [meta-oe][PATCH 0/4]add ttf-fonts packages Martin Jansa
@ 2016-08-08 17:36   ` Hongxu Jia
  0 siblings, 0 replies; 7+ messages in thread
From: Hongxu Jia @ 2016-08-08 17:36 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-devel

On 08/08/2016 07:23 PM, Martin Jansa wrote:
> On Mon, Aug 08, 2016 at 03:13:10AM -0400, Hongxu Jia wrote:
>> The following changes since commit da81d9ef8d052c1884abd8dc0d5354f2e9a23cc4:
>>
>>    proftpd: return stderr to syslog (2016-08-05 09:34:51 -0400)
>>
>> are available in the git repository at:
>>
>>    git://git.openembedded.org/openembedded-core-contrib hongxu/fonts
>>    http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=hongxu/fonts
> NAK, missing changes in layer.conf.

Yes, I should add them to SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS in layer.conf

> Don't use TABS in meta-oe layers.

Fine, I will use 4 spaces to replace in shell task/function.

V2 incoming

//Hongxu


>
>> Hongxu Jia (4):
>>    ttf-abyssinica: add version 1.500 to support Amharic language
>>    fontforge-native: support python module
>>    ttf-lohit: add version 2 to support Indian languages
>>    ttf-lklug: add version 0.6-14.20090803cvs.fc24 to support sinhala
>>      language
>>
>>   .../fontforge/fontforge_20150824.bb                |  2 +-
>>   .../ttf-fonts/ttf-abyssinica_1.500.bb              | 17 +++++++++++++++
>>   .../ttf-fonts/ttf-lklug_0.6-14.20090803cvs.fc24.bb | 24 ++++++++++++++++++++++
>>   meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.bb  | 23 +++++++++++++++++++++
>>   4 files changed, 65 insertions(+), 1 deletion(-)
>>   create mode 100644 meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_1.500.bb
>>   create mode 100644 meta-oe/recipes-graphics/ttf-fonts/ttf-lklug_0.6-14.20090803cvs.fc24.bb
>>   create mode 100644 meta-oe/recipes-graphics/ttf-fonts/ttf-lohit_2.bb
>>
>> -- 
>> 2.8.1
>>



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-08-08 17:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-08  7:13 [meta-oe][PATCH 0/4]add ttf-fonts packages Hongxu Jia
2016-08-08  7:13 ` [PATCH 1/4] ttf-abyssinica: add version 1.500 to support Amharic language Hongxu Jia
2016-08-08  7:13 ` [PATCH 2/4] fontforge-native: support python module Hongxu Jia
2016-08-08  7:13 ` [PATCH 3/4] ttf-lohit: add version 2 to support Indian languages Hongxu Jia
2016-08-08  7:13 ` [PATCH 4/4] ttf-lklug: add version 0.6-14.20090803cvs.fc24 to support sinhala language Hongxu Jia
2016-08-08 11:23 ` [meta-oe][PATCH 0/4]add ttf-fonts packages Martin Jansa
2016-08-08 17:36   ` Hongxu Jia

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.