From 3d8fce83edb8990c2dce47460ce98f3792125b31 Mon Sep 17 00:00:00 2001 From: Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> Date: Tue, 10 Sep 2024 17:27:24 -0400 Subject: [PATCH] desktop/nwg-shell: Updated for version 0.5.38. desktop/nwg-shell: Remove 'v' from filename & SlackBuild. Signed-off-by: Willy Sudiarto Raharjo --- desktop/nwg-shell/nwg-shell.SlackBuild | 21 ++------------------- desktop/nwg-shell/nwg-shell.info | 6 +++--- 2 files changed, 5 insertions(+), 22 deletions(-) diff --git a/desktop/nwg-shell/nwg-shell.SlackBuild b/desktop/nwg-shell/nwg-shell.SlackBuild index 42ee25ca58..7007bda9d4 100644 --- a/desktop/nwg-shell/nwg-shell.SlackBuild +++ b/desktop/nwg-shell/nwg-shell.SlackBuild @@ -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 . diff --git a/desktop/nwg-shell/nwg-shell.info b/desktop/nwg-shell/nwg-shell.info index 7d2d8a4c9e..0265bc3c1f 100644 --- a/desktop/nwg-shell/nwg-shell.info +++ b/desktop/nwg-shell/nwg-shell.info @@ -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"