diff --git a/x11/kde/Makefile b/x11/kde/Makefile index a1376f0baf88..168b3a9e20fd 100644 --- a/x11/kde/Makefile +++ b/x11/kde/Makefile @@ -1,27 +1,27 @@ PORTNAME= kde PORTVERSION= ${KDE_PLASMA_VERSION}.${KDE_APPLICATIONS_VERSION} CATEGORIES= x11 kde MAINTAINER= kde@FreeBSD.org -COMMENT= KDE Plasma Desktop and Applications (meta port) +COMMENT= Plasma Desktop and KDE Applications (meta port) WWW= https://www.kde.org RUN_DEPENDS= kde-baseapps>=${KDE_APPLICATIONS_VERSION}:x11/kde-baseapps \ plasma6-plasma>=${KDE_PLASMA_VERSION}:x11/plasma6-plasma USES= kde:6 metaport qt:6 # The official VLC backend can be used, but vlc port still uses Qt5 for GUI. OPTIONS_DEFAULT= MPV -OPTIONS_MULTI= PHONON +OPTIONS_MULTI= PHONON OPTIONS_MULTI_PHONON= MPV VLC PHONON_DESC= Phonon multimedia backend MPV_DESC= mpv backend MPV_USE= KDE=phonon-mpv VLC_DESC= VLC backend (depends on Qt5 packages) VLC_USE= KDE=phonon-vlc .include diff --git a/x11/kde/pkg-descr b/x11/kde/pkg-descr index ad6cb9335d8a..bfbb34209b18 100644 --- a/x11/kde/pkg-descr +++ b/x11/kde/pkg-descr @@ -1,5 +1,8 @@ -KDE is a powerful Free Software graphical desktop environment for Linux -and Unix workstations. +Plasma is a powerful and customizable Free Software graphical desktop +environment for Unix workstations made by the KDE community. -x11/kde contains Plasma Desktop and basic set of KDE Applications. -More KDE applications can be found in x11/kde-gear metaport. +x11/kde contains a basic set of KDE Applications and the Plasma Desktop. +A more minimal port of Plasma can be found at x11/plasma6-plasma. More +KDE applications can be found in the kde-applications category: + +% pkg search -S origin kde-applications diff --git a/x11/plasma6-plasma/Makefile b/x11/plasma6-plasma/Makefile index d2fd164a220f..bafe567bd0ea 100644 --- a/x11/plasma6-plasma/Makefile +++ b/x11/plasma6-plasma/Makefile @@ -1,21 +1,21 @@ PORTNAME= plasma DISTVERSION= ${KDE_PLASMA_VERSION} CATEGORIES= x11 kde PKGNAMEPREFIX= plasma6- MAINTAINER= kde@FreeBSD.org -COMMENT= KDE Plasma 6 (meta port) +COMMENT= KDE Plasma 6 Desktop (meta port) WWW= https://www.kde.org/plasma-desktop USES= kde:6 metaport qt:6 USE_KDE= ${_USE_PLASMA_ALL:Nplasma-pa} OPTIONS_DEFINE= PULSEAUDIO QT5 OPTIONS_DEFAULT= ${OPTIONS_DEFINE} PULSEAUDIO_USE= KDE=plasma-pa:run QT5_DESC= Install Plasma 6 integration plugins for Qt5 applications QT5_RUN_DEPENDS= plasma6-plasma-integration-qt5>0:x11/plasma6-plasma-integration@qt5 \ plasma6-breeze-qt5>0:x11-themes/plasma6-breeze@qt5 .include