summaryrefslogtreecommitdiffstats
path: root/desktop/mate-menus/mate-menus.SlackBuild
diff options
context:
space:
mode:
author Johannes Schoepfer <slackbuilds@schoepfer.info>2024-02-23 17:14:41 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-24 15:34:51 +0700
commit17b8bbf231e01927447eb157b190750d8c6750c8 (patch)
treea7b917b91900f8dae069032fde0e8a184ee15fc1 /desktop/mate-menus/mate-menus.SlackBuild
parent4dda2b55e9a08e354573077ea3b83c794d7a4e4a (diff)
downloadslackbuilds-17b8bbf231e01927447eb157b190750d8c6750c8.tar.gz
slackbuilds-17b8bbf231e01927447eb157b190750d8c6750c8.tar.xz
desktop/mate-menus: 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/mate-menus/mate-menus.SlackBuild')
-rw-r--r--desktop/mate-menus/mate-menus.SlackBuild13
1 files changed, 7 insertions, 6 deletions
diff --git a/desktop/mate-menus/mate-menus.SlackBuild b/desktop/mate-menus/mate-menus.SlackBuild
index b63580ea83..83435d48b9 100644
--- a/desktop/mate-menus/mate-menus.SlackBuild
+++ b/desktop/mate-menus/mate-menus.SlackBuild
@@ -2,9 +2,9 @@
# Slackware build script for mate-menus
-# Copyright 2013 Chess Griffin Raleigh, NC
-# Copyright 2013-2021 Willy Sudiarto Raharjo
-# Copyright 2022-2023 Johannes Schoepfer, Germany
+# Copyright 2013 Chess Griffin Raleigh, NC
+# Copyright 2013-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-menus
-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" \
@@ -94,6 +94,7 @@ CXXFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--disable-static \
+ --enable-shared \
--build=$ARCH-slackware-linux
make