mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
office/moneydance: Updated for version 2014.967.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
988c9fbb01
commit
59277f3d34
2 changed files with 9 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for moneydance
|
||||
|
||||
# Copyright 2008-2013 Robby Workman, Northport, AL, USA
|
||||
# Copyright 2008-2014 Robby Workman, Northport, AL, USA
|
||||
# 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=moneydance
|
||||
VERSION=${VERSION:-2012.862}
|
||||
VERSION=${VERSION:-2014.967}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -58,6 +58,7 @@ ln -s /opt/Moneydance/Moneydance $PKG/usr/bin
|
|||
|
||||
mkdir -p $PKG/usr/share/applications
|
||||
cat $CWD/moneydance.desktop > $PKG/usr/share/applications/$PRGNAM.desktop
|
||||
rm -f $PKG/opt/Moneydance/resources/moneydance.desktop
|
||||
|
||||
mkdir -p $PKG/usr/share/pixmaps
|
||||
ln -s /opt/Moneydance/resources/moneydance_icon32.png \
|
||||
|
@ -79,4 +80,5 @@ find -L . \
|
|||
-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 {} \;
|
||||
|
||||
/sbin/makepkg -c n -l y $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="moneydance"
|
||||
VERSION="2012.862"
|
||||
VERSION="2014.967"
|
||||
HOMEPAGE="http://moneydance.com"
|
||||
DOWNLOAD="http://infinitekind-md862.s3.amazonaws.com/Moneydance_linux_x86.tar.gz"
|
||||
MD5SUM="b69235714fd503fe937c9b406b22f905"
|
||||
DOWNLOAD_x86_64="http://infinitekind-md862.s3.amazonaws.com/Moneydance_linux_amd64.tar.gz"
|
||||
MD5SUM_x86_64="226583c048282825b1f2e6dd87d1dacc"
|
||||
DOWNLOAD="http://infinitekind-md967.s3.amazonaws.com/Moneydance_linux_x86.tar.gz"
|
||||
MD5SUM="72c412ecf07f46cc713848883f78b925"
|
||||
DOWNLOAD_x86_64="http://infinitekind-md967.s3.amazonaws.com/Moneydance_linux_amd64.tar.gz"
|
||||
MD5SUM_x86_64="e83c789c8e4bcbdb61f822a584366d9b"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Robby Workman"
|
||||
EMAIL="rworkman@slackbuilds.org"
|
||||
|
|
Loading…
Reference in a new issue