freebsd-ports/www/plasma5-plasma-browser-integration/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

19 lines
658 B
Makefile

PORTNAME= plasma-browser-integration
DISTVERSION= ${KDE_PLASMA_VERSION}
CATEGORIES= www kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 components to integrate browsers into the desktop
WWW= https://www.kde.org/plasma-desktop
USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz xorg
USE_KDE= activities completion config coreaddons crash dbusaddons \
filemetadata i18n itemmodels jobwidgets kio notifications package \
plasma-framework plasma-workspace purpose runner service \
widgetsaddons windowsystem
USE_QT= concurrent core declarative dbus gui network widgets \
buildtools:build qmake:build
USE_XORG= x11
.include <bsd.port.mk>