diff options
author | Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> | 2024-06-20 00:43:29 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-20 22:14:23 +0700 |
commit | 3c0893433053c88dc0366fdd98eb4172a7dbf870 (patch) | |
tree | 86c64d932920c43149e7e55a7579cba6ad998ab8 /desktop | |
parent | bfd5550f9db36cfaa42711ca28b03c65d0b0462e (diff) |
desktop/nwg-panel: Updated for version 0.9.34.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/nwg-panel/nwg-panel.SlackBuild | 6 | ||||
-rw-r--r-- | desktop/nwg-panel/nwg-panel.info | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/desktop/nwg-panel/nwg-panel.SlackBuild b/desktop/nwg-panel/nwg-panel.SlackBuild index c6f8b8fa6d401..d8775203865a4 100644 --- a/desktop/nwg-panel/nwg-panel.SlackBuild +++ b/desktop/nwg-panel/nwg-panel.SlackBuild @@ -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 diff --git a/desktop/nwg-panel/nwg-panel.info b/desktop/nwg-panel/nwg-panel.info index 9aaf5d1f03697..2a04481613e2b 100644 --- a/desktop/nwg-panel/nwg-panel.info +++ b/desktop/nwg-panel/nwg-panel.info @@ -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" |