aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-17 11:23:07 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-17 19:51:25 +0000
commit4e352daa8b6d3ffbc3e7e77dcc1d3cb7187f7b2b (patch)
treecc0d492e8c220dd3958d07679913a51127d55e1e /community
parent527403287b91ec97f9895cde549fc0269ec0dd57 (diff)
downloadaports-4e352daa8b6d3ffbc3e7e77dcc1d3cb7187f7b2b.tar.bz2
aports-4e352daa8b6d3ffbc3e7e77dcc1d3cb7187f7b2b.tar.xz
community/telegram-desktop: upgrade to 1.9.21
Diffstat (limited to 'community')
-rw-r--r--community/telegram-desktop/APKBUILD8
-rw-r--r--community/telegram-desktop/gcc9.patch37
2 files changed, 3 insertions, 42 deletions
diff --git a/community/telegram-desktop/APKBUILD b/community/telegram-desktop/APKBUILD
index f92e1381f9..77c4eaca3e 100644
--- a/community/telegram-desktop/APKBUILD
+++ b/community/telegram-desktop/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leo <thinkabit.ukim@gmail.com>
# Contributor: Leo <thinkabit.ukim@gmail.com>
pkgname=telegram-desktop
-pkgver=1.9.20
+pkgver=1.9.21
pkgrel=0
pkgdesc="Telegram Desktop messaging app"
options="!check" # Requires Catch2 to be packaged.
@@ -44,7 +44,6 @@ source="
https://github.com/telegramdesktop/tdesktop/releases/download/v$pkgver/tdesktop-$pkgver-full.tar.gz
qt-plugin-path.patch
small-sizes.patch
- gcc9.patch
"
builddir="$srcdir/tdesktop-$pkgver-full"
@@ -93,7 +92,6 @@ package() {
done
}
-sha512sums="d4f3b57a5b34f47b9a35517d15f7296509e9b2a160d6c8b77aae1c791e13c5171409c32be371bd8191bb8fbde3e32d03c380a99b5587a98c38b93f34c8cd7b52 tdesktop-1.9.20-full.tar.gz
+sha512sums="ea02fc69e88ed6244ed420516bb7a93827cb85efaa0a7e9af7562aa1bc29184c5a2102caca8693c976b25d374832e0deb2ccbf00144d5340b5ffacbdc9dcebf1 tdesktop-1.9.21-full.tar.gz
183767e9a291dd605797cdc46382d8cb6a73a342348a40df7d52864ea27b3aa8709808cd51c46f5e611c247229ed336cb569bed1185c4c97b03171b56bbe5653 qt-plugin-path.patch
-3d1b8e6f870fc780f9ae8bc6a67eb676a5c5f686dc79e84cd6d64cb3cfafb1be626d0cc3960ffc67cecca21568764a0137c7303a89045fa59f91ba4eb5d8caed small-sizes.patch
-f80ad2cb4432d43f78265228f6b23d8705d455928346bbbdb65961ed6867fce712c8bd52b7c09d37f80fcf41abdcf793bd37e21e1c044b1ac3ffa59a7241b33d gcc9.patch"
+3d1b8e6f870fc780f9ae8bc6a67eb676a5c5f686dc79e84cd6d64cb3cfafb1be626d0cc3960ffc67cecca21568764a0137c7303a89045fa59f91ba4eb5d8caed small-sizes.patch"
diff --git a/community/telegram-desktop/gcc9.patch b/community/telegram-desktop/gcc9.patch
deleted file mode 100644
index 49f9fd6a89..0000000000
--- a/community/telegram-desktop/gcc9.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From cf89b5a94411afa9d3f36e9f27e40426f8899bc1 Mon Sep 17 00:00:00 2001
-From: Ilya Fedin <fedin-ilja2010@ya.ru>
-Date: Sat, 14 Mar 2020 23:35:51 +0400
-Subject: [PATCH] Fix build with gcc 9
-
----
- .../SourceFiles/platform/linux/notifications_manager_linux.cpp | 2 +-
- Telegram/SourceFiles/platform/linux/specific_linux.cpp | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/Telegram/SourceFiles/platform/linux/notifications_manager_linux.cpp b/Telegram/SourceFiles/platform/linux/notifications_manager_linux.cpp
-index 6b9057437d..86382ab812 100644
---- a/Telegram/SourceFiles/platform/linux/notifications_manager_linux.cpp
-+++ b/Telegram/SourceFiles/platform/linux/notifications_manager_linux.cpp
-@@ -104,7 +104,7 @@ bool Inhibited() {
- const QDBusReply<QVariant> reply = QDBusConnection::sessionBus().call(
- message);
-
-- constexpr auto notSupportedErrors = {
-+ const auto notSupportedErrors = {
- QDBusError::ServiceUnknown,
- QDBusError::InvalidArgs,
- };
-diff --git a/Telegram/SourceFiles/platform/linux/specific_linux.cpp b/Telegram/SourceFiles/platform/linux/specific_linux.cpp
-index b9c5d3f0b8..916a26360f 100644
---- a/Telegram/SourceFiles/platform/linux/specific_linux.cpp
-+++ b/Telegram/SourceFiles/platform/linux/specific_linux.cpp
-@@ -374,7 +374,7 @@ std::optional<crl::time> LastUserInputTime() {
- const QDBusReply<uint> reply = QDBusConnection::sessionBus().call(
- message);
-
-- constexpr auto notSupportedErrors = {
-+ const auto notSupportedErrors = {
- QDBusError::ServiceUnknown,
- QDBusError::NotSupported,
- };
-