desktop/gnome-shell-extension-arch-menu: Updated for version 27.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Nathaniel Russell 2022-12-08 21:25:10 +07:00 committed by Willy Sudiarto Raharjo
parent 0698e37b21
commit 2ed00e46e1
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 9 additions and 9 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for gnome-shell-extension-arc-menu
# Copyright 2022 Nathaniel Russell
# Copyright 2022 Nathaniel Russell <naterussell83@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,7 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gnome-shell-extension-arc-menu
SRCNAM=ArcMenu
VERSION=${VERSION:-v27}
SRCVER=${SRCVER:-0e3e4f4eac863be9afe2cc22e384223740600642}
VERSION=${VERSION:-27}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -38,7 +39,6 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
exit 0
fi
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@ -62,9 +62,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.?z
cd $SRCNAM-$VERSION
rm -rf $SRCNAM-$SRCVER
tar xvf $CWD/$SRCNAM-$SRCVER.tar.?z
cd $SRCNAM-$SRCVER
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View file

@ -1,8 +1,8 @@
PRGNAM="gnome-shell-extension-arc-menu"
VERSION="v27"
VERSION="27"
HOMEPAGE="https://gitlab.com/arcmenu/ArcMenu"
DOWNLOAD="https://gitlab.com/arcmenu/ArcMenu/-/archive/v27/ArcMenu-v27.tar.gz"
MD5SUM="bf10ffee5ae9260e295e1e8dbcaf06f2"
DOWNLOAD="https://gitlab.com/arcmenu/ArcMenu/-/archive/0e3e4f4eac863be9afe2cc22e384223740600642/ArcMenu-0e3e4f4eac863be9afe2cc22e384223740600642.tar.gz"
MD5SUM="5234b0c07866ab429ab2ac8b1a2e4893"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""