indicator-sound-switcher
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user