summaryrefslogtreecommitdiffstats
path: root/desktop/nwg-panel/nwg-panel.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/nwg-panel/nwg-panel.SlackBuild')
-rw-r--r--desktop/nwg-panel/nwg-panel.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/desktop/nwg-panel/nwg-panel.SlackBuild b/desktop/nwg-panel/nwg-panel.SlackBuild
index 78cff94a2f..21abf1224d 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.27}
+VERSION=${VERSION:-0.9.38}
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