From 2c552ec93e6874851646626dd0e1e412591a3900 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Tue, 5 Nov 2013 17:04:09 +0100 Subject: system/pcmanfm: Updated for version 20131105_317c171. Signed-off-by: Matteo Bernardini --- system/pcmanfm/pcmanfm.SlackBuild | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'system/pcmanfm/pcmanfm.SlackBuild') diff --git a/system/pcmanfm/pcmanfm.SlackBuild b/system/pcmanfm/pcmanfm.SlackBuild index b770311088..b4c7eebcf1 100644 --- a/system/pcmanfm/pcmanfm.SlackBuild +++ b/system/pcmanfm/pcmanfm.SlackBuild @@ -2,6 +2,7 @@ # Slackware build script for PCMan File Manager (PCManFM) +# Copyright 2013 Matteo Bernardini # Copyright 2010 Chris Abela # Copyright 2006-2009 Chess Griffin # All rights reserved. @@ -24,8 +25,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pcmanfm -VERSION=${VERSION:-1.1.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-20131105_317c171} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -73,10 +74,7 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Apply patches from upstream -for i in $CWD/patches/* ; do patch -p1 < $i ; done - -autoreconf -fi +sh autogen.sh || true CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -93,7 +91,8 @@ make make install-strip DESTDIR=$PKG # A minor polish -sed -i 's/Name=File\ Manager/Name=PCMan\ File\ Manager/' $PKG/usr/share/applications/pcmanfm.desktop +sed -i 's/Name=File\ Manager/Name=PCMan\ File\ Manager/' \ + $PKG/usr/share/applications/pcmanfm.desktop || exit 1 find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -- cgit v1.2.3