From be9be7ff4d2aaa4ef8b540b28c24bea9404d8e58 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 8 Jun 2026 22:48:18 -0700 Subject: font-adobe-100dpi: upgrade 1.0.3 -> 1.0.4 Upstream now ships the release as .tar.xz (no .tar.bz2), so set SRC_URI_EXT accordingly. The COPYING license checksum is unchanged. Signed-off-by: Khem Raj --- .../xorg-font/font-adobe-100dpi_1.0.3.bb | 19 ------------------- .../xorg-font/font-adobe-100dpi_1.0.4.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 19 deletions(-) delete mode 100644 meta-oe/recipes-graphics/xorg-font/font-adobe-100dpi_1.0.3.bb create mode 100644 meta-oe/recipes-graphics/xorg-font/font-adobe-100dpi_1.0.4.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-graphics/xorg-font/font-adobe-100dpi_1.0.3.bb b/meta-oe/recipes-graphics/xorg-font/font-adobe-100dpi_1.0.3.bb deleted file mode 100644 index 52d5892c15..0000000000 --- a/meta-oe/recipes-graphics/xorg-font/font-adobe-100dpi_1.0.3.bb +++ /dev/null @@ -1,19 +0,0 @@ -require recipes-graphics/xorg-font/xorg-font-common.inc - -SUMMARY = "Adobe 100 DPI fonts" -HOMEPAGE = "http://cgit.freedesktop.org/xorg/font/adobe-100dpi/" -SECTION = "x11/font" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=5dfa0fdf45473b4ca0acf37d854df10e" - -DEPENDS = "util-macros-native font-util-native bdftopcf-native font-util" -RDEPENDS:${PN} = "encodings font-util" -RDEPENDS:${PN}:class-native = "font-util-native" - -UPSTREAM_CHECK_REGEX = "font\-adobe\-100dpi\-(?P\d+(\.\d+)+).tar.gz" - -inherit features_check -# depends on bdftopcf-native -> virtual/libx11 -REQUIRED_DISTRO_FEATURES = "x11" - -SRC_URI[sha256sum] = "b2c08433eab5cb202470aa9f779efefce8d9cab2534f34f3aa4a31d05671c054" diff --git a/meta-oe/recipes-graphics/xorg-font/font-adobe-100dpi_1.0.4.bb b/meta-oe/recipes-graphics/xorg-font/font-adobe-100dpi_1.0.4.bb new file mode 100644 index 0000000000..7c145c43b8 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-font/font-adobe-100dpi_1.0.4.bb @@ -0,0 +1,20 @@ +require recipes-graphics/xorg-font/xorg-font-common.inc + +SUMMARY = "Adobe 100 DPI fonts" +HOMEPAGE = "http://cgit.freedesktop.org/xorg/font/adobe-100dpi/" +SECTION = "x11/font" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=5dfa0fdf45473b4ca0acf37d854df10e" + +DEPENDS = "util-macros-native font-util-native bdftopcf-native font-util" +RDEPENDS:${PN} = "encodings font-util" +RDEPENDS:${PN}:class-native = "font-util-native" + +UPSTREAM_CHECK_REGEX = "font\-adobe\-100dpi\-(?P\d+(\.\d+)+).tar.xz" + +inherit features_check +# depends on bdftopcf-native -> virtual/libx11 +REQUIRED_DISTRO_FEATURES = "x11" + +SRC_URI_EXT = "xz" +SRC_URI[sha256sum] = "b67aff445e056328d53f9732d39884f55dd8d303fc25af3dbba33a8ba35a9ccf" -- cgit v1.2.3-54-g00ecf