indicator-sound-switcher v2.3.10.1

This commit is contained in:
uglyside
2025-10-20 06:04:05 +03:00
parent 50aba597ba
commit cc8b718c43
2 changed files with 65 additions and 67 deletions
@@ -6,12 +6,8 @@
from pisi.actionsapi import pythonmodules from pisi.actionsapi import pythonmodules
def setup():
pass
def build(): def build():
pythonmodules.compile(pyVer = '3') pythonmodules.compile(pyVer = '3')
def install(): def install():
pythonmodules.install(parameters = '--no-compile --optimize=1', pyVer = '3') pythonmodules.install(pyVer = '3')
@@ -1,67 +1,69 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
<Source> <Source>
<Name>indicator-sound-switcher</Name> <Name>indicator-sound-switcher</Name>
<Homepage>https://yktoo.com/en/software/sound-switcher-indicator/</Homepage> <Homepage>https://github.com/yktoo/indicator-sound-switcher</Homepage>
<Packager> <Packager>
<Name>PisiLinux Community</Name> <Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email> <Email>admins@pisilinux.org</Email>
</Packager> </Packager>
<License>GPL-3</License> <License>GPL-3</License>
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<PartOf>multimedia.misc</PartOf> <PartOf>multimedia.misc</PartOf>
<Summary>Sound input/output selector indicator for Linux.</Summary> <Summary>Sound Switcher Indicator.</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> <Description>Sound input/output selector indicator for Linux.</Description>
<Archive sha1sum="710940b46b64eb40199d238725ae952b56a90e56" type="targz"> <Archive sha1sum="c6fcbcfd676728700a7a4ea77b96e3b1d6f2c3af" type="targz">
https://github.com/yktoo/indicator-sound-switcher/archive/refs/tags/v2.3.9.tar.gz https://github.com/yktoo/indicator-sound-switcher/archive/v2.3.10.1/indicator-sound-switcher-v2.3.10.1.tar.gz
</Archive> </Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>python3-setuptools</Dependency> <Dependency>python3-setuptools</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
<Package> <Package>
<Name>indicator-sound-switcher</Name> <Name>indicator-sound-switcher</Name>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>gtk3</Dependency> <Dependency>keybinder</Dependency>
<Dependency>python3</Dependency> <Dependency>python3-pygobject3</Dependency>
<Dependency>keybinder</Dependency> <Dependency>ayatana-libappindicator</Dependency>
<Dependency>python3-pygobject3</Dependency> </RuntimeDependencies>
<Dependency>ayatana-libappindicator</Dependency> <Files>
</RuntimeDependencies> <Path fileType="config">/etc/xdg</Path>
<Files> <Path fileType="executable">/usr/bin</Path>
<Path fileType="config">/etc/xdg</Path> <Path fileType="library">/usr/lib</Path>
<Path fileType="executable">/usr/bin</Path> <Path fileType="data">/usr/share</Path>
<Path fileType="library">/usr/lib</Path> </Files>
<Path fileType="data">/usr/share</Path> </Package>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History> <History>
<Update release="3"> <Update release="4">
<Date>2022-07-09</Date> <Date>2025-10-19</Date>
<Version>2.3.9</Version> <Version>2.3.10.1</Version>
<Comment>Version bump.</Comment> <Comment>Version bump.</Comment>
<Name>fury</Name> <Name>PisiLinux Community</Name>
<Email>uglyside@yandex.ru</Email> <Email>admins@pisilinux.org</Email>
</Update> </Update>
<Update release="2"> <Update release="3">
<Date>2022-05-28</Date> <Date>2022-07-09</Date>
<Version>2.3.8</Version> <Version>2.3.9</Version>
<Comment>Version bump.</Comment> <Comment>Version bump.</Comment>
<Name>fury</Name> <Name>fury</Name>
<Email>uglyside@yandex.ru</Email> <Email>uglyside@yandex.ru</Email>
</Update> </Update>
<Update release="1"> <Update release="2">
<Date>2021-11-04</Date> <Date>2022-05-28</Date>
<Version>2.3.6</Version> <Version>2.3.8</Version>
<Comment>First build.</Comment> <Comment>Version bump.</Comment>
<Name>fury</Name> <Name>fury</Name>
<Email>uglyside@yandex.ru</Email> <Email>uglyside@yandex.ru</Email>
</Update> </Update>
</History> <Update release="1">
<Date>2021-11-04</Date>
<Version>2.3.6</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI> </PISI>