Package Details: ayugram-desktop-git 6.7.8.r12.gba8c1a6-2

Git Clone URL: https://aur.archlinux.org/ayugram-desktop-git.git (read-only, click to copy)
Package Base: ayugram-desktop-git
Description: Desktop Telegram client with good customization and Ghost mode
Upstream URL: https://github.com/AyuGram/AyuGramDesktop
Keywords: ayugram telegram
Licenses: GPL-3.0-or-later
Conflicts: ayugram-desktop
Provides: ayugram-desktop
Submitter: westpain
Maintainer: xiota (dr460nf1r3)
Last Packager: xiota
Votes: 6
Popularity: 0.014646
First Submitted: 2023-08-21 18:35 (UTC)
Last Updated: 2026-07-05 17:56 (UTC)

Latest Comments

1 2 Next › Last »

Gurov commented on 2026-07-05 10:24 (UTC)

Please add jasper, libmng, minizip, qt6-imageformats to depends, otherwise AyuGram segfaults.

ilya-fedin commented on 2026-02-28 01:24 (UTC)

Please remove -DTDESKTOP_API_TEST=ON, it overrides the API keys with rate limited ones: https://github.com/AyuGram/AyuGramDesktop/blob/dev/Telegram/cmake/telegram_options.cmake#L11-L37

parhammed commented on 2026-02-24 00:19 (UTC)

it raise this: https://pastebin.com/w75N2Nts

I also tried this patch but didn't worked

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -140,6 +140,7 @@ build() {
     -DTDESKTOP_API_ID=611335
     -DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c
     -DDESKTOP_APP_USE_PACKAGED_FONTS=OFF
+    -DCMAKE_BUILD_TYPE=Release
     -Wno-dev
   )

Xbz commented on 2025-11-06 11:59 (UTC)

I am using vanilla arch and your package is still broken. I have enabled extra-testing repo and I have enabled multilib-testing and multilib and I have enabled extra and core and core testing, I have literally enabled everything and your package is still broken

Xbz commented on 2025-11-06 03:47 (UTC)

it freezes during building the C++ cmake files from the project, this package seems broken

xiota commented on 2025-10-13 09:17 (UTC)

@Xbz What stage is freezing?

If cloning submodules takes too long, try exporting GIT_CONFIG_PARAMETERS="'submodule.fetchJobs=4'".

If problem is during build, try reducing parallelism by exporting NINJAJOBS=$(($(nproc)/2)).

Xbz commented on 2025-10-13 08:53 (UTC)

this package uses too much resources to build, everytime I try to install this my computer freezes, I am using i7 8700k with a gtx1080 and 16gb ram, it should be eneough to be able to build it but you are not doing parallel downloads dont you?