freebsd-ports/x11/plasma5-plasma/Makefile
Tobias C. Berner f54b86f044 KDE: Update KDE Plasma Desktop to 5.24.7
KDE Plasma 5.24.7, Bugfix Release for October

Friday, 14 October 2022. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.24.7.

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

Announcement:	https://kde.org/announcements/plasma/5/5.24.7/
2022-12-10 08:46:22 +01:00

26 lines
726 B
Makefile

PORTNAME= plasma
DISTVERSION= ${KDE_PLASMA_VERSION}
CATEGORIES= x11 kde
PKGNAMEPREFIX= plasma5-
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE5 plasma meta port
WWW= https://www.kde.org/plasma-desktop
USES= kde:5 metaport qt:5
# remove:
# * bluedevil we do not have bluez at all
# * plasma-pa no plasma-pa (pulseaudio) by default
USE_KDE= ${_USE_PLASMA_ALL:Nplasma-pa}
OPTIONS_DEFINE= PHONON PULSEAUDIO
OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
# Different from PHONON, because this is about the output plugins
PHONON_DESC= Include phonon-gstreamer, for sound output
PHONON_RUN_DEPENDS= ${QT_PLUGINDIR}/phonon4qt5_backend/phonon_gstreamer.so:multimedia/phonon-gstreamer
PULSEAUDIO_USE= KDE=plasma-pa:run
.include <bsd.port.mk>