All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-oe] [PATCH] icewm: upgrade 2.6.0 -> 2.7.0
@ 2021-08-20  3:17 wangmy
  0 siblings, 0 replies; only message in thread
From: wangmy @ 2021-08-20  3:17 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Increase the maximum value for TaskbarButtonWidthDivisor from 25 to 50.
Add a --with-background= build option to set a default background path.
Improve the responsiveness of icewmbg when a new image must be scaled.
Reduce the memory usage by icewmbg by removing the image cache.
Make icewmbg much faster when scanning directories for image files.
Improve the reliability of icewm motion compression by also testing
for subwindow equality.
Decrease the number of system calls for path lookups.
Guard against array indexing with negative indices.
Double the timeout for the dynamic menu generator to 1.4 seconds.
Eliminate most of the inefficiences when looking for icon directories.
Postpone the loading of cursors, because some cursors are seldomly used.
Rewrite the task successor and task predecessor actions to properly
take into account the separation of TaskBarApp and TaskButton,
as well as task grouping. This resolves issues #602 and #604.
Allow to build icewm using cmake -GNinja (issue #603).
Fix building on a case-insensitive file system (issue #601).

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-extended/icewm/{icewm_2.6.0.bb => icewm_2.7.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/icewm/{icewm_2.6.0.bb => icewm_2.7.0.bb} (94%)

diff --git a/meta-oe/recipes-extended/icewm/icewm_2.6.0.bb b/meta-oe/recipes-extended/icewm/icewm_2.7.0.bb
similarity index 94%
rename from meta-oe/recipes-extended/icewm/icewm_2.6.0.bb
rename to meta-oe/recipes-extended/icewm/icewm_2.7.0.bb
index d736552177..a16dbd4145 100644
--- a/meta-oe/recipes-extended/icewm/icewm_2.6.0.bb
+++ b/meta-oe/recipes-extended/icewm/icewm_2.7.0.bb
@@ -5,7 +5,7 @@ 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] = "33cc69ba1fb762d85cc2755a930d6cf1a7c23e33f736ef2ec01c59d612f9b2eb"
+SRC_URI[sha256sum] = "c56b1d0f5d8efa2af3e38003770eab9165289aa87bd8f1627819c7f93f9433a3"
 
 UPSTREAM_CHECK_URI = "https://github.com/ice-wm/${BPN}/releases"
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-20  3:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-20  3:17 [oe] [meta-oe] [PATCH] icewm: upgrade 2.6.0 -> 2.7.0 wangmy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.