Date: Fri, 26 Dec 2025 19:57:09 +0000 From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0445d5b584f1 - main - x11/kde: reduce payload in attempt to fit release DVD Message-ID: <694ee895.3e003.69daef0@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by makc: URL: https://cgit.FreeBSD.org/ports/commit/?id=0445d5b584f170f775369f59a7e7a5defc307add commit 0445d5b584f170f775369f59a7e7a5defc307add Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2025-12-26 19:55:46 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2025-12-26 19:55:46 +0000 x11/kde: reduce payload in attempt to fit release DVD Depend on Plasma components directly rather than on x11/plasma6 meta port that pulls KF5/Qt5 packages, do not install GTK related components and legacy Oxygen theme. PR: 291095 --- x11/kde/Makefile | 5 +++-- x11/kde/pkg-descr | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/x11/kde/Makefile b/x11/kde/Makefile index 168b3a9e20fd..aa1a3eaed94c 100644 --- a/x11/kde/Makefile +++ b/x11/kde/Makefile @@ -1,15 +1,16 @@ PORTNAME= kde PORTVERSION= ${KDE_PLASMA_VERSION}.${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde MAINTAINER= kde@FreeBSD.org 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 +RUN_DEPENDS= kde-baseapps>=${KDE_APPLICATIONS_VERSION}:x11/kde-baseapps USES= kde:6 metaport qt:6 +USE_KDE= ${_USE_PLASMA_ALL:Nbreeze-gtk:Nkde-gtk-config:Noxygen:Noxygen-sounds} # The official VLC backend can be used, but vlc port still uses Qt5 for GUI. OPTIONS_DEFAULT= MPV diff --git a/x11/kde/pkg-descr b/x11/kde/pkg-descr index bfbb34209b18..4b6277f3575c 100644 --- a/x11/kde/pkg-descr +++ b/x11/kde/pkg-descr @@ -1,8 +1,8 @@ Plasma is a powerful and customizable Free Software graphical desktop environment for Unix workstations made by the KDE community. -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: +x11/kde contains minimal Plasma Desktop and a basic set of KDE Applications. +Additional Plasma components can be install via x11/plasma6-plasma port. +More KDE applications can be found in the kde-applications category: % pkg search -S origin kde-applicationshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?694ee895.3e003.69daef0>
