From dc0cd14c916647d4f0614314dbbdfd5e8c25d2cf Mon Sep 17 00:00:00 2001 From: orbea Date: Thu, 19 Dec 2019 08:07:29 -0800 Subject: libraries/libsixel: Updated for version 1.8.4. Signed-off-by: orbea --- libraries/libsixel/libsixel.SlackBuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'libraries/libsixel/libsixel.SlackBuild') diff --git a/libraries/libsixel/libsixel.SlackBuild b/libraries/libsixel/libsixel.SlackBuild index e6adbad20e..75d5cc18ed 100644 --- a/libraries/libsixel/libsixel.SlackBuild +++ b/libraries/libsixel/libsixel.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libsixel -# Copyright 2018 Hunter Sezen California, USA +# Copyright 2018-2019 Hunter Sezen California, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libsixel -VERSION=${VERSION:-1.8.2} +VERSION=${VERSION:-1.8.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -77,14 +77,15 @@ CXXFLAGS="$SLKCFLAGS" \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --mandir=/usr/man \ + --includedir=/usr/include/sixel \ --disable-static \ --build=$ARCH-slackware-linux make 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 +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 find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -- cgit v1.2.3