One notable kde-applications ports change: - Remove undocumented kde-applications.port.mk and move logic into Makefile.inc. Ran a bulk build with no issues. Otherwise a simple bug-fix update. Release notes: https://kde.org/announcements/releases/2020-10-apps-update/
34 lines
957 B
Makefile
34 lines
957 B
Makefile
# $OpenBSD: Makefile,v 1.10 2020/11/03 16:12:37 rsadowski Exp $
|
|
|
|
COMMENT = KDE screen magnifier
|
|
DISTNAME = kmag-${VERSION}
|
|
CATEGORIES = x11
|
|
|
|
HOMEPAGE = https://www.kde.org/applications/utilities/kmag/
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} KF5Auth KF5AuthCore KF5Codecs KF5ConfigCore
|
|
WANTLIB += KF5ConfigGui KF5ConfigWidgets KF5CoreAddons KF5I18n
|
|
WANTLIB += KF5KIOCore KF5Service KF5WidgetsAddons KF5XmlGui Qt5Concurrent
|
|
WANTLIB += Qt5Core Qt5DBus Qt5Gui Qt5Network Qt5PrintSupport Qt5Widgets
|
|
WANTLIB += Qt5Xml c m qaccessibilityclient-qt5
|
|
|
|
MODKDE5_ICON_CACHE = yes
|
|
MODKDE5_TRANSLATIONS = yes
|
|
MODKF5_I18N_CONFLICT = yes
|
|
MODKF5_L10N_CONFLICT = yes
|
|
MODKDE5_DOCS = yes
|
|
MODKDE5_DESKTOP_FILE = yes
|
|
|
|
LIB_DEPENDS = devel/kf5/kauth \
|
|
devel/kf5/kcodecs \
|
|
devel/kf5/kconfig \
|
|
devel/kf5/kconfigwidgets \
|
|
devel/kf5/kservice \
|
|
devel/kf5/kwidgetsaddons \
|
|
devel/kf5/ki18n \
|
|
devel/kf5/kio \
|
|
devel/kf5/kxmlgui \
|
|
x11/libqaccessibilityclient
|
|
|
|
.include <bsd.port.mk>
|