diff options
author | Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> | 2024-07-03 03:42:31 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-06 12:16:36 +0700 |
commit | 543a62d1da58bd75ce9488cb03f76271b332a48e (patch) | |
tree | de5609de5de871ef3fcdd4a5d2771bbfa0b65e10 /desktop | |
parent | 8082621e6ba9736e7cdaf104a330747369a52999 (diff) | |
download | slackbuilds-543a62d1da58bd75ce9488cb03f76271b332a48e.tar.gz slackbuilds-543a62d1da58bd75ce9488cb03f76271b332a48e.tar.xz |
desktop/nwg-clipman: Updated for version 0.2.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/nwg-clipman/nwg-clipman.SlackBuild | 5 | ||||
-rw-r--r-- | desktop/nwg-clipman/nwg-clipman.info | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/desktop/nwg-clipman/nwg-clipman.SlackBuild b/desktop/nwg-clipman/nwg-clipman.SlackBuild index 4c07563582..bc8cadd84b 100644 --- a/desktop/nwg-clipman/nwg-clipman.SlackBuild +++ b/desktop/nwg-clipman/nwg-clipman.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=nwg-clipman -VERSION=${VERSION:-0.2.1} +VERSION=${VERSION:-0.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -83,7 +83,8 @@ 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 nwg-clipman.svg install -Dm0644 -t $PKG/usr/share/applications nwg-clipman.desktop diff --git a/desktop/nwg-clipman/nwg-clipman.info b/desktop/nwg-clipman/nwg-clipman.info index 10885d0b3b..da19c67daf 100644 --- a/desktop/nwg-clipman/nwg-clipman.info +++ b/desktop/nwg-clipman/nwg-clipman.info @@ -1,10 +1,10 @@ PRGNAM="nwg-clipman" -VERSION="0.2.1" +VERSION="0.2.2" HOMEPAGE="https://nwg-piotr.github.io/nwg-clipman/" -DOWNLOAD="https://github.com/nwg-piotr/nwg-clipman/archive/v0.2.1/nwg-clipman-0.2.1.tar.gz" -MD5SUM="88aa7431def9891a17bd6bc639072491" +DOWNLOAD="https://github.com/nwg-piotr/nwg-clipman/archive/v0.2.2/nwg-clipman-0.2.2.tar.gz" +MD5SUM="da08903398e9c3c5706c7d5f1f7a7840" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="cliphist gtk-layer-shell" +REQUIRES="cliphist gtk-layer-shell python3-build python3-wheel" MAINTAINER="Jay Lanagan" EMAIL="j@lngn.net" |