From ffe87d16cdacd14cfb1a00a15935dbf9dc01bc7e Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 14 Oct 2024 16:55:14 +0800 Subject: xmag: upgrade 1.0.7 -> 1.0.8 Changelog: ========== - Use double for all floating point numbers, not a mix of double and float - Quiet 64 -Wunused-parameter warnings from clang 13 - usage: add noreturn attribute - Fix -Wmissing-variable-declarations warning from clang 13 - Fix -Wself-assign warning from clang 13 - Fix -Wshadow warning for Display argument to Error() - Clear 9 -Wuseless-cast warnings - Add -help and -version options - Print which arguments were unknown before giving usage message - gitlab CI: stop requiring Signed-off-by in commits Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/xorg-app/xmag_1.0.7.bb | 11 ----------- meta-oe/recipes-graphics/xorg-app/xmag_1.0.8.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-oe/recipes-graphics/xorg-app/xmag_1.0.7.bb create mode 100644 meta-oe/recipes-graphics/xorg-app/xmag_1.0.8.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-graphics/xorg-app/xmag_1.0.7.bb b/meta-oe/recipes-graphics/xorg-app/xmag_1.0.7.bb deleted file mode 100644 index f3dac53451..0000000000 --- a/meta-oe/recipes-graphics/xorg-app/xmag_1.0.7.bb +++ /dev/null @@ -1,11 +0,0 @@ -require recipes-graphics/xorg-app/xorg-app-common.inc - -SUMMARY = "xmag is a tool to magnify parts of the screen" -HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xmag/" -SECTION = "x11/app" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=3413fe6832380b44b69b172d2d1b2387" -DEPENDS += " libxaw libxt" - -SRC_URI_EXT = "xz" -SRC_URI[sha256sum] = "009936cc5a2706084079127b26cf55c713767650a34cb69e5682d60e33ce7461" diff --git a/meta-oe/recipes-graphics/xorg-app/xmag_1.0.8.bb b/meta-oe/recipes-graphics/xorg-app/xmag_1.0.8.bb new file mode 100644 index 0000000000..1589f9ae6e --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/xmag_1.0.8.bb @@ -0,0 +1,11 @@ +require recipes-graphics/xorg-app/xorg-app-common.inc + +SUMMARY = "xmag is a tool to magnify parts of the screen" +HOMEPAGE = "http://cgit.freedesktop.org/xorg/app/xmag/" +SECTION = "x11/app" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=3413fe6832380b44b69b172d2d1b2387" +DEPENDS += " libxaw libxt" + +SRC_URI_EXT = "xz" +SRC_URI[sha256sum] = "326d3c583d795bb53ac609d144e7f7fb1499baba7eaec14b8e6cd232ea069532" -- cgit v1.2.3-54-g00ecf