forked from Lainports/freebsd-ports
Tuesday, 9 May 2023. Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.27.5. Plasma 5.27 was released in February 2023 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: * Bluedevil Applet: introduce a brief animation for section height estimates. * Discover Flatpak: Do not crash if for any reason we lack a ref's source. * Info Centre About-distro: add a dump mode to print to cli. Changelog: https://kde.org/announcements/changelogs/plasma/5/5.27.4-5.27.5
23 lines
844 B
Makefile
23 lines
844 B
Makefile
PORTNAME= systemsettings
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
CATEGORIES= sysutils kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 system settings
|
|
WWW= https://www.kde.org/plasma-desktop
|
|
|
|
USES= cmake compiler:c++11-lib gettext gstreamer kde:5 qt:5 tar:xz \
|
|
xorg
|
|
USE_GSTREAMER= curl openh264 vpx
|
|
USE_KDE= activities activities-stats auth codecs completion config \
|
|
configwidgets coreaddons crash dbusaddons guiaddons i18n \
|
|
iconthemes itemmodels itemviews jobwidgets js kcmutils \
|
|
kdeclarative khtml kio kirigami2 notifications package parts \
|
|
plasma-framework plasma-workspace runner service solid sonnet \
|
|
textwidgets widgetsaddons windowsystem xmlgui \
|
|
doctools:build ecm:build
|
|
USE_QT= concurrent core dbus declarative gui network widgets xml \
|
|
buildtools:build qmake:build
|
|
USE_XORG= x11
|
|
|
|
.include <bsd.port.mk>
|