This is the last kf5 that supports Qt5 5.9. Highlights: - Reworked and unbreak our doas(1) usage in kdesu - Fix breeze-icons/oxygen-icons tests. - Move all test results away from Makefile to port Makefile - Fix baloo bulk issues (again and again - Thanks ndaddy@ for the report)
21 lines
527 B
Makefile
21 lines
527 B
Makefile
# $OpenBSD: Makefile,v 1.11 2019/03/30 09:13:49 rsadowski Exp $
|
|
|
|
COMMENT = intercepting and handling application crashes in KDE
|
|
DISTNAME = kcrash-${VERSION}
|
|
|
|
SHARED_LIBS = KF5Crash 4.3
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} ICE KF5CoreAddons KF5WindowSystem
|
|
WANTLIB += Qt5Core Qt5Gui Qt5Widgets Qt5X11Extras SM X11 Xext
|
|
WANTLIB += m
|
|
|
|
LIB_DEPENDS = devel/kf5/kcoreaddons \
|
|
devel/kf5/kwindowsystem \
|
|
x11/qt5/qtx11extras
|
|
|
|
TEST_IS_INTERACTIVE = X11
|
|
# TODO: The following tests FAILED:
|
|
# 2 - kcrashtest (Failed)
|
|
|
|
.include <bsd.port.mk>
|