gtk3: only use gtk-doc when 'doc' option is enabled
Add libxslt and docbook-xsl dependencies, needed even when 'doc'
option is disabled.
Bump PKGREVISION.
pulseaudio: make consolekit a default-off option
Support for it was already disabled on Linux and Darwin, and
I wouldn't bet on the *BSD support in consolekit.
Bump PKGREVISION.
textproc/scooter: update to 0.8.5
New features:
Add keybinding to toggle hidden files by @thomasschafer in #313
Exclude git folders by default, include with --include-git-folders by @thomasschafer in #319
Bug fixes:
Speed up rendering of long lines by @thomasschafer in #288
Fix permissions being incorrectly set when replacing in files by @thomasschafer in #307
Other changes:
Bump various deps
sysutils/gravityfile: update to 0.2.2
[0.2.2] - 2026-01-16
Fixed
Critical: Safe Deletion with Trash - All deletions now move files to system trash instead of permanent deletion, allowing recovery of accidentally deleted files
Critical: Symlink Safety - Fixed symlink handling across all file operations to prevent accidental deletion of symlink targets:
Uses symlink_metadata() instead of is_dir() to avoid following symlinks
Symlinks are always removed as files, never following their targets
Applies to delete, copy, move, and undo operations
Critical: Errors View Delete Behavior - Pressing d in Errors view now correctly deletes the selected broken symlink, not items from the Explorer view
Delete Confirmation Modal - Now shows full paths (truncated from left if needed) instead of just filenames, with type indicators (🔗 for symlinks, 📁 for directories)
Errors View Toggle Mark - Space key now properly marks/unmarks broken symlinks in Errors view
Added
Errors View Footer Hints - Shows available actions (Spc to select, d to delete, Esc to clear)
Errors View Delete Hint - Selected broken symlinks show [d to delete] hint
Errors View Mark Indicator - Marked items show [x] prefix
[6 lines not shown]
devel/bacon: update to 3.22.0
- new analyzers for Go and tsc (TypeScript) - thanks @faultymajority
As for all "young" analyzers, feedback would be very welcome - chat: https://miaou.dystroy.org/4683
mail/ruby-mime-types-data: update to 3.2026.0113
3.2026.0106 (2026-01-06)
* Updated registry entries from the IANA media registry and provisional
media registry and the Apache Tika media registry as of the release date.
* Manual contributions now require Signed-off-by trailers for assertion of
the Developer Certificate of Origin. More details will be added in the
coming weeks.
* Added application/microdata+json, application/speculationrules+json,
text/event-stream and text/ping from the WHATWG HTML spec
3.2026.0113 (2026-01-13)
* Updated registry entries from the IANA media registry and provisional
media registry and the Apache Tika media registry as of the release date.
graphics/ruby-color: update to 2.1.2
2.1.2 (2025-12-30)
* Updated to Contributor Covenant 3.0 and applied updates to several support
documents.
* Full coverage of conversion tests. Adds CIELAB to_yiq and Grayscale
to_xyz methods. Only YIQ now lacks conversions support. Fixed in #69.
* Fix an incorrect conversion of CIELAB colors with low lightness to XYZ,
which caused the Y component to be ~903 times larger than correct. In
practice, this returned unexpectedly bright colours.
This also affected conversion from CIELAB to RGB, CMYK, HSL, YIQ, and
grayscale, which convert from CIELAB to XYZ as an intermediate step.
Reported by @alexwlchan in #95 and fixed in #96.
[12 lines not shown]
finance/ruby-braintree: update to 4.34.0
4.33.2 (2025-12-11)
* Version 4.33.2 was meant to be a released as 4.34.0
* Add middle_name to sender and receiver, and date_of_birth to sender in
transfer on Transaction
* Add rspec-retry gem to Gemfile
* Update pry gem to 0.14.0
* Filter Braintree::CreditCardVerification.search to only return credit card
verifications
4.34.0 (2025-12-11)
* Re-releasing as 4.34.0
devel/ruby-zeitwerk: update to 2.7.4
2.7.4 (16 Dec 2025)
* Loaders have to manage disjoint source trees. Therefore, when a root
directory is configured Zeitwerk ensures it is not already managed by some
other loader. The performance of this validation has been improved.
* Thanks to @ngan for sharing some benchmarks that led to revise this logic.