diff options
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 |
commit | 17b8bbf231e01927447eb157b190750d8c6750c8 (patch) | |
tree | a7b917b91900f8dae069032fde0e8a184ee15fc1 | |
parent | 4dda2b55e9a08e354573077ea3b83c794d7a4e4a (diff) |
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>
-rw-r--r-- | desktop/mate-menus/README | 2 | ||||
-rw-r--r-- | desktop/mate-menus/mate-menus.SlackBuild | 13 | ||||
-rw-r--r-- | desktop/mate-menus/mate-menus.info | 8 | ||||
-rw-r--r-- | desktop/mate-menus/slack-desc | 2 |
4 files changed, 12 insertions, 13 deletions
diff --git a/desktop/mate-menus/README b/desktop/mate-menus/README index fd2cc2533fce..806b6d2956a9 100644 --- a/desktop/mate-menus/README +++ b/desktop/mate-menus/README @@ -1,5 +1,3 @@ -mate-menus (menu library and files for the MATE desktop) - mate-menus contains the libmate-menu library, the layout configuration files for the MATE menu, as well as a simple menu editor. diff --git a/desktop/mate-menus/mate-menus.SlackBuild b/desktop/mate-menus/mate-menus.SlackBuild index b63580ea83fb..83435d48b909 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 diff --git a/desktop/mate-menus/mate-menus.info b/desktop/mate-menus/mate-menus.info index 4c8190a38da5..4f8b7a781250 100644 --- a/desktop/mate-menus/mate-menus.info +++ b/desktop/mate-menus/mate-menus.info @@ -1,8 +1,8 @@ PRGNAM="mate-menus" -VERSION="1.26.1" -HOMEPAGE="https://www.mate-desktop.org/" -DOWNLOAD="https://pub.mate-desktop.org/releases/1.26/mate-menus-1.26.1.tar.xz" -MD5SUM="e7deb070463ad3d1ccbbf576efdd8267" +VERSION="1.28.0" +HOMEPAGE="https://wiki.mate-desktop.org/mate-desktop/components/mate-menus/" +DOWNLOAD="https://pub.mate-desktop.org/releases/1.28/mate-menus-1.28.0.tar.xz" +MD5SUM="2f71187401d38ba23c389190f5c67dd6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/desktop/mate-menus/slack-desc b/desktop/mate-menus/slack-desc index 8ec2e06bd63d..cd2e7886d62e 100644 --- a/desktop/mate-menus/slack-desc +++ b/desktop/mate-menus/slack-desc @@ -15,5 +15,5 @@ mate-menus: mate-menus: mate-menus: mate-menus: -mate-menus: https://www.mate-desktop.org +mate-menus: https://wiki.mate-desktop.org/mate-desktop/components/mate-menus/ mate-menus: |