diff options
4 files changed, 8 insertions, 20 deletions
diff --git a/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-cn-fonts_2.004.bb b/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-cn-fonts_2.004.bb index b4a598527e..391d465571 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-cn-fonts_2.004.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-cn-fonts_2.004.bb | |||
| @@ -11,13 +11,10 @@ inherit allarch fontcache | |||
| 11 | #EXCLUDE_FROM_WORLD = "1" | 11 | #EXCLUDE_FROM_WORLD = "1" |
| 12 | 12 | ||
| 13 | SRC_URI = " \ | 13 | SRC_URI = " \ |
| 14 | svn://github.com/adobe-fonts/source-han-sans;module=branches/release/SubsetOTF/CN;protocol=http;rev=82 \ | 14 | https://github.com/adobe-fonts/source-han-sans/releases/download/2.004R/SourceHanSansCN.zip;subdir=${BP} \ |
| 15 | file://44-source-han-sans-cn.conf \ | 15 | file://44-source-han-sans-cn.conf \ |
| 16 | " | 16 | " |
| 17 | SRC_URI[md5sum] = "d16abc21f6575bb08894efedbed484a2" | 17 | SRC_URI[sha256sum] = "6841fc13f1c0d255cfeb33d2a2c68d24bbebd94ae2c070347a2b2b200a1db4d6" |
| 18 | SRC_URI[sha256sum] = "0a0e1d8e52833bc352d454d8242da03b82c0efc41323fb66f7435e5b39734a4f" | ||
| 19 | |||
| 20 | S = "${WORKDIR}/SourceHanSansCN" | ||
| 21 | 18 | ||
| 22 | do_install() { | 19 | do_install() { |
| 23 | install -d ${D}${sysconfdir}/fonts/conf.d/ | 20 | install -d ${D}${sysconfdir}/fonts/conf.d/ |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-jp-fonts_2.004.bb b/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-jp-fonts_2.004.bb index 6a4509048f..f940478a80 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-jp-fonts_2.004.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-jp-fonts_2.004.bb | |||
| @@ -11,13 +11,10 @@ inherit allarch fontcache | |||
| 11 | #EXCLUDE_FROM_WORLD = "1" | 11 | #EXCLUDE_FROM_WORLD = "1" |
| 12 | 12 | ||
| 13 | SRC_URI = " \ | 13 | SRC_URI = " \ |
| 14 | svn://github.com/adobe-fonts/source-han-sans;module=branches/release/SubsetOTF/JP;protocol=http;rev=82 \ | 14 | https://github.com/adobe-fonts/source-han-sans/releases/download/2.004R/SourceHanSansJP.zip;subdir=${BP} \ |
| 15 | file://44-source-han-sans-jp.conf \ | 15 | file://44-source-han-sans-jp.conf \ |
| 16 | " | 16 | " |
| 17 | SRC_URI[md5sum] = "908fbf97f3df04a6838708c093f1e900" | 17 | SRC_URI[sha256sum] = "1ae9f62ad620d686c4a049ce25cf54e3afd8fefc954a678c644cf9802750c17e" |
| 18 | SRC_URI[sha256sum] = "dc6dbae3fba35f220bac88ba7130b826c7efe1282f472788fae3628b79be3f54" | ||
| 19 | |||
| 20 | S = "${WORKDIR}/SourceHanSansJP" | ||
| 21 | 18 | ||
| 22 | do_install() { | 19 | do_install() { |
| 23 | install -d ${D}${sysconfdir}/fonts/conf.d/ | 20 | install -d ${D}${sysconfdir}/fonts/conf.d/ |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-kr-fonts_2.004.bb b/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-kr-fonts_2.004.bb index 5ab5057d86..f536d1b61e 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-kr-fonts_2.004.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-kr-fonts_2.004.bb | |||
| @@ -11,13 +11,10 @@ inherit allarch fontcache | |||
| 11 | #EXCLUDE_FROM_WORLD = "1" | 11 | #EXCLUDE_FROM_WORLD = "1" |
| 12 | 12 | ||
| 13 | SRC_URI = " \ | 13 | SRC_URI = " \ |
| 14 | svn://github.com/adobe-fonts/source-han-sans;module=branches/release/SubsetOTF/TW;protocol=http;rev=82 \ | 14 | https://github.com/adobe-fonts/source-han-sans/releases/download/2.004R/SourceHanSansKR.zip;subdir=${BP} \ |
| 15 | file://44-source-han-sans-kr.conf \ | 15 | file://44-source-han-sans-kr.conf \ |
| 16 | " | 16 | " |
| 17 | SRC_URI[md5sum] = "f8d1bd6c87d8575afdb25e2f46bd81d4" | 17 | SRC_URI[sha256sum] = "02fe28a48c6381c49d61c27a1b173c77f0e6f2b9f2b68e79f076f10a6a8f4bfe" |
| 18 | SRC_URI[sha256sum] = "38fd15c80f9980492faaa1af39ff873d8a38e45027023fb17d5b10d4b4b0e6af" | ||
| 19 | |||
| 20 | S = "${WORKDIR}/SourceHanSansKR" | ||
| 21 | 18 | ||
| 22 | do_install() { | 19 | do_install() { |
| 23 | install -d ${D}${sysconfdir}/fonts/conf.d/ | 20 | install -d ${D}${sysconfdir}/fonts/conf.d/ |
diff --git a/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-tw-fonts_2.004.bb b/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-tw-fonts_2.004.bb index a2b3fff079..0a4aff5e31 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-tw-fonts_2.004.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/source-han-sans-tw-fonts_2.004.bb | |||
| @@ -11,13 +11,10 @@ inherit allarch fontcache | |||
| 11 | #EXCLUDE_FROM_WORLD = "1" | 11 | #EXCLUDE_FROM_WORLD = "1" |
| 12 | 12 | ||
| 13 | SRC_URI = " \ | 13 | SRC_URI = " \ |
| 14 | svn://github.com/adobe-fonts/source-han-sans;module=branches/release/SubsetOTF/TW;protocol=http;rev=82 \ | 14 | https://github.com/adobe-fonts/source-han-sans/releases/download/2.004R/SourceHanSansTW.zip;subdir=${BP} \ |
| 15 | file://44-source-han-sans-tw.conf \ | 15 | file://44-source-han-sans-tw.conf \ |
| 16 | " | 16 | " |
| 17 | SRC_URI[md5sum] = "6533b71b31c19e548768f0fc963202f3" | 17 | SRC_URI[sha256sum] = "11d78c8fbc1a4bb04a453cdd65c99db8d41ec5cd6ba6d68c8638e6ba170de806" |
| 18 | SRC_URI[sha256sum] = "92ba161921c5cdec5a8f8d5711676f0865b50cee071c25eb4bd4125b5af59fd0" | ||
| 19 | |||
| 20 | S = "${WORKDIR}/SourceHanSansTW" | ||
| 21 | 18 | ||
| 22 | do_install() { | 19 | do_install() { |
| 23 | install -d ${D}${sysconfdir}/fonts/conf.d/ | 20 | install -d ${D}${sysconfdir}/fonts/conf.d/ |
