Package Details: spacedrive-bin 1:0.4.2-1

Git Clone URL: https://aur.archlinux.org/spacedrive-bin.git (read-only, click to copy)
Package Base: spacedrive-bin
Description: A file manager from the future.
Upstream URL: https://spacedrive.com
Keywords: file manager, rust
Licenses: AGPL3
Conflicts: spacedrive
Provides: spacedrive
Submitter: 0xnim
Maintainer: username227
Last Packager: username227
Votes: 7
Popularity: 0.25
First Submitted: 2023-07-11 08:22 (UTC)
Last Updated: 2024-08-18 13:44 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

TurtleRuss commented on 2023-10-17 06:02 (UTC)

after install the app,it fails to start and throw Segmentation Fault

$ spacedrive 
2023-10-17T06:02:06.742539Z  INFO sd_core: Starting core with data directory '/home/russ/.local/share/spacedrive'
2023-10-17T06:02:06.744660Z  INFO sd_core::p2p::p2p_manager: Node '12D3KooWFXLnGMQcmFExDxqJ19CUM4eFrk3qaqc3NyMimcTCdsti' is now online listening at addresses: {}
2023-10-17T06:02:06.783666Z  INFO sd_core: Spacedrive online.
2023-10-17T06:02:06.783836Z  INFO sd_desktop::tauri_plugins: Internal server listening on: http://127.0.0.1:40135
[1]    293206 segmentation fault (core dumped)  spacedrive

FabioLolix commented on 2023-10-13 09:52 (UTC)

@jogai I have tested before upload, it need that depends

$ spacedrive
spacedrive: error while loading shared libraries: libavutil.so.56: cannot open shared object file: No such file or directory
[fabio@archlinux spacedrive-dev-bin]$ pkgfile libavutil.so.56
extra/ffmpeg4.4

xrtxn commented on 2023-10-13 09:49 (UTC) (edited on 2023-10-13 09:52 (UTC) by xrtxn)

Hey jogai, I checked, but using the main dependencies doesn't work. It shouldn't be a problem because the dependencies don't conflict.

jogai commented on 2023-10-13 05:52 (UTC)

And I think the ffmpeg dependency can be the regular one instead of ffmeg-4.4, and maybe you can make webkit2gtk optional for the people that have webkit2gtk-4.1 installed?

FabioLolix commented on 2023-10-12 14:20 (UTC)

  • For the third time, re-upload as spacedrive-dev-bin
  • your 4 line of tar,install,cp can be replaced with 1 line of bsdtar, see the link I posted

xrtxn commented on 2023-10-12 13:46 (UTC)

Hey FabioLolix, thank you for the contribution, added the required dependencies, and removed the first line.

aur1456 commented on 2023-10-12 13:18 (UTC)

spacedrive is not startable .

EndavorOS with KDE

FabioLolix commented on 2023-10-11 21:27 (UTC)

Hello xrtxn,

  • please re-upload as spacedrive-dev-bin since v0.1.0 is not a stable release
  • libheif is not needed as dependency, it is included in the package (despite what namcap says), real depends are missing
  • ar x "Spacedrive-linux-x86_64.deb" is not needed because a first round of decompression is made by default with bsdtar
  • your 5 line of ar,tar,install,cp can be replaced with 1 line of bsdtar, see the link I posted

FabioLolix commented on 2023-10-11 17:12 (UTC)

There has been the first official release, alpha quality, pkgbuild up for grab here https://github.com/FabioLolix/AURFIX/blob/main/s/spacedrive-dev-bin/PKGBUILD

as spacedrive-dev-bin because it isn't a stable release yet

ochiman commented on 2023-09-06 15:57 (UTC) (edited on 2023-09-06 16:01 (UTC) by ochiman)

Sugestion to update to new version, fixed checksum

# Maintainer: Niklas Wojtkowiak <aur.7xcqe@passmail.com>
_pkgname='spacedrive'
pkgname="${_pkgname}-bin"
pkgver='2023.1.0c'
pkgrel=2.1
pkgdesc="A file manager from the future."
arch=('x86_64')
url="https://spacedrive.com"
_url_source='https://github.com/Nim1com/spacedrive'
license=('AGPL3')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("$_url_source/releases/download/desktop@${pkgver}/data.tar.xz")
sha256sums=('49dfcf65a502c706bdd3b5bd4eef08950c09a42c8fe19e64cc5063bbc721c100')

package() {
  tar -xvf 'data.tar.xz' -C "${pkgdir}" --strip-components=1
  install -dv "${pkgdir}/usr/bin"
}

Missing dep

spacedrive: error while loading shared libraries: libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory

webkit2gtk