Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libxfce4windowing-devel-4.20.0-1.1 RPM for armv6hl

From OpenSuSE Ports Tumbleweed for armv6hl

Name: libxfce4windowing-devel Distribution: openSUSE Tumbleweed
Version: 4.20.0 Vendor: openSUSE
Release: 1.1 Build date: Sun Dec 15 11:52:07 2024
Group: Development/Libraries/C and C++ Build host: reproducible
Size: 258911 Source RPM: libxfce4windowing-4.20.0-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://gitlab.xfce.org/xfce/libxfce4windowing
Summary: Development files for libxfce4windowing
Libxfce4windowing is an abstraction library that attempts to present windowing
concepts (screens, toplevel windows, workspaces, etc.) in a
windowing-system-independent manner.

Currently, X11 is fully supported, via libwnck. Wayland is partially supported,
through various Wayland protocol extensions. However, the full range of
operations available on X11 is not available on Wayland, due to missing
features in these protocol extensions.

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* Sun Dec 15 2024 Manfred Hollstein <manfred.h@gmx.net>
  - Update to version 4.20.0
    * Translation Updates
  - Refresh 0001-relax-x11-version.patch
* Sun Dec 01 2024 Manfred Hollstein <manfred.h@gmx.net>
  - Update to version 4.19.10 [development release]
    * I18n: Update po/LINGUAS list
    * Fix XfwMonitor leak in steal_monitor_by_connector
    * Translation Updates
  - Refresh 0001-relax-x11-version.patch
* Sat Nov 02 2024 Manfred Hollstein <manfred.h@gmx.net>
  - Update to version 4.19.9 [development release]
    * Fix leak of seats GList
  - Add 0001-relax-x11-version.patch to allow build for Leap with its
    ancient but sufficient X11 packages.
    Regenerate the various autoconf/automake files.
* Wed Oct 23 2024 Manfred Hollstein <manfred.h@gmx.net>
  - Update to version 4.19.8 [development release]
    * Clean up xsettings client & work around GDK swallowing events
    * Remove private sources from the public sources list
* Wed Oct 09 2024 Manfred Hollstein <manfred.h@gmx.net>
  - Update to version 4.19.7 [development release]
    * Fix missing parent instance in XfwSeatWayland
    * Add XfwWindowListMenu widget
    * Remove the "(constructor)" annotation on xfw_screen_get_default()
    * Fix crash on workspace add/remove after XfwWindowActionMenu destroyed
    * Make XfwWindowAction menu struct private
* Mon Oct 07 2024 Manfred Hollstein <manfred.h@gmx.net>
  - Update to version 4.19.6 [development release]
    NB
    NB: There is an API/ABI break in this release.
    NB: The xfw_window_activate() function now takes four arguments rather than
    NB: the previous three. The second argument is now a XfwSeat instance (or NULL).
    NB
    * Actually export xfw_screen_get_seats from the library
    * Add XfwSeat abstraction
    * build: Adjust Wayland requirements for Xfce 4.20
