summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Lönnqvist2021-07-25 00:27:27 +0300
committerBen Lönnqvist2021-07-25 00:27:27 +0300
commit51ad99bef975019d70b5cec5337e1e125591af60 (patch)
tree142dc66711f42a37cd461e5d87b6da9fab5518d9
parenta5828db7ec49ea841711ce272ffcee32fa6caeed (diff)
downloadaur-51ad99bef975019d70b5cec5337e1e125591af60.tar.gz
upgpkg: telegram-desktop-dev 2.8.13-1
- Version bump. - Remove no longer needed patch
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 4 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e44825b785c8..ea9338a14326 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = telegram-desktop-dev
pkgdesc = Official Telegram Desktop client - development release
- pkgver = 2.8.11
+ pkgver = 2.8.13
pkgrel = 1
url = https://desktop.telegram.org/
arch = x86_64
@@ -35,7 +35,7 @@ pkgbase = telegram-desktop-dev
depends = libxrandr
provides = telegram-desktop
conflicts = telegram-desktop
- source = tdesktop::git+https://github.com/telegramdesktop/tdesktop#tag=v2.8.11
+ source = tdesktop::git+https://github.com/telegramdesktop/tdesktop#tag=v2.8.13
source = Catch::git+https://github.com/philsquared/Catch
source = cmake::git+https://github.com/desktop-app/cmake_helpers.git
source = codegen::git+https://github.com/desktop-app/codegen.git
@@ -68,7 +68,6 @@ pkgbase = telegram-desktop-dev
source = rlottie::git+https://github.com/desktop-app/rlottie.git
source = tgcalls::git+https://github.com/TelegramMessenger/tgcalls.git
source = xxHash::git+https://github.com/Cyan4973/xxHash.git
- source = fix-webview-extern-C-linkage.patch::https://patch-diff.githubusercontent.com/raw/desktop-app/lib_webview/pull/9.patch
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
@@ -102,6 +101,5 @@ pkgbase = telegram-desktop-dev
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
- sha512sums = 6f405d48457f8839c9759ec1024db20251f0d42a3ec0026d1334d56511877f830213ac4b3c2396319dc8811e330324a4d62a0973221e280063aa69c18fd09a0e
pkgname = telegram-desktop-dev
diff --git a/PKGBUILD b/PKGBUILD
index f04747c977fa..2ce093cc8b04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Thanks Nicholas Guriev <guriev-ns@ya.ru> for the initial patches!
# https://github.com/mymedia2/tdesktop
pkgname=telegram-desktop-dev
-pkgver=2.8.11
+pkgver=2.8.13
pkgrel=1
pkgdesc='Official Telegram Desktop client - development release'
arch=(x86_64)
@@ -60,7 +60,6 @@ source=(
"rlottie::git+https://github.com/desktop-app/rlottie.git"
"tgcalls::git+https://github.com/TelegramMessenger/tgcalls.git"
"xxHash::git+https://github.com/Cyan4973/xxHash.git"
- "fix-webview-extern-C-linkage.patch::https://patch-diff.githubusercontent.com/raw/desktop-app/lib_webview/pull/9.patch"
)
sha512sums=('SKIP'
'SKIP'
@@ -94,8 +93,7 @@ sha512sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
- '6f405d48457f8839c9759ec1024db20251f0d42a3ec0026d1334d56511877f830213ac4b3c2396319dc8811e330324a4d62a0973221e280063aa69c18fd09a0e')
+ 'SKIP')
prepare() {
cd "$srcdir/tdesktop"
@@ -153,9 +151,6 @@ prepare() {
echo "target_link_libraries(external_webrtc INTERFACE jpeg)" | tee -a external/webrtc/CMakeLists.txt
echo "find_package(X11 REQUIRED COMPONENTS Xcomposite Xdamage Xext Xfixes Xrender Xrandr Xtst)" | tee -a external/webrtc/CMakeLists.txt
echo "target_link_libraries(external_webrtc INTERFACE Xcomposite Xdamage Xext Xfixes Xrandr Xrender Xtst)" | tee -a external/webrtc/CMakeLists.txt
- # fix webview extern "C" linkage error
- cd ..
- patch -b -d Telegram/lib_webview/ -Np1 -i ${srcdir}/fix-webview-extern-C-linkage.patch
}
build() {