desktop/engrampa: Updated for version 1.26.2.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Johannes Schoepfer 2024-02-10 08:28:34 +09:00 committed by Willy Sudiarto Raharjo
parent 38a72eca03
commit 50aefd5d63
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 15 additions and 16 deletions

View File

@ -2,9 +2,9 @@
# Slackware build script for engrampa
# Copyright 2013 Chess Griffin, Raleigh, NC
# Copyright 2014-2021 Willy Sudiarto Raharjo
# Copyright 2023 Johannes Schoepfer, Germany
# Copyright 2013 Chess Griffin, Raleigh, NC
# Copyright 2014-2021 Willy Sudiarto Raharjo
# Copyright 2023-2024 Johannes Schoepfer, Germany
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=engrampa
VERSION=${VERSION:-1.26.1}
VERSION=${VERSION:-1.26.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -80,15 +80,12 @@ cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \+ -o \
-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 {} +
if [ ! -x /usr/bin/caja ]; then
CAJA="--disable-caja-actions"
else
unset CAJA
fi
# Autodetect caja extension
pkg-config libcaja-extension && CAJA="enable" || CAJA="disable"
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
@ -99,9 +96,11 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--enable-debug=no \
--disable-schemas-compile \
--enable-magic \
--disable-packagekit \
$CAJA \
--${CAJA}-caja-actions \
--build=$ARCH-slackware-linux
make
@ -110,7 +109,7 @@ make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 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 {} \;
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
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION

View File

@ -1,8 +1,8 @@
PRGNAM="engrampa"
VERSION="1.26.1"
VERSION="1.26.2"
HOMEPAGE="https://wiki.mate-desktop.org/mate-desktop/applications/engrampa/"
DOWNLOAD="https://pub.mate-desktop.org/releases/1.26/engrampa-1.26.1.tar.xz"
MD5SUM="1e6ef562c1453a9cb98b21975ac39e8c"
DOWNLOAD="https://pub.mate-desktop.org/releases/1.26/engrampa-1.26.2.tar.xz"
MD5SUM="c1476730136dce146c085db364967fee"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""