Skip to content

Commit

Permalink
Mk/Uses/kde.mk: add oxygen-sounds to the plasma components list (+)
Browse files Browse the repository at this point in the history
While here, pet portlint (s|= \t|=\t|g)
  • Loading branch information
fluffykhv committed Oct 25, 2023
1 parent e6b83d4 commit 548f061
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions Mk/Uses/kde.mk
Expand Up @@ -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
Expand Down Expand Up @@ -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,
Expand All @@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 548f061

Please sign in to comment.