Package Details: ayugram-desktop-bin 4.11.1-3

Git Clone URL: https://aur.archlinux.org/ayugram-desktop-bin.git (read-only, click to copy)
Package Base: ayugram-desktop-bin
Description: Unofficial desktop version of Telegram messaging app with ToS breaking features in mind - Static binaries
Upstream URL: https://github.com/AyuGram/AyuGramDesktop
Licenses: GPL3
Conflicts: ayugram-desktop
Provides: ayugram-desktop
Submitter: westpain
Maintainer: westpain (DiamivaeBro)
Last Packager: westpain
Votes: 2
Popularity: 0.111568
First Submitted: 2023-08-26 11:07 (UTC)
Last Updated: 2023-11-16 22:28 (UTC)

Latest Comments

Timptop89 commented on 2024-01-02 18:03 (UTC)

Can you update the package please?

MarsSeed commented on 2023-10-19 11:31 (UTC)

I believe this should have 'telegram-desktop' in its provides and conflicts array.

earch commented on 2023-10-18 22:27 (UTC)

(1/1) checking keys in keyring                                                                                     [--------------------------------------------------------------------] 100%
(1/1) checking package integrity                                                                                   [--------------------------------------------------------------------] 100%
(1/1) loading package files                                                                                        [--------------------------------------------------------------------] 100%
(1/1) checking for file conflicts                                                                                  [--------------------------------------------------------------------] 100%
error: failed to commit transaction (conflicting files)
ayugram-desktop-bin: /usr/share/kde4/services/tg.protocol exists in filesystem (owned by telegram-desktop-dev-bin)
ayugram-desktop-bin: /usr/share/kservices5/tg.protocol exists in filesystem (owned by telegram-desktop-dev-bin)
Errors occurred, no packages were upgraded.

I want to have both Telegram Desktop and Ayugram Desktop installed. Is it possible?

vernette commented on 2023-10-15 23:02 (UTC)

I had to modify the PKGBUILD file to install the package

source=(
    com.ayugram.desktop.desktop
    tg.protocol
    $url/raw/dev/Telegram/Resources/art/icon{16,32,48,64,128,256,512}.png
    https://git.killarious.org/ayugram-releases/archlinux-bin/-/raw/4.10.2/ayugram-desktop?ref_type=tags
)

to

source=(
    com.ayugram.desktop.desktop
    tg.protocol
    $url/raw/dev/Telegram/Resources/art/icon{16,32,48,64,128,256,512}.png
    https://git.killarious.org/ayugram-releases/archlinux-bin/-/raw/4.10.2/ayugram-desktop
)

and

# Program
install -Dm755 "$srcdir/ayugram-desktop?ref_type=tags:ayugram-desktop" "$pkgdir/usr/bin/ayugram-desktop"

to

# Program
install -Dm755 "$srcdir/ayugram-desktop" "$pkgdir/usr/bin/ayugram-desktop"

bmuks071 commented on 2023-10-07 12:10 (UTC)

I think we can get rid of most of the dependencies as this is a binary build.

For example: 64gram https://aur.archlinux.org/packages/64gram-desktop-bin