From 194bf5de1dbf7ea6ea22436158201fca38e4080b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 8 Jun 2026 22:48:18 -0700 Subject: font-bh-lucidatypewriter-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 --- .../font-bh-lucidatypewriter-100dpi_1.0.3.bb | 19 ------------------- .../font-bh-lucidatypewriter-100dpi_1.0.4.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 19 deletions(-) delete mode 100644 meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb create mode 100644 meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.4.bb (limited to 'meta-oe/recipes-graphics/xorg-font') diff --git a/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb b/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb deleted file mode 100644 index a1a6d43e06..0000000000 --- a/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb +++ /dev/null @@ -1,19 +0,0 @@ -require recipes-graphics/xorg-font/xorg-font-common.inc - -SUMMARY = "Bigelow & Holmes Lucida Typewriter 100 DPI fonts" -HOMEPAGE = "http://cgit.freedesktop.org/xorg/font/bh-lucidatypewriter-100dpi/" -SECTION = "x11/font" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=0d221a9cd144806cb469735cc4775939" - -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\-bh\-lucidatypewriter\-100dpi\-(?P\d+(\.\d+)+).tar.gz" - -inherit features_check -# depends on bdftopcf-native -> virtual/libx11 -REQUIRED_DISTRO_FEATURES = "x11" - -SRC_URI[sha256sum] = "62a83363c2536095fda49d260d21e0847675676e4e3415054064cbdffa641fbb" diff --git a/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.4.bb b/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.4.bb new file mode 100644 index 0000000000..89e2f26f05 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.4.bb @@ -0,0 +1,20 @@ +require recipes-graphics/xorg-font/xorg-font-common.inc + +SUMMARY = "Bigelow & Holmes Lucida Typewriter 100 DPI fonts" +HOMEPAGE = "http://cgit.freedesktop.org/xorg/font/bh-lucidatypewriter-100dpi/" +SECTION = "x11/font" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=0d221a9cd144806cb469735cc4775939" + +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\-bh\-lucidatypewriter\-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] = "76ec09eda4094a29d47b91cf59c3eba229c8f7d1ca6bae2abbb3f925e33de8f2" -- cgit v1.2.3-54-g00ecf