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

16 lines
433 B
Makefile

# $OpenBSD: Makefile,v 1.10 2019/03/30 09:13:52 rsadowski Exp $
COMMENT = KDE widgets for showing progress of asynchronous jobs
DISTNAME = kjobwidgets-${VERSION}
SHARED_LIBS = KF5JobWidgets 3.3
WANTLIB += ${COMPILER_LIBCXX} KF5CoreAddons KF5WidgetsAddons Qt5Core
WANTLIB += Qt5DBus Qt5Gui Qt5Widgets Qt5X11Extras m
LIB_DEPENDS = devel/kf5/kcoreaddons \
devel/kf5/kwidgetsaddons \
x11/qt5/qtx11extras
.include <bsd.port.mk>