diff options
| -rw-r--r-- | kde-apps/kmix/kmix-21.08.49.9999.ebuild | 12 | ||||
| -rw-r--r-- | kde-apps/kmix/kmix-9999.ebuild | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-apps/kmix/kmix-21.08.49.9999.ebuild b/kde-apps/kmix/kmix-21.08.49.9999.ebuild index abe87238751..f1ba0ac2162 100644 --- a/kde-apps/kmix/kmix-21.08.49.9999.ebuild +++ b/kde-apps/kmix/kmix-21.08.49.9999.ebuild @@ -59,3 +59,15 @@ src_configure() { ecm_src_configure } + +pkg_postinst() { + if use pulseaudio && has_version kde-plasma/plasma-pa; then + elog "In KDE Plasma, kde-plasma/plasma-pa is the default audio volume handler." + elog "Should you prefer this to be kde-apps/kmix instead, do the following:" + elog " - In system tray, right click on [Show hidden items]" + elog " - Select [Configure System Tray]" + elog " - In [Entries], search for [Audio Volume] and set it to [Disabled]" + elog "KMix will be shown as [Volume Control]." + fi + ecm_pkg_postinst +} diff --git a/kde-apps/kmix/kmix-9999.ebuild b/kde-apps/kmix/kmix-9999.ebuild index 097f347d635..0f298f8743d 100644 --- a/kde-apps/kmix/kmix-9999.ebuild +++ b/kde-apps/kmix/kmix-9999.ebuild @@ -59,3 +59,15 @@ src_configure() { ecm_src_configure } + +pkg_postinst() { + if use pulseaudio && has_version kde-plasma/plasma-pa; then + elog "In KDE Plasma, kde-plasma/plasma-pa is the default audio volume handler." + elog "Should you prefer this to be kde-apps/kmix instead, do the following:" + elog " - In system tray, right click on [Show hidden items]" + elog " - Select [Configure System Tray]" + elog " - In [Entries], search for [Audio Volume] and set it to [Disabled]" + elog "KMix will be shown as [Volume Control]." + fi + ecm_pkg_postinst +} |
