From df80dd8604bd62d00778d7290b70783b631f3260 Mon Sep 17 00:00:00 2001 From: Fridrich von Stauffenberg Date: Tue, 24 Dec 2013 10:00:10 +0700 Subject: office/myrulib: Updated for version 0.29.16. Signed-off-by: Willy Sudiarto Raharjo --- office/myrulib/myrulib.SlackBuild | 9 +++++++-- office/myrulib/myrulib.info | 6 +++--- 2 files changed, 10 insertions(+), 5 deletions(-) (limited to 'office') diff --git a/office/myrulib/myrulib.SlackBuild b/office/myrulib/myrulib.SlackBuild index 9578bc0f51..0616a215d2 100644 --- a/office/myrulib/myrulib.SlackBuild +++ b/office/myrulib/myrulib.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for MyRuLib -# Copyright 2011-2012 Fridrich von Stauffenberg +# Copyright 2011-2013 Fridrich von Stauffenberg # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=myrulib -VERSION=${VERSION:-0.29.12} +VERSION=${VERSION:-0.29.16} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -66,6 +66,11 @@ rm -rf $PRGNAM-$VERSION 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 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ diff --git a/office/myrulib/myrulib.info b/office/myrulib/myrulib.info index 6550b71996..dfe1ae145d 100644 --- a/office/myrulib/myrulib.info +++ b/office/myrulib/myrulib.info @@ -1,8 +1,8 @@ PRGNAM="myrulib" -VERSION="0.29.12" +VERSION="0.29.16" HOMEPAGE="http://myrulib.lintest.ru" -DOWNLOAD="http://www.lintest.ru/pub/myrulib-0.29.12.tar.bz2" -MD5SUM="882938fd50b10d508df908cd469e476c" +DOWNLOAD="http://www.lintest.ru/pub/myrulib-0.29.16.tar.bz2" +MD5SUM="ad7e3b21b36b4b493c7625b5b625aca6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="wxPython" -- cgit v1.2.3