diff options
author | 2025-04-29 17:37:13 +0200 | |
---|---|---|
committer | 2025-05-03 09:37:21 +0700 | |
commit | aaed33e822b9175c23fb98e4d950c2968baa6439 (patch) | |
tree | c46e3668043a9de1156f57d8a996dee2cc019e19 /libraries | |
parent | f84b0f7efaa1be525dec1eb0715f3adc37f9eb67 (diff) | |
download | slackbuilds-aaed33e822b9175c23fb98e4d950c2968baa6439.tar.gz slackbuilds-aaed33e822b9175c23fb98e4d950c2968baa6439.tar.xz |
libraries/menu-cache: Updated for version 1.1.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/menu-cache/menu-cache.SlackBuild | 12 | ||||
-rw-r--r-- | libraries/menu-cache/menu-cache.info | 6 |
2 files changed, 6 insertions, 12 deletions
diff --git a/libraries/menu-cache/menu-cache.SlackBuild b/libraries/menu-cache/menu-cache.SlackBuild index ba8831d00d..5de2c2b1dd 100644 --- a/libraries/menu-cache/menu-cache.SlackBuild +++ b/libraries/menu-cache/menu-cache.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for menu-cache -# Copyright 2011-2017 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2011-2025 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # Copyright (c) 2010 Chris Abela <chris.abela@maltats.com> # Copyright (c) 2009 Eric Hameleers, Eindhoven, NL # All rights reserved. @@ -28,8 +28,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=menu-cache -VERSION=${VERSION:-1.1.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.1.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -41,9 +41,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -82,9 +79,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# Apply upstream patches and fix building with gcc >= 10.x -for i in $CWD/patches/* ; do patch -p1 < $i ; done - sh autogen.sh || true CFLAGS="$SLKCFLAGS" \ diff --git a/libraries/menu-cache/menu-cache.info b/libraries/menu-cache/menu-cache.info index b72fb75b4f..53b38ab817 100644 --- a/libraries/menu-cache/menu-cache.info +++ b/libraries/menu-cache/menu-cache.info @@ -1,8 +1,8 @@ PRGNAM="menu-cache" -VERSION="1.1.0" +VERSION="1.1.1" HOMEPAGE="https://lxde.org" -DOWNLOAD="http://downloads.sf.net/lxde/menu-cache-1.1.0.tar.xz" -MD5SUM="99999a0bca48b980105208760c8fd893" +DOWNLOAD="https://github.com/lxde/releases/raw/refs/heads/master/releases/menu-cache-1.1.1.tar.xz" +MD5SUM="ef8244a94816197427c3fac5731f2742" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libfm-extra" |