desktop/nwg-panel: Updated for version 0.9.34.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jay Lanagan 2024-06-20 00:43:29 -04:00 committed by Willy Sudiarto Raharjo
parent bfd5550f9d
commit 3c08934330
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 8 additions and 6 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=nwg-panel
VERSION=${VERSION:-0.9.32}
VERSION=${VERSION:-0.9.34}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -86,7 +86,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python3 setup.py install --optimize=1 --root=$PKG
python3 -m build --wheel --no-isolation
python3 -m installer --destdir=$PKG dist/*.whl
install -Dm0644 -t $PKG/usr/share/pixmaps *.svg
install -Dm0644 -t $PKG/usr/share/applications *.desktop

View File

@ -1,10 +1,10 @@
PRGNAM="nwg-panel"
VERSION="0.9.32"
VERSION="0.9.34"
HOMEPAGE="https://github.com/nwg-piotr/nwg-panel/"
DOWNLOAD="https://github.com/nwg-piotr/nwg-panel/archive/v0.9.32/nwg-panel-0.9.32.tar.gz"
MD5SUM="e1b7226b286ac0ca97cf690eb8da8e5d"
DOWNLOAD="https://github.com/nwg-piotr/nwg-panel/archive/v0.9.34/nwg-panel-0.9.34.tar.gz"
MD5SUM="7a48824eab841108b72724503d778647"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="brightnessctl nwg-icon-picker playerctl python3-psutil i3ipc python3-dasbus python3-netifaces SwayNotificationCenter wlr-randr ddcutil"
REQUIRES="brightnessctl nwg-icon-picker playerctl python3-psutil i3ipc python3-dasbus python3-netifaces SwayNotificationCenter wlr-randr ddcutil python3-build python3-wheel"
MAINTAINER="Jay Lanagan"
EMAIL="j@lngn.net"