desktop/nwg-shell: Updated for version 0.5.38.

desktop/nwg-shell: Remove 'v' from filename & SlackBuild.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jay Lanagan 2024-09-10 17:27:24 -04:00 committed by Willy Sudiarto Raharjo
parent 0083d99f19
commit 3d8fce83ed
2 changed files with 5 additions and 22 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=nwg-shell
VERSION=${VERSION:-0.5.37}
VERSION=${VERSION:-0.5.38}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -50,30 +50,13 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
#if [ "$ARCH" = "i586" ]; then
# SLKCFLAGS="-O2 -march=i586 -mtune=i686"
# LIBDIRSUFFIX=""
#elif [ "$ARCH" = "i686" ]; then
# SLKCFLAGS="-O2 -march=i686 -mtune=i686"
# LIBDIRSUFFIX=""
#elif [ "$ARCH" = "x86_64" ]; then
# SLKCFLAGS="-O2 -fPIC"
# LIBDIRSUFFIX="64"
#elif [ "$ARCH" = "aarch64" ]; then
# SLKCFLAGS="-O2 -fPIC"
# LIBDIRSUFFIX="64"
#else
# SLKCFLAGS="-O2"
# LIBDIRSUFFIX=""
#fi
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-v$VERSION.tar.?z
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z
cd $PRGNAM-$VERSION
chown -R root:root .

View file

@ -1,8 +1,8 @@
PRGNAM="nwg-shell"
VERSION="0.5.37"
VERSION="0.5.38"
HOMEPAGE="https://nwg-piotr.github.io/nwg-shell/"
DOWNLOAD="https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.37/nwg-shell-v0.5.37.tar.gz"
MD5SUM="dc4c9beb9138855038975958786ff20d"
DOWNLOAD="https://github.com/nwg-piotr/nwg-shell/archive/v0.5.38/nwg-shell-0.5.38.tar.gz"
MD5SUM="668a7a3de5523f733a646d0c4d458326"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="foot grim jq brightnessctl papirus-icon-theme slurp gtklock-playerctl-module gtklock-powerbar-module gtklock-userinfo-module swappy sway swayidle swaylock wl-clipboard azote gopsuinfo nwg-bar nwg-clipman nwg-dock nwg-menu nwg-look nwg-panel nwg-readme-browser nwg-shell-config nwg-shell-wallpapers nwg-wrapper nwg-displays python3-autotiling xdg-desktop-portal-wlr"