summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Gilcio Amaral2011-03-04 05:35:48 +0100
committer Robby Workman2011-03-04 17:12:48 +0100
commitc649e8f418d182c720edf0bbd72160e23176cbe5 (patch)
tree482f736d19399d8d067bece6023b64d3088ae339
parent2cd06312acae8dff5c7b9e90a801d574e9feae29 (diff)
downloadslackbuilds-c649e8f418d182c720edf0bbd72160e23176cbe5.tar.gz
office/kmymoney: Updated for version 4.5.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--office/kmymoney/README5
-rw-r--r--office/kmymoney/kmymoney.SlackBuild18
-rw-r--r--office/kmymoney/kmymoney.info6
-rw-r--r--office/kmymoney/slack-desc2
4 files changed, 15 insertions, 16 deletions
diff --git a/office/kmymoney/README b/office/kmymoney/README
index 67f2353fd1..7e81484fed 100644
--- a/office/kmymoney/README
+++ b/office/kmymoney/README
@@ -1,7 +1,4 @@
KmyMoney is a simple financial accounting manager for KDE for personal or
small-business use. It is a full double-entry accounting software package.
-libofx is an optional dependency (for ofxbanking support). Other features
-such as KBanking are supported through plugins detected and enabled during
-the configure process. See http://kmymoney2.sourceforge.net/plugins.html
-for more information.
+libofx is an optional dependency if you want support for ofxbanking.
diff --git a/office/kmymoney/kmymoney.SlackBuild b/office/kmymoney/kmymoney.SlackBuild
index a9abaeee68..eac25eab29 100644
--- a/office/kmymoney/kmymoney.SlackBuild
+++ b/office/kmymoney/kmymoney.SlackBuild
@@ -26,14 +26,16 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=kmymoney
-VERSION=${VERSION:-4.5.1}
+VERSION=${VERSION:-4.5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
+ # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -44,14 +46,14 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
- LIBDIRSUFFIX=""
+ SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+ LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
- LIBDIRSUFFIX=""
+ SLKCFLAGS="-O2 -march=i686 -mtune=i686"
+ LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
- LIBDIRSUFFIX="64"
+ SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
@@ -84,7 +86,7 @@ cd build
make VERBOSE=1
make install VERBOSE=1 DESTDIR=$PKG
-cd -
+cd ..
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/office/kmymoney/kmymoney.info b/office/kmymoney/kmymoney.info
index a6fa44dbdb..edeef2e35c 100644
--- a/office/kmymoney/kmymoney.info
+++ b/office/kmymoney/kmymoney.info
@@ -1,8 +1,8 @@
PRGNAM="kmymoney"
-VERSION="4.5.1"
+VERSION="4.5.2"
HOMEPAGE="http://kmymoney2.sourceforge.net/index-home.html"
-DOWNLOAD="http://downloads.sourceforge.net/kmymoney2/kmymoney-4.5.1.tar.bz2"
-MD5SUM="b84e4871019a7f44848e65702c4ce3a2"
+DOWNLOAD="http://downloads.sourceforge.net/kmymoney2/kmymoney-4.5.2.tar.bz2"
+MD5SUM="c4b46a3e111e90802add05c8c0ae2d03"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Gilcio Amaral"
diff --git a/office/kmymoney/slack-desc b/office/kmymoney/slack-desc
index 1c6a7e81cc..485ad04847 100644
--- a/office/kmymoney/slack-desc
+++ b/office/kmymoney/slack-desc
@@ -9,7 +9,7 @@
kmymoney: kmymoney (simple financial accounting manager)
kmymoney:
kmymoney: KmyMoney is a simple financial accounting manager for KDE for
-kmymoney: personal or small-business use. It is a complete and full
+kmymoney: personal or small-business use. It is a complete and full
kmymoney: double-entry accounting software package.
kmymoney:
kmymoney: Homepage: http://kmymoney2.sourceforge.net/