misc/krename: Added to 12.0 repository

This commit is contained in:
Heinz Wiesinger 2010-05-11 20:01:08 +02:00 committed by Michiel van Wessem
parent e1e7025e6b
commit af6d6c5867
5 changed files with 109 additions and 0 deletions

8
misc/krename/README Normal file
View file

@ -0,0 +1,8 @@
KRename is a powerful batch renamer for KDE3.
It allows you to easily rename hundreds or even more files in
one go. The filenames can be created by parts of the original
filename, numbering the files or accessing hundreds of
informations about the file, like creation date or Exif
informations of an image.

4
misc/krename/doinst.sh Normal file
View file

@ -0,0 +1,4 @@
if [ -x usr/bin/update-desktop-database ]; then
usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1
fi

View file

@ -0,0 +1,77 @@
#!/bin/sh
# Slackware build script for krename
# Copyright 2008 Heinz Wiesinger <hmwiesinger@gmx.at>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
# 1. Redistributions of this script must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Modified by the slackbuilds.org project.
PRGNAM=krename
VERSION=3.0.14
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
fi
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
KDEPREF=$(kde-config --prefix) || true
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=$KDEPREF \
--sysconfdir=/etc/kde \
--localstatedir=/var
make
make install-strip DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS ChangeLog COPYING INSTALL README TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz

View file

@ -0,0 +1,8 @@
PRGNAM="krename"
VERSION="3.0.14"
HOMEPAGE="http://www.krename.net"
DOWNLOAD="http://downloads.sourceforge.net/krename/krename-3.0.14.tar.bz2"
MD5SUM="1f5fe57384d912c11fbd0fae94bb7fca"
MAINTAINER="ppr:kut"
EMAIL="HMWiesinger@gmx.at"
APPROVED="Michiel"

12
misc/krename/slack-desc Normal file
View file

@ -0,0 +1,12 @@
|-----handy-ruler----------------------------------------------|
krename: krename (a powerful batch renamer for KDE3)
krename:
krename: It allows you to easily rename hundreds or even more files in
krename: one go. The filenames can be created by parts of the original
krename: filename, numbering the files or accessing hundreds of
krename: informations about the file, like creation date or Exif
krename: informations of an image.
krename:
krename: Homepage: http://www.krename.net
krename:
krename: