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 ++++++------- system/pcmanfm/pcmanfm.info | 6 +++--- 2 files changed, 9 insertions(+), 10 deletions(-) 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 diff --git a/system/pcmanfm/pcmanfm.info b/system/pcmanfm/pcmanfm.info index 892287ae1e..52b91e74c4 100644 --- a/system/pcmanfm/pcmanfm.info +++ b/system/pcmanfm/pcmanfm.info @@ -1,8 +1,8 @@ PRGNAM="pcmanfm" -VERSION="1.1.0" +VERSION="20131105_317c171" HOMEPAGE="http://pcmanfm.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/pcmanfm/pcmanfm-1.1.0.tar.gz" -MD5SUM="af0cff78690e658f3c06ceabf27bc71a" +DOWNLOAD="http://ponce.cc/slackware/sources/repo/lxde/pcmanfm-20131105_317c171.tar.xz" +MD5SUM="e40333cd95446168db936049fe329098" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libfm" -- cgit v1.2.3