misc/krename: Updated for version 4.0.4.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2010-09-11 01:54:50 -05:00 committed by Robby Workman
parent 669c822d9b
commit b382d24831
2 changed files with 6 additions and 8 deletions

View file

@ -25,16 +25,14 @@
# Modified by the slackbuilds.org project.
PRGNAM=krename
VERSION=4.0.3
VERSION=4.0.4
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
@ -69,7 +67,7 @@ cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
KDEPREF=$(kde4-config --prefix) || true
KDEPREF=$(kde4-config --prefix)
cmake \
-DCMAKE_C_FLAGS="$SLKCFLAGS" \

View file

@ -1,10 +1,10 @@
PRGNAM="krename"
VERSION="4.0.3"
VERSION="4.0.4"
HOMEPAGE="http://www.krename.net"
DOWNLOAD="http://downloads.sourceforge.net/krename/krename-4.0.3.tar.bz2"
MD5SUM="a8e2a4f8bb28187ef126658b35478575"
DOWNLOAD="http://downloads.sourceforge.net/krename/krename-4.0.4.tar.bz2"
MD5SUM="9d70489f3f5f7296e334e06137717a67"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"
APPROVED="Erik Hanson"
APPROVED="rworkman"