qTox is a GUI Tox client

This commit is contained in:
4fury-c3440d8
2022-04-16 02:54:56 +03:00
parent 8793364c45
commit c8760cd150
2 changed files with 94 additions and 0 deletions
+70
View File
@@ -0,0 +1,70 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>qtox</Name>
<Homepage>https://qtox.github.io/</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>GPL-3</License>
<IsA>app:gui</IsA>
<PartOf>network.chat</PartOf>
<Summary>Instant messaging, video conferencing, and more.</Summary>
<Description>qTox is a chat, voice, video, and file transfer instant messaging client using the encrypted peer-to-peer Tox protocol.</Description>
<Archive sha1sum="7ec6356da1c52cfe39c2cdfc3587664543ec9248" type="targz">
https://github.com/qTox/qTox/releases/download/v1.17.6/v1.17.6.tar.gz
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>ccache</Dependency>
<Dependency>mesa-devel</Dependency>
<Dependency>ffmpeg-devel</Dependency>
<Dependency>openal-devel</Dependency>
<Dependency>qt5-linguist</Dependency>
<Dependency>libexif-devel</Dependency>
<Dependency>qt5-svg-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qrencode-devel</Dependency>
<Dependency>libglvnd-devel</Dependency>
<Dependency>toxcore-c-devel</Dependency>
<Dependency>sqlcipher-devel</Dependency>
<Dependency>libXScrnSaver-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>qtox</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>libX11</Dependency>
<Dependency>ffmpeg</Dependency>
<Dependency>openal</Dependency>
<Dependency>libexif</Dependency>
<Dependency>qt5-svg</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>qrencode</Dependency>
<Dependency>libsodium</Dependency>
<Dependency>toxcore-c</Dependency>
<Dependency>sqlcipher</Dependency>
<Dependency>libXScrnSaver</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/icons/hicolor</Path>
<Path fileType="data">/usr/share/metainfo</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-04-14</Date>
<Version>1.17.6</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>