https://kde.org/announcements/gear/21.04.3/ https://kde.org/announcements/changelogs/gear/21.04.3/
25 lines
881 B
Makefile
25 lines
881 B
Makefile
# $OpenBSD: kde-applications.port.mk,v 1.14 2021/08/08 12:23:47 rsadowski Exp $
|
|
|
|
MODKDE_VERSION ?= 21.04.3
|
|
|
|
# Set to 'yes' if there are .desktop files under share/release-service/.
|
|
.if defined(MODKDE5_DESKTOP_FILE) && ${MODKDE5_DESKTOP_FILE:L} == "yes"
|
|
MODKDE5_RUN_DEPENDS += devel/desktop-file-utils
|
|
.endif
|
|
|
|
# Set to 'yes' if there are icon files under share/icons/.
|
|
.if defined(MODKDE5_ICON_CACHE) && ${MODKDE5_ICON_CACHE:L} == "yes"
|
|
MODKDE5_RUN_DEPENDS += x11/gtk+3,-guic
|
|
.endif
|
|
|
|
# Set to 'yes' if there are icon files under share/locale/.
|
|
.if defined(MODKDE5_TRANSLATIONS) && ${MODKDE5_TRANSLATIONS:L} == "yes"
|
|
MODKDE5_BUILD_DEPENDS += devel/gettext,-tools
|
|
.endif
|
|
|
|
# Set to 'yes' if there are icon files under share/doc/.
|
|
.if defined(MODKDE5_DOCS) && ${MODKDE5_DOCS:L} == "yes"
|
|
MODKDE5_BUILD_DEPENDS += devel/kf5/kdoctools
|
|
MODKDE5_RUN_DEPENDS += devel/kf5/kdoctools
|
|
.endif
|