From 184355fdc44bc2e12976d65518fe029d8a6e459d Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 14 Feb 2020 00:48:27 -0300 Subject: [PATCH] community/telegram-desktop: move from testing The telegram developers made great progress in making packaging Telegram Desktop a pleasant experience for Alpine Linux. - There is now a full tarball available that includes all gitmodules that before were all checked out via tarballs in the source= variable. - There is now support deciding whether to use system packages and linking it to the Telegram binary instead of statically linked checked out versions in the source tree. - The build system is now cmake, which is much better than the previous GYP meta build-system mess. Overall the change from the old to the new system reduced Alpine Linux's load by 834 lines. --- {testing => community}/telegram-desktop/APKBUILD | 0 {testing => community}/telegram-desktop/qt-plugin-path.patch | 0 {testing => community}/telegram-desktop/small-sizes.patch | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {testing => community}/telegram-desktop/APKBUILD (100%) rename {testing => community}/telegram-desktop/qt-plugin-path.patch (100%) rename {testing => community}/telegram-desktop/small-sizes.patch (100%) diff --git a/testing/telegram-desktop/APKBUILD b/community/telegram-desktop/APKBUILD similarity index 100% rename from testing/telegram-desktop/APKBUILD rename to community/telegram-desktop/APKBUILD diff --git a/testing/telegram-desktop/qt-plugin-path.patch b/community/telegram-desktop/qt-plugin-path.patch similarity index 100% rename from testing/telegram-desktop/qt-plugin-path.patch rename to community/telegram-desktop/qt-plugin-path.patch diff --git a/testing/telegram-desktop/small-sizes.patch b/community/telegram-desktop/small-sizes.patch similarity index 100% rename from testing/telegram-desktop/small-sizes.patch rename to community/telegram-desktop/small-sizes.patch