From ed41fefe9f06ab687aa8ecf50c1c253fb5e98d4a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 25 Mar 2025 17:01:13 +0800 Subject: icewm: upgrade 3.7.1 -> 3.7.2 Changelog: =========== - Always print icons double-quoted - Also support SVG icons when the image library supports it natively. - Mark the WindowList as a toplevel and redirect its input to the listbox. - Fix compiling without internationalization for icewm-menu-fdo. - Also update the server time before setting focus to the topWindow. - Try not to go backwards in our notion of the X server time. - Only save event time when it is non-zero. - Add updateServerTime to class declaration in header. - Use the window handle when retrieving the user time. - Fix off-by-one errors in the QuickSwitch bottom right border - Log the keycode as a decimal. - Improve readability in SwitchWindow::resize. - Ignore key releases and modifier presses in the top window key handler. - Remove the incompatible cmake_path from the po CMakefile. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-extended/icewm/icewm_3.7.1.bb | 47 --------------------------- meta-oe/recipes-extended/icewm/icewm_3.7.2.bb | 47 +++++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 47 deletions(-) delete mode 100644 meta-oe/recipes-extended/icewm/icewm_3.7.1.bb create mode 100644 meta-oe/recipes-extended/icewm/icewm_3.7.2.bb (limited to 'meta-oe/recipes-extended') diff --git a/meta-oe/recipes-extended/icewm/icewm_3.7.1.bb b/meta-oe/recipes-extended/icewm/icewm_3.7.1.bb deleted file mode 100644 index a0acffae52..0000000000 --- a/meta-oe/recipes-extended/icewm/icewm_3.7.1.bb +++ /dev/null @@ -1,47 +0,0 @@ -DESCRIPTION = "Ice Window Manager (IceWM)" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=4a26952467ef79a7efca4a9cf52d417b" - -SRC_URI = "https://github.com/ice-wm/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.lz \ - file://0001-configure.ac-skip-running-test-program-when-cross-co.patch \ - " -SRC_URI[sha256sum] = "0d86e542c5d56aa0f443d67549e150c419d497ae869f561edae06b293571add8" - -UPSTREAM_CHECK_URI = "https://github.com/ice-wm/${BPN}/releases" -UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)" - -inherit autotools pkgconfig gettext perlnative features_check qemu update-alternatives -REQUIRED_DISTRO_FEATURES = "x11" - -EXTRA_OECONF += "--with-libdir=${datadir}/icewm \ - --with-cfgdir=${sysconfdir}/icewm \ - --with-docdir=${docdir}/icewm \ - --enable-fribidi \ - --enable-xinerama \ - --enable-shape" - -DEPENDS = "asciidoc-native fontconfig fribidi gdk-pixbuf imlib2 libxft libxpm libxrandr \ - libxinerama libice libsm libx11 libxext libxrender libxcomposite libxdamage \ - libxfixes" -DEPENDS:append = " qemu-native" -RDEPENDS:${PN} = "perl fribidi imlib2 imlib2-loaders" - -do_compile:prepend:class-target() { - - cd ${B} - oe_runmake -C src genpref - - qemu_binary="${@qemu_wrapper_cmdline(d, '${STAGING_DIR_TARGET}',['${B}/src/.libs','${STAGING_DIR_TARGET}/${libdir}','${STAGING_DIR_TARGET}/${base_libdir}'])}" - cat >qemuwrapper < src/preferences -} - -ALTERNATIVE:${PN} = "x-session-manager" -ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/icewm-session" -ALTERNATIVE_PRIORITY_${PN} = "100" - -FILES:${PN} += "${datadir}/xsessions" diff --git a/meta-oe/recipes-extended/icewm/icewm_3.7.2.bb b/meta-oe/recipes-extended/icewm/icewm_3.7.2.bb new file mode 100644 index 0000000000..747a0c23ce --- /dev/null +++ b/meta-oe/recipes-extended/icewm/icewm_3.7.2.bb @@ -0,0 +1,47 @@ +DESCRIPTION = "Ice Window Manager (IceWM)" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=4a26952467ef79a7efca4a9cf52d417b" + +SRC_URI = "https://github.com/ice-wm/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.lz \ + file://0001-configure.ac-skip-running-test-program-when-cross-co.patch \ + " +SRC_URI[sha256sum] = "b4ed8a357352f761f0d2d547235e35e97051f7e5db55d32f689d2c5262f202d8" + +UPSTREAM_CHECK_URI = "https://github.com/ice-wm/${BPN}/releases" +UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)" + +inherit autotools pkgconfig gettext perlnative features_check qemu update-alternatives +REQUIRED_DISTRO_FEATURES = "x11" + +EXTRA_OECONF += "--with-libdir=${datadir}/icewm \ + --with-cfgdir=${sysconfdir}/icewm \ + --with-docdir=${docdir}/icewm \ + --enable-fribidi \ + --enable-xinerama \ + --enable-shape" + +DEPENDS = "asciidoc-native fontconfig fribidi gdk-pixbuf imlib2 libxft libxpm libxrandr \ + libxinerama libice libsm libx11 libxext libxrender libxcomposite libxdamage \ + libxfixes" +DEPENDS:append = " qemu-native" +RDEPENDS:${PN} = "perl fribidi imlib2 imlib2-loaders" + +do_compile:prepend:class-target() { + + cd ${B} + oe_runmake -C src genpref + + qemu_binary="${@qemu_wrapper_cmdline(d, '${STAGING_DIR_TARGET}',['${B}/src/.libs','${STAGING_DIR_TARGET}/${libdir}','${STAGING_DIR_TARGET}/${base_libdir}'])}" + cat >qemuwrapper < src/preferences +} + +ALTERNATIVE:${PN} = "x-session-manager" +ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/icewm-session" +ALTERNATIVE_PRIORITY_${PN} = "100" + +FILES:${PN} += "${datadir}/xsessions" -- cgit v1.2.3-54-g00ecf