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
23 lines
540 B
Makefile
23 lines
540 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= baloo
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils kde kde-kde4
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE framework for searching and managing user metadata
|
|
|
|
CONFLICTS_INSTALL= kde-runtime-4.12.* \
|
|
kf5-baloo-5.*
|
|
|
|
LIB_DEPENDS= libxapian.so:databases/xapian-core \
|
|
libqjson.so:devel/qjson
|
|
|
|
USES= cmake:outsource gmake kde:4 tar:xz
|
|
USE_KDE= akonadi automoc4 kdelibs kfilemetadata \
|
|
pimlibs
|
|
USE_QT4= corelib qmake_build moc_build rcc_build uic_build
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|