Search Criteria
Package Details: vykar 0.18.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/vykar.git (read-only, click to copy) |
|---|---|
| Package Base: | vykar |
| Description: | Fast, encrypted, deduplicated backups in Rust |
| Upstream URL: | https://github.com/borgbase/vykar |
| Licenses: | GPL-3.0-or-later |
| Submitter: | imlonghao |
| Maintainer: | imlonghao (lilac) |
| Last Packager: | imlonghao |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2026-03-05 15:38 (UTC) |
| Last Updated: | 2026-07-08 15:26 (UTC) |
Dependencies (13)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-qdoled-gen3AUR, freetype2-gitAUR, freetype2-macosAUR, freetype2-qdoledAUR, freetype2-woledAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- libgcc (libgcc-fast-optimizedAUR, libgcc-snapshotAUR)
- libstdc++ (libstdc++-fast-optimizedAUR, libstdc++-snapshotAUR)
- xdotool (xdotool-gitAUR)
- atk (at-spi2-core-gitAUR, at-spi2-core) (make)
- cairo (cairo-gitAUR) (make)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- pango (pango-nothai-gitAUR, pango-gitAUR) (make)
Latest Comments
« First ‹ Previous 1 2
imlonghao commented on 2026-05-06 16:23 (UTC)
@yochananmarqos LTO enabled, thank you.
yochananmarqos commented on 2026-05-05 16:29 (UTC)
@imlonghao: The
AWS_LC_SYS_NO_JITTER_ENTROPY=1export is no longer needed.By the way, this can be built with LTO enabled using the following in the build function, see https://archlinux.org/todo/lto-fat-objects/:
yochananmarqos commented on 2026-03-29 18:46 (UTC)
@imlonghao: This is failing to build due to the aws-lc-rs crate. Using
AWS_LC_SYS_NO_JITTER_ENTROPY=1works around the problem for now, see the upstream issue.« First ‹ Previous 1 2