* Thu Oct 03 2024 Manfred Hollstein <manfred.h@gmx.net>
  - Add BuildRequires: meson
  - Update to version 4.19.5 [development release]
    * Add more compiler flags to the meson build
    * Use physical geometry when comparing X11 window geometry to monitor
    * build: Bump requirements for Xfce 4.20
    * Include meson build files in autotools dist tarball
    * Set up GNU symbol visibility
    * Ditch maintainer mode
    * Suppress spurious uninitialized var warning
    * Make window listener struct static
    * Update meson build
    * Bump C std from gnu99 to gnu11
    * meson: fix missing checks for x11 and wayland feature detection
    * Fix physical monitor height not getting set on X11
    * Ensure private symbols don't end up in the introspection file
    * autotools: don't build tests by default
    * Print monitor ID in xfw-enum-monitors test app
    * Try to make monitor IDs stable between X11 and Wayland
    * Move xrandr event base into XfwMonitorManagerX11
    * Fetch X11 scale factor from XSETTINGS, not GDK
    * Fix monitor workarea setting when monitors appear
  - Update to version 4.19.4 [development release]
    * Add tests/Makefile.am
    * x11: refresh monitors in an idle function
    * I18n: Update po/LINGUAS list
    * Add a couple small test programs
    * Defer binding to the toplevel manager until after we have the outputs
    * Add debug logging to toplevel output_enter/leave
    * Add debugging when finalizing output properties
    * Add a few more display synchronization points in the wayland code
    * Reset XfwMonitorWayland output_done/xdg_output_done count on finalize
    * Add XfwMonitor:fractional-scale
    * Add primary monitor fallback guessing to X11 too
    * Remove extra wl_registry for the wayland monitor management
    * Remove extra wl_registry for the wayland workspace manager
    * Fix missing wl_output & xdg_output assignment in XfwMonitorWayland
    * Add workarea info and tracking to XfwMonitor
    * Use XfwMonitor instead of GdkMonitor throughout
    * Add XfwScreen::monitor-added and XfwScreen::monitor-removed
    * Fix 'Since' doc tag typos
    * Don't g_warning() if xrandr returns no monitors
    * Add xfw_monitor_get_gdk_monitor()
    * Fix bad doc comment for XfwMonitor:is-primary
    * Add primary monitor concept to XfwMonitor
    * Use system-relative include paths in public headers
    * Fix bad property name (from a stray search-and-replace)
    * Move monitors list into XfwScreen
    * Make XfwScreen an abstract class instead of an interface
    * wayland: Fix monitor ownership
    * XfwMonitor: add object properties
    * Add XfwMonitor
    * Apply .clang-format file
    * clang-format: Add file
    * build: Complete use of XDT_VERSION_INIT
    * Fix warnings about typedef redeclaration
    * use -no-undefined so that libtool consumes it
    * scan-build: Add false positive file
    * build: clang: Fix -Wcast-align
    * I18n: Update po/LINGUAS list
    * Revert "Add new CI builds to build without X11 and Wayland"
    * I18n: Update po/LINGUAS list
    * Don't toggle show-desktop whenever wnck tells us it changed
    * make sure bash is found non non-linux
    * Add meson build files
    * Add layout-row and layout-column properties to XfwWorkspace
    * Implement workspace layout row/column for Wayland
    * I18n: Update po/LINGUAS list
    * Translation Updates
