From 5984371fea939fcffd0f4d905eca24ee27d46724 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Mon, 18 Oct 2021 23:20:16 +1000 Subject: [PATCH] Telegram: revert using system abseil_cpp * in a strange way it causes this bug: https://dev.haiku-os.org/ticket/16973 --- net-im/telegram-desktop/telegram_desktop-3.1.9.recipe | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 95e250aa5..85f53671a 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="1" +REVISION="2" 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,7 +29,6 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix - lib:libabsl_strings$secondaryArchSuffix lib:libatomic$secondaryArchSuffix lib:libavcodec$secondaryArchSuffix lib:libavformat$secondaryArchSuffix @@ -61,7 +60,6 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libabsl_strings$secondaryArchSuffix devel:libavcodec$secondaryArchSuffix devel:libavformat$secondaryArchSuffix devel:libavutil$secondaryArchSuffix