Tuesday, 8 March 2022. Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.24.3. Plasma 5.24 was released in February 2022 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: * Kcms/colors: fix spacing between radio buttons and content. * SDDM theme: stop eliding people’s names so aggressively. * Powerdevil: Improved backlight devices selection. Full Changelog: https://kde.org/announcements/changelogs/plasma/5/5.24.2-5.24.3
26 lines
858 B
Makefile
26 lines
858 B
Makefile
PORTNAME= discover
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
CATEGORIES= sysutils kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 package management tools
|
|
|
|
# TODO: update packagekit-qt5
|
|
#LIB_DEPENDS= libpackagekit-qt.so:ports-mgmt/packagekit-qt5
|
|
|
|
USES= cmake compiler:c++11-lib cpe desktop-file-utils gettext kde:5 \
|
|
pkgconfig qt:5 tar:xz
|
|
USE_KDE= archive attica auth codecs completion config configwidgets \
|
|
coreaddons crash dbusaddons i18n iconthemes idletime \
|
|
itemmodels itemviews jobwidgets kcmutils kdeclarative kio \
|
|
kirigami2 newstuff notifications package plasma-framework \
|
|
service solid textwidgets wallet widgetsaddons windowsystem \
|
|
xmlgui \
|
|
ecm_build
|
|
USE_QT= concurrent core dbus declarative gui network svg widgets \
|
|
x11extras xml \
|
|
buildtools_build qmake_build testlib_build
|
|
|
|
CPE_VENDOR= kde
|
|
|
|
.include <bsd.port.mk>
|