8eb874634f
Tuesday, 6 July 2021. Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.22.3. Plasma 5.22 was released in June 2021 with many feature refinements and new modules to complete the desktop experience. This release adds two weeks' worth of new translations and fixes from KDE's contributors. The bugfixes are typically small but important and include: * Dr Konqi: Repair query construction. * Plasma Disks: Don’t notify on instabilities. * [Task Manager] Load album art background asynchronously. Full Changelog: https://kde.org/announcements/changelogs/plasma/5/5.22.2-5.22.3/
16 lines
507 B
Makefile
16 lines
507 B
Makefile
PORTNAME= polkit-kde-agent-1
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
CATEGORIES= sysutils kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 daemon providing a polkit authentication UI
|
|
|
|
LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt
|
|
|
|
USES= cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= config coreaddons crash dbusaddons ecm i18n iconthemes \
|
|
notifications widgetsaddons windowsystem
|
|
USE_QT= core dbus gui widgets \
|
|
buildtools_build qmake_build
|
|
|
|
.include <bsd.port.mk>
|