ABI has changed: pw_{,de}init -> pipewire_{,de}init. As PipeWire
support is often runtime-optional the breakage maybe hard to notice.
ERROR kooha::backend::screencast_portal > Error from screencast call: Zbus(MethodError(OwnedInterfaceName(InterfaceName(Str("org.freedesktop.DBus.Error.UnknownMethod"))), Some("No such interface “org.freedesktop.portal.ScreenCast” on object at path /org/freedesktop/portal/desktop"), Msg { type: Error, sender: UniqueName(Str(":1.397")), reply-serial: 18, body: Signature: [
s (115),
] }))
ld-elf.so.1: /usr/local/libexec/xdg-desktop-portal-wlr: Undefined symbol "pw_init"
PR: 259621
error[E0412]: cannot find type `c_char` in the crate root
--> /wrkdirs/usr/ports/deskutils/solanum/work/Solanum-3e69272fb31bf18a7aa74ece9d904d445c458274/cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/freebsd11/mod.rs:66:31
|
66 | pub f_mntfromname: [::c_char; 88],
| ^^^^^^ help: a type alias with a similar name exists: `c_schar`
|
::: /wrkdirs/usr/ports/deskutils/solanum/work/Solanum-3e69272fb31bf18a7aa74ece9d904d445c458274/cargo-crates/libc-0.2.81/src/unix/mod.rs:6:1
|
6 | pub type c_schar = i8;
| ---------------------- similarly named type alias `c_schar` defined here
Tuesday, 9 November 2021. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.23.3.
Plasma 5.23 was released in October 2021 with many feature refinements
and new modules to complete the desktop experience.
This release adds two weeks' worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:
* Keyboardlayout: Fix missing Esperanto flag icon in the menu.
* Plasma Networkmanager: OpenVPN: fix logic in auth dialog.
* On FreeBSD do not try to execute powerdevil.backlighthelper.syspath action.
Changelog:
https://kde.org/announcements/changelogs/plasma/5/5.23.2-5.23.3/
- Update Recoll to the latest version 1.31.2
- Unbreak the build with X11MON option (add missing -lfam)
- Unbreak stripping when CHM option is disabled
PR: 259679
Thursday, 4 November 2021
Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.
Changelog:
https://kde.org/announcements/changelogs/gear/21.08.3/
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket)
Upstream build system tries to include a Linux only library in the
build when tests are enabled.
This patch has already been accepted upstream.
PR: 258119
Approved by: Maintiner timeout
Obtained from: https://github.com/nextcloud/desktop/pull/3880
Tuesday, 26 October 2021. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.23.2.
Plasma 5.23 was released in October 2021 with many feature refinements
and new modules to complete the desktop experience.
This release adds a week's worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:
Plasma Browser Integration: [History Runner] Skip blob URLs.
[Folder View] Fix executing file without prompting. Fixes bug #435560
Desktop as folder: restore functionality of the “delete” action. Fixes bug #442765
View full changelog:
https://kde.org/announcements/changelogs/plasma/5/5.23.1-5.23.2
- TW #2619 Fish autocompletion fails when completing tag removal
- TW #2620 Old-style context definition should only be interpreted as
read context.
- TW #2622 Tags and dependencies appear as orphaned UDAs.
- TW #2626 Waiting report lists deleted and/or completed tasks.
- TW #2629 New-style context definition should take precedence over
old-style even if the new-style is an empty string.
- TW #2632 Cannot build on Cygwin
- TW #2639 Unable to use ranges for some tasks with IDs above 1000.
Plasma 5.23 was released in October 2021 with many feature refinements
and new modules to complete the desktop experience.
This release adds a week's worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:
* Discover: Flatpak, do not crash when a source is disabled.
* KScreenLocker: Fix sleep and hibernate actions.
* Plasma Desktop: Fix “clear emoji history” action.
View full changelog:
https://kde.org/announcements/changelogs/plasma/5/5.23.0-5.23.1
Bookworm is a simple, focused eBook reader.
Read the books you love without having to worry about the different
format complexities like epub, pdf, mobi, cbr, etc. This version
supports EPUB, PDF and Comics (CBR and CBZ) formats with support for
more formats to follow soon.
WWW: https://babluboy.github.io/bookworm/
Reported by: 0mp
Differential Revision: https://reviews.freebsd.org/D25569