mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/pcmanfm: Updated for version 20131105_317c171.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
7423152ca4
commit
2c552ec93e
2 changed files with 9 additions and 10 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
# Slackware build script for PCMan File Manager (PCManFM)
|
||||
|
||||
# Copyright 2013 Matteo Bernardini <ponce@slackbuilds.org>
|
||||
# Copyright 2010 Chris Abela <chris.abela@maltats.com>
|
||||
# Copyright 2006-2009 Chess Griffin <chess@chessgriffin.com>
|
||||
# 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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue