Announcement: https://kde.org/announcements/gear/25.08.0/ Removed ports: devel/cervisia: not ported to Qt6 and excluded from KDE Gear releases databases/akonadi: - Backport upstream patch to fix account management in Merkuro devel/kdevelop: - Bump PLATFORM_VER to 6.3 - Revert now needless workaround [1] devel/kpublictranspor: - Renew USE_KDE - Explicitly disable KF6NetworkManagerQt graphics/kqtquickcharts: - Switch to Qt6/KF6 - Remove noop DOCS option math/kig: - Switch to Qt6/KF6 misc/artikulate: - Switch to Qt6/KF6 misc/kdeedu-data: - Update WWW and description misc/ktouch: - Switch to Qt6/KF6 multimedia/dragon: - Renew USE_KDE - Add dependency on ffmpeg and remove stale pkg-message multimedia/kamoso: - Switch to Qt6/KF6 net-im/neochat: - Add now mandatory dependency on devel/kunifiedpush - Add missing Qt dependencies x11-clocks/kteatime: - Renew USE_KDE PR: 287804 [1]
19 lines
485 B
Makefile
19 lines
485 B
Makefile
PORTNAME= artikulate
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= misc education kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Pronunciation trainer for KDE
|
|
WWW= https://edu.kde.org/
|
|
|
|
USES= cmake compiler:c++11-lang gettext gnome kde:6 qt:6 tar:xz
|
|
USE_GNOME= libxml2
|
|
USE_KDE= archive config crash i18n itemmodels kirigami2 newstuff \
|
|
doctools:build ecm:build
|
|
USE_QT= base declarative multimedia
|
|
USE_LDCONFIG= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|