Search Criteria
Package Details: read-it-later-git 0.6.2.r8.g0a5277d-1
Package Actions
| 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://gitlab.gnome.org/World/read-it-later |
| Licenses: | GPL-3.0-or-later |
| Conflicts: | read-it-later |
| Provides: | read-it-later |
| Submitter: | strubbl |
| Maintainer: | None |
| Last Packager: | TrialnError |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-02-06 18:08 (UTC) |
| Last Updated: | 2026-02-01 01:45 (UTC) |
Dependencies (15)
- dconf
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR, gtk4-develAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-yaru-gitAUR, libadwaita-without-adwaita-gitAUR, libadwaita-without-adwaitaAUR)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR)
- sqlite (sqlite-fossilAUR)
- webkitgtk-6.0 (webkitgtk-6.0-develAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- appstream (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- meson (meson-gitAUR) (make)
- rust (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rustup) (make)
Latest Comments
malacology commented on 2021-12-17 17:33 (UTC)
eschwartz commented on 2020-05-08 21:42 (UTC)
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 (UTC) (edited on 2020-05-08 21:06 (UTC) by strubbl)
@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 (UTC)
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.