diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2023-10-24 06:30:03 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-28 13:11:49 +0700 |
commit | 04ac5caff8378ca15fb736e73583245735eeac83 (patch) | |
tree | 1004faaf8a1d3ea8adeea0f96beb6b388aa11336 /desktop | |
parent | e0c1d08421c74794ab135a345fe984c6a9c5ba1e (diff) |
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>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/caja/caja.SlackBuild | 9 | ||||
-rw-r--r-- | desktop/caja/caja.info | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/desktop/caja/caja.SlackBuild b/desktop/caja/caja.SlackBuild index d20172e804..ab5e1f2e8c 100644 --- a/desktop/caja/caja.SlackBuild +++ b/desktop/caja/caja.SlackBuild @@ -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 diff --git a/desktop/caja/caja.info b/desktop/caja/caja.info index ad7d3604ac..dd4c13e627 100644 --- a/desktop/caja/caja.info +++ b/desktop/caja/caja.info @@ -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" |