From d82aa47dbfdf529da1ff6a4c573e758ecf64591f Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Thu, 10 Nov 2022 09:32:57 +0300 Subject: [PATCH] toxcore. --- network/chat/toxcore-c/actions.py | 7 +++++-- network/chat/toxcore-c/pspec.xml | 11 +++++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/network/chat/toxcore-c/actions.py b/network/chat/toxcore-c/actions.py index 33aac74086..bab73ff665 100644 --- a/network/chat/toxcore-c/actions.py +++ b/network/chat/toxcore-c/actions.py @@ -9,12 +9,13 @@ from pisi.actionsapi import shelltools, cmaketools, pisitools, get j = ''.join([ ' -DCMAKE_BUILD_TYPE=Release', ' -DDHT_BOOTSTRAP=OFF', - ' -DENABLE_STATIC=OFF ' + ' -DENABLE_STATIC=OFF', + ' -B_build -L ' ]) def setup(): pisitools.dosed("CMakeLists.txt", "RPATH", deleteLine = True) - cmaketools.configure("-B_build %s -L" % j) + cmaketools.configure(j) def build(): shelltools.cd("_build") @@ -22,5 +23,7 @@ def build(): def install(): pisitools.insinto("/etc", "other/bootstrap_daemon/tox-bootstrapd.conf") + shelltools.chmod("%s/etc/tox-bootstrapd.conf" % get.installDIR(), mode = 0644) + shelltools.cd("_build") cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) diff --git a/network/chat/toxcore-c/pspec.xml b/network/chat/toxcore-c/pspec.xml index cc5e652d11..2d393eb7dd 100644 --- a/network/chat/toxcore-c/pspec.xml +++ b/network/chat/toxcore-c/pspec.xml @@ -13,8 +13,8 @@ network.chat This is an experimental cryptographic network library. 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. - - https://github.com/TokTok/c-toxcore/archive/refs/tags/v0.2.17.tar.gz + + https://github.com/TokTok/c-toxcore/releases/download/v0.2.18/c-toxcore-0.2.18.tar.gz cmake @@ -65,6 +65,13 @@ + + 2022-11-10 + 0.2.18 + Version bump. + fury + uglyside@yandex.ru + 2022-04-25 0.2.17