emulators/suse15_gtk4: import suse_gtk4-15.5
Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.
This package supports running ELF binaries linked with glibc2 that
require GTK+-4.x shared libraries.
icewm: update to 3.8.0
Release icewm-3.8.0 released 2025-06-22
---------------------------------------
git shortlog --no-merges -e -n -w80,6,8 3.7.5...3.8.0
Bert Gijsbers <gijsbers at science.uva.nl> (22):
Include sr in LINGUAS.
Optimize the CPU graph when taskbarbg.xpm is a gradient and
ColorCPUStatusIdle is the empty string.
Optimization of the CPU graph.
Avoid work for translators for now.
Optimize the MEM graph to reduce the background load of icewm.
Optimize renderToPixmap for the imlib2 layer.
Convert a hotkey to uppercase with respect for the current locale.
YMenuItem doesn't need to be virtual.
Convert HotChars in a menu to uppercase with respect for the current
locale.
[64 lines not shown]
tcl: Fix evil implicit func decl GCC 14 fallout.
There is a configure test to see if the platform is big endian. Unfortunately
due to GCC 14's stupid default compilation environment this test fails to
build, and this is silently interpreted as the platform being big endian!
This is only apparent to the user due to various floating point operations
failing in weird and wonderful ways at runtime on x86. Bump PKGREVISION.
py-coverage: updated to 7.9.1
Version 7.9.1 — 2025-06-13
- The "no-ctracer" warning is not issued for Python pre-release versions.
Coverage doesn't ship compiled wheels for those versions, so this was far too
noisy.
- On Python 3.14+, the "sysmon" core is now the default if it's supported for
your configuration. Plugins and dynamic contexts are still not supported
with it.
gettext: Remove SunOS patch.
It's unclear what changed since, but this turns out to now be actively
harmful with the current gettext-tools. Removing it stops msgfmt from
segfaulting when trying to write to /dev/null, fixing various tests.