From d844769fa9ae12551fd2054cdc76f02fbc6d0a34 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 13 Mar 2024 15:08:14 +0800 Subject: mkfontscale: upgrade 1.2.2 -> 1.2.3 License-Update: "All rights reserved." removed from copyright. Changelog: ============= -Fix -Wimplicit-float-conversion warnings from clang -Resolve some -Wsign-conversion warnings from clang -Variable scope reductions as recommended by cppcheck -ident.c: clear -Wdeclaration-after-statement warning -mkfontscale.c: handle -Wshadow warnings from gcc -doDirectory: add missing check for malloc() returning NULL -Convert to X.Org standard code style -Remove "All rights reserved" from Oracle copyright notices -gitlab CI: stop requiring Signed-off-by in commits -configure: Use AC_SYS_LARGEFILE to enable large file support -Address s UBSan warning about int left shift overflow -configure: Move check for zlib into its own section -configure: Use pkg-config to find zlib (From OE-Core rev: 73252e8c971263816cf218c53d0da9e419c9609d) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb | 21 --------------------- meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb create mode 100644 meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb (limited to 'meta/recipes-graphics') diff --git a/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb b/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.bb deleted file mode 100644 index cd658ab219..0000000000 --- a/meta/recipes-graphics/xorg-app/mkfontscale_1.2.2.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_EXT = "xz" -SRC_URI[sha256sum] = "8ae3fb5b1fe7436e1f565060acaa3e2918fe745b0e4979b5593968914fe2d5c4" diff --git a/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb b/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb new file mode 100644 index 0000000000..aa79902a34 --- /dev/null +++ b/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb @@ -0,0 +1,21 @@ +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=5a60c596d1b5f3dee9f005b703b3180d" + +SRC_URI_EXT = "xz" +SRC_URI[sha256sum] = "2921cdc344f1acee04bcd6ea1e29565c1308263006e134a9ee38cf9c9d6fe75e" -- cgit v1.2.3-54-g00ecf