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)
25 lines
566 B
Makefile
25 lines
566 B
Makefile
# $OpenBSD: Makefile,v 1.11 2019/03/30 09:13:49 rsadowski Exp $
|
|
|
|
COMMENT = core KDE extensions to Qt classes
|
|
DISTNAME = kcoreaddons-${VERSION}
|
|
|
|
SHARED_LIBS = KF5CoreAddons 4.3
|
|
|
|
WANTLIB = ${COMPILER_LIBCXX} Qt5Core c fam m pthread
|
|
|
|
BUILD_DEPENDS = misc/shared-mime-info
|
|
RUN_DEPENDS = misc/shared-mime-info
|
|
LIB_DEPENDS = sysutils/gamin
|
|
|
|
# for tests
|
|
PORTHOME = ${WRKDIR}
|
|
TESTS_IS_INTERACTIVE = X11
|
|
|
|
#The following tests FAILED:
|
|
#5 - kformattest (Failed)
|
|
#22 - kdirwatch_fam_unittest (Child aborted)
|
|
#23 - kdirwatch_qfswatch_unittest (Failed)
|
|
|
|
|
|
.include <bsd.port.mk>
|