From f04ea3639dc1293f35467b3305b30d225c4dab0b Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Wed, 4 May 2016 09:35:26 +0700 Subject: desktop/thunar-dropbox: Updated for version 0.2.1. Signed-off-by: Willy Sudiarto Raharjo --- desktop/thunar-dropbox/thunar-dropbox.SlackBuild | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'desktop/thunar-dropbox/thunar-dropbox.SlackBuild') diff --git a/desktop/thunar-dropbox/thunar-dropbox.SlackBuild b/desktop/thunar-dropbox/thunar-dropbox.SlackBuild index 35b6586eda..0f9be96ad8 100644 --- a/desktop/thunar-dropbox/thunar-dropbox.SlackBuild +++ b/desktop/thunar-dropbox/thunar-dropbox.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=thunar-dropbox -VERSION=${VERSION:-0.2.0} +VERSION=${VERSION:-0.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,19 +65,16 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; ./waf configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} ./waf build ./waf install --destdir=$PKG -# --libdir is ignored; wscript should be fixed -[ "$LIBDIRSUFFIX" = "64" ] && mv $PKG/usr/lib $PKG/usr/lib${LIBDIRSUFFIX} - -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ +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 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -- cgit v1.2.3