[arch-commits] Commit in telegram-desktop/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at gemini.archlinux.org
Sun Aug 1 23:01:20 UTC 2021
Date: Sunday, August 1, 2021 @ 23:01:20
Author: svenstaro
Revision: 992017
upgpkg: telegram-desktop 2.9.0-3: Dynamically link against tg_owt (FS#71542)
Modified:
telegram-desktop/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-08-01 22:20:42 UTC (rev 992016)
+++ PKGBUILD 2021-08-01 23:01:20 UTC (rev 992017)
@@ -2,7 +2,7 @@
# Contributor: hexchain <i at hexchain.org>
pkgname=telegram-desktop
pkgver=2.9.0
-pkgrel=2
+pkgrel=3
pkgdesc='Official Telegram Desktop client'
arch=('x86_64')
url="https://desktop.telegram.org/"
@@ -9,9 +9,9 @@
license=('GPL3')
depends=('hunspell' 'ffmpeg' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal' 'ttf-opensans'
'qt5-imageformats' 'xxhash' 'libdbusmenu-qt5' 'kwayland' 'gtk3' 'glibmm'
- 'webkit2gtk' 'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'jemalloc')
+ 'webkit2gtk' 'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'jemalloc' 'libtg_owt')
makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 'microsoft-gsl'
- 'libtg_owt' 'extra-cmake-modules')
+ 'extra-cmake-modules')
source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz")
sha512sums=('e9be60cdaeffa4efa95ea1e5d8fe50308bff5612b546fa92c02f824f479b42e098fb8fbe713e652578ee2308e3faadaf82e4c101dee0e58b6f3c70d8dcb0bd8e')
@@ -29,7 +29,7 @@
# Turns out we're allowed to use the official API key that telegram uses for their snap builds:
# https://github.com/telegramdesktop/tdesktop/blob/8fab9167beb2407c1153930ed03a4badd0c2b59f/snap/snapcraft.yaml#L87-L88
# Thanks @primeos!
- cmake . \
+ cmake \
-B build \
-G Ninja \
-DCMAKE_INSTALL_PREFIX="/usr" \
More information about the arch-commits
mailing list