f48dbf918f
Tuesday, 5 May 2020. Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.18.5. Plasma 5.18 was released in February 2020 with many feature refinements and new modules to complete the desktop experience. This release adds a month's worth of new translations and fixes from KDE's contributors. The bugfixes are typically small but important and include: * KCM Colors fix apply button always disabled. * [Notifications] Don't show do not disturb end date beyond 100 days. * xdg-desktop-portal-kde: ScreenSharing: close dialogs when session is closed. Full Changelog: https://kde.org/announcements/plasma-5.18.4-5.18.5-changelog
19 lines
674 B
Makefile
19 lines
674 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kmenuedit
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
CATEGORIES= sysutils kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 menu editor
|
|
|
|
USES= cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
|
coreaddons crash dbusaddons guiaddons ecm emoticons globalaccel \
|
|
hotkeys i18n iconthemes init itemmodels itemviews jobwidgets \
|
|
kdelibs4support kio notifications parts service solid sonnet \
|
|
textwidgets unitconversion widgetsaddons windowsystem xmlgui
|
|
USE_QT= concurrent core dbus gui network printsupport widgets xml\
|
|
buildtools_build qmake_build
|
|
|
|
.include <bsd.port.mk>
|