summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce
diff options
context:
space:
mode:
authorJason Schonberg <schonm@gmail.com>2024-11-12 22:07:12 -0500
committerKhem Raj <raj.khem@gmail.com>2024-11-19 16:59:06 -0800
commita01228ac453fac63d95423a21cb7379903e91310 (patch)
tree94fd198d0f70a1224577c1c5e264210c18b7c4f0 /meta-xfce/recipes-xfce
parent6239d70d8b1ae9dff13815d5aa74e1f4c15ffca7 (diff)
downloadmeta-openembedded-a01228ac453fac63d95423a21cb7379903e91310.tar.gz
xfce4-session: upgrade 4.18.2 -> 4.18.3
Changelog found at https://gitlab.xfce.org/xfce/xfce4-session/-/tags/xfce4-session-4.18.3 - shutdown: Do not set an error when returning TRUE - logout-dialog: Fix use-after-free - Use glib wrappers for memory allocation - build: Fix build when there is no suspend/hibernate support - build: Add suspend support for Solaris - startxfce4: Fix xinit arguments order - manager: Always use xfsm_manager_save_yourself_dbus() (Fixes #106) - settings: Remove useless tooltip - xflock4: Update fallback list - logout-dialog: Lower warning level - shutdown: Keep error NULL when unused - cleanup: Remove dead polkit code - Revert "Fallback to old method for shutdown (bug #8630)." - Use g_critical() instead of g_error() - Use GLib logging functions or g_printerr() instead of g_print() - Use GLib logging functions instead of g_printerr() - build: Fix untranslated policykit file - Escape/unescape string list delimiter when saving/restoring session - Replace XfceRc with GKeyFile for session file parsing - Translation Updates: Albanian, Armenian (Armenia), Asturian, Azerbaijani, Basque, Belarusian, Belarusian (Tarask), Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (Canada), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hindi, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Persian (Iran), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur, Vietnamese Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce')
-rw-r--r--meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.18.3.bb (renamed from meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.18.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.18.2.bb b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.18.3.bb
index 4021243e41..8151c6e367 100644
--- a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.18.2.bb
+++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.18.3.bb
@@ -8,7 +8,7 @@ DEPENDS = "libwnck3 libsm libxfce4ui virtual/libx11"
8inherit xfce update-alternatives features_check 8inherit xfce update-alternatives features_check
9 9
10SRC_URI += "file://0001-configure.in-hard-code-path-to-iceauth.patch" 10SRC_URI += "file://0001-configure.in-hard-code-path-to-iceauth.patch"
11SRC_URI[sha256sum] = "01ff7fe8d4c2091adefc2925c6b7bb93152ba0732e95c9b9e64d8207fdbdeb8a" 11SRC_URI[sha256sum] = "382f93e096ec6493098719cab8cc31b93ad9bb469c0715c0c5117d75fe7394ec"
12 12
13REQUIRED_DISTRO_FEATURES = "x11" 13REQUIRED_DISTRO_FEATURES = "x11"
14 14