From c330bdb0523cdb24c41687e3ffb15eb53895c0eb Mon Sep 17 00:00:00 2001 From: SuperUser Date: Wed, 23 Jul 2025 11:46:58 +0300 Subject: [PATCH] Telegram 5.16.4_bin --- Telegram/5.16.4_bin/Recipe | 10 ++++++++++ Telegram/5.16.4_bin/Resources/Dependencies | 0 Telegram/5.16.4_bin/Resources/Description | 5 +++++ Telegram/5.16.4_bin/Resources/Wrappers/Telegram-bin.sh | 4 ++++ 4 files changed, 19 insertions(+) create mode 100644 Telegram/5.16.4_bin/Recipe create mode 100644 Telegram/5.16.4_bin/Resources/Dependencies create mode 100644 Telegram/5.16.4_bin/Resources/Description create mode 100755 Telegram/5.16.4_bin/Resources/Wrappers/Telegram-bin.sh diff --git a/Telegram/5.16.4_bin/Recipe b/Telegram/5.16.4_bin/Recipe new file mode 100644 index 0000000000..1d9825c1b2 --- /dev/null +++ b/Telegram/5.16.4_bin/Recipe @@ -0,0 +1,10 @@ +compile_version=017-GIT +url="https://github.com/telegramdesktop/tdesktop/releases/download/v5.16.4/tsetup.5.16.4.tar.xz" +file_size=61708796 +file_md5=971a10d4bc6e02c0e2aa1c421f63b5b0 +unpack_files=files_in_root +recipe_type=manifest +manifest=( + "Telegram:package" + "$recipedir/Resources/Wrappers/Telegram-bin.sh:bin/Telegram" +) diff --git a/Telegram/5.16.4_bin/Resources/Dependencies b/Telegram/5.16.4_bin/Resources/Dependencies new file mode 100644 index 0000000000..e69de29bb2 diff --git a/Telegram/5.16.4_bin/Resources/Description b/Telegram/5.16.4_bin/Resources/Description new file mode 100644 index 0000000000..a6be096c11 --- /dev/null +++ b/Telegram/5.16.4_bin/Resources/Description @@ -0,0 +1,5 @@ +[Name] Telegram Desktop +[Summary] Telegram Desktop messaging app +[Description] Cloud-based, cross-platform, social media and instant messaging service. +[License] GPL-3.0 +[Homepage] https://telegram.org diff --git a/Telegram/5.16.4_bin/Resources/Wrappers/Telegram-bin.sh b/Telegram/5.16.4_bin/Resources/Wrappers/Telegram-bin.sh new file mode 100755 index 0000000000..f20d18c78d --- /dev/null +++ b/Telegram/5.16.4_bin/Resources/Wrappers/Telegram-bin.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +pkgdir=$(readlink -f $(dirname $(which Telegram))/../package) +exec Runner ${pkgdir}/Telegram "$@"