freebsd-ports/sysutils/plasma6-systemsettings/Makefile
Tobias C. Berner a5d64462f2 KDE: Add Ports for the upcoming KDE Plasma Desktop 6 (beta1)
KDE's 6th Megarelease - Beta 1

Wednesday, 29 November 2023

En route to the new Plasma, Frameworks and Gear

Every few years we port the key components of our software to a new
version of Qt, taking the opportunity to remove cruft and leverage the
updated features the most recent version of Qt has to offer us.

It has been nearly 10 years since the last big release of our flagship
Plasma desktop environment, and the time has come again. KDE is making
available today the Beta version of all the software we will include in
a megarelease scheduled for the end of February 2024.

To ensure all parts of KDE's software stack are working together, we are
releasing all our major bundles at the same time. Today sees the
continuation of that journey with the Beta releases of Plasma 6, KDE
Frameworks 6 and the KDE Gear bundle of apps.

+-------------------------------------------------------------------------+
| This is a very early preview intended for developers and testers only.  |
| We hope it will be picked up by rolling unstable distros, but it is far |
| from being ready for day-to-day use yet.                                |
+-------------------------------------------------------------------------+

Announcement:	https://kde.org/announcements/megarelease/6/beta1/
Obtained from:	https://github.com/tcberner/kde6-overlay/

Further port changes:
 * graphics/libkexiv2-devel has been added
2023-12-03 00:38:40 +01:00

19 lines
624 B
Makefile

PORTNAME= systemsettings
DISTVERSION= ${KDE_PLASMA_VERSION}
CATEGORIES= sysutils kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Control center to configure your Plasma Desktop
USES= cmake gettext gl kde:6 qt:6 tar:xz xorg
USE_GL= gl opengl
USE_KDE= activities auth colorscheme completion config configwidgets \
coreaddons crash dbusaddons doctools guiaddons i18n iconthemes \
itemmodels itemviews jobwidgets kcmutils kio kirigami2 \
notifications package plasma-workspace runner service solid \
widgetsaddons windowsystem xmlgui \
ecm:build
USE_QT= base declarative
USE_XORG= x11
.include <bsd.port.mk>