From 60c24eaf19b1dc02b9cf7aae073eeeca5997de04 Mon Sep 17 00:00:00 2001 From: wangmy Date: Wed, 20 Apr 2022 12:10:18 +0800 Subject: mkfontscale: upgrade 1.2.1 -> 1.2.2 CHanges: Fix spelling/wording issues gitlab CI: add a basic build test Build xz tarballs instead of bzip2 Use case insensitive comparison for T1 font weight Add "ExtraBold" as a valid T1 font weight. temporarily override SRC_URI which is hard-coded in xorg-app-common.inc since new versions of packages use a new compression format - .tar.xz (From OE-Core rev: 01f6eff02b872c9179b654a87857ba573a194f8a) Signed-off-by: Wang Mingyu Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie (cherry picked from commit 7ac5e224fe55db17651988435a569a8a25b6b09f) Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie --- .../recipes-graphics/xorg-app/mkfontscale_1.2.1.bb | 21 --------------------- .../recipes-graphics/xorg-app/mkfontscale_1.2.2.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 21 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-app/mkfontscale_1.2.1.bb create mode 100644 meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb diff --git a/meta/recipes-graphics/xorg-app/mkfontscale_1.2.1.bb b/meta/recipes-graphics/xorg-app/mkfontscale_1.2.1.bb deleted file mode 100644 index 2d0c51a423..0000000000 --- a/meta/recipes-graphics/xorg-app/mkfontscale_1.2.1.bb +++ /dev/null @@ -1,21 +0,0 @@ -require xorg-app-common.inc - -SUMMARY = "A program to create an index of scalable font files for X" - -DESCRIPTION = "For each directory argument, mkfontscale reads all of the \ -scalable font files in the directory. For every font file found, an X11 \ -font name (XLFD) is generated, and is written together with the file \ -name to a file fonts.scale in the directory. The resulting fonts.scale \ -is used by the mkfontdir program." - -DEPENDS = "util-macros-native zlib libfontenc freetype xorgproto" - -PROVIDES += "mkfontdir" -RPROVIDES:${PN} += "mkfontdir" - -BBCLASSEXTEND = "native" - -LIC_FILES_CHKSUM = "file://COPYING;md5=99b1e1269aba5179139b9e4380fc0934" - -SRC_URI[md5sum] = "215940de158b1a3d8b3f8b442c606e2f" -SRC_URI[sha256sum] = "ca0495eb974a179dd742bfa6199d561bda1c8da4a0c5a667f21fd82aaab6bac7" diff --git a/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb b/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb new file mode 100644 index 0000000000..573b05128e --- /dev/null +++ b/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb @@ -0,0 +1,22 @@ +require xorg-app-common.inc + +SUMMARY = "A program to create an index of scalable font files for X" + +DESCRIPTION = "For each directory argument, mkfontscale reads all of the \ +scalable font files in the directory. For every font file found, an X11 \ +font name (XLFD) is generated, and is written together with the file \ +name to a file fonts.scale in the directory. The resulting fonts.scale \ +is used by the mkfontdir program." + +DEPENDS = "util-macros-native zlib libfontenc freetype xorgproto" + +PROVIDES += "mkfontdir" +RPROVIDES:${PN} += "mkfontdir" + +BBCLASSEXTEND = "native" + +SRC_URI = "${XORG_MIRROR}/individual/app/${BPN}-${PV}.tar.xz" + +LIC_FILES_CHKSUM = "file://COPYING;md5=99b1e1269aba5179139b9e4380fc0934" + +SRC_URI[sha256sum] = "8ae3fb5b1fe7436e1f565060acaa3e2918fe745b0e4979b5593968914fe2d5c4" -- cgit v1.2.3-54-g00ecf