From d100c63fbee4ee7d5bd6de676edaa061e824fb52 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 9 Jun 2026 21:17:25 -0700 Subject: ttf-vlgothic: upgrade 20200720 -> 20220612 Signed-off-by: Khem Raj --- .../ttf-fonts/ttf-vlgothic_20200720.bb | 26 ---------------------- .../ttf-fonts/ttf-vlgothic_20220612.bb | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta-oe/recipes-graphics/ttf-fonts/ttf-vlgothic_20200720.bb create mode 100644 meta-oe/recipes-graphics/ttf-fonts/ttf-vlgothic_20220612.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-vlgothic_20200720.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-vlgothic_20200720.bb deleted file mode 100644 index e34770d520..0000000000 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-vlgothic_20200720.bb +++ /dev/null @@ -1,26 +0,0 @@ -require ttf.inc - -SUMMARY = "Japanese TrueType fonts from Vine Linux" -HOMEPAGE = "http://vlgothic.dicey.org/" - -LICENSE = "ttf-mplus & BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.en;md5=cc06b20e7a20bdf6c989624405378303 \ - file://LICENSE_E.mplus;md5=1c4767416f20215f1e61b970f2117db9 \ -" - -SRC_URI = "https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/fonts-vlgothic/${PV}-1ubuntu1/fonts-vlgothic_${PV}.orig.tar.xz" - -SRC_URI[sha256sum] = "297a3813675fbea12c5813b55a78091c9a5946515ecbf9fde8b8102e01c579f4" - -S = "${UNPACKDIR}/VLGothic" - -do_install:append () { - install -D -m644 ${S}/LICENSE_E.mplus ${D}${datadir}/licenses/${PN}/COPYING_MPLUS.txt - install -D -m644 ${S}/README.sazanami ${D}${datadir}/licenses/${PN}/COPYING_SAZANAMI.txt - install -D -m644 ${S}/LICENSE.en ${D}${datadir}/licenses/${PN}/COPYING_VLGOTHIC.txt -} - -PACKAGES = "${PN}" -FONT_PACKAGES = "${PN}" - -FILES:${PN} = "${datadir}/fonts/truetype ${datadir}/licenses" diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-vlgothic_20220612.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-vlgothic_20220612.bb new file mode 100644 index 0000000000..dbc9e67406 --- /dev/null +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-vlgothic_20220612.bb @@ -0,0 +1,26 @@ +require ttf.inc + +SUMMARY = "Japanese TrueType fonts from Vine Linux" +HOMEPAGE = "http://vlgothic.dicey.org/" + +LICENSE = "ttf-mplus & BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.en;md5=cc06b20e7a20bdf6c989624405378303 \ + file://LICENSE_E.mplus;md5=1c4767416f20215f1e61b970f2117db9 \ +" + +SRC_URI = "https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/fonts-vlgothic/${PV}-1ubuntu1/fonts-vlgothic_${PV}.orig.tar.xz" + +SRC_URI[sha256sum] = "c201dd3fa73492a2551a339fe235608d3be771237fd5868a526f1b3eb3164d93" + +S = "${UNPACKDIR}/VLGothic" + +do_install:append () { + install -D -m644 ${S}/LICENSE_E.mplus ${D}${datadir}/licenses/${PN}/COPYING_MPLUS.txt + install -D -m644 ${S}/README.sazanami ${D}${datadir}/licenses/${PN}/COPYING_SAZANAMI.txt + install -D -m644 ${S}/LICENSE.en ${D}${datadir}/licenses/${PN}/COPYING_VLGOTHIC.txt +} + +PACKAGES = "${PN}" +FONT_PACKAGES = "${PN}" + +FILES:${PN} = "${datadir}/fonts/truetype ${datadir}/licenses" -- cgit v1.2.3-54-g00ecf