Tuesday, 1 August 2023. Today KDE releases a bugfix update to KDE Plasma
5, versioned 5.27.7.
Plasma 5.27 was released in February 2023 with many feature refinements
and new modules to complete the desktop experience.
This release adds three months' worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:
* Discover: Fix SteamOS dbus path.
* Emojier: Update Unicode data for emojier to 15.0.
* System Settings: Properly show the custom header widget when started
with non-QML KCMs.
View full changelog:
https://kde.org/announcements/changelogs/plasma/5/5.27.6-5.27.7
Add man page
Add --pause to auto-update-system invocation
Allow user to configure max days between updates
Check every hour and add separate configurable reminder delay
Freebsd-update-notify is a script invoked by cron to check for
available updates and issue popup notification on the desktop. The
user can elect to install and reboot or ignore them for now.
TuxFamily upload server has been very unreliable recently and down for
several days, so the author had switched to GitHub releases as hosting
service for source archives.
gnome-pomodoro does not show the progress circle on the top bar with
gnome 42. The pomodoro extension throws the following error:
(gnome-shell:2088): Gjs-WARNING **: 12:38:50.102: JS ERROR: Extension pomodoro@arun.codito.in: ImportError: No JS module 'signals' found in search path
It appears gnome-pomodoro 0.23 is not compatible with gnome 42. So
downgrade to 0.22.
PR: 272070
Reported by: jako.andras@eik.bme.hu
MFH: 2023Q3
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
ChangeLog: https://lalescu.ro/liviu/fet/news.html
* Updated to Qt 6.5.2.
* The activities import/export from/to CSV files will now process correctly the
individually modified subactivities. The different components will be
separated by the | symbol.
* Corrected a few English fields
* Updated the Greek translation
PR: 272683
Reported by: uzsolt@uzsolt.hu (maintainer)
VYM (View Your Mind) is a tool to generate and manipulate maps which
show your thoughts. Such maps can help you to improve your creativity
and effectivity. You can use them for time management, to organize
tasks, to get an overview over complex contexts, to sort your ideas
etc. Some people even think it is fun to work with such maps...
https://sourceforge.net/projects/vym/
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358
Upstream code tries to downloads iso-codes during build. To avoid
this add a dependency on misc/iso-codes port extract and patch the
code to copy the required files from there.
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077
Following swaylock example, by using unix-selfauth-helper and pam_exec
we can avoid requiring setuid bit on i3lock.
Reported by: Mateusz Kocielski <shm@digitalsun.pl>