ec37f68193
KDE Plasma 5.27.8, Bugfix Release for September Tuesday, 12 September 2023. Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.27.8. Plasma 5.27 was released in February 2023 with many feature refinements and new modules to complete the desktop experience. This release adds five months' worth of new translations and fixes from KDE's contributors. The bugfixes are typically small but important and include: * KRunner: make debut on X11 faster. * Powerdevil: don't automatically suspend by default if running in a virtual machine. * System Settings: Remove soft hyphens in keywords used for searching. Announcement: https://kde.org/announcements/plasma/5/5.27.8/ Changelog: https://kde.org/announcements/changelogs/plasma/5/5.27.7-5.27.8/
21 lines
692 B
Makefile
21 lines
692 B
Makefile
PORTNAME= plasma-systemmonitor
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
CATEGORIES= sysutils kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 system monitor
|
|
WWW= https://www.kde.org/plasma-desktop
|
|
|
|
USES= cmake compiler:c++11-lib desktop-file-utils gettext kde:5 \
|
|
localbase pathfix qt:5 tar:xz xorg
|
|
USE_KDE= attica auth codecs config configwidgets coreaddons dbusaddons \
|
|
globalaccel i18n itemmodels kdeclarative kio ksystemstats \
|
|
libksysguard newstuff package service widgetsaddons \
|
|
windowsystem xmlgui \
|
|
ecm:build
|
|
USE_QT= concurrent core dbus declarative gui network quickcontrols2 \
|
|
widgets xml \
|
|
buildtools:build qmake:build
|
|
USE_XORG= x11
|
|
|
|
.include <bsd.port.mk>
|