1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/sysutils/baloo-widgets/Makefile
Tobias C. Berner 3603155333 Update KDE Gear to 21.04.1
May 13, 2021. Over 120 individual programs plus dozens of programmer
libraries and feature plugins are released simultaneously as part of KDE
Gear

Today they all get new bugfix source releases.

Changelogs:
	https://kde.org/announcements/changelogs/releases/21.04.1/
2021-05-13 19:33:56 +02:00

20 lines
586 B
Makefile

PORTNAME= baloo-widgets
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= sysutils kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= BalooWidgets library
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= baloo completion config coreaddons ecm emoticons filemetadata \
i18n init itemmodels jobwidgets kdelibs4support kio service \
widgetsaddons
USE_QT= concurrent core dbus gui network testlib widgets xml \
buildtools_build qmake_build
USE_LDCONFIG= yes
# Override shared library version
KDE_APPLICATIONS_SHLIB_VER= 21.4.1
.include <bsd.port.mk>