From 91fe57415dbd916c1e24ecf97bb9ba18dec433cc Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 13 Mar 2024 15:08:01 +0800 Subject: encodings: upgrade 1.0.7 -> 1.1.0 Changelog: ========== -Add a meson build system -Add the ISO8859-14 encoding (From OE-Core rev: c13b667b84250ff9d0504cfc1c3df45afeb64874) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-font/encodings_1.0.7.bb | 24 ---------------------- meta/recipes-graphics/xorg-font/encodings_1.1.0.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-font/encodings_1.0.7.bb create mode 100644 meta/recipes-graphics/xorg-font/encodings_1.1.0.bb diff --git a/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb b/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb deleted file mode 100644 index 5906da416a..0000000000 --- a/meta/recipes-graphics/xorg-font/encodings_1.0.7.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "The Xorg font encoding files" - -DESCRIPTION = "The encodings that map to specific characters for a \ -number of Xorg and common fonts." - -require xorg-font-common.inc -LICENSE = "PD" -LIC_FILES_CHKSUM = "file://COPYING;md5=9da93f2daf2d5572faa2bfaf0dbd9e76" -PE = "1" - -DEPENDS = "mkfontscale-native mkfontdir-native font-util-native" -RDEPENDS:${PN} = "" - -SRC_URI[sha256sum] = "3a39a9f43b16521cdbd9f810090952af4f109b44fa7a865cd555f8febcea70a4" - -SRC_URI_EXT = "xz" - -inherit allarch - -EXTRA_OECONF += "--with-encodingsdir=${datadir}/fonts/X11/encodings" - -# postinst from .inc doesn't apply to this recipe -pkg_postinst:${PN} () { -} diff --git a/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb b/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb new file mode 100644 index 0000000000..7432c08ec0 --- /dev/null +++ b/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb @@ -0,0 +1,24 @@ +SUMMARY = "The Xorg font encoding files" + +DESCRIPTION = "The encodings that map to specific characters for a \ +number of Xorg and common fonts." + +require xorg-font-common.inc +LICENSE = "PD" +LIC_FILES_CHKSUM = "file://COPYING;md5=9da93f2daf2d5572faa2bfaf0dbd9e76" +PE = "1" + +DEPENDS = "mkfontscale-native mkfontdir-native font-util-native" +RDEPENDS:${PN} = "" + +SRC_URI[sha256sum] = "9ff13c621756cfa12e95f32ba48a5b23839e8f577d0048beda66c67dab4de975" + +SRC_URI_EXT = "xz" + +inherit allarch + +EXTRA_OECONF += "--with-encodingsdir=${datadir}/fonts/X11/encodings" + +# postinst from .inc doesn't apply to this recipe +pkg_postinst:${PN} () { +} -- cgit v1.2.3-54-g00ecf