From 7973aefbc0b5b168d1d3a153034474efcba60e36 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sat, 30 Jul 2022 11:17:57 +0300 Subject: [PATCH] indicator-sound-switcher --- multimedia/misc/indicator-sound-switcher/actions.py | 4 ++-- multimedia/misc/indicator-sound-switcher/pspec.xml | 11 +++++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/multimedia/misc/indicator-sound-switcher/actions.py b/multimedia/misc/indicator-sound-switcher/actions.py index a94fd3e0b6..0a53129d52 100644 --- a/multimedia/misc/indicator-sound-switcher/actions.py +++ b/multimedia/misc/indicator-sound-switcher/actions.py @@ -10,8 +10,8 @@ def setup(): pass def build(): - pass + pythonmodules.compile(pyVer = '3') def install(): - pythonmodules.install(pyVer = '3') + pythonmodules.install(parameters = '--no-compile --optimize=1', pyVer = '3') diff --git a/multimedia/misc/indicator-sound-switcher/pspec.xml b/multimedia/misc/indicator-sound-switcher/pspec.xml index 037fe3e3e1..6a64d6f06b 100644 --- a/multimedia/misc/indicator-sound-switcher/pspec.xml +++ b/multimedia/misc/indicator-sound-switcher/pspec.xml @@ -13,8 +13,8 @@ multimedia.misc Sound input/output selector indicator for Linux. It shows an icon in the indicator area or the system tray (whatever is available in your desktop environment). The icon's menu allows you to switch the current sound input and output (i.e. source ports and sink ports in PulseAudio's terms, respectively) with just two clicks. - - https://github.com/yktoo/indicator-sound-switcher/archive/refs/tags/v2.3.8.tar.gz + + https://github.com/yktoo/indicator-sound-switcher/archive/refs/tags/v2.3.9.tar.gz python3-setuptools @@ -41,6 +41,13 @@ + + 2022-07-09 + 2.3.9 + Version bump. + fury + uglyside@yandex.ru + 2022-05-28 2.3.8