summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Johannes Schoepfer2024-02-23 09:14:55 +0100
committer Willy Sudiarto Raharjo2024-02-24 09:34:52 +0100
commit2f11d7f5655bf956588428adbef5d401037ac4e9 (patch)
tree20d320eea5f1d87411090534a29d51f92b6a0593 /desktop
parentc725423c502fec83007f793380d2cce9004a8086 (diff)
downloadslackbuilds-2f11d7f5655bf956588428adbef5d401037ac4e9.tar.gz
desktop/mate-utils: Updated for version 1.28.0.
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/mate-utils/README2
-rw-r--r--desktop/mate-utils/mate-utils.SlackBuild14
-rw-r--r--desktop/mate-utils/mate-utils.info6
3 files changed, 10 insertions, 12 deletions
diff --git a/desktop/mate-utils/README b/desktop/mate-utils/README
index 6376e2feb1..b6b6bdb040 100644
--- a/desktop/mate-utils/README
+++ b/desktop/mate-utils/README
@@ -1,4 +1,2 @@
-mate-utils (various utilities for the MATE desktop)
-
mate-utils includes mate-system-log, mate-search-tool,
mate-dictionary, mate-screenshot, and mate-disk-usage-analyzer.
diff --git a/desktop/mate-utils/mate-utils.SlackBuild b/desktop/mate-utils/mate-utils.SlackBuild
index 18183f8dd4..16b562bb42 100644
--- a/desktop/mate-utils/mate-utils.SlackBuild
+++ b/desktop/mate-utils/mate-utils.SlackBuild
@@ -2,9 +2,9 @@
# Slackware build script for mate-utils
-# 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=mate-utils
-VERSION=${VERSION:-1.26.1}
+VERSION=${VERSION:-1.28.0}
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" \
@@ -106,7 +106,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/mate-utils/mate-utils.info b/desktop/mate-utils/mate-utils.info
index 63d769b786..d45e3d13a9 100644
--- a/desktop/mate-utils/mate-utils.info
+++ b/desktop/mate-utils/mate-utils.info
@@ -1,8 +1,8 @@
PRGNAM="mate-utils"
-VERSION="1.26.1"
+VERSION="1.28.0"
HOMEPAGE="https://wiki.mate-desktop.org/mate-desktop/components/mate-utils/"
-DOWNLOAD="https://pub.mate-desktop.org/releases/1.26/mate-utils-1.26.1.tar.xz"
-MD5SUM="1ce3bb086f21a8beb5c1897bc4594bd7"
+DOWNLOAD="https://pub.mate-desktop.org/releases/1.28/mate-utils-1.28.0.tar.xz"
+MD5SUM="b5820b69d1c292712a7a45a933d9c2da"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="mate-panel"