From 207dd9a8f6eb3bf388c196e2a338d812e4b9bd92 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Sun, 16 Jul 2017 22:11:29 -0700 Subject: office/grisbi: Updated for version 1.0.2 Signed-off-by: Larry Hajali --- office/grisbi/grisbi.SlackBuild | 12 ++++++------ office/grisbi/grisbi.info | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'office/grisbi') diff --git a/office/grisbi/grisbi.SlackBuild b/office/grisbi/grisbi.SlackBuild index 3962553f2e..225528581e 100644 --- a/office/grisbi/grisbi.SlackBuild +++ b/office/grisbi/grisbi.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=grisbi -VERSION=${VERSION:-1.0.1} +VERSION=${VERSION:-1.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -64,10 +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 {} \; + \( -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" \ @@ -84,7 +84,7 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG -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 find $PKG/usr/man -type f -exec gzip -9 {} \; diff --git a/office/grisbi/grisbi.info b/office/grisbi/grisbi.info index ffbf32ee5e..c392e555f3 100644 --- a/office/grisbi/grisbi.info +++ b/office/grisbi/grisbi.info @@ -1,8 +1,8 @@ PRGNAM="grisbi" -VERSION="1.0.1" +VERSION="1.0.2" HOMEPAGE="http://www.grisbi.org/" -DOWNLOAD="http://downloads.sourceforge.net/grisbi/grisbi-1.0.1.tar.bz2" -MD5SUM="c81923af86af10c0839af3aee741f5ce" +DOWNLOAD="http://downloads.sourceforge.net/grisbi/grisbi-1.0.2.tar.bz2" +MD5SUM="bf783c2fe47c7485b4085403cf6a3edc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3