Search Criteria
Package Details: spacedrive-git r2297.8ad468b-5
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: | 2023-12-02 17:04 (UTC) |
Dependencies (13)
- cairo (cairo-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-amd-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-ffplayoutAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libheif (libheif-gitAUR)
- libsoup
- pango (pango-gitAUR)
- webkit2gtk (webkit2gtk-imgpasteAUR)
- cargo-nightly (rustup-gitAUR, rust-nightly-binAUR, rustup) (make)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- pnpm (yarn-pnpm-corepackAUR, corepackerAUR, pnpm-cliAUR) (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-cli
doesn't seem to link usingmold
:Disabling the mold linker in the RUSTFLAGS variable in my
/etc/makepkg.conf
now 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
spacedrive
hasrust-toolchain.toml
, and it specifies stable toolchain. Therefore, I assume that don't have to setRUSTUP_TOOLCHAIN
implicitly.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-nightly
to makedepends() isn't enough because all that does is userustup
instead 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 prep
tobuild()
.yochananmarqos commented on 2023-11-18 16:29 (UTC)
@cheatsc: You're right,
protobuf
is no longer required.By the way,
pnpm prep
should 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
protobuf
is 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
clang
andprotobuf
to build. Here's my improved WIP PKGBUILD. However, it won't actually run yet. See #1678.1 2 Next › Last »