freebsd-ports/sysutils/plasma5-ksysguard/Makefile
Tobias C. Berner f54b86f044 KDE: Update KDE Plasma Desktop to 5.24.7
KDE Plasma 5.24.7, Bugfix Release for October

Friday, 14 October 2022. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.24.7.

Plasma 5.24 was released in February 2022 with many feature refinements
and new modules to complete the desktop experience.

Announcement:	https://kde.org/announcements/plasma/5/5.24.7/
2022-12-10 08:46:22 +01:00

34 lines
1.1 KiB
Makefile

PORTNAME= ksysguard
DISTVERSION= ${KDE_PLASMA_VERSION}
PKGNAMEPREFIX= plasma5-
CATEGORIES= sysutils kde
MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/
DIST_SUBDIR= KDE/plasma/${KDE_PLASMA_VERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 utility to track and control the running processes
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 completion config configwidgets coreaddons \
dbusaddons emoticons i18n iconthemes init itemmodels itemviews \
jobwidgets kio libksysguard newstuff notifications service \
solid widgetsaddons windowsystem xmlgui \
doctools:build ecm:build
USE_QT= concurrent core dbus gui network widgets xml \
buildtools:build qmake:build testlib:build
USE_XORG= x11
OPTIONS_DEFINE= INOTIFY
OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
OPTIONS_SUB= yes
INOTIFY_DESC= Filesystem alteration notifications using inotify
INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify
INOTIFY_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Inotify
KDE_PLASMA_VERSION= 5.22.0
.include <bsd.port.mk>