Search Criteria
Package Details: forkgram-bin 4.6.3-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: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-10-07 22:52 (UTC) |
Last Updated: | 2023-02-16 22:39 (UTC) |
Dependencies (9)
- desktop-file-utils (desktop-file-utils-git)
- glib2 (glib2-nodocs-git, glib2-selinux, glib2-git, glib2-patched-thumbnailer)
- hicolor-icon-theme (hicolor-icon-theme-git)
- libdbus (dbus-elogind, dbus-nosystemd-minimal-git, dbus-nosystemd, dbus-git, dbus-x11, libdbus-minimal, dbus-selinux, dbus-xdg-elogind, dbus)
- libx11 (libx11-git, libx11-firefox-fix)
- chrpath (chrpath-svn) (make)
- libappindicator-gtk2 (optional) – to hide Telegram in the tray bar in GTK2-based desktop environment
- libappindicator-gtk3 (libappindicator-bzr) (optional) – to hide Telegram in the tray bar in GTK3-based desktop environment
- xdg-utils (busking-git, linopen, xdg-utils-slock, xdg-utils-symlink-fix, xdg-utils-lxqt, mimi-bachoseven-git, mimi, mimi-git, xdg-utils-handlr, xdg-utils-mimeo, opener, mimejs-git) (optional) – for automatic opening of URLs, files and directories in proper applications
Required by (0)
Sources (10)
- forkgram-4.6.3.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
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.