Saturday, 14 January 2023 KDE today announces the release of KDE Frameworks 5.102.0. KDE Frameworks are 83 addon libraries to Qt which provide a wide variety of commonly needed functionality in mature, peer reviewed and well tested libraries with friendly licensing terms. For an introduction see the KDE Frameworks release announcement. This release is part of a series of planned monthly releases making improvements available to developers in a quick and predictable manner. PR: 268952 Exp-run by: antoine
23 lines
686 B
Makefile
23 lines
686 B
Makefile
PORTNAME= kwayland
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= x11 kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 Client and Server library wrapper for the Wayland libraries
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \
|
|
wayland-protocols>=0:graphics/wayland-protocols \
|
|
plasma-wayland-protocols>=0:x11/plasma-wayland-protocols
|
|
LIB_DEPENDS= libwayland-client.so:graphics/wayland
|
|
|
|
LICENSE= LGPL21 LGPL3
|
|
LICENSE_COMB= dual
|
|
|
|
USES= cmake compiler:c++11-lib gettext gl kde:5 pkgconfig \
|
|
qt:5 tar:xz
|
|
USE_GL= egl
|
|
USE_KDE= ecm:build
|
|
USE_QT= concurrent core gui wayland \
|
|
buildtools:build qmake:build testlib:build
|
|
|
|
.include <bsd.port.mk>
|