summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/ttf-fonts
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/ttf-fonts')
-rw-r--r--meta-oe/recipes-graphics/ttf-fonts/source-code-pro-fonts_2.030_1.050.bb3
-rw-r--r--meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_2.201.bb (renamed from meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_2.100.bb)6
-rw-r--r--meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.83.bb3
-rw-r--r--meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.9.45.bb3
4 files changed, 13 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/ttf-fonts/source-code-pro-fonts_2.030_1.050.bb b/meta-oe/recipes-graphics/ttf-fonts/source-code-pro-fonts_2.030_1.050.bb
index e7ec00405..15449b216 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/source-code-pro-fonts_2.030_1.050.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/source-code-pro-fonts_2.030_1.050.bb
@@ -14,6 +14,9 @@ SRC_URI = " \
14SRC_URI[sha256sum] = "da2ac159497d31b0c6d9daa8fc390fb8252e75b4a9805ace6a2c9cccaed4932e" 14SRC_URI[sha256sum] = "da2ac159497d31b0c6d9daa8fc390fb8252e75b4a9805ace6a2c9cccaed4932e"
15S = "${WORKDIR}/source-code-pro-2.030R-ro-1.050R-it" 15S = "${WORKDIR}/source-code-pro-2.030R-ro-1.050R-it"
16 16
17UPSTREAM_CHECK_URI = "https://github.com/adobe-fonts/source-code-pro/tags"
18UPSTREAM_CHECK_REGEX = "releases/tag/(?P<pver>\d+\.\d+)R"
19
17do_install() { 20do_install() {
18 install -d ${D}${sysconfdir}/fonts/conf.d/ 21 install -d ${D}${sysconfdir}/fonts/conf.d/
19 install -m 0644 ${UNPACKDIR}/44-source-code-pro-fonts-fontconfig.conf ${D}${sysconfdir}/fonts/conf.d/ 22 install -m 0644 ${UNPACKDIR}/44-source-code-pro-fonts-fontconfig.conf ${D}${sysconfdir}/fonts/conf.d/
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_2.100.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_2.201.bb
index bce37a2e0..1253cf883 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_2.100.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_2.201.bb
@@ -3,13 +3,15 @@ require ttf.inc
3SUMMARY = "Ethiopia and Eritrea (Amharic) font - TTF Edition" 3SUMMARY = "Ethiopia and Eritrea (Amharic) font - TTF Edition"
4HOMEPAGE = "http://software.sil.org/abyssinica/" 4HOMEPAGE = "http://software.sil.org/abyssinica/"
5LICENSE = "OFL-1.1" 5LICENSE = "OFL-1.1"
6LIC_FILES_CHKSUM = "file://OFL.txt;md5=fd664aaab50445c3c1c97544554a6bda" 6LIC_FILES_CHKSUM = "file://OFL.txt;md5=347eaa34fdf555aaf6b2144a5ccca45b"
7 7
8SRCNAME = "AbyssinicaSIL" 8SRCNAME = "AbyssinicaSIL"
9SRC_URI = "http://software.sil.org/downloads/r/abyssinica/${SRCNAME}-${PV}.zip" 9SRC_URI = "http://software.sil.org/downloads/r/abyssinica/${SRCNAME}-${PV}.zip"
10S = "${WORKDIR}/${SRCNAME}-${PV}" 10S = "${WORKDIR}/${SRCNAME}-${PV}"
11 11
12SRC_URI[sha256sum] = "1a1fc8e82f0c0f2e824f42bff05c1f4a0356330a89dc7ba798c1a20bc3e333e0" 12UPSTREAM_CHECK_URI = "https://software.sil.org/abyssinica/download/"
13
14SRC_URI[sha256sum] = "961259a1d9ace083f737eb1e55cec40c9a56f4855866d7474bf212d2a4366ab8"
13 15
14FONT_PACKAGES = "${PN}" 16FONT_PACKAGES = "${PN}"
15FILES:${PN} = "${datadir}" 17FILES:${PN} = "${datadir}"
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.83.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.83.bb
index d118769cc..0c29a20cd 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.83.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.83.bb
@@ -13,6 +13,9 @@ SRC_URI = "https://assets.ubuntu.com/v1/${SHA1SUM}-ubuntu-font-family-${PV}.zip"
13SRC_URI[md5sum] = "c5a5059d6856b4ddf79d824dcaf5ad32" 13SRC_URI[md5sum] = "c5a5059d6856b4ddf79d824dcaf5ad32"
14SRC_URI[sha256sum] = "61a2b342526fd552f19fef438bb9211a8212de19ad96e32a1209c039f1d68ecf" 14SRC_URI[sha256sum] = "61a2b342526fd552f19fef438bb9211a8212de19ad96e32a1209c039f1d68ecf"
15 15
16UPSTREAM_CHECK_URI = "https://repology.org/project/fonts:ubuntu/packages"
17UPSTREAM_CHECK_REGEX = "${BPN}-(?P<pver>\d+(\.\d+)+)"
18
16S = "${WORKDIR}/ubuntu-font-family-${PV}" 19S = "${WORKDIR}/ubuntu-font-family-${PV}"
17 20
18PACKAGES = "ttf-ubuntu-mono ttf-ubuntu-sans" 21PACKAGES = "ttf-ubuntu-mono ttf-ubuntu-sans"
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.9.45.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.9.45.bb
index 21897a758..e2925b6c9 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.9.45.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.9.45.bb
@@ -9,6 +9,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/wqy/wqy-zenhei-${PV}.tar.gz"
9SRC_URI[md5sum] = "4c6c3f4e902dd5ee0a121e8c41d040bd" 9SRC_URI[md5sum] = "4c6c3f4e902dd5ee0a121e8c41d040bd"
10SRC_URI[sha256sum] = "e4b7e306475bf9427d1757578f0e4528930c84c44eaa3f167d4c42f110ee75d6" 10SRC_URI[sha256sum] = "e4b7e306475bf9427d1757578f0e4528930c84c44eaa3f167d4c42f110ee75d6"
11 11
12UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/wqy/files/wqy-zenhei/"
13UPSTREAM_CHECK_REGEX = "wqy-zenhei/(?P<pver>\d+(\.\d+)+)"
14
12S = "${WORKDIR}/wqy-zenhei" 15S = "${WORKDIR}/wqy-zenhei"
13 16
14do_install:append () { 17do_install:append () {