Search Criteria
Package Details: forkgram-bin 5.9.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/forkgram-bin.git (read-only, click to copy) |
---|---|
Package Base: | forkgram-bin |
Description: | Forkgram is the fork of the official Telegram Desktop application - Static binary |
Upstream URL: | https://github.com/Forkgram/tdesktop |
Licenses: | GPL3 |
Submitter: | figue |
Maintainer: | figue |
Last Packager: | figue |
Votes: | 4 |
Popularity: | 0.67 |
First Submitted: | 2021-10-07 22:52 (UTC) |
Last Updated: | 2024-12-04 22:43 (UTC) |
Dependencies (9)
- desktop-file-utils (desktop-file-utils-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libdbus (dbus-gitAUR, dbus-selinuxAUR, libdbus-minimalAUR, dbus)
- libx11 (libx11-gitAUR)
- chrpath (chrpath-gitAUR) (make)
- libappindicator-gtk2 (optional) – to hide Telegram in the tray bar in GTK2-based desktop environment
- libappindicator-gtk3 (optional) – to hide Telegram in the tray bar in GTK3-based desktop environment
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR) (optional) – for automatic opening of URLs, files and directories in proper applications
Required by (0)
Sources (10)
- forkgram-5.9.0.tar.xz
- forkgram-bin.desktop
- https://raw.githubusercontent.com/Forkgram/tdesktop/dev/Telegram/Resources/art/icon128.png
- https://raw.githubusercontent.com/Forkgram/tdesktop/dev/Telegram/Resources/art/icon16.png
- https://raw.githubusercontent.com/Forkgram/tdesktop/dev/Telegram/Resources/art/icon256.png
- https://raw.githubusercontent.com/Forkgram/tdesktop/dev/Telegram/Resources/art/icon32.png
- https://raw.githubusercontent.com/Forkgram/tdesktop/dev/Telegram/Resources/art/icon48.png
- https://raw.githubusercontent.com/Forkgram/tdesktop/dev/Telegram/Resources/art/icon512.png
- https://raw.githubusercontent.com/Forkgram/tdesktop/dev/Telegram/Resources/art/icon64.png
- tg.protocol
Latest Comments
« First ‹ Previous 1 2
SkylerLinux commented on 2024-06-15 05:50 (UTC)
Current version of Forkgram is https://github.com/forkgram/tdesktop/releases/tag/v5.1.7
figue commented on 2024-06-14 19:04 (UTC) (edited on 2024-06-14 19:05 (UTC) by figue)
Please, don't flag out-of-date, as latest binary asset on github is https://github.com/forkgram/tdesktop/releases/tag/v4.14.12
tyler19820201 commented on 2023-09-21 07:28 (UTC) (edited on 2023-09-21 07:32 (UTC) by tyler19820201)
@figue Nice one. Thanks!
figue commented on 2023-09-19 21:49 (UTC)
@tyler19820201 it's fixed now! Thank you for the advice
tyler19820201 commented on 2023-09-19 20:37 (UTC)
"One or more files did not pass the validity check!" I have got this error when i try to update.
figue commented on 2023-04-25 19:44 (UTC)
Hi @Baldo. Please don't flag as out-of-date if upstream doesn't push the binary file. See my previous comment.
figue commented on 2022-07-24 09:36 (UTC)
Hi @toitenminh. This a binary package, so we can't rebuilt it. Maybe you want to flag the forkgram package which is compiled by the user?
figue commented on 2021-12-11 15:17 (UTC) (edited on 2022-01-09 20:34 (UTC) by figue)
I've compiled Forkgram v3.3 in my laptop with official docker method. I don't know why in Github Linux action always fails... I've tried to fork the Forkgram repo and build it in github, but maybe it's overpassing the free limits. I'm not sure.
In any case, I can use this build for personal use, but I can't distribute. If anyone is interested, install docker and follow the official instructions. This is what I did:
ADVICE: this API_ID and API_HASH are the same used in Archlinux's community repo and AUR packages (telegram-desktop and telegram-desktop-git). You can generate your own if you want.
SECOND ADVICE: docker, by default, uses /var/lib/docker to start CentOS image and build inside all needed libraries, etc, so keep in mind you will need 25+ GB in /var and another 5 GB in folder you cloned github repo.
THIRD ADVICE: final binary will be located in out/Release/Telegram (around 763M no stripped, so you can strip this binary later:
strip -p -o Forkgram out/Release/Telegram
). Now you can copy your new Forkgram bin to forkgram-bin repo folder and change a couple of things to use as your source:Edit PKGBUILD_local and paste this
Then fix sums (your sum will be different than mine) and build it:
Enjoy.
PD: When you need to update:
Then run docker build just as before.
figue commented on 2021-12-10 14:18 (UTC)
@mcbelisle unfortunately, no binary version for Linux was released.
figue commented on 2021-12-06 00:29 (UTC)
@mcbelisle unfortunately this is a binary package and upstream linux compilation failed, so we have to keep this version for now.
« First ‹ Previous 1 2