Thursday, 7 October 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 with updated translations,
including:
* kmail: Fix an infinite SSL error dialog loop
* konqueror: Make it compatible with KIO 5.86.0 and don’t open every
URL in a new window
* libksane: Fix multi page detection with certain scanners
Full announcement:
https://kde.org/announcements/gear/21.08.2/
21 lines
599 B
Makefile
21 lines
599 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 emoticons filemetadata \
|
|
i18n init itemmodels jobwidgets kio service solid \
|
|
widgetsaddons windowsystem \
|
|
ecm_build
|
|
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.8.2
|
|
|
|
.include <bsd.port.mk>
|