parent
e992abfee8
commit
f482179eba
2 changed files with 2 additions and 30 deletions
|
@ -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 <lav@altlinux.ru>
|
||||
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 <JavaScriptCore/JavaScript.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <webkit2/webkit2.h>
|
||||
-} // extern "C"
|
||||
|
||||
namespace Webview::WebkitGtk {
|
||||
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue