From 72a28bca7de934191e4fabf8856c4f88315ce163 Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 14 Dec 2021 14:18:32 +0300 Subject: [PATCH] telegram-desktop-3.3.0 --- network/chat/telegram-desktop/actions.py | 2 +- network/chat/telegram-desktop/pspec.xml | 28 ++++++++++++------------ 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/network/chat/telegram-desktop/actions.py b/network/chat/telegram-desktop/actions.py index b760402d7a..a15e6f77f5 100644 --- a/network/chat/telegram-desktop/actions.py +++ b/network/chat/telegram-desktop/actions.py @@ -17,7 +17,7 @@ def setup(): #shelltools.export("LC_ALL", "en_US.UTF-8") shelltools.system("sed -i 's/DESKTOP_APP_USE_PACKAGED/NO_ONE_WILL_EVER_SET_THIS/' \ cmake/external/rlottie/CMakeLists.txt || die") - shelltools.system('echo "target_link_libraries(external_webrtc INTERFACE jpeg Xcomposite Xdamage Xext Xfixes Xrandr Xrender Xtst)" | tee -a cmake/external/webrtc/CMakeLists.txt') + shelltools.system('echo "target_link_libraries(external_webrtc INTERFACE jpeg Xcomposite Xdamage Xext Xfixes Xrandr Xrender Xtst X11)" | tee -a cmake/external/webrtc/CMakeLists.txt') pisitools.cxxflags.add("-Wno-deprecated-declarations -Wno-error=deprecated-declarations -Wno-switch") params = ' '.join([ '-B build', diff --git a/network/chat/telegram-desktop/pspec.xml b/network/chat/telegram-desktop/pspec.xml index 842f1c746c..c2018ed883 100644 --- a/network/chat/telegram-desktop/pspec.xml +++ b/network/chat/telegram-desktop/pspec.xml @@ -12,7 +12,7 @@ app:gui Official Telegram Desktop client 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/v3.2.8/tdesktop-3.2.8-full.tar.gz + https://github.com/telegramdesktop/tdesktop/releases/download/v3.3.0/tdesktop-3.3.0-full.tar.gz cmake ninja @@ -50,28 +50,28 @@ telegram-desktop - xz + xz lz4 - gtk3 - zlib - glib2 - libX11 - libgcc - libxcb + gtk3 + zlib + glib2 + libX11 + libgcc + libxcb ffmpeg openal xxhash - openssl + openssl libopus minizip hunspell qt5-base libtg_owt - gdk-pixbuf - libjpeg-turbo + gdk-pixbuf + libjpeg-turbo qt5-imageformats libdbusmenu-qt - xcb-util-keysyms + xcb-util-keysyms open-sans-fonts glibmm libXext @@ -92,8 +92,8 @@ - 2021-12-05 - 3.2.8 + 2021-12-10 + 3.3.0 Version bump. Mustafa Cinasal muscnsl@gmail.com