2020-09-03 20:51:24 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.21 2020/09/03 20:51:24 rsadowski Exp $
|
2011-08-19 07:12:11 +00:00
|
|
|
|
|
|
|
COMMENT = compares and merges multiple files or directories
|
|
|
|
|
2020-09-03 20:51:24 +00:00
|
|
|
DISTNAME = kdiff3-1.8.4
|
2011-08-19 07:12:11 +00:00
|
|
|
|
2019-05-18 13:32:19 +00:00
|
|
|
CATEGORIES = devel
|
2011-08-19 07:12:11 +00:00
|
|
|
|
2019-05-18 13:32:19 +00:00
|
|
|
HOMEPAGE = https://kde.org/applications/development/kdiff3/
|
2011-08-19 07:12:11 +00:00
|
|
|
|
2019-05-18 13:32:19 +00:00
|
|
|
MASTER_SITES = ${MASTER_SITE_KDE:=stable/kdiff3/}
|
|
|
|
EXTRACT_SUFX = .tar.xz
|
2018-10-24 14:27:57 +00:00
|
|
|
|
2019-05-18 13:32:19 +00:00
|
|
|
# GPLv2+
|
2019-07-12 20:44:34 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2011-08-19 07:12:11 +00:00
|
|
|
|
Update KDE Frameworks to 5.68.0 and KDE5 to 19.12
This commit includes 218 port updates and 16 tweak updates after KDE framework
changes. Most of this 16 changes caused by:
- KF5Auth split into KF5Auth and KF5AuthCore, which ends in a lot of new
WANTLIBs
- Upstream changed some xdg paths from share/examples/***/xdg/ to
share/qlogging-categories5/, which ends in a lot of PLIST chages.
List of notable changes:
- Bump all kf5 shared libs.
- Use ">=${MODKF5_VERSION}" in all kf5 ports that all kf5 use the
latest version an update together. (Idea from Qt5).
- s/=+/=/ for LIB_*,RUN_* and BUILD_* in x11/kde-applications, hint by jca@.
- Update okteta to 0.26.3
- Update spectacle only to 19.04.3, latest version without hard wayland
dependency.
- Remove python2 support in cantor, python3 only!
- devel/kf5/kfilemetadata: switch to python 3 (TDEP only), by kn@
- devel/kf5/ki18n: switch to python 3, by kn@
- devel/kf5/kservice: switch to python 3, by kn@
- devel/kf5/kconfigwidgets: remove python module usage, by kn@
- devel/kf5/ktextigwidgets: remove python module usage, by kn@
Tweaks and feedback from landry@, amd64 bulk build and error reports by naddy@
Thanks a lot!
2020-03-23 18:01:02 +00:00
|
|
|
WANTLIB += ${COMPILER_LIBCXX} KF5Auth KF5AuthCore KF5Codecs KF5Completion
|
2019-05-18 13:32:19 +00:00
|
|
|
WANTLIB += KF5ConfigCore KF5ConfigGui KF5ConfigWidgets KF5CoreAddons
|
|
|
|
WANTLIB += KF5Crash KF5I18n KF5IconThemes KF5JobWidgets KF5KIOCore
|
|
|
|
WANTLIB += KF5KIOWidgets KF5Parts KF5Service KF5SonnetUi KF5TextWidgets
|
|
|
|
WANTLIB += KF5WidgetsAddons KF5XmlGui Qt5Concurrent Qt5Core Qt5DBus
|
|
|
|
WANTLIB += Qt5Gui Qt5Network Qt5PrintSupport Qt5Widgets Qt5Xml
|
|
|
|
WANTLIB += c m
|
|
|
|
|
|
|
|
MODULES = devel/kf5
|
|
|
|
|
2020-03-30 04:21:40 +00:00
|
|
|
BUILD_DEPENDS = devel/gettext,-tools \
|
2019-05-18 13:32:19 +00:00
|
|
|
devel/kf5/kbookmarks \
|
|
|
|
devel/kf5/kdoctools \
|
|
|
|
|
2020-03-30 04:21:40 +00:00
|
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
2019-05-18 13:32:19 +00:00
|
|
|
devel/kf5/kbookmarks \
|
|
|
|
devel/kf5/kdoctools \
|
|
|
|
x11/gtk+3,-guic
|
|
|
|
|
2020-03-30 04:21:40 +00:00
|
|
|
LIB_DEPENDS = devel/kf5/kauth \
|
2019-05-18 13:32:19 +00:00
|
|
|
devel/kf5/kcodecs \
|
|
|
|
devel/kf5/kcompletion \
|
|
|
|
devel/kf5/kconfig \
|
|
|
|
devel/kf5/kconfigwidgets \
|
|
|
|
devel/kf5/kcoreaddons \
|
|
|
|
devel/kf5/kcrash \
|
|
|
|
devel/kf5/ki18n \
|
|
|
|
devel/kf5/kiconthemes \
|
|
|
|
devel/kf5/kio \
|
|
|
|
devel/kf5/kparts \
|
|
|
|
devel/kf5/kservice \
|
|
|
|
devel/kf5/ktextwidgets \
|
|
|
|
devel/kf5/kwidgetsaddons \
|
|
|
|
devel/kf5/kxmlgui \
|
|
|
|
devel/kf5/sonnet
|
2011-08-19 07:12:11 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|