freebsd-ports/x11-wm/plasma5-kdecoration/Makefile
Tobias C. Berner 12994bed8f KDE: Update KDE Plasma Desktop to 5.24
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/
2022-02-08 18:18:45 +01:00

17 lines
388 B
Makefile

PORTNAME= kdecoration
DISTVERSION= ${KDE_PLASMA_VERSION}
CATEGORIES= x11-wm kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 library to create window decorations
LICENSE= LGPL21
USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_LDCONFIG= yes
USE_KDE= coreaddons i18n \
ecm_build
USE_QT= core gui \
buildtools_build qmake_build testlib_build
.include <bsd.port.mk>