summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2024-01-19 08:48:47 +0300
committerKhem Raj <raj.khem@gmail.com>2024-01-19 09:51:07 -0800
commitb2a377f9844f6b63dc4e5744710c9c14d5b6b7d4 (patch)
tree3b35ba136c16e558f458a5b5580b5d437885b8c0 /meta-oe/recipes-extended
parenta3265e6fcb5afff143e65a287f49db99a819f30b (diff)
downloadmeta-openembedded-b2a377f9844f6b63dc4e5744710c9c14d5b6b7d4.tar.gz
icewm: upgrade 3.4.4 -> 3.4.5
Changelog: Fixes Fix for centering the clock LED digits vertically. Fix the KeyWinTile commands for multi-monitor setups. Fix the workspace buttons for right-to-left languages. Changes Let KeySysTile only tile the windows on the active monitor. Update the 'Hibernate' command and add two new hibernate icons. When pasting into the addressbar, replace newlines with spaces. When focusing with RaiseOnFocus, release the button grab. After raising a focused window, release its button grab. Avoid calls to fstat to circumvent a glibc inefficiency. Prefer localtime_r over localtime to evade a glibc inefficiency. Update the copyright notice in the about window. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/icewm/icewm_3.4.5.bb (renamed from meta-oe/recipes-extended/icewm/icewm_3.4.4.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/icewm/icewm_3.4.4.bb b/meta-oe/recipes-extended/icewm/icewm_3.4.5.bb
index 8a150f5a9..6e50231c8 100644
--- a/meta-oe/recipes-extended/icewm/icewm_3.4.4.bb
+++ b/meta-oe/recipes-extended/icewm/icewm_3.4.5.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4a26952467ef79a7efca4a9cf52d417b"
5SRC_URI = "https://github.com/ice-wm/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.lz \ 5SRC_URI = "https://github.com/ice-wm/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.lz \
6 file://0001-configure.ac-skip-running-test-program-when-cross-co.patch \ 6 file://0001-configure.ac-skip-running-test-program-when-cross-co.patch \
7 " 7 "
8SRC_URI[sha256sum] = "1bca9a0b5f959c1f715f5e49d2e0036b5ef3ca07d049529bc88cb7429a58ba31" 8SRC_URI[sha256sum] = "8d1afe9a2d5e28e88261b68906337449307e53f06c08218e1a6409083998a5f1"
9 9
10UPSTREAM_CHECK_URI = "https://github.com/ice-wm/${BPN}/releases" 10UPSTREAM_CHECK_URI = "https://github.com/ice-wm/${BPN}/releases"
11 11
@@ -19,7 +19,7 @@ EXTRA_OECONF += "--with-libdir=${datadir}/icewm \
19 --enable-xinerama \ 19 --enable-xinerama \
20 --enable-shape" 20 --enable-shape"
21 21
22DEPENDS = "asciidoc-native fontconfig fribidi gdk-pixbuf imlib2 libxft libxpm libxrandr \ 22DEPENDS = "asciidoc-native fontconfig fribidi gdk-pixbuf imlib2 libxft libxpm libxrandr \
23 libxinerama libice libsm libx11 libxext libxrender libxcomposite libxdamage \ 23 libxinerama libice libsm libx11 libxext libxrender libxcomposite libxdamage \
24 libxfixes" 24 libxfixes"
25DEPENDS:append = " qemu-native" 25DEPENDS:append = " qemu-native"