freebsd-ports/sysutils/kf5-baloo/Makefile
Tobias C. Berner 1afa5c8a42 Update KDE Frameworks to 5.29.0
Release notes: https://www.kde.org/announcements/kde-frameworks-5.29.0.php

New ports:
* textproc/kf5-syntax-highlighting (new in 5.28.0)
* graphics/kf5-prison (new in 5.29.0)

Fixes:
* kf5-kservice: Move applications.menu to kf5-applications.menu to stop conflicting with kdelibs4.
* Define conflicts in the kde4-l10n ports (debian does the same).
* kf5-kapidox: Fix with python3

Thanks to Matthew Rezny <matthew@reztek.cz> for looking at the conflicts in 214528,
and Dima Panov (fluffy@) for the python3 fix.

PR:     214528
Reviewed by:    rakuco, mat
Approved by:    rakuco (mentor)
Differential Revision:  https://reviews.freebsd.org/D8776
2016-12-19 15:56:24 +00:00

26 lines
767 B
Makefile

# Created by: tcberner
# $FreeBSD$
PORTNAME= baloo
PORTVERSION= ${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:outsource compiler:c++11-lib gettext kde:5 pathfix tar:xz
USE_KDE= auth completion config coreaddons crash dbusaddons \
filemetadata5 i18n idletime jobwidgets kio service \
solid widgetsaddons
USE_QT5= buildtools_build core dbus gui network qmake_build \
qml quick testlib widgets
# Frameworks ports install localization files that conflict with some
# KDE4 localization ports
CONFLICTS_INSTALL= baloo-4.* \
kde4-l10n-*
.include <bsd.port.mk>