Date: Wednesday, December 7, 2022 @ 01:35:42
Author: svenstaro
Revision: 1356931
archrelease: copy trunk to community-x86_64
Added:
telegram-desktop/repos/community-x86_64/PKGBUILD
(from rev 1356930, telegram-desktop/trunk/PKGBUILD)
Deleted:
telegram-desktop/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 96 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 48 insertions(+), 48 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-07 01:35:33 UTC (rev 1356930)
+++ PKGBUILD 2022-12-07 01:35:42 UTC (rev 1356931)
@@ -1,48 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Contributor: hexchain <[email protected]>
-pkgname=telegram-desktop
-pkgver=4.3.4
-pkgrel=1
-pkgdesc='Official Telegram Desktop client'
-arch=('x86_64')
-url="https://desktop.telegram.org/"
-license=('GPL3')
-depends=('hunspell' 'ffmpeg4.4' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal'
'ttf-opensans'
- 'qt6-imageformats' 'qt6-svg' 'qt6-wayland' 'qt6-5compat' 'xxhash'
'glibmm-2.68'
- 'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'jemalloc' 'abseil-cpp'
'libdispatch'
- 'openssl-1.1' 'protobuf')
-makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected'
'microsoft-gsl' 'meson'
- 'extra-cmake-modules' 'wayland-protocols'
'plasma-wayland-protocols' 'libtg_owt')
-optdepends=('webkit2gtk: embedded browser features'
- 'xdg-desktop-portal: desktop integration')
-source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz")
-sha512sums=('415e0d60508317ef6d07e1f8aa2d974b166925f19349106cc543e487dd5bef8d1ff0548fb815682c6c4bb3bf762c08fcb1c7073f2c7ad305ae885b7979c70f88')
-
-prepare() {
- cd tdesktop-$pkgver-full
- rm -rf Telegram/ThirdParty/libtgvoip/webrtc_dsp/absl
-}
-
-build() {
- cd tdesktop-$pkgver-full
-
- export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
- #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 \
- -B build \
- -G Ninja \
- -DCMAKE_INSTALL_PREFIX="/usr" \
- -DCMAKE_BUILD_TYPE=Release \
- -DTDESKTOP_API_ID=611335 \
- -DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c
- ninja -C build
-}
-
-package() {
- cd tdesktop-$pkgver-full
- DESTDIR="$pkgdir" ninja -C build install
- # They botched the release and put a lot of stuff here.
- rm -rf "$pkgdir/build"
-}
Copied: telegram-desktop/repos/community-x86_64/PKGBUILD (from rev 1356930,
telegram-desktop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-07 01:35:42 UTC (rev 1356931)
@@ -0,0 +1,48 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: hexchain <[email protected]>
+pkgname=telegram-desktop
+pkgver=4.4.0
+pkgrel=1
+pkgdesc='Official Telegram Desktop client'
+arch=('x86_64')
+url="https://desktop.telegram.org/"
+license=('GPL3')
+depends=('hunspell' 'ffmpeg4.4' 'hicolor-icon-theme' 'lz4' 'minizip' 'openal'
'ttf-opensans'
+ 'qt6-imageformats' 'qt6-svg' 'qt6-wayland' 'qt6-5compat' 'xxhash'
'glibmm-2.68'
+ 'rnnoise' 'pipewire' 'libxtst' 'libxrandr' 'jemalloc' 'abseil-cpp'
'libdispatch'
+ 'openssl-1.1' 'protobuf')
+makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected'
'microsoft-gsl' 'meson'
+ 'extra-cmake-modules' 'wayland-protocols'
'plasma-wayland-protocols' 'libtg_owt')
+optdepends=('webkit2gtk: embedded browser features'
+ 'xdg-desktop-portal: desktop integration')
+source=("https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz")
+sha512sums=('7c9f4422c3b1f588703dfec28fb9478d51db40f679ac62a3b49e219381a5f8803a08a1d3cded605f5a92b3e3b7cb27765d1c721c17226f1a1744c6732a128af0')
+
+prepare() {
+ cd tdesktop-$pkgver-full
+ rm -rf Telegram/ThirdParty/libtgvoip/webrtc_dsp/absl
+}
+
+build() {
+ cd tdesktop-$pkgver-full
+
+ export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
+ #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 \
+ -B build \
+ -G Ninja \
+ -DCMAKE_INSTALL_PREFIX="/usr" \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DTDESKTOP_API_ID=611335 \
+ -DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c
+ ninja -C build
+}
+
+package() {
+ cd tdesktop-$pkgver-full
+ DESTDIR="$pkgdir" ninja -C build install
+ # They botched the release and put a lot of stuff here.
+ rm -rf "$pkgdir/build"
+}