freebsd-ports/x11/plasma5-kscreen/Makefile
Tobias C. Berner b2a341b4c5 Update KDE's Plasma Desktop to 5.18.0
Tuesday, 11 February 2020.

Plasma 5.18 LTS is out!

A brand new version of the Plasma desktop is now available. In Plasma 5.18 you
will find neat new features that make notifications clearer, settings more
streamlined and the overall look more attractive. Plasma 5.18 is easier and
more fun to use, while at the same time allowing you to be more productive when
it is time to work.

Apart from all the cool new stuff, Plasma 5.18 also comes with an LTS status.
LTS stands for "Long Term Support". This means 5.18 will be updated and
maintained by KDE contributors for the next two years (regular versions are
maintained for 4 months). If you are thinking of updating or migrating your
school, company or organization to Plasma, this version is your best bet, as
you get the most stable version of Plasma *and* all the new features too.

Announcement:
        https://kde.org/announcements/plasma-5.18.0

Changelog:
        https://kde.org/announcements/plasma-5.17.5-5.18.0-changelog.php
2020-02-11 18:00:40 +00:00

19 lines
536 B
Makefile

# $FreeBSD$
PORTNAME= kscreen
DISTVERSION= ${KDE_PLASMA_VERSION}
CATEGORIES= x11 kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 screen management library
USES= cmake compiler:c++11-lang cpe gettext kde:5 qt:5 \
tar:xz
USE_KDE= auth codecs config configwidgets coreaddons dbusaddons ecm \
globalaccel i18n kdeclarative libkscreen package plasma-framework \
service widgetsaddons xmlgui
USE_QT= core dbus declarative gui network sensors testlib widgets xml \
buildtools_build qmake_build
.include <bsd.port.mk>