[arch-commits] Commit in telegram-desktop/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Sun Jun 26 03:52:26 UTC 2022


    Date: Sunday, June 26, 2022 @ 03:52:25
  Author: svenstaro
Revision: 1239488

upgpkg: telegram-desktop 4.0.2-2: Remove CXXFLAGS fix which is now upstreamed (FS#75163)

Modified:
  telegram-desktop/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-26 02:26:18 UTC (rev 1239487)
+++ PKGBUILD	2022-06-26 03:52:25 UTC (rev 1239488)
@@ -2,7 +2,7 @@
 # Contributor: hexchain <i at hexchain.org>
 pkgname=telegram-desktop
 pkgver=4.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
 url="https://desktop.telegram.org/"
@@ -29,9 +29,6 @@
 build() {
     cd tdesktop-$pkgver-full
 
-    # Fix https://bugs.archlinux.org/task/73220
-    export CXXFLAGS+=" -Wp,-U_GLIBCXX_ASSERTIONS"
-
     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



More information about the arch-commits mailing list