diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-30 01:11:06 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-05 07:02:20 +0700 |
commit | 025abf01a55c78bb368cbc8dbee8bfb25d283739 (patch) | |
tree | b471f0ee52c237a4b086250e1d318d4e36a73542 /office | |
parent | a74459cb73d48f67d88c46255fc9dd060aa28b6f (diff) | |
download | slackbuilds-025abf01a55c78bb368cbc8dbee8bfb25d283739.tar.gz |
office/gnucash: Updated for version 2.6.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/gnucash/gnucash.SlackBuild | 15 | ||||
-rw-r--r-- | office/gnucash/gnucash.info | 6 |
2 files changed, 10 insertions, 11 deletions
diff --git a/office/gnucash/gnucash.SlackBuild b/office/gnucash/gnucash.SlackBuild index 634dcc79f1..e2aca6df93 100644 --- a/office/gnucash/gnucash.SlackBuild +++ b/office/gnucash/gnucash.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gnucash -VERSION=${VERSION:-2.6.6} +VERSION=${VERSION:-2.6.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -81,10 +81,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" \ @@ -108,7 +108,7 @@ CXXFLAGS="$SLKCFLAGS" \ make make -j1 install DESTDIR=$PKG docdir=/usr/doc/$PRGNAM-$VERSION -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 {} \; @@ -119,8 +119,7 @@ mv $PKG/etc/gnucash/environment $PKG/etc/gnucash/environment.new mv $PKG/etc/gnucash/config $PKG/etc/gnucash/config.new mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - AUTHORS COPYING ChangeLog DOCUMENTERS HACKING LICENSE NEWS README* TODO \ +cp -a AUTHORS COPYING ChangeLog DOCUMENTERS HACKING LICENSE NEWS README* TODO \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/office/gnucash/gnucash.info b/office/gnucash/gnucash.info index 7440c4411d..920d2b9648 100644 --- a/office/gnucash/gnucash.info +++ b/office/gnucash/gnucash.info @@ -1,8 +1,8 @@ PRGNAM="gnucash" -VERSION="2.6.6" +VERSION="2.6.11" HOMEPAGE="http://www.gnucash.org/" -DOWNLOAD="http://downloads.sourceforge.net/gnucash/gnucash-2.6.6.tar.bz2" -MD5SUM="6c114e6c62c816410b18927a9596675c" +DOWNLOAD="http://downloads.sourceforge.net/gnucash/gnucash-2.6.11.tar.bz2" +MD5SUM="dcad81fb22c682804b5e4ebba3b39ea0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libofx libgnomecanvas goffice0.8 webkitgtk" |