Sunday, 19 May 2024
KDE today announces the release of KDE Frameworks 5.116.0.
KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.
This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.
Announcement: https://kde.org/announcements/frameworks/5/5.116.0/
PR: 279751
Exp-run by: antoine
Add missing pkg-plist entries after my rushed and pointy-hat-worthy
commit 353079b689. [1] I was under the impression that this version
just contained the security fixes and didn't do my due diligence.
To sort of make up for it:
Add other missing pkg-plist entries if kuserfeedback is installed and
add it as a dependency.
Potentially improve wayland support by adding plasma-wayland-protocols
and wayland-protocols as build dependencies.
Add PIPEWIRE option and patch out auto-detection. Enable by default as
x11/plasma5-plasma-desktop also enables PIPEWIRE by default.
Remove ancient CONFLICTS.
PR: 279744 [1]
Reported by: jbeich [1]
MFH: 2024Q2
- Update mostly lxqt ports to 2.0.x
- Update some lxqt dependencies to latest version
- Update Mk/Uses/lxqt.mk file for support some legacy and new lxqt ports
- Add devel/libdbusmenu-lxqt
- Add x11/libfm-qt6
- Add devel/libqt6xdg
- Add sysutils/libsysstat-qt6
- Add devel/lxqt2-build-tools
- Add sysutils/lxqt-qt6plugin
- Add deskutils/xdg-desktop-portal-lxqt
- Add x11-toolkits/qtermwidget-qt5 for no break x11/coreterminal
- Pass maintainership to new lxqt@ group
- Few other modifications
PR: 278905
Approved by: jsm
QTermWidget is an opensource project originally based on KDE4 Konsole
application. The main goal of this project is to provide unicode-enabled,
embeddable Qt5 widget for using as a built-in console (or terminal emulation
widget).
- Bump PORTREVISION of x11/coreterminal
PR: 278905
Approved by: jsm
Friday, 7 June 2024
KDE today announces the release of KDE Frameworks 6.3.0.
KDE Frameworks are 72 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.
This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.
Announcmeent: https://kde.org/announcements/frameworks/6/6.3.0/
Update to the latest cdedesktop-code commit proxied through my GH account.
This includes an upstreamed fix (see bcdfa5b4d8) to a dtcm link issue
caused by src bb421be6c117 moving ftime(3) from libcompat to libutil.
src bb421be6c117 moved ftime(3) to libutil. This resulted in this
error:
ld: error: undefined symbol: ftime
>>> referenced by getdate.c
>>> libDtCmP_a-getdate.o:(cm_getdate) in archive ../libDtCmP/libDtCmP.a
There are other programs and libraries that also reference ftime(3).
Rather than patch each Makefile.am, add -lutil to LDFLAGS.
MFH: 2024Q2
Remove localbase.
Limit SIMD to i386/amd64, default for i386 is none, for amd64 SSE2.
But users can turn on or off all SIMD sets during build.
PR: 279275
Approved by: fluffy (gnome, maintainer)