freebsd-ports/multimedia/plasma5-plank-player/Makefile
Tobias C. Berner ec37f68193 KDE: Update Plasma Desktop to 5.27.8
KDE Plasma 5.27.8, Bugfix Release for September

Tuesday, 12 September 2023. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.27.8.

Plasma 5.27 was released in February 2023 with many feature refinements
and new modules to complete the desktop experience.

This release adds five months' worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

 * KRunner: make debut on X11 faster.
 * Powerdevil: don't automatically suspend by default if running in a
   virtual machine.
 * System Settings: Remove soft hyphens in keywords used for searching.

Announcement:	https://kde.org/announcements/plasma/5/5.27.8/
Changelog:	https://kde.org/announcements/changelogs/plasma/5/5.27.7-5.27.8/
2023-09-13 07:16:59 +02:00

17 lines
473 B
Makefile

PORTNAME= plank-player
DISTVERSION= ${KDE_PLASMA_VERSION}
CATEGORIES= multimedia kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 Bigscreen Multimedia Player
WWW= https://www.kde.org/plasma-desktop
USES= cmake compiler:c++11-lib desktop-file-utils gettext kde:5 \
pkgconfig qt:5 shebangfix tar:xz
USE_KDE= i18n kirigami2 \
ecm:build
USE_QT= core declarative gui multimedia network quickcontrols2 \
buildtools:build qmake:build
.include <bsd.port.mk>