1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/sysutils/kf5-baloo/Makefile
Tobias C. Berner b24a7e0bb8 KDE: Update KDE Frameworks to 5.109
Thursday, 17 August 2023

KDE today announces the release of KDE Frameworks 5.109.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Announcement: https://kde.org/announcements/frameworks/5/5.109.0/
Exp-run by:	antoine
PR:		273185
2023-08-25 07:19:00 +02:00

20 lines
566 B
Makefile

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= config coreaddons crash dbusaddons \
filemetadata i18n idletime kio service \
solid \
ecm:build
USE_QT= concurrent core dbus declarative gui network \
buildtools:build qmake:build testlib:build
.include <bsd.port.mk>