Package Release Info

libqt5xdg-3.12.0-bp160.1.14

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libqt5xdg-devel
libQt5Xdg3
libQt5XdgIconLoader-devel
libQt5XdgIconLoader3

Change Logs

* Wed Oct 30 2024 Shawn Dunn <sfalken@opensuse.org>
- Change BuildRequires from lxqt-build-tools-devel to
  cmake(lxqt-build-tools)
* Tue Jun 04 2024 Shawn Dunn <sfalken@opensuse.org>
- Removed %{buildroot}%{_sysconfdir}/xdg/*.conf
  * Conflicts with libQt6Xdg4, as both packages cannot provide
    identical conf files, libQt5Xdg won't ever be installed
    on it's own, with LXQt >= 2.0
- Specfile Cleanup
* Sun Nov 05 2023 Michael Vetter <mvetter@suse.com>
- Update to 3.12.0:
  * Just corrected a typo and bumped the version.
* Sat Apr 15 2023 Shawn Dunn <sfalken@opensuse.org>
- Update to 3.11.0:
  * File association is fixed with desktop entries that are
    symlinks
* Sat Nov 05 2022 Shawn Dunn <sfalken@cloverleaf-linux.org>
- Update to 3.10.0:
  * Invalidate GTK icon cache as soon as icons are installed.
  * Follow `freedesktop.org` in adding dirs under `DefaultDirectoryDirs`.
* Mon May 09 2022 Michael Vetter <mvetter@suse.com>
- Update to 3.9.1:
  For making it possible to have Qt5 and Qt6 installations of
  libqtxdg alongside each other in near future, two changes are
  made to this point release:
  * qtxdg-mat has been separated from libqtxdg and put into qtxdg-tools.
  * The installation of config files has been made optional.
* Wed Apr 27 2022 Michael Vetter <mvetter@suse.com>
- Update to 3.9.0:
  * String literals are supported in Exec keys of desktop entries.
  * Enhancements to qtxdg-mat.
* Fri Nov 05 2021 Michael Vetter <mvetter@suse.com>
- Update to 3.8.0:
  * Added support for default terminal.
  * Considered XDG_DATA_HOME when computing desktop entry id.
  * Made sure that hicolor is searched before dash fallbacks.
  * Considered Qt's fallback search paths when finding icons.
  * Handle relative paths in qtxdg-desktop-file-start.
* Fri Apr 16 2021 Michael Vetter <mvetter@suse.com>
- Update 3.7.1:
  * Fixed compilation against Qt < 5.14.
  * Added a nullity check for paint device.
* Fri Apr 16 2021 Michael Vetter <mvetter@suse.com>
- Update to 3.7.0:
  * QSvgRenderer is used with a cache for SVG icons, so that LXQt's
    icon handling could not be broken by intruding icon engines
  that register themselves for "svg" (like kiconthemes 5.80).
  * Allow runtime overriding of detachment of processes by
    setting QTXDG_START_DETACH_TRULY.
  * XTerm is added as a runtime dependency.
  * Code cleanup.
- Remove libqt5xdg-svg-render.patch: upstreamed