diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-09-01 10:34:54 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-09-01 15:04:16 +0000 |
commit | af854d20322a1cd28f70ea3e811db3b02a6b8841 (patch) | |
tree | 49c40999140aabb0d9e0d3a21e4e734824d878eb /deskutils/plasma5-sddm-kcm/Makefile | |
parent | 3d0558066c272d47a90914f45962e02d62117848 (diff) | |
download | ports-af854d20322a1cd28f70ea3e811db3b02a6b8841.tar.gz ports-af854d20322a1cd28f70ea3e811db3b02a6b8841.zip |
plasma5: update to KDE Plasma Desktop to 5.22.5
Tuesday, 31 August 2021. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.22.5.
Plasma 5.22 was released in June 2021 with many feature refinements and
new modules to complete the desktop experience.
This release adds a month's worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:
* KDE GTK Config: Make sure to actually commit GSettings changes.
* KSystemStats: Fix handling of IPV6 addresses. Fixes bug #436296
* [applets/digitalclock] Let long timezones list scroll.
Fixes bug #439147
Full changelog:
https://kde.org/announcements/changelogs/plasma/5/5.22.4-5.22.5/
- while here: reformat & sort the USES/USE_FOO lines consistently
Diffstat (limited to 'deskutils/plasma5-sddm-kcm/Makefile')
-rw-r--r-- | deskutils/plasma5-sddm-kcm/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/deskutils/plasma5-sddm-kcm/Makefile b/deskutils/plasma5-sddm-kcm/Makefile index 5e78ca3bced2..22efb03210bf 100644 --- a/deskutils/plasma5-sddm-kcm/Makefile +++ b/deskutils/plasma5-sddm-kcm/Makefile @@ -5,13 +5,13 @@ CATEGORIES= deskutils kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 config module for SDDM -USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig \ - qt:5 tar:xz xorg -USE_KDE= auth archive attica codecs completion config configwidgets \ +USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz \ + xorg +USE_KDE= archive attica auth codecs completion config configwidgets \ coreaddons ecm i18n jobwidgets kcmutils kio newstuff service \ widgetsaddons windowsystem xmlgui -USE_QT= concurrent core dbus declarative designer gui network uiplugin widgets \ - x11extras xml \ +USE_QT= concurrent core dbus declarative designer gui network uiplugin \ + widgets x11extras xml \ buildtools_build qmake_build USE_XORG= ice sm x11 xcb xcursor xext xfixes |