From 540974b2685fc3f096c6e4f8016b3e2a22fd0415 Mon Sep 17 00:00:00 2001 From: Chess Griffin Date: Tue, 11 May 2010 22:26:56 +0200 Subject: system/pcmanfm: Updated for version 0.5 --- system/pcmanfm/README | 5 +++-- system/pcmanfm/doinst.sh | 8 ++++---- system/pcmanfm/pcmanfm.SlackBuild | 10 ++++++---- system/pcmanfm/pcmanfm.info | 8 ++++---- 4 files changed, 17 insertions(+), 14 deletions(-) (limited to 'system') diff --git a/system/pcmanfm/README b/system/pcmanfm/README index f8ee8dbdb9..bf16f8506e 100644 --- a/system/pcmanfm/README +++ b/system/pcmanfm/README @@ -1,3 +1,4 @@ -PCManFM is an extremely fast and lightweight GTK+ based file +PCManFM is an extremely fast and lightweight GTK+ based file manager which features tabbed browsing and a user-friendly -interface. +interface. PCManFM requires intltool, which can be found at +SlackBuilds.org. diff --git a/system/pcmanfm/doinst.sh b/system/pcmanfm/doinst.sh index 474753e464..1859c016e7 100644 --- a/system/pcmanfm/doinst.sh +++ b/system/pcmanfm/doinst.sh @@ -1,8 +1,8 @@ -if [ -x usr/bin/update-desktop-database ]; then - ./usr/bin/update-desktop-database ./usr/share/applications >/dev/null 2>&1 +if [ -x /usr/bin/update-desktop-database ]; then + ./usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1 fi -if [ -x usr/bin/update-mime-database ]; then - ./usr/bin/update-mime-database ./usr/share/mime >/dev/null 2>&1 +if [ -x /usr/bin/update-mime-database ]; then + ./usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 fi diff --git a/system/pcmanfm/pcmanfm.SlackBuild b/system/pcmanfm/pcmanfm.SlackBuild index 47a405fce9..aa8e554b2c 100644 --- a/system/pcmanfm/pcmanfm.SlackBuild +++ b/system/pcmanfm/pcmanfm.SlackBuild @@ -1,25 +1,27 @@ #!/bin/sh -# Slackware build script for PCMan File Manager (PCManFM) +# Slackware build script for PCMan File Manager (PCManFM) # Written by Chess Griffin PRGNAM=pcmanfm -VERSION=0.3.6.2 +VERSION=0.5 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} +TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -DOCS="AUTHORS COPYING INSTALL README TODO" +DOCS="AUTHORS ChangeLog COPYING INSTALL NEWS README TODO" if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" +elif [ "$ARCH" = "x86_64" ]; then + SLKCFLAGS="-O2 -fPIC" fi rm -rf $PKG diff --git a/system/pcmanfm/pcmanfm.info b/system/pcmanfm/pcmanfm.info index 2d49b06202..ca8911df25 100644 --- a/system/pcmanfm/pcmanfm.info +++ b/system/pcmanfm/pcmanfm.info @@ -1,8 +1,8 @@ PRGNAM="pcmanfm" -VERSION="0.3.6.2" +VERSION="0.5" HOMEPAGE="http://pcmanfm.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/pcmanfm/pcmanfm-0.3.6.2.tar.gz" -MD5SUM="19deb9a4541aa3a97961393e1a62a6b8" +DOWNLOAD="http://downloads.sourceforge.net/pcmanfm/pcmanfm-0.5.tar.gz" +MD5SUM="fe1a836eed6a42107e7d71a01a52f7ec" MAINTAINER="Chess Griffin" EMAIL="chess@chessgriffin.com" -APPROVED="rworkman" +APPROVED="dsomero" -- cgit v1.2.3