Date: Wed, 25 Oct 2023 23:28:01 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 548f061e0551 - main - Mk/Uses/kde.mk: add oxygen-sounds to the plasma components list (+) Message-ID: <202310252328.39PNS102073259@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=548f061e0551afb93339e344cf8ac32c1409c661 commit 548f061e0551afb93339e344cf8ac32c1409c661 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2023-10-25 23:22:49 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2023-10-25 23:22:49 +0000 Mk/Uses/kde.mk: add oxygen-sounds to the plasma components list (+) While here, pet portlint (s|= \t|=\t|g) --- Mk/Uses/kde.mk | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/Mk/Uses/kde.mk b/Mk/Uses/kde.mk index 9af6009dd5a3..41d136b92b33 100644 --- a/Mk/Uses/kde.mk +++ b/Mk/Uses/kde.mk @@ -80,7 +80,7 @@ KDE_PLASMA_BRANCH?= stable # Current KDE frameworks. KDE_FRAMEWORKS_VERSION?= 5.110.0 -KDE_FRAMEWORKS_BRANCH?= stable +KDE_FRAMEWORKS_BRANCH?= stable # Current KDE applications. KDE_APPLICATIONS_VERSION?= 23.08.2 @@ -246,7 +246,7 @@ _USE_FRAMEWORKS_TIER3= activities activities-stats baloo5 bookmarks configwidget people plasma-framework purpose runner service texteditor \ textwidgets wallet xmlgui xmlrpcclient -_USE_FRAMEWORKS_TIER4= frameworkintegration calendarcore contacts +_USE_FRAMEWORKS_TIER4= frameworkintegration calendarcore contacts # Porting Aids frameworks provide code and utilities to ease the transition from # kdelibs 4 to KDE Frameworks 5. Code should aim to port away from this framework, @@ -270,7 +270,7 @@ _USE_PLASMA_ALL= activitymanagerd breeze breeze-gtk \ kdeplasma-addons kgamma5 kmenuedit kscreen \ kscreenlocker ksshaskpass ksysguard ksystemstats kwallet-pam \ kwayland-integration kwin kwrited layer-shell-qt libkscreen \ - libksysguard milou oxygen plasma-browser-integration \ + libksysguard milou oxygen oxygen-sounds plasma-browser-integration \ plasma-desktop plasma-disks plasma-integration plasma-pa \ plasma-sdk plasma-workspace plasma-workspace-wallpapers \ polkit-kde-agent-1 powerdevil systemsettings xdg-desktop-portal-kde @@ -461,6 +461,10 @@ kde-oxygen-icons5_PORT= x11-themes/kf5-oxygen-icons5 kde-oxygen-icons5_PATH= ${KDE_PREFIX}/share/icons/oxygen/index.theme kde-oxygen-icons5_TYPE= run +kde-oxygen-sounds_PORT= audio/plasma5-oxygen-sounds +kde-oxygen-sounds_PATH= ${KDE_PREFIX}/share/sounds/Oxygen-Sys-Log-In.ogg +kde-oxygen-sounds_TYPE= run + kde-package_PORT= devel/kf5-kpackage kde-package_LIB= libKF5Package.so @@ -628,8 +632,8 @@ kde-libksysguard_LIB= libksgrd.so kde-milou_PORT= deskutils/plasma5-milou kde-milou_LIB= libmilou.so.5 -kde-oxygen_PORT= x11-themes/plasma5-oxygen -kde-oxygen_PATH= ${QT_PLUGINDIR}/styles/oxygen.so +kde-oxygen_PORT= x11-themes/plasma5-oxygen +kde-oxygen_PATH= ${QT_PLUGINDIR}/styles/oxygen.so kde-plasma-browser-integration_PORT= www/plasma5-plasma-browser-integration kde-plasma-browser-integration_PATH= ${KDE_PREFIX}/bin/plasma-browser-integration-host
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310252328.39PNS102073259>