633534bf76
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
15 lines
416 B
Makefile
15 lines
416 B
Makefile
PORTNAME= kcmutils
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= devel kde kde-frameworks
|
|
|
|
COMMENT= Utilities for KDE System Settings modules
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
USES= cmake gettext gl kde:6 qt:6 tar:xz
|
|
USE_GL= gl opengl
|
|
USE_KDE= colorscheme config configwidgets coreaddons guiaddons i18n \
|
|
itemviews kio service widgetsaddons xmlgui \
|
|
ecm:build
|
|
USE_QT= base declarative
|
|
|
|
.include <bsd.port.mk>
|