rsadowski 91d9fb05f8 Update KDE applications to 20.08.2
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/
2020-11-03 16:12:30 +00:00

57 lines
1.6 KiB
Makefile

# $OpenBSD: Makefile,v 1.14 2020/11/03 16:12:42 rsadowski Exp $
COMMENT = UML Modeller
DISTNAME = umbrello-${VERSION}
CATEGORIES = x11 productivity
HOMEPAGE = https://umbrello.kde.org/
WANTLIB += ${COMPILER_LIBCXX} KF5Archive KF5Auth KF5AuthCore KF5Bookmarks
WANTLIB += KF5Codecs KF5Completion KF5ConfigCore KF5ConfigGui
WANTLIB += KF5ConfigWidgets KF5CoreAddons KF5Crash KF5GuiAddons
WANTLIB += KF5I18n KF5IconThemes KF5ItemViews KF5JobWidgets KF5KDELibs4Support
WANTLIB += KF5KIOCore KF5KIOFileWidgets KF5KIOGui KF5KIOWidgets
WANTLIB += KF5Notifications KF5Parts KF5Service KF5Solid KF5SonnetUi
WANTLIB += KF5TextEditor KF5TextWidgets KF5UnitConversion KF5WidgetsAddons
WANTLIB += KF5WindowSystem KF5XmlGui Qt5Concurrent Qt5Core Qt5DBus
WANTLIB += Qt5Gui Qt5Network Qt5PrintSupport Qt5Svg Qt5WebKit
WANTLIB += Qt5WebKitWidgets Qt5Widgets Qt5Xml c m xml2 xslt
MODKDE5_DESKTOP_FILE = yes
MODKDE5_ICON_CACHE = yes
MODKDE5_TRANSLATIONS = yes
MODKF5_I18N_CONFLICT = yes
MODKF5_L10N_CONFLICT = yes
MODKDE5_DOCS = yes
MODULES += lang/python
RUN_DEPENDS = math/graphviz
LIB_DEPENDS = devel/kf5/ki18n \
devel/kf5/karchive \
devel/kf5/kcompletion \
devel/kf5/kconfig \
devel/kf5/kcoreaddons \
devel/kf5/kcrash \
devel/kf5/kiconthemes \
devel/kf5/kparts \
devel/kf5/kio \
devel/kf5/ktexteditor \
devel/kf5/kwidgetsaddons \
devel/kf5/kwindowsystem \
devel/kf5/kdelibs4support \
devel/kf5/kxmlgui \
x11/qt5/qtwebkit \
x11/qt5/qtsvg \
textproc/libxslt \
textproc/libxml
TEST_IS_INTERACTIVE = X11
post-install:
${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py \
${PREFIX}/share/umbrello5/headings/
.include <bsd.port.mk>