From 6a00417d7ceba7a30de28407574a5cf2c946d41d Mon Sep 17 00:00:00 2001 From: Kyle Guinn Date: Fri, 15 Nov 2013 07:30:49 +0700 Subject: office/homebank: Updated for version 4.5.4. Signed-off-by: Willy Sudiarto Raharjo --- office/homebank/homebank.SlackBuild | 8 ++++++-- office/homebank/homebank.info | 8 ++++---- office/homebank/slack-desc | 10 +++++----- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/office/homebank/homebank.SlackBuild b/office/homebank/homebank.SlackBuild index 14f67de273..519aafd8b3 100644 --- a/office/homebank/homebank.SlackBuild +++ b/office/homebank/homebank.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=homebank -VERSION=4.4 +VERSION=${VERSION:-4.5.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,7 +63,11 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . -chmod -R u+w,go+r-w,a-s . +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" \ ./configure \ diff --git a/office/homebank/homebank.info b/office/homebank/homebank.info index b2c91e084b..2e0029a4bc 100644 --- a/office/homebank/homebank.info +++ b/office/homebank/homebank.info @@ -1,10 +1,10 @@ PRGNAM="homebank" -VERSION="4.4" +VERSION="4.5.4" HOMEPAGE="http://homebank.free.fr/" -DOWNLOAD="http://homebank.free.fr/public/old/homebank-4.4.tar.gz" -MD5SUM="840ef7f2425207d9c03e1694cf4d3a0d" +DOWNLOAD="http://homebank.free.fr/public/homebank-4.5.4.tar.gz" +MD5SUM="98f74afcc83fe42b2109b8700bcc103d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="%README%" MAINTAINER="Erik Hanson" EMAIL="erik@slackbuilds.org" diff --git a/office/homebank/slack-desc b/office/homebank/slack-desc index e9ab7395ce..7880e51633 100644 --- a/office/homebank/slack-desc +++ b/office/homebank/slack-desc @@ -1,9 +1,9 @@ # HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| homebank: HomeBank (Free easy personal accounting for all!) -- cgit v1.2.3