diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2024-02-10 08:28:34 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-10 16:17:20 +0700 |
commit | 50aefd5d634c36cca5f2ce59a510d7617786f058 (patch) | |
tree | 9617cf7b43b03b71dbc64cf59383ea360329a1f7 /desktop | |
parent | 38a72eca03894fa8d82b1739979149be1f7a7fd1 (diff) |
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>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/engrampa/engrampa.SlackBuild | 25 | ||||
-rw-r--r-- | desktop/engrampa/engrampa.info | 6 |
2 files changed, 15 insertions, 16 deletions
diff --git a/desktop/engrampa/engrampa.SlackBuild b/desktop/engrampa/engrampa.SlackBuild index 8516683134cae..306d0c68d2e63 100644 --- a/desktop/engrampa/engrampa.SlackBuild +++ b/desktop/engrampa/engrampa.SlackBuild @@ -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 diff --git a/desktop/engrampa/engrampa.info b/desktop/engrampa/engrampa.info index 97e086e567dd5..7afa78236980a 100644 --- a/desktop/engrampa/engrampa.info +++ b/desktop/engrampa/engrampa.info @@ -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="" |