x11/rofi: update to 2.0.0
* 2.0.0
In this release we merged back lbonn his great wayland port of rofi into mainline.
Wayland is now an officially supported backend.
With the merge of the wayland backend, for ease of maintenance, we dropped the
autotools build system. We now only support the meson build system.
You can build rofi with only X11 or Wayland. It also supports or both backends
enabled, where it automatically select the right backend.
To help bug reports, we added the command rofi -info.
This will print the selected backends. Compilation options, loaded plugins,
scripts and more.
Known issues:
With wayland, rofi only knows after the first surface is drawn, what the dpi and
[9 lines not shown]
mail/mutt: Update to version 2.3.0
Changes since version 2.2.16:
+ $socket_receive_timeout and $socket_send_timeout cause mutt to
timeout on a network read/write operation, respectively. These
could be useful if you have an unreliable connection and
frequently find mutt gets stuck in a read.
! The folder browser now differentiates browsing for a file versus a
mailbox. For IMAP users, this means when attaching a file to an
email, mutt will browse your local computer by default.
! <edit-label> no longer untags messages. This is consistent with
other operations inside of mutt.
+ $imap_reconnect_tries and $imap_reconnect_sleep control the number
of times mutt will try to reconnect when a connection is lost, and
how long to sleep between each retry.
py-pyparsing: updated to 3.3.2
Version 3.3.2 - January, 2026
- Defined pyparsing-specific warning classes so that they can be selectively enabled
or disabled without affecting warnings raised by other libraries in the same Python
app:
- `PyparsingWarning` - base warning for all pyparsing-specific warnings (inherits
from `UserWarning`)
- `PyparsingDeprecationWarning` - warning for using deprecated features (inherits
from `PyparsingWarning` and `DeprecationWarning`)
- `PyparsingDiagnosticWarning` - warning raised when pyparsing diagnostics are
enabled and a diagnostic feature is used (inherits from `PyparsingWarning`)
- Added `as_datetime` parse action to `pyparsing.common` - a more generalized
version of the `convert_to_datetime` parse action (supports any expression that extracts
date/time fields into "year", "month", "day", etc. results names), and validates
that the parsed fields represent a valid date and time.
[15 lines not shown]
minizip-ng: updated to 4.1.0
4.1.0
Apply Clang format
align bzip and lzma streams for 64-bit platforms
Revert: Make pattern in mz_zip_reader dynamically assigned
Mark handle as unused.
doc: compression -> decompression
Updage usage of Buffered Stream
zstd: add MZ_STREAM_PROP_COMPRESS_THREADS
fix stack overrun in mz_os_utf8_string_create
harden mz_zip_writer_add_file against link following
refactor: passing reader, writer, zip instead of handle
zip_rw: validate the handle in each getter/setter
cmake: better zlib-ng / zlib handling
fix missing const at r/o buffers
Drop documents that are not freely distributable
Removing superfluous const
[9 lines not shown]