diff options
Diffstat (limited to 'system/spacefm')
-rw-r--r-- | system/spacefm/doinst.sh | 1 | ||||
-rw-r--r-- | system/spacefm/spacefm.SlackBuild | 17 | ||||
-rw-r--r-- | system/spacefm/spacefm.info | 10 |
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" |