freebsd-ports/astro/kosmindoormap/Makefile
Tobias C. Berner aecaafb00a KDE: Update KDE Gear to 22.08.2
KDE Gear 22.08.2

Thursday, 13 October 2022

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:

 * ark: Fix incompatibility with original 7-Zip (Commit, fixes bug
   #456797)
 * kdeconnect: Prevent a crash if there’s no audio devices (Commit,
   fixes bug #454917)
 * kio-extras: Compatibility with Samba >= 4.16 (Commit, fixes bug
   #453090)

Announcement:	https://kde.org/announcements/gear/22.08.2/
2022-10-14 11:20:32 +02:00

19 lines
512 B
Makefile

PORTNAME= kosmindoormap
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= astro kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Library and QML component for rendering multi-level OSM indoor maps
WWW= https://marble.kde.org/
LIB_DEPENDS= libprotobuf.so:devel/protobuf
USES= bison cmake compiler:c++11-lang kde:5 qt:5 tar:xz
USE_KDE= i18n kpublictransport \
ecm:build
USE_QT= core declarative gui network quick3d \
buildtools:build qmake:build
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>