Search Criteria
Package Details: spacedrive-git r4800.4d87617-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/spacedrive-git.git (read-only, click to copy) |
|---|---|
| Package Base: | spacedrive-git |
| Description: | Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust. |
| Upstream URL: | https://spacedrive.com/ |
| Keywords: | spacedrive tauri |
| Licenses: | AGPL3 |
| Conflicts: | spacedrive |
| Submitter: | cheatsc |
| Maintainer: | cheatsc |
| Last Packager: | cheatsc |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-11-05 09:58 (UTC) |
| Last Updated: | 2026-03-26 12:42 (UTC) |
Dependencies (15)
- cairo (cairo-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, librempeg-gitAUR, ffmpeg-whisperAUR, ffmpeg-whisper-gitAUR, ffmpeg-cuda-fullAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- gtk3 (gtk3-classic-xfceAUR, gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- libheif (libheif-gitAUR, libheif-highmemAUR, libheif-noglycinAUR)
- libsoup
- pango (pango-gitAUR, pango-nothai-gitAUR)
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR)
- xdotool (xdotool-gitAUR)
- bun (bun-gitAUR, bun-binAUR) (make)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- mold (mold-gitAUR) (make)
Latest Comments
1 2 Next › Last »
wyrmling commented on 2024-05-06 11:43 (UTC)
@3xploiton3 Your issue is caused by pnpm being out of date in the Arch repos. I was personally able to resolve that by installing yarn-pnpm-corepack (make sure to follow the post-installation instructions) which fullfills pnpm & yarn and instead lets corepack manage them.
I'm now instead getting stuck during build as
prisma-clidoesn't seem to link usingmold:Disabling the mold linker in the RUSTFLAGS variable in my
/etc/makepkg.confnow makes it build all the way tosd-cloud-api, where it once again fails with another linking error:cheatsc commented on 2024-04-21 15:24 (UTC)
@3xploiton3 Thank you for your report. I have not enough time to update this package now, so I will fix the problem within the next month.
3xploiton3 commented on 2024-04-20 12:24 (UTC) (edited on 2024-04-20 12:24 (UTC) by 3xploiton3)
cheatsc commented on 2024-02-18 01:19 (UTC) (edited on 2024-02-18 01:20 (UTC) by cheatsc)
@yochananmarqos
spacedrivehasrust-toolchain.toml, and it specifies stable toolchain. Therefore, I assume that don't have to setRUSTUP_TOOLCHAINimplicitly.yochananmarqos commented on 2023-12-02 19:30 (UTC) (edited on 2023-12-02 19:30 (UTC) by yochananmarqos)
@cheatsc: You were right about switching to the nightly toolchain, however you're missing the export. Adding
cargo-nightlyto makedepends() isn't enough because all that does is userustupinstead ofrust.See my WIP PKGBUILD
I still have no idea how you're using this as it still segfaults:
cheatsc commented on 2023-12-02 13:38 (UTC)
@yochananmarqos
OK. I've move
pnpm preptobuild().yochananmarqos commented on 2023-11-18 16:29 (UTC)
@cheatsc: You're right,
protobufis no longer required.By the way,
pnpm prepshould be in the build() function as it performs compilation.cheatsc commented on 2023-11-18 15:45 (UTC) (edited on 2023-11-18 15:50 (UTC) by cheatsc)
@yochananmarqos
I could not confirm that
protobufis required to build, so I did not add it to build dependencies.@FabioLolix
Sorry, I cannot make a sense. Could you explain the reason in detail?
cheatsc commented on 2023-11-18 09:56 (UTC)
@FabioLolix @yochananmarqos Thank you guys for your comment, and sorry for the delay in my reply. I will update the dependencies of this package within 3 weeks. I apologize for your inconvenience.
yochananmarqos commented on 2023-11-05 18:29 (UTC)
This also requires
clangandprotobufto build. Here's my improved WIP PKGBUILD. However, it won't actually run yet. See #1678.1 2 Next › Last »