From 9d173704862112053692b01301fdca91afaee3dd Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Wed, 25 May 2016 08:42:29 +0700 Subject: [PATCH] alacarte: Upgraded to 3.11.91. This is an unstable release, but it's worth a shot. Signed-off-by: Willy Sudiarto Raharjo --- alacarte/alacarte.SlackBuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/alacarte/alacarte.SlackBuild b/alacarte/alacarte.SlackBuild index 128bfb7..461da3e 100644 --- a/alacarte/alacarte.SlackBuild +++ b/alacarte/alacarte.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for alacarte -# Copyright 2014 Willy Sudiarto Raharjo +# Copyright 2014-2016 Willy Sudiarto Raharjo # 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=alacarte -VERSION=${VERSION:-3.10.0} +VERSION=${VERSION:-3.11.91} BUILD=${BUILD:-1} TAG=${TAG:-_csb} @@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c http://ftp.acc.umu.se/pub/GNOME/sources/alacarte/3.10/$PRGNAM-$VERSION.tar.xz +wget -c http://ftp.acc.umu.se/pub/GNOME/sources/alacarte/3.11/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/csb} @@ -88,6 +88,9 @@ 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/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 + mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a AUTHORS ChangeLog COPYING INSTALL NEWS README $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild