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/
37 lines
1.0 KiB
Makefile
37 lines
1.0 KiB
Makefile
# $OpenBSD: Makefile,v 1.8 2020/11/03 16:12:37 rsadowski Exp $
|
|
|
|
COMMENT = speech tool for mute persons for KDE
|
|
DISTNAME = kmouth-${VERSION}
|
|
CATEGORIES = x11
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} KF5Auth KF5AuthCore KF5Codecs KF5Completion
|
|
WANTLIB += KF5ConfigCore KF5ConfigGui KF5ConfigWidgets KF5CoreAddons
|
|
WANTLIB += KF5Crash KF5I18n KF5JobWidgets KF5KIOCore KF5KIOGui
|
|
WANTLIB += KF5KIOWidgets KF5Service KF5WidgetsAddons KF5WindowSystem
|
|
WANTLIB += KF5XmlGui Qt5Concurrent Qt5Core Qt5DBus Qt5Gui Qt5Network
|
|
WANTLIB += Qt5PrintSupport Qt5TextToSpeech Qt5Widgets Qt5Xml c
|
|
WANTLIB += m
|
|
|
|
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/kcompletion \
|
|
devel/kf5/kconfig \
|
|
devel/kf5/kconfigwidgets \
|
|
devel/kf5/kcoreaddons \
|
|
devel/kf5/ki18n \
|
|
devel/kf5/kio \
|
|
devel/kf5/kjobwidgets \
|
|
devel/kf5/kservice \
|
|
devel/kf5/kwidgetsaddons \
|
|
devel/kf5/kxmlgui \
|
|
x11/qt5/qtspeech
|
|
|
|
.include <bsd.port.mk>
|