Browse Source

desktop/gnome-shell-extension-dash-to-panel: Updated for version 52.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/191/head
Nathaniel Russell 3 years ago
committed by Willy Sudiarto Raharjo
parent
commit
9a86cdb09c
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 12
      desktop/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel.SlackBuild
  2. 6
      desktop/gnome-shell-extension-dash-to-panel/gnome-shell-extension-dash-to-panel.info

12
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"

6
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=""

Loading…
Cancel
Save