21681a032b
Tuesday, 9 June 2020. Plasma 5.19 is out! If we gave alliterative names to Plasma releases, this one could be "Polished Plasma". The effort developers have put into squashing bugs and removing annoying papercuts has been immense. In this release, we have prioritized making Plasma more consistent, correcting and unifying designs of widgets and desktop elements; worked on giving you more control over your desktop by adding configuration options to the System Settings; and improved usability, making Plasma and its components easier to use and an overall more pleasurable experience. Read on to discover all the new features and improvements of Plasma 5.19… Announcement: https://kde.org/announcements/plasma-5.19.0
19 lines
545 B
Makefile
19 lines
545 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= drkonqi
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
CATEGORIES= sysutils kde kde-plasma
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Plasma5 crash handler
|
|
|
|
USES= cmake compiler:c++11-lang kde:5 pkgconfig qt:5 tar:xz
|
|
USE_KDE= auth codecs completion config configwidgets coreaddons \
|
|
crash i18n idletime jobwidgets kio notifications \
|
|
service syntaxhighlighting wallet widgetsaddons \
|
|
windowsystem xmlrpcclient
|
|
USE_QT= concurrent core dbus gui network widgets x11extras xml \
|
|
buildtools_build qmake_build
|
|
|
|
.include <bsd.port.mk>
|