Files
Max Brazhnikov fcdd7f4c11 KDE: Update Plasma to 6.4.0
Announcements:
   https://kde.org/announcements/plasma/6/6.4.0/
   https://kde.org/announcements/plasma/6/6.3.91/
   https://kde.org/announcements/plasma/6/6.3.90/

New ports added:
   x11-themes/plasma6-aurorae: Aurorae window decoration
   x11-wm/plasma6-kwin-x11: KWin for X11

Removed ports:
   sysutils/plasma6-drkonqi: requires Systemd

kde.mk:
 - Add aurorae and kwin-x11 to the list of Plasma components
 - Remove drkonqi

x11/plasma6-kscreen:
 - Add missing build dep on wayland-protocols.
   pkgconfig is required to find wayland-protocols data location

sysutils/plasma6-polkit-kde-agent-1:
 - Refresh USE_KDE

sysutils/plasma6-plasma-systemmonitor:
 - Add runtime deps on ksystemstats

x11-wm/plasma6-kwin*:
 - Depend on aurorae and switch breeze to runtime dependence

x11/plasma6-plasma-workspace:
 - Depend on kwin-x11
 - Refresh USE_QT
 - Add GTK option for better integration of GTK apps

x11-wm/plasma6-kwin:
 - update COMMENT
2025-06-17 14:13:57 +03:00

21 lines
635 B
Makefile

PORTNAME= plasma-systemmonitor
DISTVERSION= ${KDE_PLASMA_VERSION}
CATEGORIES= sysutils kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Interface for monitoring system sensors, process information and other system resources
USES= cmake gettext gl kde:6 python:run qt:6 shebangfix tar:xz xorg
USE_KDE= attica config coreaddons dbusaddons globalaccel i18n \
itemmodels kio kirigami-addons libksysguard newstuff package \
service windowsystem \
ecm:build \
ksystemstats:run
USE_QT= base declarative
USE_XORG= x11
USE_GL= gl opengl
SHEBANG_FILES= kconf_update/plasma-systemmonitor-replace-vmpss.py
.include <bsd.port.mk>