d2bf7830d8
Tuesday, 27 October 2020.
Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.20.2 Plasma
5.20 was released in October 2020 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:
* Daemon: improve consistency of the lid behaviour.
* Fix bug: Some user profile fields won’t apply unless they all have unique
new values.
Full Changelog:
https://kde.org/announcements/plasma-5.20.1-5.20.2-changelog/
21 lines
617 B
Makefile
21 lines
617 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sddm-kcm
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
CATEGORIES= deskutils kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 config module for SDDM
|
|
|
|
USES= cmake compiler:c++11-lib gettext kde:5 cpe pkgconfig \
|
|
qt:5 tar:xz xorg
|
|
USE_KDE= auth archive attica codecs completion config configwidgets \
|
|
coreaddons ecm i18n jobwidgets kio newstuff service \
|
|
widgetsaddons windowsystem xmlgui
|
|
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
|
|
|
|
.include <bsd.port.mk>
|