misc/krename: Updated for version 4.0.7.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2011-11-07 06:39:00 -02:00 committed by Robby Workman
parent f5058d41a8
commit 165deb2aa6
4 changed files with 17 additions and 7 deletions

View file

@ -1,6 +1,16 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
fi
fi
if [ -e usr/share/icons/locolor/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache usr/share/icons/locolor >/dev/null 2>&1
fi
fi

View file

@ -25,7 +25,7 @@
# Modified by the slackbuilds.org project.
PRGNAM=krename
VERSION=4.0.5
VERSION=4.0.7
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -76,7 +76,7 @@ cmake \
-DLIB_SUFFIX="$LIBDIRSUFFIX" \
.
make
make VERBOSE=1
make install DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION

View file

@ -1,10 +1,10 @@
PRGNAM="krename"
VERSION="4.0.5"
VERSION="4.0.7"
HOMEPAGE="http://www.krename.net"
DOWNLOAD="http://downloads.sourceforge.net/krename/krename-4.0.5.tar.bz2"
MD5SUM="3e064cadc6fb6f6e269ed914fb00995a"
DOWNLOAD="http://downloads.sourceforge.net/krename/krename-4.0.7.tar.bz2"
MD5SUM="afcf877b55395b35cd58a254163fb75e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"
APPROVED="rworkman"
APPROVED="Niels Horn"

View file

@ -5,7 +5,7 @@
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler-------------------------------------------------------|
|-----handy-ruler------------------------------------------------------|
krename: krename (a powerful batch renamer for KDE)
krename:
krename: It allows you to easily rename hundreds or even more files in one go.