You are not logged in.

#1 2021-08-03 00:10:33

veggen
Member
Registered: 2013-01-29
Posts: 12

[REQUEST] thermitegod/spacefm

Apparently there is an actively maintained fork of SpaceFM: https://github.com/thermitegod/spacefm
Would really love having it in AUR.

Last edited by veggen (2021-08-03 00:11:45)

Offline

#2 2021-08-03 00:21:51

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [REQUEST] thermitegod/spacefm

Please post the PKGBUILD that you have come up with so far.


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2021-08-03 06:26:55

a821
Member
Registered: 2012-10-31
Posts: 381

Re: [REQUEST] thermitegod/spacefm

Someone posted the same question in the AUR (was it you veggen?). Anyway, check the maintainer's answer...

Offline

#4 2021-08-03 07:08:04

loqs
Member
Registered: 2014-03-06
Posts: 17,377

Re: [REQUEST] thermitegod/spacefm

Required adding xxhash to depends to get the package to build locally.  I moved exo from makedepends to depends as libexo was linked to by spacefm.

diff --git a/PKGBUILD b/PKGBUILD
index 1859e91..ef34133 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@ url="https://github.com/thermitegod/spacefm"
 license=(GPL3)
 conflicts=(spacefm)
 provides=(spacefm)
-depends=(gtk3 ffmpegthumbnailer libbsd) # startup-notification
-makedepends=(git meson exo) #intltool 
+depends=(gtk3 ffmpegthumbnailer libbsd exo xxhash) # startup-notification
+makedepends=(git meson) #intltool
 optdepends=('dbus: dbus integration'
             'util-linux: disk eject support'
             'lsof: device processes'

Offline

Board footer

Powered by FluxBB