diff options
Diffstat (limited to 'system/xarchiver/xarchiver.SlackBuild')
-rw-r--r-- | system/xarchiver/xarchiver.SlackBuild | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/system/xarchiver/xarchiver.SlackBuild b/system/xarchiver/xarchiver.SlackBuild index 116913ff38..ed109c9ce4 100644 --- a/system/xarchiver/xarchiver.SlackBuild +++ b/system/xarchiver/xarchiver.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xarchiver -VERSION=${VERSION:-0.5.2} -BUILD=${BUILD:-3} +VERSION=${VERSION:-0.5.3} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -64,20 +64,10 @@ 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 {} \; - -# Add an experimental patch to support xz -# This is not applied by default because *I* wrote the patch and I don't know -# if it's worthy of being included just yet. I suspect not. --rworkman -# ** Note that xarchiver's upstream dev has decided to rewrite xarchiver -# ** completely, and I'm not interested in trying to port this patch to the -# ** rewrite, so this is the end of the line so far as I'm concerned. -RW -if [ "$BEND_ME_OVER" = "kthxbai" ]; then - patch -p1 < $CWD/xarchiver-0.5.2-add_xz_support.patch -fi + \( -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 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ |