diff options
Diffstat (limited to 'desktop/nwg-clipman')
-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" |