0a7455c83c
Release notes at https://kde.org/announcements/kde-frameworks-5.61.0.php Thanks to antoine@ for the exp-runs, tcberner@ for most of the prep-work, the Gentoo community for cherry-picking patches There are a bunch of changes in (implicitly included) headers, which broke existing KDE Applications builds; that's why there are a whole bunch of "patch-gentoo-kf5-5.61-headers" patches (taken from Gentoo packaging). Those will go away with the next KDE Applications release, PR: 239777 Submitted by: tcberner
24 lines
652 B
Makefile
24 lines
652 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ktextwidgets
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= x11-toolkits kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 advanced text editing widgets
|
|
|
|
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= auth codecs completion config configwidgets \
|
|
coreaddons dbusaddons ecm guiaddons i18n \
|
|
iconthemes itemviews service sonnet \
|
|
widgetsaddons windowsystem
|
|
USE_QT= buildtools_build concurrent core dbus declarative \
|
|
gui qmake_build widgets xml
|
|
|
|
OPTIONS_DEFINE= AUDIO
|
|
OPTIONS_DEFAULT= AUDIO
|
|
|
|
AUDIO_DESC= Audio notifications/speech support
|
|
AUDIO_USE= QT=speech
|
|
|
|
.include <bsd.port.mk>
|