I would like to correct and tweak some points in meta/kde. - kde-plasma-extras is not the "full installation" - Fix double *_*-development - Improve DESCR-main to make more clear with it contains. - Two little tweaks in README (powerdevil is part of kde-plasma)
OK? Index: Makefile =================================================================== RCS file: /cvs/ports/meta/kde/Makefile,v diff -u -p -r1.27 Makefile --- Makefile 25 Jul 2024 06:33:49 -0000 1.27 +++ Makefile 13 Aug 2024 16:54:45 -0000 @@ -14,10 +14,12 @@ COMMENT-utils = KDE utilities REVISION-games = 0 REVISION-network = 0 -REVISION-main = 0 +REVISION-main = 1 +REVISION-plasma = 0 +REVISION-plasma-extras = 0 COMMENT-plasma = KDE Plasma desktop meta-package (base installation) -COMMENT-plasma-extras = KDE Plasma desktop meta-package (full installation) +COMMENT-plasma-extras = KDE Plasma desktop meta-package (base additional apps) PKGNAME-accessibility = kde-accessibility-${MODKDE_GEAR_VERSION} PKGNAME-admin = kde-admin-${MODKDE_GEAR_VERSION} @@ -167,18 +169,6 @@ RUN_DEPENDS-games = \ # XXX x11/kde-applications/kajongg - -WANTLIB-development = -LIB_DEPENDS-development = -RUN_DEPENDS-development = \ - x11/kde-applications/kf6-libkexiv2 \ - x11/kde-applications/kf6-ksanecore \ - x11/kde-applications/kf6-libkdcraw \ - x11/kde-applications/kf6-kio-extras \ - x11/kde-applications/kf6-libkcompactdisc \ - x11/kde-applications/kf6-libkcddb \ - x11/kde-applications/kf6-kdegraphics-mobipocket - # Not yet ported #x11/kde-applications/kpatience #x11/kde-applications/knights @@ -331,6 +321,15 @@ RUN_DEPENDS-development = \ x11/kde-applications/pimcommon \ x11/kde-applications/umbrello \ x11/kde-applications/kimagemapeditor + +RUN_DEPENDS-development += \ + x11/kde-applications/kf6-libkexiv2 \ + x11/kde-applications/kf6-ksanecore \ + x11/kde-applications/kf6-libkdcraw \ + x11/kde-applications/kf6-kio-extras \ + x11/kde-applications/kf6-libkcompactdisc \ + x11/kde-applications/kf6-libkcddb \ + x11/kde-applications/kf6-kdegraphics-mobipocket RUN_DEPENDS-development += \ x11/kde-applications/okteta \ Index: pkg/DESCR-main =================================================================== RCS file: /cvs/ports/meta/kde/pkg/DESCR-main,v diff -u -p -r1.1.1.1 DESCR-main --- pkg/DESCR-main 27 Feb 2021 07:11:34 -0000 1.1.1.1 +++ pkg/DESCR-main 13 Aug 2024 16:54:45 -0000 @@ -1,2 +1,3 @@ -The KDE applications, full installation. - +The KDE applications (also known as the KDE Gear bundle), full +installation includes all application categories except the desktop +environment KDE Plasma. For this, install the kde-plsama packages Index: pkg/README-plasma =================================================================== RCS file: /cvs/ports/meta/kde/pkg/README-plasma,v diff -u -p -r1.2 README-plasma --- pkg/README-plasma 22 May 2024 11:52:11 -0000 1.2 +++ pkg/README-plasma 13 Aug 2024 16:54:45 -0000 @@ -38,11 +38,12 @@ password, and create a launcher executin Power management ================ -If you use KDE Plasma on a laptop, you can install the powerdevil package, -which will provide battery levels/information, and will allow to configure -actions upon low battery level or AC plugging. For proper function, it requires -messagebus and upowerd running. If using consolekit2 and polkit-kde-agent, it -will also allow you to suspend the laptop from the logout dialog. +If you use KDE Plasma on a laptop, make sure that the powerdevil package +is installed, which will provide battery levels/information, and will +allow to configure actions upon low battery level or AC plugging. For +proper function, it requires messagebus and upowerd running. If using +consolekit2 and polkit-kde-agent, it will also allow you to suspend the +laptop from the logout dialog. Screen compositor ================= @@ -83,7 +84,8 @@ fi #export QT_QPA_PLATFORM=wayland #export XDG_SESSION_TYPE=wayland -${LOCALBASE}/bin/ck-launch-session dbus-run-session ${LOCALBASE}/bin/startplasma-wayland +${LOCALBASE}/bin/ck-launch-session dbus-run-session \ + ${LOCALBASE}/bin/startplasma-wayland Known issues ============