libraries/imlib2_loaders: Updated to version 1.7.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b1e8ad56da
commit
56ce9dd695
|
@ -3,6 +3,7 @@
|
|||
# Slackware build script for imlib2_loaders
|
||||
|
||||
# Copyright 2017 Azure Zanculmarktum <zanculmarktum@gmail.com>
|
||||
# Copyright 2020-2021 Igor Alexandrov <igor.alexandrov@outlook.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -22,11 +23,8 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# Updated to version 1.6.1 by Igor Alexandrov <igor.alexandrov@outlook.com>
|
||||
# Updated to version 1.7.0 by Igor Alexandrov <igor.alexandrov@outlook.com>
|
||||
|
||||
PRGNAM=imlib2_loaders
|
||||
VERSION=${VERSION:-1.7.0}
|
||||
VERSION=${VERSION:-1.7.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -57,7 +55,7 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -e
|
||||
set -eu
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
@ -83,9 +81,12 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--disable-static \
|
||||
--disable-eet \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
make install-strip DESTDIR=$PKG
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
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
|
||||
rm -rf $PKG/usr/lib${LIBDIRSUFFIX}/*/*/*.la
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING COPYING-PLAIN COPYING.loader_xcf ChangeLog INSTALL README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="imlib2_loaders"
|
||||
VERSION="1.7.0"
|
||||
VERSION="1.7.1"
|
||||
HOMEPAGE="https://www.enlightenment.org"
|
||||
DOWNLOAD="https://sourceforge.net/projects/enlightenment/files/imlib2-src/1.7.0/imlib2_loaders-1.7.0.tar.bz2"
|
||||
MD5SUM="7e5f5daf3ee29bdf57782341e3d5e03b"
|
||||
DOWNLOAD="https://sourceforge.net/projects/enlightenment/files/imlib2-src/1.7.1/imlib2_loaders-1.7.1.tar.bz2"
|
||||
MD5SUM="029785225ddcbb04bb54301384c01525"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Azure Zanculmarktum"
|
||||
EMAIL="zanculmarktum@gmail.com"
|
||||
MAINTAINER="Igor Alexandrov"
|
||||
EMAIL="igor.alexandrov@outlook.com"
|
||||
|
|
Loading…
Reference in New Issue