libraries/libfm-extra: Updated for version 1.3.1, cleanups.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
1ed1a1fab0
commit
f783836d63
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libfm-extra
|
||||
|
||||
# Copyright 2014-2018 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# Copyright 2014-2019 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=libfm-extra
|
||||
SRCNAM=libfm
|
||||
VERSION=${VERSION:-1.3.0.2}
|
||||
VERSION=${VERSION:-1.3.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -89,13 +89,9 @@ make install-strip DESTDIR=$PKG
|
|||
# Fix the include folder
|
||||
( cd $PKG/usr/include ; rm -fr libfm ; ln -s libfm-1.0 libfm )
|
||||
|
||||
find $PKG -print0 | xargs -0 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 NEWS README TODO $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
find $PKG/usr/doc -type f -exec chmod 0644 {} \;
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libfm-extra"
|
||||
VERSION="1.3.0.2"
|
||||
VERSION="1.3.1"
|
||||
HOMEPAGE="https://wiki.lxde.org/en/Libfm"
|
||||
DOWNLOAD="https://downloads.sf.net/pcmanfm/libfm-1.3.0.2.tar.xz"
|
||||
MD5SUM="02a024714d51e0d37afc7bd596a44f3b"
|
||||
DOWNLOAD="https://downloads.sf.net/pcmanfm/libfm-1.3.1.tar.xz"
|
||||
MD5SUM="c15ecd2c9317e2c385cd3f046d0b61ba"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue