From 833c81d112dcdc3585e6076b1a5af04b8d318efe Mon Sep 17 00:00:00 2001 From: wangmy Date: Mon, 29 Nov 2021 23:04:45 +0800 Subject: icewm: upgrade 2.8.0 -> 2.9.0 Changelog: Improvements to drawing right-to-left text within left-to-right locales. Improvements for right-to-left locales like Arabic and Hebrew. Give icewmbg an error handler to protect against destroyed windows. Updated translations, most notably Ukrainian. Only free cursor attributes when they were allocated. Fix column alignment in menu's for right-to-left languages. Prefer to keep the system menu within the frame when opening it from the menu button in the titlebar. Don't repaint the taskbar when it is collapsed. Refresh the taskbar to prevent background artefacts in CoolSteel. Fix the last entry in the themes menu for the default theme. Ignore empty resize events to reduce flickering when resizing in CoolSteel. Only redraw frame borders on the last expose event. Fix the the bottom right hole of a scrolled window list for bbidulock/icewm#620. Add logout icons to Logout submenu for issue #69. Update minimum required cmake version to 3.2. Support right-to-left languages for corefonts when i18n is enabled. When codesets are missing in a fontset, then only search for extra fonts in the same font family, and only when i18n is enabled. Detect UTF-8 locale and support multibyte to wide character conversions. Make DejaVu the default backup font family for corefonts. Fix the horizontal scrollbar for the window list window. Improve the ascent/descent detection for font sets. Optimize text length detection for width-limited text fields. Improve the Xft last resort backup font. Improve vertical font positioning for the address bar. Reuse discarded miniicon positions when minimizing to desktop. Flush stdout after printing preferences. Detect Right-To-Left locales Arabic, Hebrew, Farsi, Pashto, Sindhi, Urdu. Improve the handling of font loading failures. Improve the handling of setting "PreferFreetypeFonts" to false. Use the font "10x20" as the last resort font instead of "fixed". Be resilient to font preferences being set to the empty string. Document drag and drop. Add support for edge switching during drag and drop operations. Update icewm.desktop for issue bbidulock/icewm#617. Add a font cache to prevent repeatedly loading the same fonts, which also makes icewm a little faster on startup. Don't kill internal windows. Only let a frame retake focus on an ungrab event when the manager still believes that frame should have focus. This fixes the flashing of title bar buttons when the window list window is popped up. Fix for FreeBSD build. Document the -T switch for taskbar in icesh for issue #18. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-extended/icewm/icewm_2.8.0.bb | 46 --------------------------- meta-oe/recipes-extended/icewm/icewm_2.9.0.bb | 46 +++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 46 deletions(-) delete mode 100644 meta-oe/recipes-extended/icewm/icewm_2.8.0.bb create mode 100644 meta-oe/recipes-extended/icewm/icewm_2.9.0.bb diff --git a/meta-oe/recipes-extended/icewm/icewm_2.8.0.bb b/meta-oe/recipes-extended/icewm/icewm_2.8.0.bb deleted file mode 100644 index 259187b0cd..0000000000 --- a/meta-oe/recipes-extended/icewm/icewm_2.8.0.bb +++ /dev/null @@ -1,46 +0,0 @@ -DESCRIPTION = "Ice Window Manager (IceWM)" -LICENSE = "GPLv2" -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] = "12b7cce67b95b09f34873f46948e7f1cef9edd88682139e054b79ba165c53e49" - -UPSTREAM_CHECK_URI = "https://github.com/ice-wm/${BPN}/releases" - -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" - -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_2.9.0.bb b/meta-oe/recipes-extended/icewm/icewm_2.9.0.bb new file mode 100644 index 0000000000..e8e157658d --- /dev/null +++ b/meta-oe/recipes-extended/icewm/icewm_2.9.0.bb @@ -0,0 +1,46 @@ +DESCRIPTION = "Ice Window Manager (IceWM)" +LICENSE = "GPLv2" +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] = "c76a8c9965a1edde4f2446b47ee17c8564e0e20f3d8474465f6d4c54d1125ac4" + +UPSTREAM_CHECK_URI = "https://github.com/ice-wm/${BPN}/releases" + +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" + +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 1.2.3-korg