plasma6-spectacle: add version 6.5.2
Spectacle is screenshot taking utility for the KDE desktop. Spectacle
can also be used in non-KDE X11 desktop environments.
pipewire: SYSCONFDIR files should be installed indirectly
In this case the subdirectory it wants to install in clashes
with NetBSD's /etc/security file so don't actually install.
plasma6-kde-gtk-config: add version 6.5.2
GTK2 and GTK3 Configurator for KDE
Configuration dialog to adapt GTK applications appearance to your taste under
KDE. Among its many features, it lets you:
* Choose which theme is used for GTK2 and GTK3 applications.
* Tweak some GTK applications behaviour.
* Select what icon theme to use in GTK applications.
* Select GTK applications default fonts.
* Easily browse and install new GTK2 and GTK3 themes.
rocksndiamonds: updated to 4.4.1.1
4.4.1.1
This patch release fixes some nasty bugs in the last release:
fixed BDX game element file codes broken in version 4.4.1.0
fixed support for zigzag diagonal movement for BD game engine
fixed support for zigzag diagonal movement for SP game engine
fixed showing active brush after updating playfield in editor
t_fpclassify: Fix build properly without __HAVE_LONG_DOUBLE.
Centralize use of union ieee_ext_u, used on machines where double is
not the same as long double, so most of the long double code doesn't
need __HAVE_LONG_DOUBLE conditionals (reminder: __HAVE_LONG_DOUBLE
means long double is _larger_ than double, not just that long double
exists; long double always exists and should work either way).
PR standards/59336: C23: Annex F and math.h extensions
PR lib/59853: compiler-rt softfloat lacks floating-point exceptions
t_fpclassify: Revert previous -- __HAVE_LONG_DOUBLE is used wrongly.
__HAVE_LONG_DOUBLE being defined means long double is _different_
from double (typically 80-bit or 128-bit extended precision), and not
being defined means long double is the same as double.
Any code that uses ordinary long double arithmetic or long double
libm functions should work with or __HAVE_LONG_DOUBLE.
But without __HAVE_LONG_DOUBLE, we don't have things like union
ieee_ext_u for breaking apart the internal representation.
Will re-fix the build in a subsequent change coming up momentarily.
mu: update to 1.12.14
- improved guix (and other systems) compatibility: make fewer
assumptions about where system programs are
- documentations improvements, in manpages and the mu4e reference
manual
- labels: better messages when importing
- scm: stabilize tests. tweaks api.
- mu4e: add mu4e-view-mark-and-next
- mu4e: mu4e-dbus-mode; a new experimental minor in which mu4e
exposes some of
its data over DBus.