diff --git a/gnome-menus/gnome-menus.SlackBuild b/gnome-menus/gnome-menus.SlackBuild index 0a251ba..c6478a5 100644 --- a/gnome-menus/gnome-menus.SlackBuild +++ b/gnome-menus/gnome-menus.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gnome-menus -# Copyright 2014-2015 Willy Sudiarto Raharjo +# Copyright 2014-2018 Willy Sudiarto Raharjo # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=gnome-menus VERSION=${VERSION:-3.13.3} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_csb} if [ -z "$ARCH" ]; then @@ -88,6 +88,9 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG +# Don't ship .la files: +rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la + 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