pkgsrc/x11/kwindowsystem/Makefile
markd d75b7f4ac0 kwindowsystem: update to 5.61.0
5.61.0
  [platforms/xcb] Use XRES extension to get real window PID
  Port KXMessages away from QWidget
5.58.0
  Introduce CriticalNotificationType
  Support NET_WM_STATE_FOCUSED
  Document that modToStringUser and stringUserToMod only deal with english
  strings
2019-08-27 21:19:58 +00:00

26 lines
924 B
Makefile

# $NetBSD: Makefile,v 1.29 2019/08/27 21:19:58 markd Exp $
DISTNAME= kwindowsystem-${KF5VER}
CATEGORIES= x11
HOMEPAGE= https://community.kde.org/Frameworks
COMMENT= Access to the windowing system
LICENSE= gnu-lgpl-v2.1
.include "../../meta-pkgs/kde/kf5.mk"
USE_TOOLS+= pkg-config
# don't leak buildlink reference in INTERFACE_INCLUDE_DIRECTORIES
# leaked by cmake find_package(X11), better fix welcome.
SUBST_CLASSES+= fix-paths
SUBST_STAGE.fix-paths= post-configure
SUBST_MESSAGE.fix-paths= Cleaning up INTERFACE_INCLUDE_DIRECTORIES
SUBST_FILES.fix-paths= _KDE_build/CMakeFiles/Export/lib/cmake/KF5WindowSystem/KF5WindowSystemTargets.cmake
SUBST_SED.fix-paths= -e 's,${BUILDLINK_DIR},${X11BASE},g'
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../x11/qt5-qtx11extras/buildlink3.mk"
BUILDLINK_DEPMETHOD.qt5-qttools= build
.include "../../x11/qt5-qttools/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"