[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71897] [PATCH v6 0/7] gnu: telegram-desktop: Update to 5.3.2.
From: |
dan |
Subject: |
[bug#71897] [PATCH v6 0/7] gnu: telegram-desktop: Update to 5.3.2. |
Date: |
Sun, 4 Aug 2024 22:30:43 +0800 |
Hello Guix!
This patche series update telegram-desktop to 5.3.2, the latest release, which
the previous one tries to update it to 5.2.3. The major differences are:
* added a new dependency ada
* modified two patch file so that they could be successfully applied
* added a new phase for telegram-desktop so that they could be built with
gcc-final
I was trying to build telegram-desktop with a newer gcc, like gcc-12 or
gcc-13, but I ran into an issue which is similar to:
https://issues.guix.gnu.org/43579.
It would be helpful if anyone could give me some guidance on how to solve this
issue.
dan (7):
gnu: xdg-desktop-portal: Update to 1.18.4.
gnu: xdg-desktop-portal: Update input style.
gnu: Add cppgir.
gnu: Add cppgir-for-telegram-desktop.
gnu: Add ada.
gnu: Add libprisma-for-telegram-desktop.
gnu: telegram-desktop: Update to 5.3.2.
gnu/local.mk | 3 +
gnu/packages/cpp.scm | 23 ++++
gnu/packages/freedesktop.scm | 47 ++++----
gnu/packages/glib.scm | 48 ++++++++
...gram-desktop-allow-disable-libtgvoip.patch | 6 +-
.../telegram-desktop-unbundle-cppgir.patch | 95 ++++++++++++++++
.../telegram-desktop-unbundle-gsl.patch | 31 +++++
...or-telegram-desktop-unbundle-libsrtp.patch | 7 +-
...-desktop-portal-disable-portal-tests.patch | 56 +++++++++
gnu/packages/telegram.scm | 107 ++++++++++++------
10 files changed, 362 insertions(+), 61 deletions(-)
create mode 100644 gnu/packages/patches/telegram-desktop-unbundle-cppgir.patch
create mode 100644 gnu/packages/patches/telegram-desktop-unbundle-gsl.patch
create mode 100644
gnu/packages/patches/xdg-desktop-portal-disable-portal-tests.patch
base-commit: efb3e63a2293f92f4790f1e3b498113e1128d8d4
--
2.41.0
- [bug#71897] [PATCH v6 0/7] gnu: telegram-desktop: Update to 5.3.2.,
dan <=
- [bug#71897] [PATCH v6 1/7] gnu: xdg-desktop-portal: Update to 1.18.4., dan, 2024/08/04
- [bug#71897] [PATCH v6 2/7] gnu: xdg-desktop-portal: Update input style., dan, 2024/08/04
- [bug#71897] [PATCH v6 4/7] gnu: Add cppgir-for-telegram-desktop., dan, 2024/08/04
- [bug#71897] [PATCH v6 3/7] gnu: Add cppgir., dan, 2024/08/04
- [bug#71897] [PATCH v6 5/7] gnu: Add ada., dan, 2024/08/04
- [bug#71897] [PATCH v6 6/7] gnu: Add libprisma-for-telegram-desktop., dan, 2024/08/04
- [bug#71897] [PATCH v6 7/7] gnu: telegram-desktop: Update to 5.3.2., dan, 2024/08/04