telegram-desktop-3.1.5

This commit is contained in:
Rmys
2021-10-01 18:38:35 +03:00
committed by GitHub
parent d51ae59fd5
commit 11f6f51411
2 changed files with 17 additions and 12 deletions
+4 -9
View File
@@ -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)" | tee -a cmake/external/webrtc/CMakeLists.txt')
shelltools.system('echo "target_link_libraries(external_webrtc INTERFACE jpeg Xcomposite Xdamage Xext Xfixes Xrandr Xrender Xtst)" | tee -a cmake/external/webrtc/CMakeLists.txt')
pisitools.cxxflags.add("-Wno-deprecated-declarations -Wno-error=deprecated-declarations -Wno-switch")
params = ' '.join([
'-B build',
@@ -25,17 +25,12 @@ def setup():
'-DCMAKE_BUILD_TYPE=Release',
'-DCMAKE_INSTALL_PREFIX="/usr"',
'-DTDESKTOP_API_TEST=ON',
'-DDESKTOP_APP_USE_GLIBC_WRAPS=OFF',
'-DDESKTOP_APP_USE_PACKAGED=ON',
'-DDESKTOP_APP_USE_PACKAGED_GSL=OFF',
'-DDESKTOP_APP_USE_PACKAGED_RLOTTIE=OFF',
'-DDESKTOP_APP_USE_PACKAGED_VARIANT=OFF',
'-DDESKTOP_APP_DISABLE_CRASH_REPORTS=ON',
'-DTDESKTOP_DISABLE_REGISTER_CUSTOM_SCHEME=ON',
'-DTDESKTOP_DISABLE_DESKTOP_FILE_GENERATION=ON',
'-DTDESKTOP_USE_PACKAGED_TGVOIP=OFF',
'-DDESKTOP_APP_SPECIAL_TARGET=""',
'-DDESKTOP_APP_DISABLE_WAYLAND_INTEGRATION=OFF'
'-DDESKTOP_APP_DISABLE_WAYLAND_INTEGRATION=OFF'
'-DTDESKTOP_API_ID=611335',
'-DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c',
'-DTDESKTOP_LAUNCHER_BASENAME="telegramdesktop"'
])
+13 -3
View File
@@ -12,7 +12,7 @@
<IsA>app:gui</IsA>
<Summary>Official Telegram Desktop client</Summary>
<Description>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.</Description>
<Archive sha1sum="f9aedca98ce1272731f719d54b9b4805616dc249" type="targz">https://github.com/telegramdesktop/tdesktop/releases/download/v3.1.1/tdesktop-3.1.1-full.tar.gz</Archive>
<Archive sha1sum="4badcc8b8438ced804b7d8a88f4b781d59cc9a17" type="targz">https://github.com/telegramdesktop/tdesktop/releases/download/v3.1.5/tdesktop-3.1.5-full.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>ninja</Dependency>
@@ -72,6 +72,16 @@
<Dependency>libdbusmenu-qt</Dependency>
<Dependency>xcb-util-keysyms</Dependency>
<Dependency>open-sans-fonts</Dependency>
<Dependency>glibmm</Dependency>
<Dependency>libXext</Dependency>
<Dependency>libXtst</Dependency>
<Dependency>qt5-svg</Dependency>
<Dependency>rnnoise</Dependency>
<Dependency>libXfixes</Dependency>
<Dependency>libXrandr</Dependency>
<Dependency>libsigc++</Dependency>
<Dependency>libXdamage</Dependency>
<Dependency>libXcomposite</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -81,8 +91,8 @@
<History>
<Update release="5">
<Date>2021-09-25</Date>
<Version>3.1.1</Version>
<Date>2021-10-01</Date>
<Version>3.1.5</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>