system/p7zip: Updated for version 9.20.1.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2011-09-01 17:44:45 -03:00 committed by Niels Horn
parent a61cc45ee5
commit 995259a7b2
3 changed files with 10 additions and 13 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for p7zip # Slackware build script for p7zip
# Copyright 2007-2010 Heinz Wiesinger, Amsterdam, Netherlands # Copyright 2007-2011 Heinz Wiesinger, Amsterdam, Netherlands
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=p7zip PRGNAM=p7zip
VERSION=9.13 VERSION=9.20.1
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -119,17 +119,14 @@ if ! [ "$GUI" = "no" ]; then
install -m 444 -D GUI/p7zip_16_ok.png $PKG/usr/share/icons/hicolor/16x16/apps/p7zip.png install -m 444 -D GUI/p7zip_16_ok.png $PKG/usr/share/icons/hicolor/16x16/apps/p7zip.png
mkdir -p $PKG/usr/share/apps/konqueror/servicemenus/ mkdir -p $PKG/usr/share/kde4/services/ServiceMenus
cp GUI/kde/*.desktop $PKG/usr/share/apps/konqueror/servicemenus/ cp GUI/kde4/*.desktop $PKG/usr/share/kde4/services/ServiceMenus/
fi fi
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
( cd $PKG/usr/man find $PKG/usr/man -type f -exec gzip -9 {} \;
find . -type f -exec gzip -9 {} \;
for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
)
cp TODO $PKG/usr/doc/$PRGNAM-$VERSION cp TODO $PKG/usr/doc/$PRGNAM-$VERSION
cp contrib/gzip-like_CLI_wrapper_for_7z/README $PKG/usr/doc/$PRGNAM-$VERSION/README.p7zip cp contrib/gzip-like_CLI_wrapper_for_7z/README $PKG/usr/doc/$PRGNAM-$VERSION/README.p7zip

View file

@ -1,10 +1,10 @@
PRGNAM="p7zip" PRGNAM="p7zip"
VERSION="9.13" VERSION="9.20.1"
HOMEPAGE="http://p7zip.sourceforge.net/" HOMEPAGE="http://p7zip.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/p7zip/p7zip_9.13_src_all.tar.bz2" DOWNLOAD="http://downloads.sourceforge.net/p7zip/p7zip_9.20.1_src_all.tar.bz2"
MD5SUM="8ddb5053db3b1f2696407d01be145779" MD5SUM="bd6caaea567dc0d995c990c5cc883c89"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger" MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at" 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 # make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'. # customary to leave one space after the ':'.
|-----handy-ruler-------------------------------------------------------| |-----handy-ruler------------------------------------------------------|
p7zip: p7zip (File Compression/Decompression Utility) p7zip: p7zip (File Compression/Decompression Utility)
p7zip: p7zip:
p7zip: 7-Zip is a well-known file compression utility for windows. p7zip: 7-Zip is a well-known file compression utility for windows.