Package Details: ayugram-desktop-git 6.3.10.r3.g1f6806d-3

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.197456
First Submitted: 2023-08-21 18:35 (UTC)
Last Updated: 2026-03-01 03:53 (UTC)

Latest Comments

1 2 Next › Last »

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
   )

xiota commented on 2025-11-06 16:53 (UTC)

@Xbz Package works in clean chroot on vanilla Arch with standard repos. Please do not comment further until you do the following, as already mentioned in previous comments.

  • Build in clean chroot on vanilla Arch.
  • Provide logs in pastebin.

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

xiota commented on 2025-11-06 05:25 (UTC)

@Xbz -git packages can fail to build because of upstream changes, possibly requiring a package update. However, I successfully completed build on two different machines a moment ago. (6.2.4.r3.g354ef0f)

Try building in a clean chroot. If it still fails, put the logs in a pastebin for further examination.

Also, are you on vanilla Arch or an Arch-based distro which may or may not hold back packages? In the latter case, consider switching to the testing repo or waiting a few weeks for significant update.

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?