diff --git a/srcpkgs/telegram-desktop/patches/0003-remove-redundant-extern-c.patch b/srcpkgs/telegram-desktop/patches/0003-remove-redundant-extern-c.patch deleted file mode 100644 index 0bb89b65c7f..00000000000 --- a/srcpkgs/telegram-desktop/patches/0003-remove-redundant-extern-c.patch +++ /dev/null @@ -1,28 +0,0 @@ -https://github.com/desktop-app/lib_webview/pull/9 - -From 75e924934eee8624020befbef1f3cb5b865d3b86 Mon Sep 17 00:00:00 2001 -From: Vitaly Lipatov -Date: Fri, 9 Jul 2021 16:56:50 +0300 -Subject: [PATCH] webview_linux_webkit_gtk.h: there are already exists extern C - in the included headers - ---- - webview/platform/linux/webview_linux_webkit_gtk.h | 2 -- - 1 file changed, 2 deletions(-) - -diff --git a/webview/platform/linux/webview_linux_webkit_gtk.h b/webview/platform/linux/webview_linux_webkit_gtk.h -index 8d180c1..e894c75 100644 ---- a/Telegram/lib_webview/webview/platform/linux/webview_linux_webkit_gtk.h -+++ b/Telegram/lib_webview/webview/platform/linux/webview_linux_webkit_gtk.h -@@ -6,11 +6,9 @@ - // - #pragma once - --extern "C" { - #include - #include - #include --} // extern "C" - - namespace Webview::WebkitGtk { - diff --git a/srcpkgs/telegram-desktop/template b/srcpkgs/telegram-desktop/template index ca30e932a5a..3b5cd9fcdad 100644 --- a/srcpkgs/telegram-desktop/template +++ b/srcpkgs/telegram-desktop/template @@ -1,6 +1,6 @@ # Template file for 'telegram-desktop' pkgname=telegram-desktop -version=2.8.10 +version=2.9.0 revision=1 wrksrc="tdesktop-${version}-full" build_style=cmake @@ -27,7 +27,7 @@ license="GPL-3.0-or-later, OpenSSL" homepage="https://desktop.telegram.org/" changelog="https://github.com/telegramdesktop/tdesktop/blob/v${version}/changelog.txt" distfiles="https://github.com/telegramdesktop/tdesktop/releases/download/v${version}/tdesktop-${version}-full.tar.gz" -checksum=60a81f447ee9a46982d66a85672041bba496d728c042865a65e4950e1b631013 +checksum=e908b8f479cf1f41892848f3cda1a7b46fca2339ce8980268dd204ff7ba8b6f5 build_options="spellcheck" build_options_default="spellcheck"