diff options
author | Nathaniel Russell <naterussell83@gmail.com> | 2022-12-08 21:25:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-08 21:25:10 +0700 |
commit | 2ed00e46e13697de649f73f95527f3d64956c094 (patch) | |
tree | 8f766925936add48d6f1fbc234463a57ed2346e8 /desktop | |
parent | 0698e37b21f27b7d10da35dfa36f1e1280b649d8 (diff) |
desktop/gnome-shell-extension-arch-menu: Updated for version 27.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/gnome-shell-extension-arc-menu/gnome-shell-extension-arc-menu.SlackBuild | 12 | ||||
-rw-r--r-- | desktop/gnome-shell-extension-arc-menu/gnome-shell-extension-arc-menu.info | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/desktop/gnome-shell-extension-arc-menu/gnome-shell-extension-arc-menu.SlackBuild b/desktop/gnome-shell-extension-arc-menu/gnome-shell-extension-arc-menu.SlackBuild index d6f0aa3d1b78..4b540347ca66 100644 --- a/desktop/gnome-shell-extension-arc-menu/gnome-shell-extension-arc-menu.SlackBuild +++ b/desktop/gnome-shell-extension-arc-menu/gnome-shell-extension-arc-menu.SlackBuild @@ -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 \ diff --git a/desktop/gnome-shell-extension-arc-menu/gnome-shell-extension-arc-menu.info b/desktop/gnome-shell-extension-arc-menu/gnome-shell-extension-arc-menu.info index 4c7f41ac1565..3bfd6dad1d21 100644 --- a/desktop/gnome-shell-extension-arc-menu/gnome-shell-extension-arc-menu.info +++ b/desktop/gnome-shell-extension-arc-menu/gnome-shell-extension-arc-menu.info @@ -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="" |