Files
ports/sysutils/kf5-baloo/Makefile
Adriaan de Groot 0a7455c83c Update KDE Frameworks to latest upstream release, 5.61
Release notes at
	https://kde.org/announcements/kde-frameworks-5.61.0.php

Thanks to
	antoine@ for the exp-runs,
	tcberner@ for most of the prep-work,
	the Gentoo community for cherry-picking patches

There are a bunch of changes in (implicitly included) headers, which
broke existing KDE Applications builds; that's why there are a whole
bunch of "patch-gentoo-kf5-5.61-headers" patches (taken from Gentoo
packaging). Those will go away with the next KDE Applications release,

PR:		239777
Submitted by:	tcberner
2019-08-15 10:01:34 +00:00

26 lines
751 B
Makefile

# $FreeBSD$
PORTNAME= baloo
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= sysutils kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 Framework for searching and managing user metadata
LIB_DEPENDS= liblmdb.so:databases/lmdb \
libinotify.so:devel/libinotify
USES= cmake compiler:c++11-lib gettext kde:5 pathfix qt:5 tar:xz
USE_KDE= auth completion config coreaddons crash dbusaddons \
filemetadata i18n idletime jobwidgets kio service \
solid widgetsaddons
USE_QT= buildtools_build concurrent core dbus declarative gui network qmake_build \
testlib widgets
# Frameworks ports install localization files that conflict with some
# KDE4 localization ports
CONFLICTS_INSTALL= baloo-4.* \
kde4-l10n-*
.include <bsd.port.mk>