desktop/nwg-panel: Updated for version 0.8.1.

Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jay Lanagan 2023-03-16 19:35:42 +00:00 committed by Willy Sudiarto Raharjo
parent 2054b6a362
commit 2f718a2915
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=nwg-panel
VERSION=${VERSION:-0.8.0}
VERSION=${VERSION:-0.8.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -73,7 +73,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/v$VERSION.tar.?z || tar xvf $CWD/$PRGNAM-$VERSION.tar.?z
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z || tar xvf $CWD/v$VERSION.tar.?z
cd $PRGNAM-$VERSION
# fix reboot/shutdown commands in menu

View File

@ -1,8 +1,8 @@
PRGNAM="nwg-panel"
VERSION="0.8.0"
VERSION="0.8.1"
HOMEPAGE="https://github.com/nwg-piotr/nwg-panel/"
DOWNLOAD="https://github.com/nwg-piotr/nwg-panel/archive/v0.8.0/nwg-panel-0.8.0.tar.gz"
MD5SUM="09732498a6c448568baf4107390aef94"
DOWNLOAD="https://github.com/nwg-piotr/nwg-panel/archive/v0.8.1/nwg-panel-0.8.1.tar.gz"
MD5SUM="5e976c27e53799f4292367dea598fb99"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gtk-layer-shell nwg-icon-picker playerctl python3-psutil i3ipc python3-dasbus python3-netifaces wheel SwayNotificationCenter wlr-randr"