diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2011-09-01 17:44:45 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-09-01 17:44:45 -0300 |
commit | 995259a7b2b8882f90ea7fa2d001c8bf7e26ef16 (patch) | |
tree | 8744a201a511432c9350078c1884b1fba4451fcb /system/p7zip | |
parent | a61cc45ee5d8f19564e3a6687b24d857b34ed473 (diff) | |
download | slackbuilds-995259a7b2b8882f90ea7fa2d001c8bf7e26ef16.tar.gz |
system/p7zip: Updated for version 9.20.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/p7zip')
-rw-r--r-- | system/p7zip/p7zip.SlackBuild | 13 | ||||
-rw-r--r-- | system/p7zip/p7zip.info | 8 | ||||
-rw-r--r-- | system/p7zip/slack-desc | 2 |
3 files changed, 10 insertions, 13 deletions
diff --git a/system/p7zip/p7zip.SlackBuild b/system/p7zip/p7zip.SlackBuild index 3ac450f466..6dc8402223 100644 --- a/system/p7zip/p7zip.SlackBuild +++ b/system/p7zip/p7zip.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for p7zip -# Copyright 2007-2010 Heinz Wiesinger, Amsterdam, Netherlands +# Copyright 2007-2011 Heinz Wiesinger, Amsterdam, Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=p7zip -VERSION=9.13 +VERSION=9.20.1 BUILD=${BUILD:-1} 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 - mkdir -p $PKG/usr/share/apps/konqueror/servicemenus/ - cp GUI/kde/*.desktop $PKG/usr/share/apps/konqueror/servicemenus/ + mkdir -p $PKG/usr/share/kde4/services/ServiceMenus + cp GUI/kde4/*.desktop $PKG/usr/share/kde4/services/ServiceMenus/ fi find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -( cd $PKG/usr/man - find . -type f -exec gzip -9 {} \; - for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -) +find $PKG/usr/man -type f -exec gzip -9 {} \; cp TODO $PKG/usr/doc/$PRGNAM-$VERSION cp contrib/gzip-like_CLI_wrapper_for_7z/README $PKG/usr/doc/$PRGNAM-$VERSION/README.p7zip diff --git a/system/p7zip/p7zip.info b/system/p7zip/p7zip.info index 56fbe5901e..4f71e9fd21 100644 --- a/system/p7zip/p7zip.info +++ b/system/p7zip/p7zip.info @@ -1,10 +1,10 @@ PRGNAM="p7zip" -VERSION="9.13" +VERSION="9.20.1" HOMEPAGE="http://p7zip.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/p7zip/p7zip_9.13_src_all.tar.bz2" -MD5SUM="8ddb5053db3b1f2696407d01be145779" +DOWNLOAD="http://downloads.sourceforge.net/p7zip/p7zip_9.20.1_src_all.tar.bz2" +MD5SUM="bd6caaea567dc0d995c990c5cc883c89" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Heinz Wiesinger" EMAIL="pprkut@liwjatan.at" -APPROVED="rworkman" +APPROVED="Niels Horn" diff --git a/system/p7zip/slack-desc b/system/p7zip/slack-desc index f53a6af927..4215a09382 100644 --- a/system/p7zip/slack-desc +++ b/system/p7zip/slack-desc @@ -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------------------------------------------------------| p7zip: p7zip (File Compression/Decompression Utility) p7zip: p7zip: 7-Zip is a well-known file compression utility for windows. |