diff options
author | J. S. <schonm@gmail.com> | 2024-11-08 14:31:26 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 13:50:57 -0800 |
commit | f7caccedc73a4d41c73126992e8f6650a2e2ce1c (patch) | |
tree | 46db5231f2dba83f1b583b39017b64e5ef92e2c8 | |
parent | 77d0a6d3dba11a1b6bba81680104a6edef26ee64 (diff) | |
download | meta-openembedded-f7caccedc73a4d41c73126992e8f6650a2e2ce1c.tar.gz |
xfce4-panel: upgrade 4.18.5 -> 4.18.6
Change log found at https://gitlab.xfce.org/xfce/xfce4-panel/-/tags/xfce4-panel-4.18.6
- Update copyright year
- Do not use g_log_set_always_fatal()
- launcher: Ensure default icon in empty launchers
- build: Search for bind_textdomain_codeset in libintl too
- Fix memory management of GTypeModules
- pager: Avoid recursion in WnckScren signal handler
- pager: Do not query workspace count if screen is not initialized
- libxfce4panel: Fix custom menu items management
- clock: Create monitor proxy asynchronously
- Add missing G_BEGIN_DECLS
- Translation Updates:
Czech, Finnish, Hungarian, Icelandic, Interlingue, Italian,
Portuguese (Brazil), Turkish
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.18.6.bb (renamed from meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.18.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.18.5.bb b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.18.6.bb index 8e4e4966c4..acc05f13fe 100644 --- a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.18.5.bb +++ b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.18.6.bb | |||
@@ -14,7 +14,7 @@ SRC_URI += " \ | |||
14 | file://0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch \ | 14 | file://0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch \ |
15 | file://0002-use-lxdm-to-replace-dm-tool.patch \ | 15 | file://0002-use-lxdm-to-replace-dm-tool.patch \ |
16 | " | 16 | " |
17 | SRC_URI[sha256sum] = "b20e0d10cc5149a601d8eee07373efb446ea3e179dd032ed8ddb5782e3f9e7cb" | 17 | SRC_URI[sha256sum] = "21337161f58bb9b6e42760cb6883bc79beea27882aa6272b61f0e09d750d7c62" |
18 | 18 | ||
19 | EXTRA_OECONF += "--disable-vala" | 19 | EXTRA_OECONF += "--disable-vala" |
20 | 20 | ||