1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/x11/kf6-frameworks/Makefile
Tobias C. Berner 633534bf76 KDE: Add KDE Frameworks 6 ports
KDE's 6th Megarelease - Alpha

Wednesday, 8 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 Alpha version of all the software we will include in
a megarelease scheduled for the end of February 2024.

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

Further ports specific changes:
 * multimedia/phonon: is now flavored for Qt5 and Qt6
2023-12-02 14:19:39 +01:00

17 lines
406 B
Makefile

PORTNAME= frameworks
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= x11 kde
PKGNAMEPREFIX= kf6-
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE frameworks meta port
WWW= https://api.kde.org/frameworks/index.html
USES= kde:6 metaport qt:6
# remove bluez-qt as we do not have bluez
USE_KDE= ${_USE_FRAMEWORKS_ALL}
# pull bsd.qt.mk for QT_PLUGINDIR in the kf5-dependencies
USE_QT= #
.include <bsd.port.mk>