diff options
Diffstat (limited to 'system/p7zip/p7zip.SlackBuild')
-rw-r--r-- | system/p7zip/p7zip.SlackBuild | 13 |
1 files changed, 5 insertions, 8 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 |