Today the KDE Community releases Plasma 5.24, a Long Term Support (LTS) release that will receive updates and bugfixes until the final Plasma 5 version, before we transition to Plasma 6. This new Plasma release focuses on smoothing out wrinkles, evolving the design, and improving the overall feel and usability of the environment. Things to look for in Plasma 5.24 can be found in the anncouncement: https://kde.org/announcements/plasma/5/5.24.0/ The full changelog can be found here: https://kde.org/announcements/changelogs/plasma/5/5.23.5-5.24.0/
23 lines
798 B
Makefile
23 lines
798 B
Makefile
PORTNAME= libksysguard
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
CATEGORIES= sysutils kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 library to track and control running processes
|
|
|
|
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= auth codecs completion config configwidgets coreaddons \
|
|
globalaccel i18n iconthemes jobwidgets kdeclarative kio \
|
|
newstuff package plasma-framework service widgetsaddons \
|
|
windowsystem
|
|
USE_QT= concurrent core dbus declarative gui network script webkit \
|
|
widgets x11extras xml \
|
|
buildtools_build qmake_build
|
|
|
|
OPTIONS_DEFINE= WEBENGINE
|
|
|
|
WEBENGINE_USE= QT=webengine
|
|
WEBENGINE_DESC= HTML-based GUI ksysguard library based on Qt5WebEngine
|
|
WEBENGINE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets
|
|
|
|
.include <bsd.port.mk>
|