summaryrefslogtreecommitdiffstats
path: root/office/grisbi
diff options
context:
space:
mode:
author Larry Hajali <larryhaja@gmail.com>2017-07-16 22:11:29 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-07-22 06:55:27 +0700
commit207dd9a8f6eb3bf388c196e2a338d812e4b9bd92 (patch)
tree03f732bbead99c5dbb36d334c67b277d254a19b0 /office/grisbi
parent45410e22ccc5537a555f1be35a8939aee43eb893 (diff)
downloadslackbuilds-207dd9a8f6eb3bf388c196e2a338d812e4b9bd92.tar.gz
slackbuilds-207dd9a8f6eb3bf388c196e2a338d812e4b9bd92.tar.xz
office/grisbi: Updated for version 1.0.2
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'office/grisbi')
-rw-r--r--office/grisbi/grisbi.SlackBuild12
-rw-r--r--office/grisbi/grisbi.info6
2 files changed, 9 insertions, 9 deletions
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=""