Tox messanging protocol infrastructure update.
This commit is contained in:
@@ -8,11 +8,9 @@ from pisi.actionsapi import autotools, get
|
||||
|
||||
j = ''.join([
|
||||
' PREFIX=/usr',
|
||||
' DISABLE_DESKTOP_NOTIFY=0',
|
||||
' DISABLE_SOUND_NOTIFY=1',
|
||||
' DISABLE_AV=0',
|
||||
' DISABLE_X11=0',
|
||||
' DISABLE_GAMES=0 '
|
||||
' DISABLE_{SOUND,DESKTOP}_NOTIFY=0',
|
||||
' DISABLE_{AV,VI,X11}=0',
|
||||
' DISABLE_GAMES=1 '
|
||||
])
|
||||
|
||||
def build():
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
<PartOf>app</PartOf>
|
||||
<Summary>A Tox-based instant messaging and video chat client.</Summary>
|
||||
<Description>Toxic is a Tox-based instant messaging and video chat client.</Description>
|
||||
<Archive sha1sum="2c92b4e19752f7702b76cb2188c5de8f767a59e8" type="targz">
|
||||
https://github.com/JFreegman/toxic/archive/refs/tags/v0.14.1.tar.gz
|
||||
<Archive sha1sum="236f100fafd3b05ce1e8ecc84e100c641fecbfda" type="targz">
|
||||
https://github.com/JFreegman/toxic/archive/v0.16.1/toxic-0.16.1.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>curl-devel</Dependency>
|
||||
@@ -58,6 +58,12 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2025-01-13</Date>
|
||||
<Version>0.16.1</Version>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2024-02-02</Date>
|
||||
<Version>0.14.1</Version>
|
||||
|
||||
Reference in New Issue
Block a user