diff options
author | Gilcio Amaral <gilcio.amaral@gmail.com> | 2010-07-05 14:39:55 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-07-06 02:33:55 -0500 |
commit | 6df3ca4bae71fb9d51bb70feffb762524fba7f98 (patch) | |
tree | e24e780fe87b231963a8ce1a675d4cb34824d250 /office/kmymoney | |
parent | 8939bda3eaffc963b2749e6cf77f715862584888 (diff) | |
download | slackbuilds-6df3ca4bae71fb9d51bb70feffb762524fba7f98.tar.gz |
office/kmymoney: Fixed slack-desc and build tweaks.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'office/kmymoney')
-rw-r--r-- | office/kmymoney/README | bin | 165 -> 2519 bytes | |||
-rw-r--r-- | office/kmymoney/kmymoney.SlackBuild | 7 | ||||
-rw-r--r-- | office/kmymoney/kmymoney.info | 2 | ||||
-rw-r--r-- | office/kmymoney/slack-desc | 24 |
4 files changed, 18 insertions, 15 deletions
diff --git a/office/kmymoney/README b/office/kmymoney/README Binary files differindex 31b1cab09a..4fd5c0ed83 100644 --- a/office/kmymoney/README +++ b/office/kmymoney/README diff --git a/office/kmymoney/kmymoney.SlackBuild b/office/kmymoney/kmymoney.SlackBuild index b313f79e4a..25adaf6d8f 100644 --- a/office/kmymoney/kmymoney.SlackBuild +++ b/office/kmymoney/kmymoney.SlackBuild @@ -2,8 +2,8 @@ # SlackBuild script for kmymoney +# Written by Gilcio Amaral <gilcio.amaral@gmail.com. # Copyright 2007-2008 Michiel van Wessem, Manchester, United Kingdom -# Copyright 2010 Gilcio Amaral <gilcio.amaral@gmail.com. # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -27,13 +27,15 @@ PRGNAM=kmymoney VERSION=${VERSION:-3.98.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} 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 @@ -90,6 +92,7 @@ find $PKG | xargs 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 {} \; +for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a AUTHORS BUGS COPYING ChangeLog* INSTALL README* TODO \ diff --git a/office/kmymoney/kmymoney.info b/office/kmymoney/kmymoney.info index c56280a4bd..6a90aa8d62 100644 --- a/office/kmymoney/kmymoney.info +++ b/office/kmymoney/kmymoney.info @@ -7,4 +7,4 @@ DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Gilcio Amaral" EMAIL="gilcio.amaral@gmail.com" -APPROVED="rworkman" +APPROVED="dsomero" diff --git a/office/kmymoney/slack-desc b/office/kmymoney/slack-desc index c70fe633c2..f390c59641 100644 --- a/office/kmymoney/slack-desc +++ b/office/kmymoney/slack-desc @@ -5,15 +5,15 @@ # make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':'. - |-----handy-ruler------------------------------------------------------| -kmymoney2: kmymoney (simple financial accounting manager) -kmymoney2: -kmymoney2: KmyMoney is a simple financial accounting manager for KDE for -kmymoney2: personal or small-business use. It is a complete and full -kmymoney2: double-entry accounting software package. -kmymoney2: -kmymoney2: Homepage: http://kmymoney2.sourceforge.net/ -kmymoney2: -kmymoney2: -kmymoney2: -kmymoney2: + |-----handy-ruler------------------------------------------------------| +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: double-entry accounting software package. +kmymoney: +kmymoney: +kmymoney: Homepage: http://kmymoney2.sourceforge.net/ +kmymoney: +kmymoney: +kmymoney: |