Search Criteria
Package Details: tau-editor 0.12.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/tau-editor.git (read-only, click to copy) |
---|---|
Package Base: | tau-editor |
Description: | GTK frontend for the Xi text editor, written in Rust |
Upstream URL: | https://gitlab.gnome.org/World/Tau |
Licenses: | MIT |
Submitter: | flipflop97 |
Maintainer: | alerque |
Last Packager: | alerque |
Votes: | 7 |
Popularity: | 0.000010 |
First Submitted: | 2020-01-03 19:59 (UTC) |
Last Updated: | 2024-03-27 09:24 (UTC) |
Dependencies (5)
- libhandy0
- vte3 (vte3-notificationAUR, vte3-gitAUR)
- xi-coreAUR
- meson (meson-gitAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup) (make)
Latest Comments
City-busz commented on 2024-11-10 05:45 (UTC)
I think we should remove this package, because it fails to build due to several reasons, and upstream is dead.
acerix commented on 2022-06-29 19:56 (UTC)
I was able to build it by removing the first arguments from the
merge_file
calls in data/meson.build, here's a patch:alerque commented on 2022-01-20 19:02 (UTC)
@xotkot Meson changed their tolerance level for inlaid build scripts in a recent release and the Tau editor has a bug in it being highlighted by this (c.f. https://github.com/mesonbuild/meson/issues/6470#issuecomment-955609422). This needs to get fixed upstream.
I realize upstream development isn't really active and would be happy to apply a patch here, but probably don't have time to come up with one myself. If you see one around the net or somebody wants to contribute one here please shout.
xotkot commented on 2022-01-20 17:03 (UTC)
alerque commented on 2022-01-08 07:58 (UTC)
@Krtko Thanks for the heads up. It looks like upstream reposted the sdist upload for the same version. I'll update.
Krtko commented on 2022-01-07 20:51 (UTC)
source should be https://gitlab.gnome.org/World/Tau/uploads/14037a7f98f475d2497b74bd74a0430e/tau-0.12.0.tar.xz
bbx0 commented on 2020-12-29 15:51 (UTC)
Thank you! I had to replace the dependency
libhandy
withlibhandy0
to compile it successfully. Otherwise it aborted due to missing the filelibhandy-0.0.so
.