summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2021-11-28 22:59:24 +0100
committerGiovanni Santini2021-11-28 22:59:24 +0100
commit969f11ea2187cfc5562ccc5664aa70d933b11fb5 (patch)
tree4c61e6f0ed0f94c590b17738c009ce1368e245b8
parent98c314968586d18a8f8109221d6a27c4bfb73c68 (diff)
downloadaur-969f11ea2187cfc5562ccc5664aa70d933b11fb5.tar.gz
upgpkg: telegram-desktop-dev 3.2.5-1
- Version bump. - Follow upstream package changes.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5b1a642a862..ea9a867592c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = telegram-desktop-dev
pkgdesc = Official Telegram Desktop client - development release
- pkgver = 3.1.11
+ pkgver = 3.2.5
pkgrel = 1
url = https://desktop.telegram.org/
arch = x86_64
@@ -24,8 +24,9 @@ pkgbase = telegram-desktop-dev
depends = ttf-opensans
depends = qt5-imageformats
depends = qt5-svg
- depends = xxhash
+ depends = qt5-wayland
depends = libdbusmenu-qt5
+ depends = xxhash
depends = kwayland
depends = glibmm
depends = rnnoise
@@ -39,7 +40,7 @@ pkgbase = telegram-desktop-dev
optdepends = xdg-desktop-portal: desktop integration
provides = telegram-desktop
conflicts = telegram-desktop
- source = tdesktop::git+https://github.com/telegramdesktop/tdesktop#tag=v3.1.11
+ source = tdesktop::git+https://github.com/telegramdesktop/tdesktop#tag=v3.2.5
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 d5617f879689..88f4eac20863 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Thanks Nicholas Guriev <guriev-ns@ya.ru> for the initial patches!
# https://github.com/mymedia2/tdesktop
pkgname=telegram-desktop-dev
-pkgver=3.1.11
+pkgver=3.2.5
pkgrel=1
pkgdesc='Official Telegram Desktop client - development release'
arch=(x86_64)
@@ -14,7 +14,7 @@ license=('GPL3')
# Although not in order, keeping them in the same order of the standard package
# for my mental sanity.
depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' 'ttf-opensans'
- 'qt5-imageformats' 'qt5-svg' 'xxhash' 'libdbusmenu-qt5' 'kwayland' 'glibmm'
+ 'qt5-imageformats' 'qt5-svg' 'qt5-wayland' 'libdbusmenu-qt5' 'xxhash' 'kwayland' 'glibmm'
'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'jemalloc' 'libtg_owt')
makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 'microsoft-gsl'
'extra-cmake-modules' 'gtk3' 'webkit2gtk')
@@ -161,6 +161,7 @@ build() {
cmake \
-B build \
-G Ninja \
+ -DDESKTOP_APP_QT6=off \
-DCMAKE_INSTALL_PREFIX="/usr" \
-DCMAKE_BUILD_TYPE=Release \
-DTDESKTOP_API_ID=611335 \