diff --git a/clutter/clutter.SlackBuild b/clutter/clutter.SlackBuild index 7ea1405..8ffb2f8 100644 --- a/clutter/clutter.SlackBuild +++ b/clutter/clutter.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=clutter VERSION=${VERSION:-1.26.2} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_csb} if [ -z "$ARCH" ]; then @@ -89,6 +89,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