From d5521370f44c9c18a78efd70ce5dfb824393bd89 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Mon, 14 Feb 2022 01:39:06 +0400 Subject: [PATCH 1/2] Update KDE frameworks and wayland-protocols --- Telegram/ThirdParty/extra-cmake-modules | 2 +- Telegram/ThirdParty/kwayland | 2 +- Telegram/ThirdParty/wayland-protocols | 2 +- cmake | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Telegram/ThirdParty/extra-cmake-modules b/Telegram/ThirdParty/extra-cmake-modules index 29a243a9c..8091fa010 160000 --- a/Telegram/ThirdParty/extra-cmake-modules +++ b/Telegram/ThirdParty/extra-cmake-modules @@ -1 +1 @@ -Subproject commit 29a243a9c12e1f9fdcabcae7fb8c4ab091d1ed68 +Subproject commit 8091fa010fe2e7404e70c5107c395c23a69218a1 diff --git a/Telegram/ThirdParty/kwayland b/Telegram/ThirdParty/kwayland index 4dfc49ff8..d536dd490 160000 --- a/Telegram/ThirdParty/kwayland +++ b/Telegram/ThirdParty/kwayland @@ -1 +1 @@ -Subproject commit 4dfc49ff85f0de23c254dd0832645e924e19c4a6 +Subproject commit d536dd49072472174f37d60b17f0e3f7b1965791 diff --git a/Telegram/ThirdParty/wayland-protocols b/Telegram/ThirdParty/wayland-protocols index bb7b3985e..d32498682 160000 --- a/Telegram/ThirdParty/wayland-protocols +++ b/Telegram/ThirdParty/wayland-protocols @@ -1 +1 @@ -Subproject commit bb7b3985eded147104331830a370195dffd1cdab +Subproject commit d324986823519c15b2162fc3e0a720f349e43b0c diff --git a/cmake b/cmake index 3604a7f02..6f391285c 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit 3604a7f02396970bb83b7d00dabfafa00659fbe7 +Subproject commit 6f391285c44ae3ac0d58528ced6d12bd17934730 From 3a9f34e47b9c78d1632d6bc2a140094822490cd8 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Fri, 11 Feb 2022 23:02:49 +0400 Subject: [PATCH 2/2] Disable some syscalls in snap Qt build --- snap/snapcraft.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 908cf3df8..ff265fb35 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -373,6 +373,9 @@ parts: -release \ -opensource \ -confirm-license \ + -no-feature-getentropy \ + -no-feature-renameat2 \ + -no-feature-statx \ -no-feature-highdpiscaling \ -openssl-linked \ -nomake examples \