Thursday, 12 May 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: * dolphin: The terminal panel will keep in sync with quick folder changes now * kate: Fix crash on session restore * kalendar: Fix ’next week’ button in the week’s view The full changelog can be found at https://kde.org/announcements/changelogs/gear/22.04.1/
26 lines
894 B
Makefile
26 lines
894 B
Makefile
PORTNAME= parley
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= misc education kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Vocabulary trainer for KDE
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
|
|
docbook-xml>0:textproc/docbook-xml
|
|
|
|
USES= cmake desktop-file-utils gettext gnome kde:5 qt:5 tar:xz xorg
|
|
USE_GNOME= libxml2 libxslt
|
|
USE_KDE= attica auth codecs completion configwidgets coreaddons config \
|
|
crash doctools i18n jobwidgets kcmutils kio newstuff \
|
|
notifications kross khtml service solid sonnet textwidgets \
|
|
widgetsaddons windowsystem xmlgui \
|
|
libkeduvocdocument \
|
|
ecm_build
|
|
USE_QT= concurrent core dbus declarative gui location network multimedia \
|
|
printsupport script svg webchannel webengine widgets xml \
|
|
buildtools_build qmake_build
|
|
USE_XORG= x11 xrender
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|