Search Criteria
Package Details: read-it-later-git 0.0.2.r99.bcf1c99-1
Git Clone URL: | https://aur.archlinux.org/read-it-later-git.git (read-only, click to copy) |
---|---|
Package Base: | read-it-later-git |
Description: | A wallabag client GTK GUI |
Upstream URL: | https://belmoussaoui.com/2020/02/04/read-it-later/ |
Licenses: | |
Provides: | |
Submitter: | strubbl |
Maintainer: | strubbl |
Last Packager: | strubbl |
Votes: | 1 |
Popularity: | 0.21 |
First Submitted: | 2020-02-06 18:08 |
Last Updated: | 2020-04-13 08:50 |
Dependencies (6)
- appstream-glib (appstream-glib-git)
- libhandy (libhandy-glade-catalog-disabled-git, libhandy-git)
- webkit2gtk (webkit2gtk-mse, webkit2gtk-unstable)
- git (git-git) (make)
- meson (meson-git) (make)
- rust (rust-i586-git, rust-git, rust-mrustc, rust-bin, rustup-git, rust-nightly, rust-nightly-bin, rust-wasm, rustup) (make)
Latest Comments
eschwartz commented on 2020-05-08 21:42
rustup is a program which provides shims for the rust tools in /usr/bin/, and a method of downloading precompiled versions of the rust tools into $HOME. It's like pyenv or nvm or rvm or whatever else.
Obviously if you don't actually set up your compiler toolchain in $HOME, the program which lets you use a compiler toolchain in $HOME will complain it doesn't work.
If you instead choose to use the compiler toolchain in /usr, you will not have user configuration issues.
strubbl commented on 2020-05-08 20:57
@The-Compiler Do you have any idea how this can be reflected with the PKGBUILD?
i also requested help in the forum: https://bbs.archlinux.org/viewtopic.php?id=255514
The-Compiler commented on 2020-05-08 13:25
FWIW, when trying to install this with "rustup" from [community] installed (which provides "rust"), I got:
meson.build:1:0: ERROR: Unknown compiler(s): ['rustc']
However, replacing rustup with rust worked, so that might be an issue on my side.