summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Ryan P.C. McQuen <ryanpcmcquen@gmail.com>2014-06-21 01:19:57 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-06-21 01:19:57 +0700
commit66584078823105be9b0926b2d8c4824bda0a3f5b (patch)
tree891e7799a2a0a236e513a47b1c69a4b2c8951e60 /system
parent8f545ca66b4e7490bbcf7da6764d0be1f1868d82 (diff)
downloadslackbuilds-66584078823105be9b0926b2d8c4824bda0a3f5b.tar.gz
slackbuilds-66584078823105be9b0926b2d8c4824bda0a3f5b.tar.xz
system/spacefm: Updated for version 0.9.4 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/spacefm/doinst.sh1
-rw-r--r--system/spacefm/spacefm.SlackBuild17
-rw-r--r--system/spacefm/spacefm.info10
3 files changed, 15 insertions, 13 deletions
diff --git a/system/spacefm/doinst.sh b/system/spacefm/doinst.sh
index 9830478e8c..9424ce43ff 100644
--- a/system/spacefm/doinst.sh
+++ b/system/spacefm/doinst.sh
@@ -11,4 +11,3 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
fi
fi
-
diff --git a/system/spacefm/spacefm.SlackBuild b/system/spacefm/spacefm.SlackBuild
index f85e43d96f..f3b636d538 100644
--- a/system/spacefm/spacefm.SlackBuild
+++ b/system/spacefm/spacefm.SlackBuild
@@ -2,6 +2,8 @@
# Slackware build script for spacefm
+# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com
+
# Copyright 2012 Binh Nguyen <binhvng@gmail.com>
# All rights reserved.
#
@@ -23,8 +25,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=spacefm
-VERSION=${VERSION:-0.8.0}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.9.4}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -64,10 +66,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
./configure \
@@ -80,6 +82,7 @@ CFLAGS="$SLKCFLAGS" \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--localedir=/usr/share/locale \
--disable-pixmaps \
+ --disable-static \
--build=$ARCH-slackware-linux
make
@@ -89,7 +92,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS COPYING* ChangeLog NEWS README TRANSLATE $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS COPYING* ChangeLog README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/system/spacefm/spacefm.info b/system/spacefm/spacefm.info
index ba3d4005cb..af5d2acdef 100644
--- a/system/spacefm/spacefm.info
+++ b/system/spacefm/spacefm.info
@@ -1,10 +1,10 @@
PRGNAM="spacefm"
-VERSION="0.8.0"
+VERSION="0.9.4"
HOMEPAGE="http://ignorantguru.github.com/spacefm/"
-DOWNLOAD="http://downloads.sourceforge.net/spacefm/spacefm-0.8.0.tar.xz"
-MD5SUM="e9fe71ecd1f2ac07f4cbda2036279a99"
+DOWNLOAD="http://sourceforge.net/projects/spacefm/files/spacefm-0.9.4.tar.xz"
+MD5SUM="0214e90d408e72baa5db19bab41f5eeb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Binh Nguyen"
-EMAIL="binhvng@gmail.com"
+MAINTAINER="Ryan P.C. McQuen"
+EMAIL="ryan.q@linux.com"