desktop/nwg-clipman: Updated for version 0.2.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jay Lanagan 2024-08-23 07:46:27 -04:00 committed by Willy Sudiarto Raharjo
parent 70c1a6e862
commit c9179718c2
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=nwg-clipman
VERSION=${VERSION:-0.2.2}
VERSION=${VERSION:-0.2.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -86,8 +86,8 @@ find -L . \
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
install -Dm0644 -t $PKG/usr/share/pixmaps $PRGNAM.svg
install -Dm0644 -t $PKG/usr/share/applications $PRGNAM.desktop
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

View file

@ -1,8 +1,8 @@
PRGNAM="nwg-clipman"
VERSION="0.2.2"
VERSION="0.2.3"
HOMEPAGE="https://nwg-piotr.github.io/nwg-clipman/"
DOWNLOAD="https://github.com/nwg-piotr/nwg-clipman/archive/v0.2.2/nwg-clipman-0.2.2.tar.gz"
MD5SUM="da08903398e9c3c5706c7d5f1f7a7840"
DOWNLOAD="https://github.com/nwg-piotr/nwg-clipman/archive/v0.2.3/nwg-clipman-0.2.3.tar.gz"
MD5SUM="c6fdf839b3e5415535b5754e9d6e4299"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="cliphist gtk-layer-shell python3-build python3-wheel"