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)
16 lines
286 B
Makefile
16 lines
286 B
Makefile
# $OpenBSD: Makefile,v 1.7 2019/03/30 09:13:55 rsadowski Exp $
|
|
|
|
COMMENT = KDE Oxygen-style icon theme
|
|
DISTNAME = oxygen-icons5-${VERSION}
|
|
PKGNAME = oxygen-icons-${VERSION}
|
|
|
|
WANTLIB- =
|
|
|
|
RUN_DEPENDS += x11/gtk+3,-guic
|
|
|
|
PKG_ARCH = *
|
|
|
|
TEST_DEPENDS = sysutils/fdupes
|
|
|
|
.include <bsd.port.mk>
|