rsadowski b68dc5e11f Update kde releases frameworks to 5.54.0
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)
2019-03-30 09:13:48 +00:00

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>