mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/p7zip: Downgraded to 9.20.1.
Revert "system/p7zip: Updated for version 15.09."
This reverts commit 7ba5982dbf
.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7b5a4afdae
commit
8bf8ec0f89
2 changed files with 6 additions and 9 deletions
|
@ -22,10 +22,8 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# Modified by Mario Preksavec <mario@slackware.hr>
|
||||
|
||||
PRGNAM=p7zip
|
||||
VERSION=${VERSION:-15.09}
|
||||
VERSION=9.20.1
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -72,7 +70,7 @@ 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 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
make all3 \
|
||||
OPTFLAGS="$SLKCFLAGS" \
|
||||
|
@ -129,11 +127,10 @@ if ! [ "$GUI" = "no" ]; then
|
|||
cp GUI/kde4/*.desktop $PKG/usr/share/kde4/services/ServiceMenus/
|
||||
fi
|
||||
|
||||
find $PKG -print0 | xargs -0 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
|
||||
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
cp TODO $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp contrib/gzip-like_CLI_wrapper_for_7z/README $PKG/usr/doc/$PRGNAM-$VERSION/README.p7zip
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="p7zip"
|
||||
VERSION="15.09"
|
||||
VERSION="9.20.1"
|
||||
HOMEPAGE="http://p7zip.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/p7zip/p7zip_15.09_src_all.tar.bz2"
|
||||
MD5SUM="ab69f4f13ba0ec57eca2cf4c9edd9678"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/p7zip/p7zip_9.20.1_src_all.tar.bz2"
|
||||
MD5SUM="bd6caaea567dc0d995c990c5cc883c89"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue