@@ -13,10 +13,10 @@
|
||||
<PartOf>network.chat</PartOf>
|
||||
<Summary>This is an experimental cryptographic network library.</Summary>
|
||||
<Description>Tox is a peer to peer (serverless) instant messenger aimed at making security and privacy easy to obtain for regular users. It uses NaCl for its encryption and authentication.</Description>
|
||||
<Archive sha1sum="f8b156f34bcc0cf3367c4db8b40fbde6483dfd57" type="zip">
|
||||
https://github.com/TokTok/c-toxcore/archive/172f279dc0647a538b30e62c96bab8bb1b0c8960.zip
|
||||
<Archive sha1sum="30d45793394c6815a074c77b653058b8df1f81ff" type="zip">
|
||||
https://github.com/TokTok/c-toxcore/archive/0c05566e5857ea730d47a151626bec082267578a.zip
|
||||
</Archive>
|
||||
<Archive sha1sum="3a59ff65bbbb624248a3f273eef23f4f68167481" target="c-toxcore-172f279dc0647a538b30e62c96bab8bb1b0c8960/third_party" type="zip">
|
||||
<Archive sha1sum="3a59ff65bbbb624248a3f273eef23f4f68167481" target="c-toxcore-0c05566e5857ea730d47a151626bec082267578a/third_party" type="zip">
|
||||
https://github.com/camgunz/cmp/archive/e836703291392aba9db92b46fb47929521fac71f.zip
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
@@ -68,6 +68,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2024-02-02</Date>
|
||||
<Version>0.2.18</Version>
|
||||
<Comment>Rebuild from git for newest toxic.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2023-03-06</Date>
|
||||
<Version>0.2.18</Version>
|
||||
|
||||
@@ -8,10 +8,11 @@ from pisi.actionsapi import autotools, get
|
||||
|
||||
j = ''.join([
|
||||
' PREFIX=/usr',
|
||||
' ENABLE_ASAN=0',
|
||||
' DISABLE_DESKTOP_NOTIFY=0',
|
||||
' DISABLE_SOUND_NOTIFY=1',
|
||||
' DISABLE_AV=0',
|
||||
' DISABLE_X11=0',
|
||||
' DISABLE_GAMES=1 '
|
||||
' DISABLE_GAMES=0 '
|
||||
])
|
||||
|
||||
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="7fdf07110c58bd48d45cbdfa829fd028e9a8dfd9" type="targz">
|
||||
https://github.com/JFreegman/toxic/archive/refs/tags/v0.12.0.tar.gz
|
||||
<Archive sha1sum="2c92b4e19752f7702b76cb2188c5de8f767a59e8" type="targz">
|
||||
https://github.com/JFreegman/toxic/archive/refs/tags/v0.14.1.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>curl-devel</Dependency>
|
||||
@@ -53,15 +53,17 @@
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/man/man1</Path>
|
||||
<Path fileType="data">/usr/share/man/man5</Path>
|
||||
<Path fileType="data">/usr/share/toxic</Path>
|
||||
<Path fileType="data">/usr/share/toxic/sounds</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2024-02-02</Date>
|
||||
<Version>0.14.1</Version>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2023-10-03</Date>
|
||||
<Version>0.12.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user