indicator-sound-switcher

This commit is contained in:
4fury-c3440d8
2022-07-30 11:17:57 +03:00
parent bfab82a323
commit 7973aefbc0
2 changed files with 11 additions and 4 deletions
@@ -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')
@@ -13,8 +13,8 @@
<PartOf>multimedia.misc</PartOf>
<Summary>Sound input/output selector indicator for Linux.</Summary>
<Description>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.</Description>
<Archive sha1sum="83c7cb150b4385df326408c23207b5efa6f8be80" type="targz">
https://github.com/yktoo/indicator-sound-switcher/archive/refs/tags/v2.3.8.tar.gz
<Archive sha1sum="710940b46b64eb40199d238725ae952b56a90e56" type="targz">
https://github.com/yktoo/indicator-sound-switcher/archive/refs/tags/v2.3.9.tar.gz
</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
@@ -41,6 +41,13 @@
</Package>
<History>
<Update release="3">
<Date>2022-07-09</Date>
<Version>2.3.9</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2022-05-28</Date>
<Version>2.3.8</Version>