mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/p7zip: Updated for version 9.20.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
a61cc45ee5
commit
995259a7b2
3 changed files with 10 additions and 13 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue