diff options
author | Robby Workman <rw@rlworkman.net> | 2010-05-13 00:39:21 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:39:21 +0200 |
commit | b5daae9682426c9f38b4d64606605ee0dd349b14 (patch) | |
tree | d89c19455877e2a255539dab4ca392b5d59301f6 /office | |
parent | 88ac41b32f284fa8386574d3146f9f6a7e55cf61 (diff) | |
download | slackbuilds-b5daae9682426c9f38b4d64606605ee0dd349b14.tar.gz |
office/moneydance: Updated for version 2010_b721
Diffstat (limited to 'office')
-rw-r--r-- | office/moneydance/doinst.sh | 1 | ||||
-rw-r--r-- | office/moneydance/moneydance.SlackBuild | 15 | ||||
-rw-r--r-- | office/moneydance/moneydance.info | 10 |
3 files changed, 13 insertions, 13 deletions
diff --git a/office/moneydance/doinst.sh b/office/moneydance/doinst.sh index b310837870..392c12adb9 100644 --- a/office/moneydance/doinst.sh +++ b/office/moneydance/doinst.sh @@ -1,4 +1,3 @@ - if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications fi diff --git a/office/moneydance/moneydance.SlackBuild b/office/moneydance/moneydance.SlackBuild index fc9a6852da..96c808762b 100644 --- a/office/moneydance/moneydance.SlackBuild +++ b/office/moneydance/moneydance.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for moneydance -# Copyright 2008 Robby Workman, Northport, AL, USA +# Copyright 2008,2009 Robby Workman, Northport, AL, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=moneydance -VERSION=2008_b631 -ARCH=x86 # Leave this alone for moneydance +VERSION=2010_b721 +ARCH=noarch # Leave this alone for moneydance BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -42,13 +42,12 @@ tar xvf $CWD/moneydance_other.tar.gz -C $PKG/opt install -D -m 0644 $CWD/moneydance.desktop \ $PKG/usr/share/applications/$PRGNAM.desktop mkdir $PKG/usr/share/pixmaps -( cd $PKG/usr/share/pixmaps - ln -s /opt/moneydance/moneydance.png . -) +( cd $PKG/usr/share/pixmaps ; ln -s ../../../opt/moneydance/moneydance.png . ) +( cd $PKG/usr/share/pixmaps ; ln -s ../../../opt/moneydance/moneydance.xpm . ) mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION ( cd $PKG/usr/doc/$PRGNAM-$VERSION - ln -s /opt/moneydance/license.txt . + ln -s ../../../opt/moneydance/license.txt . cat $CWD/moneydance.SlackBuild > moneydance.SlackBuild ) @@ -59,4 +58,4 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG chown -R root:root . chmod -R a-s,go+r-w,u+rw . -/sbin/makepkg -c n -l y $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -c n -l y $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/office/moneydance/moneydance.info b/office/moneydance/moneydance.info index b12f851788..2b569fda7d 100644 --- a/office/moneydance/moneydance.info +++ b/office/moneydance/moneydance.info @@ -1,8 +1,10 @@ PRGNAM="moneydance" -VERSION="2008_b631" +VERSION="2010_b721" HOMEPAGE="http://moneydance.com" -DOWNLOAD="http://moneydance.com/download/2008/Unix/moneydance_other.tar.gz" -MD5SUM="a8bbe9a6d9a042fb120fa88573bd4112" +DOWNLOAD="http://moneydance.com/download/2010/Unix/moneydance_other.tar.gz" +MD5SUM="dbfaa21e2d67ba2aba139a605e7b6851" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" MAINTAINER="Robby Workman" EMAIL="rw@rlworkman.net" -APPROVED="chess" +APPROVED="dsomero" |