ports/contrib (3.1): spacefm: Fix crash at start
commit e46a5a1923227243053a45617036f31aeff3d452 Author: Maximilian Dietrich <dxm@openmailbox.org> Date: Sun Nov 2 19:38:33 2014 +0100 spacefm: Fix crash at start diff --git a/spacefm/.md5sum b/spacefm/.md5sum index f103c97..fc5ddd8 100644 --- a/spacefm/.md5sum +++ b/spacefm/.md5sum @@ -1 +1,2 @@ daeee7dcccea33d6258a0a9d783470c4 0.9.4.tar.gz +48b87ee78fd8a0884421eeea205ec1d5 f167b2831bc2556fc383cf30ae6ce4d117b67c04.patch diff --git a/spacefm/Pkgfile b/spacefm/Pkgfile index 003ede9..8fe001c 100644 --- a/spacefm/Pkgfile +++ b/spacefm/Pkgfile @@ -5,11 +5,12 @@ name=spacefm version=0.9.4 -release=1 -source=(https://github.com/IgnorantGuru/$name/archive/$version.tar.gz) +release=2 +source=(https://github.com/IgnorantGuru/$name/archive/$version.tar.gz https://github.com/BwackNinja/spacefm/commit/f167b2831bc2556fc383cf30ae6ce4d...) build () { cd $name-$version + patch -p1 < $SRC/f167b2831bc2556fc383cf30ae6ce4d117b67c04.patch ./configure --prefix=/usr \ --mandir=/usr/man \ --disable-nls \
participants (1)
-
crux@crux.nu