spacefm: Fix crash at start

This commit is contained in:
Maximilian Dietrich 2014-11-02 19:38:33 +01:00
parent f9bac2f193
commit e46a5a1923
2 changed files with 4 additions and 2 deletions

View File

@ -1 +1,2 @@
daeee7dcccea33d6258a0a9d783470c4 0.9.4.tar.gz
48b87ee78fd8a0884421eeea205ec1d5 f167b2831bc2556fc383cf30ae6ce4d117b67c04.patch

View File

@ -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/f167b2831bc2556fc383cf30ae6ce4d117b67c04.patch)
build () {
cd $name-$version
patch -p1 < $SRC/f167b2831bc2556fc383cf30ae6ce4d117b67c04.patch
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-nls \