Search Criteria
Package Details: telegrand-git r808.7f4b967-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/telegrand-git.git (read-only, click to copy) |
---|---|
Package Base: | telegrand-git |
Description: | A Telegram client for GNOME |
Upstream URL: | https://github.com/melix99/telegrand |
Keywords: | chat gnome gtk4 rust tdlib telegram |
Licenses: | GPL3 |
Conflicts: | telegrand |
Provides: | telegrand |
Submitter: | alissonlauffer |
Maintainer: | alissonlauffer |
Last Packager: | alissonlauffer |
Votes: | 10 |
Popularity: | 0.75 |
First Submitted: | 2021-04-10 02:56 (UTC) |
Last Updated: | 2022-05-17 22:25 (UTC) |
Dependencies (7)
- gtk4-telegrand
- libadwaita (libadwaita-shortwave, libadwaita-health, libadwaita-without-adwaita-git, libadwaita-git, libadwaita-git-docs, libadwaita-git-demos)
- libtd-dev
- libtdjson.so (libtd-dev)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- meson (meson-git) (make)
- rust (rust-i586-git, rust-git, rust-nightly, rust-nightly-bin, rustup-git, rustup) (make)
Latest Comments
alissonlauffer commented on 2022-05-21 07:10 (UTC) (edited on 2022-05-21 07:17 (UTC) by alissonlauffer)
@ewout That's not possible unless manually patching the app to not use reversed list patch (see https://github.com/melix99/telegrand/commit/1ec2f6a19c1dcf0ae82f1d3ea52a77a8626e6d06). A custom
gtk4
version is used to fix scrolling issues by adding a reversed list mode.You can use that patched
gtk4-telegrand
package instead of thegtk4
one just fine as there shouldn't be issues with it. Telegrand will probably switch back togtk4
once these patches are upstreamed into gtk.ewout commented on 2022-05-21 06:27 (UTC) (edited on 2022-05-21 06:28 (UTC) by ewout)
Please depend on
extra/gtk4
(gtk4
) instead.alissonlauffer commented on 2022-03-19 21:43 (UTC) (edited on 2022-03-19 21:59 (UTC) by alissonlauffer)
Yeah, indeed. I basically added
libtdjson.so
to depends to prevent people from trying to run older builds in newer tdlib builds, like here.yochananmarqos commented on 2022-03-19 21:34 (UTC)
@alissonlauffer:
libtdjson.so
is provided bylibtd-dev
. Adding it separately is a little redundant, don't you think?alissonlauffer commented on 2022-01-22 22:24 (UTC) (edited on 2022-01-22 22:25 (UTC) by alissonlauffer)
Done, LTO is now disabled. Though you will need to do a clean build anyway (or try passing --reconfigure to meson build flags, I have not tested if it fixes too).
database64128 commented on 2022-01-22 22:08 (UTC)
Yes, I do have LTO enabled in
makepkg.conf
. I'm going to just hold off until you disable LTO for this package :Palissonlauffer commented on 2022-01-22 21:55 (UTC) (edited on 2022-01-22 21:57 (UTC) by alissonlauffer)
@database64128 are you building with LTO enabled in /etc/makepkg.conf? If so, try disabling it (and try a clean build again).
I guess I'll explicitly disable LTO for this package because of this build issue (it already occurred with me in the past).
database64128 commented on 2022-01-22 21:23 (UTC)
alissonlauffer commented on 2021-12-07 23:01 (UTC) (edited on 2021-12-07 23:04 (UTC) by alissonlauffer)
@greenbeast You must compile and install these dependencies before compiling the package. Also note that you will need
gtk4-git
to build latestlibadwaita-git
(normallibadwaita
package does not work for now).greenbeast commented on 2021-12-07 22:52 (UTC)
target not found: libadwaita-git
target not found: libtd-dev
Is the error I get when trying to build this.ooo commented on 2021-11-06 17:56 (UTC)
@alissonlauffer Ah, I see, fair enough :)
I only checked the dependency version from meson.build, and it seemed to run fine with the alpha, so I thought I would point this out.
alissonlauffer commented on 2021-11-06 17:34 (UTC) (edited on 2021-11-18 18:14 (UTC) by alissonlauffer)
I've asked the developer about this and he said that he does not intend to use these tagged versions for now, at least while libadwaita is still in alpha: https://t.me/telegrandchat/3567
ooo commented on 2021-11-06 16:34 (UTC)
With
libadwaita-1.0.0.alpha.4-1
now in[extra]
, thelibadwaita-git
dependency could be changed to justlibadwaita
for simpler dependencies.Thanks for the PKGBUILD :)
Hitalo commented on 2021-08-27 22:31 (UTC)
Thx Alisson.
alissonlauffer commented on 2021-05-25 20:32 (UTC)
@Popolon that's weird, is is working fine here (I'm using rust and not rustup). Can you try in a clean chroot with rust?
Popolon commented on 2021-05-24 09:45 (UTC) (edited on 2021-05-24 10:18 (UTC) by Popolon)
rustup package is installed, the rustc command is in the path (/usr/bin/rustc), but there is the following error, probably upstream one:
I tried with rust instead of rustup, I have the same error.