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)
17 lines
376 B
Makefile
17 lines
376 B
Makefile
# $OpenBSD: Makefile,v 1.10 2019/03/30 09:13:55 rsadowski Exp $
|
|
|
|
COMMENT = large set of KDE widgets
|
|
DISTNAME = kwidgetsaddons-${VERSION}
|
|
|
|
SHARED_LIBS = KF5WidgetsAddons 4.3
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Gui Qt5Widgets m
|
|
|
|
|
|
#The following tests FAILED:
|
|
#13 - kmessagewidgetautotest (Failed)
|
|
TEST_IS_INTERACTIVE = X11
|
|
PORTHOME = ${WRKDIR}
|
|
|
|
.include <bsd.port.mk>
|