diff options
author | Nathaniel Russell <naterussell83@gmail.com> | 2022-12-08 21:26:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-08 21:26:42 +0700 |
commit | 9a86cdb09cd81da247c5817e32b6ce23de87f2c4 (patch) | |
tree | 4919aaaa213d0dfae09e011a269fbbbff4c4c4d0 /desktop | |
parent | 2ed00e46e13697de649f73f95527f3d64956c094 (diff) |
desktop/gnome-shell-extension-dash-to-panel: Updated for version 52.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel.SlackBuild | 12 | ||||
-rw-r--r-- | desktop/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel.info | 6 |
2 files changed, 6 insertions, 12 deletions
diff --git a/desktop/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel.SlackBuild b/desktop/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel.SlackBuild index 51e4904f0d2dc..668aa64fd18c0 100644 --- a/desktop/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel.SlackBuild +++ b/desktop/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gnome-shell-extension-dash-to-panel -# 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,18 +26,12 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gnome-shell-extension-dash-to-panel SRCNAM=dash-to-panel -VERSION=${VERSION:-45} +VERSION=${VERSION:-52} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -if [ -z "$ARCH" ]; then -case "$( uname -m )" in - i?86) ARCH=i586 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; -esac -fi +ARCH=noarch if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" diff --git a/desktop/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel.info b/desktop/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel.info index be89e0c401dab..e9ccf93e7fe3e 100644 --- a/desktop/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel.info +++ b/desktop/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel.info @@ -1,8 +1,8 @@ PRGNAM="gnome-shell-extension-dash-to-panel" -VERSION="45" +VERSION="52" HOMEPAGE="http://github.com/home-sweet-gnome/dash-to-panel" -DOWNLOAD="https://github.com/home-sweet-gnome/dash-to-panel/archive/v45/dash-to-panel-45.tar.gz" -MD5SUM="be7803b2695805e143a2612cc25d2af6" +DOWNLOAD="https://github.com/home-sweet-gnome/dash-to-panel/archive/v52/dash-to-panel-52.tar.gz" +MD5SUM="dda7f9ea0ca845c8fa48ae5c150fc6b6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |