desktop/caja: Updated for version 1.26.3.

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 2023-10-24 06:30:03 +09:00 committed by Willy Sudiarto Raharjo
parent e0c1d08421
commit 04ac5caff8
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 8 additions and 7 deletions

View File

@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=caja
VERSION=${VERSION:-1.26.1}
VERSION=${VERSION:-1.26.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -80,9 +80,9 @@ 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 {} +
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
@ -94,6 +94,7 @@ CXXFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--disable-static \
--enable-shared \
--libexecdir=/usr/lib${LIBDIRSUFFIX}/caja \
--disable-update-mimedb \
--enable-introspection \
@ -108,7 +109,7 @@ rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la
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="caja"
VERSION="1.26.1"
VERSION="1.26.3"
HOMEPAGE="https://wiki.mate-desktop.org/mate-desktop/applications/caja/"
DOWNLOAD="https://pub.mate-desktop.org/releases/1.26/caja-1.26.1.tar.xz"
MD5SUM="c86b685419af22347097ce6817c78940"
DOWNLOAD="https://pub.mate-desktop.org/releases/1.26/caja-1.26.3.tar.xz"
MD5SUM="bf6fab93dd64b1a5c7c9bdbed1b7e02f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="mate-desktop"