summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Lönnqvist2021-01-23 23:08:56 +0200
committerBen Lönnqvist2021-01-23 23:08:56 +0200
commit582f6d2f06f3a912f181f01ec7a28567b5c97c60 (patch)
tree386eb640f1aa673ed0d6fe7f2cda64cfacf4a05d
parent85f322214e8209c6bbd1e0dd78b3cf2c11e98582 (diff)
downloadaur-582f6d2f06f3a912f181f01ec7a28567b5c97c60.tar.gz
upgpkg: telegram-desktop-dev 2.5.6-1
- Version bump. - Add TDESKTOP_DISABLE_GTK_INTEGRATION flag
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e7347329eb9..b59240d7b5cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = telegram-desktop-dev
pkgdesc = Official Telegram Desktop client - development release
- pkgver = 2.5.5
+ pkgver = 2.5.6
pkgrel = 1
url = https://desktop.telegram.org/
arch = x86_64
@@ -28,7 +28,7 @@ pkgbase = telegram-desktop-dev
optdepends = ttf-opensans: default Open Sans font family
provides = telegram-desktop
conflicts = telegram-desktop
- source = tdesktop::git+https://github.com/telegramdesktop/tdesktop#tag=v2.5.5
+ source = tdesktop::git+https://github.com/telegramdesktop/tdesktop#tag=v2.5.6
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
diff --git a/PKGBUILD b/PKGBUILD
index 37330b728b8a..98549257a2e6 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.5.5
+pkgver=2.5.6
pkgrel=1
pkgdesc='Official Telegram Desktop client - development release'
arch=(x86_64)
@@ -163,6 +163,7 @@ build() {
-DTDESKTOP_API_ID=611335 \
-DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c \
-DTDESKTOP_LAUNCHER_BASENAME="telegram-desktop" \
+ -DTDESKTOP_DISABLE_GTK_INTEGRATION=1 \
-DDESKTOP_APP_DISABLE_WAYLAND_INTEGRATION=1 \
-DDESKTOP_APP_SPECIAL_TARGET=""
ninja -C build