diff options
author | Donald Cooley <dfc@warpmail.net> | 2013-12-01 21:21:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-12-01 22:49:01 +0700 |
commit | db8c301fa90295544cba5611e835e5c9bbf8a646 (patch) | |
tree | acb7cd43623112f47e71e79b610ff91c97ecbb6e /misc/gprename | |
parent | f337c8f4e9f0869b2fb7ecbf4fa1892ea054e3ff (diff) |
misc/gprename: Updated for version 5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/gprename')
-rw-r--r-- | misc/gprename/README | 4 | ||||
-rw-r--r-- | misc/gprename/gprename.SlackBuild | 15 | ||||
-rw-r--r-- | misc/gprename/gprename.info | 6 | ||||
-rw-r--r-- | misc/gprename/slack-desc | 4 |
4 files changed, 15 insertions, 14 deletions
diff --git a/misc/gprename/README b/misc/gprename/README index b18787824bac..12a885b2e7a4 100644 --- a/misc/gprename/README +++ b/misc/gprename/README @@ -1,2 +1,2 @@ -GPRename is a complete batch renamer for files and directories and is licensed -under the terms of the GNU General Public Licence version 3. +GPRename is a complete batch renamer for files and directories and is +licensed under the terms of the GNU General Public Licence version 3. diff --git a/misc/gprename/gprename.SlackBuild b/misc/gprename/gprename.SlackBuild index 261297b70348..82b5fa6f04ef 100644 --- a/misc/gprename/gprename.SlackBuild +++ b/misc/gprename/gprename.SlackBuild @@ -1,6 +1,7 @@ #!/bin/sh # Copyright 2010 Binh Nguyen <binhvng@gmail.com> +# Currently maintained by Donald Cooley <dfc@warpmail.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -21,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gprename -VERSION=${VERSION:-2.6.5} +VERSION=${VERSION:-5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -39,14 +40,14 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 -cd $PRGNAM +cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; make install DESTDIR=$PKG/usr PREFIX=/usr @@ -61,7 +62,7 @@ for i in $(find $PKG/usr/man -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i sed -i 's#local/##' $PKG/usr/share/applications/$PRGNAM.desktop mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a COPYING README $PKG/usr/doc/$PRGNAM-$VERSION +cp -a COPYING.TXT README.TXT $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/misc/gprename/gprename.info b/misc/gprename/gprename.info index 1a0b123ba94d..7ab38a95f1d4 100644 --- a/misc/gprename/gprename.info +++ b/misc/gprename/gprename.info @@ -1,8 +1,8 @@ PRGNAM="gprename" -VERSION="2.6.5" +VERSION="5" HOMEPAGE="http://gprename.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/gprename/gprename-2.6.5.tar.bz2" -MD5SUM="ef8e8eeaa1f55bf1c844d464cfbdac71" +DOWNLOAD="http://sourceforge.net/projects/gprename/files/gprename/5/gprename-5.tar.bz2" +MD5SUM="221703effa64af063ca9d9b098fe7d7e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-gtk2 perl-libintl" diff --git a/misc/gprename/slack-desc b/misc/gprename/slack-desc index 3ad5d35f6cc5..ad42a77d05bc 100644 --- a/misc/gprename/slack-desc +++ b/misc/gprename/slack-desc @@ -8,8 +8,8 @@ |-----handy-ruler------------------------------------------------------| gprename: GPRename (A GTK2 batch renamer for files and directories) gprename: -gprename: GPRename is a complete batch renamer for files and directories and is -gprename: licensed under the terms of the GNU General Public Licence version 3. +gprename: GPRename is a complete batch renamer for files and directories and +gprename: is licensed under the terms of the GPL version 3. gprename: gprename: Homepage: http://gprename.sourceforge.net/ gprename: |