summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Ryan P.C. McQuen2015-11-27 19:39:12 +0100
committer Ryan P.C. McQuen2015-11-28 06:14:50 +0100
commit9064296eccd9d2eb50c72578241323b9f5fcd95f (patch)
treeebe3a54910a7bd3e99ec16a1e60092ff837ef059 /system
parent7a7e1d1d8f5524380d24875ceb74ada9fe528b61 (diff)
downloadslackbuilds-9064296eccd9d2eb50c72578241323b9f5fcd95f.tar.gz
system/spacefm: Updated for version 1.0.4 + optional gdb support.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Diffstat (limited to 'system')
-rw-r--r--system/spacefm/README4
-rw-r--r--system/spacefm/spacefm.SlackBuild10
-rw-r--r--system/spacefm/spacefm.info6
3 files changed, 15 insertions, 5 deletions
diff --git a/system/spacefm/README b/system/spacefm/README
index cdda641051..91a12f97e2 100644
--- a/system/spacefm/README
+++ b/system/spacefm/README
@@ -2,5 +2,9 @@ SpaceFM is a multi-panel tabbed file manager for Linux
with built-in VFS, udev-based device manager,
customizable menu system, and bash integration.
+To build spacefm with gdb support, run:
+
+ DEBUG=yes sh spacefm.SlackBuild
+
udevil is an optional dependency to mount networks
(nfs://, smb://, ftp://, ssh://) and other filesystems.
diff --git a/system/spacefm/spacefm.SlackBuild b/system/spacefm/spacefm.SlackBuild
index d5457e9d99..5e9178a8b8 100644
--- a/system/spacefm/spacefm.SlackBuild
+++ b/system/spacefm/spacefm.SlackBuild
@@ -1,5 +1,4 @@
#!/bin/sh
-
# Slackware build script for spacefm
# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com
@@ -25,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=spacefm
-VERSION=${VERSION:-1.0.3}
+VERSION=${VERSION:-1.0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -56,6 +55,13 @@ else
LIBDIRSUFFIX=""
fi
+## thanks to Hunter S for the idea,
+## and ponce for the elegant solution
+DEBUG=${DEBUG:-no}
+if [ "${DEBUG}" = "yes" ]; then
+ SLKCFLAGS=$(echo $SLKCFLAGS | sed "s|-O2|-Og -ggdb3|g")
+fi
+
## detect video thumbnail support, requires ffmpegthumbnailer:
## http://slackbuilds.org/apps/ffmpegthumbnailer/
if pkg-config --exists libffmpegthumbnailer; then VIDEO_THUMBNAIL_FLAG=""; else VIDEO_THUMBNAIL_FLAG="--disable-video-thumbnails"; fi
diff --git a/system/spacefm/spacefm.info b/system/spacefm/spacefm.info
index 077e4b8960..9020f5285d 100644
--- a/system/spacefm/spacefm.info
+++ b/system/spacefm/spacefm.info
@@ -1,8 +1,8 @@
PRGNAM="spacefm"
-VERSION="1.0.3"
+VERSION="1.0.4"
HOMEPAGE="http://ignorantguru.github.com/spacefm/"
-DOWNLOAD="https://github.com/IgnorantGuru/spacefm/archive/1.0.3.tar.gz"
-MD5SUM="000e26dc414443f934e3838610cb6174"
+DOWNLOAD="https://github.com/IgnorantGuru/spacefm/archive/1.0.4.tar.gz"
+MD5SUM="a51a8fab15483ef05a093841783a53f3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""