mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
a5d64462f2
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
19 lines
454 B
Makefile
19 lines
454 B
Makefile
PORTNAME= libkscreen
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
CATEGORIES= x11 kde kde-plasma
|
|
|
|
COMMENT= KDE screen management software
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
LIB_DEPENDS= libwayland-client.so:graphics/wayland \
|
|
libxkbcommon.so:x11/libxkbcommon
|
|
|
|
USES= cmake compiler:c++11-lib gl kde:6 pkgconfig qt:6 tar:xz xorg
|
|
USE_GL= gl opengl
|
|
USE_KDE= config \
|
|
ecm:build plasma-wayland-protocols:build
|
|
USE_QT= base wayland
|
|
USE_XORG= xcb
|
|
|
|
.include <bsd.port.mk>
|