desktop/nwg-shell: Updated for version 0.5.31.

Added new deps 'nwg-clipman' (already on SBo) and 'nwg-readme-browser' (in this weeks queue) to the project.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jay Lanagan 2024-02-02 08:25:53 -05:00 committed by Willy Sudiarto Raharjo
parent beb549af71
commit fb6fa3a2a6
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 13 additions and 11 deletions

View file

@ -0,0 +1,3 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi

View file

@ -2,7 +2,7 @@
# Slackware build script for nwg-shell
# Copyright 2023 Jay Lanagan (j@lngn.net), Detroit, MI, USA.
# Copyright 2023-2024 Jay Lanagan (j@lngn.net), Detroit, MI, USA.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=nwg-shell
VERSION=${VERSION:-0.5.28}
VERSION=${VERSION:-0.5.31}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -87,11 +87,9 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python3 setup.py install --optimize=1 --root=$PKG
mkdir -p $PKG/usr/share/backgrounds $PKG/usr/bin
chmod 644 nwg-shell.jpg
chmod 755 scripts/*
cp nwg-shell.jpg $PKG/usr/share/backgrounds
cp scripts/screenshot $PKG/usr/bin
install -Dm0644 -t $PKG/usr/share/backgrounds nwg-shell.jpg
install -Dm0755 -t $PKG/usr/bin scripts/screenshot
install -Dm0644 -t $PKG/usr/share/applications nwg-readme.desktop
# Remove Arch updaters from our Slackware package, users are recommended
# to use sbopkg, sboui, or their favorite SBo updater to get package updates.
@ -108,6 +106,7 @@ cp -a LICENSE README.md \
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG

View file

@ -1,10 +1,10 @@
PRGNAM="nwg-shell"
VERSION="0.5.28"
VERSION="0.5.31"
HOMEPAGE="https://nwg-piotr.github.io/nwg-shell/"
DOWNLOAD="https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.28/nwg-shell-v0.5.28.tar.gz"
MD5SUM="e4011c21c8a87c5fe9930b1b7b3b7faa"
DOWNLOAD="https://github.com/nwg-piotr/nwg-shell/releases/download/v0.5.31/nwg-shell-v0.5.31.tar.gz"
MD5SUM="130d2e6a276c4ecb4d6440ada5b412e8"
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-dock nwg-menu nwg-look nwg-panel nwg-shell-config nwg-shell-wallpapers nwg-wrapper nwg-displays python3-autotiling xdg-desktop-portal-wlr"
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"
MAINTAINER="Jay Lanagan"
EMAIL="j@lngn.net"