summaryrefslogtreecommitdiffstats
path: root/desktop/thunar-dropbox/thunar-dropbox.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2016-05-04 04:35:26 +0200
committer Willy Sudiarto Raharjo2016-05-04 04:35:26 +0200
commitf04ea3639dc1293f35467b3305b30d225c4dab0b (patch)
tree4118bb324c279c6994840cbfc68b3b365f34420b /desktop/thunar-dropbox/thunar-dropbox.SlackBuild
parent3df69d9db936b9f057f555411adfaba2a82b461c (diff)
downloadslackbuilds-f04ea3639dc1293f35467b3305b30d225c4dab0b.tar.gz
desktop/thunar-dropbox: Updated for version 0.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/thunar-dropbox/thunar-dropbox.SlackBuild')
-rw-r--r--desktop/thunar-dropbox/thunar-dropbox.SlackBuild15
1 files changed, 6 insertions, 9 deletions
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