[arch-commits] Commit in telegram-desktop/trunk (PKGBUILD)
Christian Hesse
eworm at archlinux.org
Thu Dec 12 13:16:44 UTC 2019
Date: Thursday, December 12, 2019 @ 13:16:43
Author: eworm
Revision: 537398
upgpkg: telegram-desktop 1.8.15-4
fix native desktop notifications
Modified:
telegram-desktop/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-12 13:02:51 UTC (rev 537397)
+++ PKGBUILD 2019-12-12 13:16:43 UTC (rev 537398)
@@ -6,7 +6,7 @@
pkgname=telegram-desktop
pkgver=1.8.15
-pkgrel=3
+pkgrel=4
pkgdesc='Official Telegram Desktop client'
arch=('x86_64')
url="https://desktop.telegram.org/"
@@ -74,6 +74,9 @@
patch -Np1 -i "$srcdir/Revert-Change-some-private-header-includes.patch"
patch -Np1 -i "$srcdir/Use-system-wide-font.patch"
+ # libnotify: capabilities are not exclusive
+ git cherry-pick -n '0c0c8f3584b500ef053bb1a4d9165cdbd9e18394'
+
unix2dos "$srcdir/tdesktop/.appveyor/install.bat"
# disable static-qt for rlottie
sed "/RLOTTIE_WITH_STATIC_QT/d" -i "$srcdir/tdesktop/Telegram/gyp/lib_rlottie.gyp"
More information about the arch-commits
mailing list