summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-07-16 14:40:51 +0800
committerKhem Raj <raj.khem@gmail.com>2025-07-15 23:54:14 -0700
commit83880f5acffbc3cf8a5bc2f64d9ae6376eecb0b9 (patch)
tree08e3b4bd46c7a2cb8dd4e1882c5fe3e0e933ce68
parentc923151d8565e0e1ac5a0a120b1c0aac56c6c6d9 (diff)
downloadmeta-openembedded-83880f5acffbc3cf8a5bc2f64d9ae6376eecb0b9.tar.gz
icewm: upgrade 3.8.0 -> 3.8.1
0001-configure.ac-skip-running-test-program-when-cross-co.patch refreshed for 3.8.1 Fixes: - Restore the previous code for calculating User Memory. - Allow to reload the toolbar from the dialog. Changes: - Always keep message dialogs above the WindowList. - Make the BrowseMenu much faster and use less memory. - Document that a toolbar is a also a menu. - Document that the OpenCommand is for the Start menu. - Several small optimizations to reduce memory usage. - Updated translations: Hungarian. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/icewm/icewm/0001-configure.ac-skip-running-test-program-when-cross-co.patch10
-rw-r--r--meta-oe/recipes-extended/icewm/icewm_3.8.1.bb (renamed from meta-oe/recipes-extended/icewm/icewm_3.8.0.bb)2
2 files changed, 6 insertions, 6 deletions
diff --git a/meta-oe/recipes-extended/icewm/icewm/0001-configure.ac-skip-running-test-program-when-cross-co.patch b/meta-oe/recipes-extended/icewm/icewm/0001-configure.ac-skip-running-test-program-when-cross-co.patch
index 994f252a15..0c04008b69 100644
--- a/meta-oe/recipes-extended/icewm/icewm/0001-configure.ac-skip-running-test-program-when-cross-co.patch
+++ b/meta-oe/recipes-extended/icewm/icewm/0001-configure.ac-skip-running-test-program-when-cross-co.patch
@@ -1,4 +1,4 @@
1From 06207b1340963e77f2e5d08ebf9727180ad86a36 Mon Sep 17 00:00:00 2001 1From bcf7da314d4cd1db1708d48c908ab7da797a733b Mon Sep 17 00:00:00 2001
2From: Naveen Saini <naveen.kumar.saini@intel.com> 2From: Naveen Saini <naveen.kumar.saini@intel.com>
3Date: Fri, 2 Aug 2019 10:41:26 +0800 3Date: Fri, 2 Aug 2019 10:41:26 +0800
4Subject: [PATCH] configure.ac: skip running test program when cross-compiling 4Subject: [PATCH] configure.ac: skip running test program when cross-compiling
@@ -11,10 +11,10 @@ Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
11 1 file changed, 2 insertions(+), 17 deletions(-) 11 1 file changed, 2 insertions(+), 17 deletions(-)
12 12
13diff --git a/configure.ac b/configure.ac 13diff --git a/configure.ac b/configure.ac
14index c4a9b02..3f5a792 100644 14index 7d16afb..65cd194 100644
15--- a/configure.ac 15--- a/configure.ac
16+++ b/configure.ac 16+++ b/configure.ac
17@@ -151,7 +151,7 @@ AC_CHECK_FUNCS([backtrace_symbols_fd memrchr sysctl sysctlbyname]) 17@@ -152,7 +152,7 @@ AC_CHECK_FUNCS([backtrace_symbols_fd memrchr sysctl sysctlbyname \
18 AC_FUNC_SELECT_ARGTYPES 18 AC_FUNC_SELECT_ARGTYPES
19 19
20 AC_MSG_CHECKING([for strlcpy]) 20 AC_MSG_CHECKING([for strlcpy])
@@ -23,7 +23,7 @@ index c4a9b02..3f5a792 100644
23 char a[2]; 23 char a[2];
24 if (strlcpy(a, "yes", 2) != 3) 24 if (strlcpy(a, "yes", 2) != 3)
25 return 1;]])], 25 return 1;]])],
26@@ -167,7 +167,7 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([[#include <string.h>]],[[ 26@@ -168,7 +168,7 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([[#include <string.h>]],[[
27 ]) 27 ])
28 28
29 AC_MSG_CHECKING([for strlcat]) 29 AC_MSG_CHECKING([for strlcat])
@@ -32,7 +32,7 @@ index c4a9b02..3f5a792 100644
32 char a[4] = "no"; 32 char a[4] = "no";
33 if (strlcat(a, "yes", 4) != 5) 33 if (strlcat(a, "yes", 4) != 5)
34 return 1;]])], 34 return 1;]])],
35@@ -182,21 +182,6 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([[#include <string.h>]],[[ 35@@ -183,21 +183,6 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([[#include <string.h>]],[[
36 [Define to 1 if you have the strlcat function.]) 36 [Define to 1 if you have the strlcat function.])
37 ]) 37 ])
38 38
diff --git a/meta-oe/recipes-extended/icewm/icewm_3.8.0.bb b/meta-oe/recipes-extended/icewm/icewm_3.8.1.bb
index 1ce1114dfa..597ff3f083 100644
--- a/meta-oe/recipes-extended/icewm/icewm_3.8.0.bb
+++ b/meta-oe/recipes-extended/icewm/icewm_3.8.1.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] = "525df5fc9d328bd3ead25f2e262d2a15bdfa8fe7828d98f111a064dd169ac18f" 8SRC_URI[sha256sum] = "3c525512b1e4f4cf7999a4687f1b82311d7448d8c174780b5efd3b8aafbfb4a2"
9 9
10UPSTREAM_CHECK_URI = "https://github.com/ice-wm/${BPN}/releases" 10UPSTREAM_CHECK_URI = "https://github.com/ice-wm/${BPN}/releases"
11UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" 11UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"