Skip to content

Commit

Permalink
xfce4-panel: Update to 4.18.6
Browse files Browse the repository at this point in the history
**Summary**
- launcher: Ensure default icon in empty launchers
- 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
- Translation updates

Signed-off-by: Evan Maddock <maddock.evan@vivaldi.net>
  • Loading branch information
EbonJaeger committed Mar 7, 2024
1 parent eefa44c commit 658588a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
2 changes: 0 additions & 2 deletions packages/x/xfce4-panel/abi_used_symbols
Expand Up @@ -269,7 +269,6 @@ libgio-2.0.so.0:g_dbus_proxy_get_type
libgio-2.0.so.0:g_dbus_proxy_new
libgio-2.0.so.0:g_dbus_proxy_new_for_bus
libgio-2.0.so.0:g_dbus_proxy_new_for_bus_finish
libgio-2.0.so.0:g_dbus_proxy_new_for_bus_sync
libgio-2.0.so.0:g_dbus_proxy_new_sync
libgio-2.0.so.0:g_dbus_proxy_set_interface_info
libgio-2.0.so.0:g_desktop_app_info_get_is_hidden
Expand Down Expand Up @@ -1150,7 +1149,6 @@ libwnck-3.so.0:wnck_pager_set_display_mode
libwnck-3.so.0:wnck_pager_set_n_rows
libwnck-3.so.0:wnck_pager_set_orientation
libwnck-3.so.0:wnck_screen_change_workspace_count
libwnck-3.so.0:wnck_screen_force_update
libwnck-3.so.0:wnck_screen_get
libwnck-3.so.0:wnck_screen_get_active_window
libwnck-3.so.0:wnck_screen_get_active_workspace
Expand Down
6 changes: 6 additions & 0 deletions packages/x/xfce4-panel/monitoring.yml
@@ -0,0 +1,6 @@
releases:
id: 232007
rss: https://gitlab.xfce.org/xfce/xfce4-panel/-/tags?format=atom
# No known CPE. Checked 2024-03-07
security:
cpe: ~
6 changes: 3 additions & 3 deletions packages/x/xfce4-panel/package.yml
@@ -1,8 +1,8 @@
name : xfce4-panel
version : 4.18.5
release : 10
version : 4.18.6
release : 11
source :
- https://archive.xfce.org/src/xfce/xfce4-panel/4.18/xfce4-panel-4.18.5.tar.bz2 : b20e0d10cc5149a601d8eee07373efb446ea3e179dd032ed8ddb5782e3f9e7cb
- https://archive.xfce.org/src/xfce/xfce4-panel/4.18/xfce4-panel-4.18.6.tar.bz2 : 21337161f58bb9b6e42760cb6883bc79beea27882aa6272b61f0e09d750d7c62
homepage : https://docs.xfce.org/xfce/xfce4-panel/start
license : GPL-2.0-or-later
component : desktop.xfce
Expand Down
8 changes: 4 additions & 4 deletions packages/x/xfce4-panel/pspec_x86_64.xml
Expand Up @@ -223,7 +223,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="10">xfce4-panel</Dependency>
<Dependency release="11">xfce4-panel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/xfce4/libxfce4panel-2.0/libxfce4panel/libxfce4panel-config.h</Path>
Expand Down Expand Up @@ -281,9 +281,9 @@
</Files>
</Package>
<History>
<Update release="10">
<Date>2023-12-15</Date>
<Version>4.18.5</Version>
<Update release="11">
<Date>2024-03-07</Date>
<Version>4.18.6</Version>
<Comment>Packaging update</Comment>
<Name>Evan Maddock</Name>
<Email>maddock.evan@vivaldi.net</Email>
Expand Down

0 comments on commit 658588a

Please sign in to comment.