From 236d698c2eebb7efa770ee6d9e86765e2b119491 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 10 Jun 2023 18:22:32 +0300 Subject: [PATCH] tdesktop-4.8.3 --- network/chat/telegram-desktop/actions.py | 4 ++-- network/chat/telegram-desktop/pspec.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/network/chat/telegram-desktop/actions.py b/network/chat/telegram-desktop/actions.py index 44b89651c9..09f5928040 100644 --- a/network/chat/telegram-desktop/actions.py +++ b/network/chat/telegram-desktop/actions.py @@ -14,8 +14,8 @@ from pisi.actionsapi import get def setup(): shelltools.system("rm -rf cmake/external/glib/cppgir/expected-lite") - shelltools.copy("../expected-lite-*/*", "cmake/external/glib/cppgir/expected-lite") - shelltools.copy("../cppgir-*/*", "cmake/external/glib/cppgir") + shelltools.copy("expected-lite-*/*", "cmake/external/glib/cppgir/expected-lite") + shelltools.copy("cppgir-*/*", "cmake/external/glib/cppgir") shelltools.export("NINJAJOBS", "-j 4") shelltools.system("patch -p1 < fix-tgcalls-cstdint.patch -d Telegram/ThirdParty/tgcalls") diff --git a/network/chat/telegram-desktop/pspec.xml b/network/chat/telegram-desktop/pspec.xml index d818e354ff..2535e01787 100644 --- a/network/chat/telegram-desktop/pspec.xml +++ b/network/chat/telegram-desktop/pspec.xml @@ -15,8 +15,8 @@ Telegram is a messaging app with a focus on speed and security, it is super-fast, simple and free. You can use Telegram on all your devices at the same time — your messages sync seamlessly across any number of your phones, tablets or computers. https://github.com/telegramdesktop/tdesktop/releases/download/v4.8.3/tdesktop-4.8.3-full.tar.gz - https://gitlab.com/mnauw/cppgir/-/archive/960fe054ffaab7cf55722fea6094c56a8ee8f18e/cppgir-960fe054ffaab7cf55722fea6094c56a8ee8f18e.tar.gz - https://github.com/martinmoene/expected-lite/archive/refs/tags/v0.6.3.tar.gz + https://gitlab.com/mnauw/cppgir/-/archive/960fe054ffaab7cf55722fea6094c56a8ee8f18e/cppgir-960fe054ffaab7cf55722fea6094c56a8ee8f18e.tar.gz + https://github.com/martinmoene/expected-lite/archive/refs/tags/v0.6.3.tar.gz fix-tgcalls-cstdint.patch