Files
ports/misc/ktouch/Makefile
T
Max Brazhnikov 76982d517f KDE: Update KDE Gear to 25.08.0
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]
2025-08-15 21:06:47 +03:00

23 lines
635 B
Makefile

PORTNAME= ktouch
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= misc education kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= Touch typing tutor for KDE
WWW= https://www.kde.org/applications/education/ktouch
RUN_DEPENDS= kqtquickcharts>=${KDE_APPLICATIONS_VERSION}:graphics/kqtquickcharts
USES= cmake gettext gnome kde:6 qt:6 tar:xz xorg
USE_GNOME= libxml2
USE_KDE= completion config configwidgets coreaddons \
doctools i18n itemviews kcmutils textwidgets \
widgetsaddons windowsystem xmlgui \
ecm:build
USE_QT= base declarative
USE_XORG= x11 xcb xext xkbfile
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>