* Tue Apr 02 2024 Maurizio Galli <maurizio.galli@suse.com>
  - Update to version 4.19.3
    * Update copyright year
    * Ensure workspace/group state is correct on X11 before emitting signals
    * Set initial workspace's group properly on X11
    * Add XfwClientType to doc sections
    * Add xfw_set_client_type() to doc sections
    * Add xfw_set_client_type()
    * Add an X11-specific header and xfw_window_get_xid()
    * Remove xfw_(window|application)_get_id()
    * build: Use AM_DISTCHECK_CONFIGURE_FLAGS
    * Expose class ids in XfwWindow and XfwApplication
    * Update ext-workspace protocol spec to current version
    * XfwWindowX11: Improve monitor list management
    * XfwWindowX11: Fix monitor management
    * build: Search for bind_textdomain_codeset in libintl too
    * build: Test if wlr-protocols dir is empty at configure time
    * Use system wlr-protocols defs if avail, fall back to submodule if not
    * Reduce verbosity
    * Add missing G_END_DECLS
    * I18n: Update po/LINGUAS list
    * window-wayland: Set app_id only if it changes
    * application: Fix window memory management (V2)
    * I18n: Update po/LINGUAS list
    * window-wayland: Ensure app always exists (Fixes #14)
    * Add monitor-added and monitor-removed signals to XfwWorkspaceWayland
    * Minor cleanup to wayland group monitor code
    * Remove unused code from XfwWorkspaceGroupWayland
    * Fix missing monitors-changed signal emission on x11/dummy
    * x11: use workspace number as ID
    * Use G_N_ELEMENTS()
    * XfwApplication: Fix window memory management
    * Translation Updates
* Wed Jan 31 2024 Manfred Hollstein <manfred.h@gmx.net>
  - Add detailed versions for BuildRequires: based on configure.ac
* Wed Jan 31 2024 Callum Farmer <gmbr3@opensuse.org>
  - Use 4.19.2 final tarball
  - Re-format spec file
  - Fix typelib package name (missing capitalisation)
  - Split off -doc subpackage
  - Change license to SPDX format
  - Use %ldconfig_scriptlets
  - Remove unneeded deps which will be automatically found by RPM
* Sat Apr 08 2023 mantarimay@pm.me
  - Update to version 4.19.1+git.53.ae5e6e9:
    * XfwScreenX11: Fix typo in property name when creating window
* Fri Apr 07 2023 mantarimay@pm.me
  - Update to version 4.19.1+git.52.cb2e2d1:
    * I18n: Update translation pt_BR (100%).
* Mon Apr 03 2023 mantarimay@pm.me
  - Update to version 4.19.1+git.51.2603596:
    * I18n: Update translation fr (100%).
* Sat Mar 18 2023 mantarimay@pm.me
  - Update to version 4.19.1+git.50.0ab53e0:
    * I18n: Add new translation ro (57%).
* Mon Mar 13 2023 mantarimay@pm.me
  - Update to version 4.19.1+git.49.d1d464d:
    * I18n: Add new translation en_GB (100%).
* Wed Mar 08 2023 mantarimay@pm.me
  - Update to version 4.19.1+git.48.92088c6:
    * Use XDT_CHECK_PACKAGE_BINARY for wayland-scanner
    * Use XDT_CHECK_OPTIONAL_FEATURE
* Mon Mar 06 2023 mantarimay@pm.me
  - Update to version 4.19.1+git.46.ca3773e:
    * I18n: Add new translation id (100%).
* Sun Mar 05 2023 mantarimay@pm.me
  - Update to version 4.19.1+git.45.4a9f397:
    * Use XDT_VERSION_INIT() and eliminate need for configure.ac.in
* Sat Mar 04 2023 mantarimay@pm.me
  - Update to version 4.19.1+git.44.0120b2d:
    * Use $PKG_CONFIG and not pkg-config in configure.ac
* Wed Mar 01 2023 mantarimay@pm.me
  - Update to version 4.19.1+git.43.89198a1:
    * autogen.sh: fix xfce4-dev-tools dependency version
* Sat Feb 25 2023 mantarimay@pm.me
  - Update to version 4.19.1+git.42.d0245eb:
    * I18n: Add new translation hr (68%).
* Thu Feb 23 2023 mantarimay@pm.me
  - Update to version 4.19.1+git.41.6672a6b:
    * I18n: Update translation ko (100%).
    * I18n: Update translation sv (100%).
* Tue Feb 21 2023 mantarimay@pm.me
  - Update to version 4.19.1+git.39.19987e5:
    * build: Get rid of IntlTool
    * Use bind_textdomain_codeset() if available
    * build: Fix autotools warning
* Sat Feb 18 2023 mantarimay@pm.me
  - Update to version 4.19.1+git.36.539af2a:
    * Update bug report address
    * build: Fix "make dist" when disable wayland
    * configure: Fix X11's dependencies detection
* Sun Feb 05 2023 mantarimay@pm.me
  - Update to version 4.19.1+git.33.59416bd:
    * I18n: Add new translation ie (100%).
    * I18n: Add new translation uk (73%).
* Sat Feb 04 2023 mantarimay@pm.me
  - Update to version 4.19.1+git.31.8f72515:
    * I18n: Add new translation ru (100%).
* Fri Feb 03 2023 mantarimay@pm.me
  - Update to version 4.19.1+git.30.8e21015:
    * I18n: Add new translation oc (78%).
* Thu Feb 02 2023 mantarimay@pm.me
  - Update to version 4.19.1+git.29.9923ca4:
    * I18n: Add new translation en_CA (100%).
* Tue Jan 31 2023 mantarimay@pm.me
  - Update to version 4.19.1+git.28.3ab4c88:
    * I18n: Add new translation zh_TW (89%).
    * I18n: Add new translation zh_CN (100%).
    * I18n: Add new translation tr (100%).
    * I18n: Add new translation sv (94%).
    * I18n: Add new translation sr (100%).
    * I18n: Add new translation sq (100%).
    * I18n: Add new translation sl (100%).
    * I18n: Add new translation pt_BR (100%).
    * I18n: Add new translation pt (100%).
    * I18n: Add new translation pl (100%).
    * I18n: Add new translation nl (100%).
    * I18n: Add new translation nb (100%).
    * I18n: Add new translation lt (100%).
    * I18n: Add new translation ko (89%).
    * I18n: Add new translation ja (100%).
    * I18n: Add new translation it (100%).
    * I18n: Add new translation he (100%).
    * I18n: Add new translation fr (100%).
    * I18n: Add new translation fi (73%).
    * I18n: Add new translation es (100%).
    * I18n: Add new translation de (100%).
    * I18n: Add new translation bg (100%).
* Sat Jan 14 2023 mantarimay@pm.me
  - Update to version 4.19.1+git.6.66ca431:
    * XfwWnckIcon: Silently return NULL if no X11 window can be found
    * Add new CI builds to build without X11 and Wayland
    * configure: error out if no windowing backend enabled
    * Add configure args to enable/disable X11/Wayland
    * Fix Wayland-only build
    * Back to development
    * Updates for release
    * Allow callers to determine if a returned icon is a fallback icon
    * Remove duplicate _get_icon() code
    * Return correct fallback icon for XfwWindowWayland
* Fri Jan 13 2023 mantarimay@pm.me
  - Update to version 4.19.1+git.6.66ca431:
    * XfwWnckIcon: Silently return NULL if no X11 window can be found
    * Add new CI builds to build without X11 and Wayland
    * configure: error out if no windowing backend enabled
    * Add configure args to enable/disable X11/Wayland
    * Fix Wayland-only build
    * Back to development
    * Updates for release
    * Allow callers to determine if a returned icon is a fallback icon
    * Remove duplicate _get_icon() code
    * Return correct fallback icon for XfwWindowWayland
* Mon Jan 09 2023 Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
  - Initial package for openSUSE

Files

/usr/include/xfce4
/usr/include/xfce4/libxfce4windowing
/usr/include/xfce4/libxfce4windowing/libxfce4windowing-config.h
/usr/include/xfce4/libxfce4windowing/libxfce4windowing.h
/usr/include/xfce4/libxfce4windowing/xfw-application.h
/usr/include/xfce4/libxfce4windowing/xfw-monitor.h
/usr/include/xfce4/libxfce4windowing/xfw-screen.h
/usr/include/xfce4/libxfce4windowing/xfw-seat.h
/usr/include/xfce4/libxfce4windowing/xfw-util.h
/usr/include/xfce4/libxfce4windowing/xfw-window.h
/usr/include/xfce4/libxfce4windowing/xfw-workspace-group.h
/usr/include/xfce4/libxfce4windowing/xfw-workspace-manager.h
/usr/include/xfce4/libxfce4windowing/xfw-workspace.h
/usr/include/xfce4/libxfce4windowing/xfw-x11.h
/usr/include/xfce4/libxfce4windowingui
/usr/include/xfce4/libxfce4windowingui/libxfce4windowingui-config.h
/usr/include/xfce4/libxfce4windowingui/libxfce4windowingui.h
/usr/include/xfce4/libxfce4windowingui/xfw-window-action-menu.h
/usr/include/xfce4/libxfce4windowingui/xfw-window-list-menu.h
/usr/lib/libxfce4windowing-0.so
/usr/lib/libxfce4windowingui-0.so
/usr/lib/pkgconfig/libxfce4windowing-0.pc
/usr/lib/pkgconfig/libxfce4windowing-x11-0.pc
/usr/lib/pkgconfig/libxfce4windowingui-0.pc
/usr/share/gir-1.0/Libxfce4windowing-0.0.gir
/usr/share/gir-1.0/Libxfce4windowingui-0.0.gir


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Feb 1 00:29:11 2025