x11-toolskits/kirigami-addons provide some qml forms which now
are required to render calendars and accounts lists in settings dialog
Sponsored by: Serenity Cybersecurity, LLC
Bump golang.org/x/sys dependency to a version new enough
to support riscv64-freebsd.
Sponsored by: Berliner Linux User Group e.V.
Approved by: portmgr (build fix blanket)
ChangeLog: https://lalescu.ro/liviu/fet/news.html
17 March 2023, FET 6.8.7 released
- Updated to Qt 6.4.3.
- Improved the method of selection of the interface font.
- Updated the Italian translation, by Andrea Primiani, who is the new translator.
5 March 2023, FET 6.8.6 released
- Code cleanup.
- Minor corrections in the English text.
23 February 2023, FET 6.8.5 released
- Code cleanup.
- Minor corrections in the English text,
8 February 2023, FET 6.8.4 released
- Code cleanup.
* Minor corrections in the English text. The typos were found using a program
written by Volker Dirr.
* Updated the Greek translation.
* Minor corrections in the Romanian translation. The typos were found using a
program written by Volker Dirr.
* Updated the German translation, by Volker Dirr.
PR: 270321
Reported by: uzsolt@uzsolt.hu (maintainer)
meson.build:114:0: ERROR: Dependency "libsystemd" not found, tried pkgconfig
meson.build:152:0: ERROR: Program 'xmlto' not found or not executable
PR: 270361
Tuesday, 14 March 2023. Today KDE releases a bugfix update to KDE Plasma
5, versioned 5.27.3.
Plasma 5.27 was released in February 2023 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:
* Dr Konqi: Add emoji picker to mappings.
* Klipper: remove duplicate items when loading from history.
* Powerdevil: Suspend by default on AC profile.
Announcement: https://kde.org/announcements/plasma/5/5.27.3/
Changelog: https://kde.org/announcements/changelogs/plasma/5/5.27.2-5.27.3
As the default terminal database shipped with FreeBSD is quite stale,
arttime misses some capabilities. As a workaround, pull in
misc/terminfo-db as a runtime dependency.
The application also misses fzf to unfold its full potential. Pull in
textproc/fzf as well.
Discussion: https://github.com/poetaman/arttime/discussions/23
Bump golang.org/x/sys dependency to a version new enough
to support riscv64-freebsd.
While we are at it, remove useless GH_TUPLE entries.
Upstream already vendors these dependencies, so the
entries never affected the build in the first place.
Sponsored by: Berliner Linux User Group e.V.
Approved by: portmgr (build fix blanket)
Differential Revision: https://reviews.freebsd.org/D38997
- Builds itself with CMake now and has installation routine
- Drop our custom auto-update disabling patches as this is
one of the program's standard features now
- Explicitly specify desired Qt version so it won't pick up
the wrong one accidentally
Reported by: portscout
- PyQt5: update to 5.15.9
- PyQt6: upate to 6.4.2
- PyQt6-sip: update to 13.4.1
- PyQt5-sip: update to 12.11.1
- PyQt-builder: update to 1.14.1
- sip: upate to 6.7.7
PR: 269751
Exp-run by: antoine
- Release tag was recreated
- Changes include minor changes in the install script
- While here, use a commit including a reported upstream fix to the install
script
Notified by: pkg-fallout
Thursday, 2 March 2023
Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.
Today they all get new bugfix source releases with updated translations, including:
* ark: Properly check if there is sufficient free space available
before extracting (fixes bug #459418)
* kate: Activate the view of viewspace which made the request (fixes
bug #465811)
* kdenlive: Fix crash and offset when moving a group with subtitle
Announcement: https://kde.org/announcements/gear/22.12.3/
Bump golang.org/x/sys dependency to a version new enough to
have the bits required for riscv64-freebsd.
Sponsored by: Berliner Linux User Group e.V.
Approved by: yuri (maintainer)
Approved by: eduardo (mentor)
Differential Revision: https://reviews.freebsd.org/D38870
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
notifications (!63).
* Various code clean-ups and test improvements.
What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
to be registered only for a given application (!52).
- accessibility/atk and accessibility/at-spi2-atk have been merged into
accessibility/at-spi2-core
- accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk
PR: 269704
Exp-run by: antoine
---
In commit 47912ce2e6 to sqlite3 the default has been changed for the DQS option.
Thius causes calibre to fail to open its database, reporting it as corrupted:
Traceback (most recent call last):
File "/usr/local/lib/calibre/calibre/gui2/main.py", line 331, in initialize_db
db = LibraryDatabase(self.library_path)
File "/usr/local/lib/calibre/calibre/db/legacy.py", line 195, in __init__
backend = self.backend = create_backend(library_path, default_prefs=default_prefs,
File "/usr/local/lib/calibre/calibre/db/legacy.py", line 50, in create_backend
return DB(library_path, default_prefs=default_prefs,
File "/usr/local/lib/calibre/calibre/db/backend.py", line 501, in __init__
self.initialize_custom_columns()
File "/usr/local/lib/calibre/calibre/db/backend.py", line 698, in initialize_custom_columns
custom_tables = self.custom_tables
File "/usr/local/lib/calibre/calibre/db/backend.py", line 1387, in custom_tables
return {x[0] for x in self.conn.get(
File "/usr/local/lib/calibre/calibre/db/backend.py", line 370, in get
ans = self.cursor().execute(*args)
File "src/cursor.c", line 992, in APSWCursor_execute.sqlite3_prepare
apsw.SQLError: SQLError: no such column: table
This patch fixes the use of double quotes in the code accessing the library database at runtime.
Submitted upstream: https://github.com/kovidgoyal/calibre/pull/1830
KDE Plasma 5.27.2, Bugfix Release for February
Tuesday, 28 February 2023. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.27.2.
Plasma 5.27 was released in February 2023 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: don't claim 3rd-party repos are part of the OS on Debian
derivatives. Commit.
* Dr Konqi: add Plasma Welcome to mappings file. Commit.
* Sddm: Focus something useful when switching between alternative login
screens. Commit.
Changelog: https://kde.org/announcements/changelogs/plasma/5/5.27.1-5.27.2