ports/x11/plasma6-libkscreen/Makefile
Kenneth Raplee 414796a64c KDE: Update KDE Plasma to 6.2.3
Tuesday, 5 November 2024. Today KDE releases a bugfix update to KDE Plasma
6, versioned 6.2.3.

Plasma 6.2 was released in October 2024 with many feature refinements and new
modules to complete the desktop experience.

This release adds two weeks' worth of new translations and fixes from
KDE's contributors.

View full Plasma 6.2 changelog: https://kde.org/announcements/changelogs/plasma/6/6.1.5-6.2.0/

Co-authored-by: Tobias C. Berner <tcberner@FreeBSD.org>
2024-11-29 21:54:27 +03:00

18 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>