Package Details: ayugram-desktop 5.8.3-1

Git Clone URL: https://aur.archlinux.org/ayugram-desktop.git (read-only, click to copy)
Package Base: ayugram-desktop
Description: Desktop Telegram client with good customization and Ghost mode.
Upstream URL: https://github.com/AyuGram/AyuGramDesktop
Keywords: anti-recall ayugram telegram
Licenses: GPL-3.0-only
Submitter: ZhangHua
Maintainer: ZhangHua
Last Packager: ZhangHua
Votes: 10
Popularity: 1.78
First Submitted: 2023-11-06 01:05 (UTC)
Last Updated: 2024-11-24 13:12 (UTC)

Dependencies (45)

Required by (0)

Sources (39)

Pinned Comments

ZhangHua commented on 2024-01-29 10:28 (UTC) (edited on 2024-08-03 04:05 (UTC) by ZhangHua)

Please do not flag this package outdated just because there are some library files missing after your archlinux upgraded. You need to simply rebuild this PKGBUILD with latest archlinux. For those people who meet that Qt/xxHash symbols missing, the solution is same.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

querta commented on 2024-06-25 10:26 (UTC) (edited on 2024-06-25 10:26 (UTC) by querta)

@arkadym do the following:

1) git clone https://aur.archlinux.org/ayugram-desktop.git 
2) cd ayugram-desktop
3) nano PKGBUILD
4) find the block starting with "makedepends="
5) replace "glib2-devel" with "glib2"
6) ctrl + s, ctrl + x
7) makepkg -si

arkadym commented on 2024-06-19 17:09 (UTC)

Cannot update package on Manjaro - unable to satisfy dependency 'glib2-devel' required by ayugram-desktop

ZhangHua commented on 2024-06-14 02:46 (UTC)

@warmap This is because gdbus-codegen is splited from glib2 to glib2-devel, the PKGBUILD is updated now to install glib2-devel when building.

warmap commented on 2024-06-13 19:13 (UTC) (edited on 2024-06-13 19:13 (UTC) by warmap)

every time when i try to build ayugram i get this error: CMake Error at cmake/external/glib/generate_dbus.cmake:11 (find_program): Could not find DESKTOP_APP_GDBUSCODEGEN using the following names: gdbus-codegen Call Stack (most recent call first): Telegram/lib_base/CMakeLists.txt:258 (generate_dbus)

ReStranger commented on 2024-06-05 11:27 (UTC)

to fix

/usr/share/applications/com.ayugram.desktop cannot be executed: The name is not activatable

use

sudo sed -i 's/DBusActivatable=true/DBusActivatable=false/' /usr/share/applications/com.ayugram.desktop

ZhangHua commented on 2024-03-12 01:16 (UTC)

@iiiypuk You may consider trying https://aur.archlinux.org/packages/ayugram-desktop-bin but it seems to be broken now... If you can only compile but no choice, please be patient or reduce parallel build number. See https://stackoverflow.com/questions/10688549/how-do-i-configure-portable-parallel-builds-in-cmake#50883540 for more info.

iiiypuk commented on 2024-03-11 17:02 (UTC)

Freeze on linking...

Linking CXX static library Telegram/liblib_tgcalls_legacy.a

ZhangHua commented on 2024-01-29 10:28 (UTC) (edited on 2024-08-03 04:05 (UTC) by ZhangHua)

Please do not flag this package outdated just because there are some library files missing after your archlinux upgraded. You need to simply rebuild this PKGBUILD with latest archlinux. For those people who meet that Qt/xxHash symbols missing, the solution is same.