17
0

1 Commits

Author SHA256 Message Date
Takashi Iwai
1fd9186b83 Update to version 4.20.4
* XfwMonitorWayland: Delay monitor finalization until gdk data are
  set
* XfwSeatWayland: Store global name for matching when seat is
  removed
* XfwMonitorWayland: Fix release order in _global_removed()
* XfwMonitorManagerWayland: Use g_hash_table_iter_remove when
  iterating
* XfwMonitorWayland: Store global name for matching when output is
  removed
* XfwScreenWayland: Rename id to name in registry_global(_remove)?
* XfwMonitorWayland: Don't make XfwScreen emit signal with null
  monitor
* XfwWorkspaceGroupWayland: Connect to
  XfwScreen::monitor-(added|removed)
* Add mnemonics for workspace names in workspace menu
* Revert "Update README after switchover to meson"
* Update README after switchover to meson
* Destroy wl_output & xdg_output together when wl_output global
  removed
* XfwWorkspaceWayland: Fix typo
* XfwWorkspace: Fix id property management
* Defer binding to the workspace manager until after we have the
  outputs
* I18n: Update po/LINGUAS list
* meson-build: Add Vala language bindings option
* Translation Updates

* Translation Updates
2025-08-15 11:52:26 +02:00
4 changed files with 38 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:df2419a6bd960c0bfac3307eff593050857524642597eb35a26fb4f8261a017b
size 605237

BIN
libxfce4windowing-4.20.4.tar.bz2 LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Thu Aug 14 07:42:44 UTC 2025 - Manfred Hollstein <manfred.h@gmx.net>
- Update to version 4.20.4
* XfwMonitorWayland: Delay monitor finalization until gdk data are
set
* XfwSeatWayland: Store global name for matching when seat is
removed
* XfwMonitorWayland: Fix release order in _global_removed()
* XfwMonitorManagerWayland: Use g_hash_table_iter_remove when
iterating
* XfwMonitorWayland: Store global name for matching when output is
removed
* XfwScreenWayland: Rename id to name in registry_global(_remove)?
* XfwMonitorWayland: Don't make XfwScreen emit signal with null
monitor
* XfwWorkspaceGroupWayland: Connect to
XfwScreen::monitor-(added|removed)
* Add mnemonics for workspace names in workspace menu
* Revert "Update README after switchover to meson"
* Update README after switchover to meson
* Destroy wl_output & xdg_output together when wl_output global
removed
* XfwWorkspaceWayland: Fix typo
* XfwWorkspace: Fix id property management
* Defer binding to the workspace manager until after we have the
outputs
* I18n: Update po/LINGUAS list
* meson-build: Add Vala language bindings option
* Translation Updates
-------------------------------------------------------------------
Fri May 23 07:35:16 UTC 2025 - Maurizio Galli <maurizio.galli@suse.com>
@@ -223,7 +254,7 @@ Tue Apr 2 06:11:29 UTC 2024 - Maurizio Galli <maurizio.galli@suse.com>
* x11: use workspace number as ID
* Use G_N_ELEMENTS()
* XfwApplication: Fix window memory management
* Translation Updates
* Translation Updates
-------------------------------------------------------------------
Wed Jan 31 14:29:49 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libxfce4windowing
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
@@ -36,7 +36,7 @@
Name: libxfce4windowing
Summary: Windowing concept abstraction library for X11 and Wayland
Version: 4.20.3
Version: 4.20.4
Release: 0
License: LGPL-2.1-or-later
Group: System/Libraries
@@ -59,7 +59,7 @@ BuildRequires: pkgconfig(libwnck-3.0) >= 3.14
BuildRequires: pkgconfig(wayland-client) >= 1.20
BuildRequires: pkgconfig(wayland-protocols) >= 1.25
BuildRequires: pkgconfig(wayland-scanner) >= 1.20
BuildRequires: pkgconfig(x11) >= 1.6.5
BuildRequires: pkgconfig(x11) >= 1.6.7
BuildRequires: pkgconfig(xrandr) >= 1.5.0
%description