From ed11128d7ee87dbe3115d9a0c155614624070efe Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Tue, 26 Oct 2021 14:56:28 -0400 Subject: [PATCH] Revert "Telegram: revert using system abseil_cpp" This reverts commit 5984371fea939fcffd0f4d905eca24ee27d46724. The upstream bug was fixed, so this is no longer needed. --- net-im/telegram-desktop/telegram_desktop-3.1.9.recipe | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-im/telegram-desktop/telegram_desktop-3.1.9.recipe b/net-im/telegram-desktop/telegram_desktop-3.1.9.recipe index 85f53671a..95e250aa5 100644 --- a/net-im/telegram-desktop/telegram_desktop-3.1.9.recipe +++ b/net-im/telegram-desktop/telegram_desktop-3.1.9.recipe @@ -3,7 +3,7 @@ DESCRIPTION="Unofficial build of the original Telegram client for Haiku." HOMEPAGE="https://www.telegram.org/" COPYRIGHT="2013-2021 Telegram" LICENSE="GNU GPL v3" -REVISION="2" +REVISION="1" SOURCE_URI="https://github.com/telegramdesktop/tdesktop/releases/download/v$portVersion/tdesktop-$portVersion-full.tar.gz" CHECKSUM_SHA256="569555194f8c8396ee21de44971709dc0d331fe9b3d99cce49977d6dd19fcecf" SOURCE_FILENAME="tdesktop-$portVersion-full.tar.gz" @@ -29,6 +29,7 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix + lib:libabsl_strings$secondaryArchSuffix lib:libatomic$secondaryArchSuffix lib:libavcodec$secondaryArchSuffix lib:libavformat$secondaryArchSuffix @@ -60,6 +61,7 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel + devel:libabsl_strings$secondaryArchSuffix devel:libavcodec$secondaryArchSuffix devel:libavformat$secondaryArchSuffix devel:libavutil$secondaryArchSuffix