aboutsummaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorJay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com>2024-08-23 07:46:27 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-08-23 20:27:58 +0700
commitc9179718c2afd8f754cf8ab0f290b5ef29fc3bb4 (patch)
tree235c01c83a701a73506aadf18a8190c076375dfd /desktop
parent70c1a6e862807e61c65e89ea930728d06f48e85c (diff)
desktop/nwg-clipman: Updated for version 0.2.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/nwg-clipman/nwg-clipman.SlackBuild6
-rw-r--r--desktop/nwg-clipman/nwg-clipman.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/desktop/nwg-clipman/nwg-clipman.SlackBuild b/desktop/nwg-clipman/nwg-clipman.SlackBuild
index bc8cadd84bf3..be8704c26d5b 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.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
diff --git a/desktop/nwg-clipman/nwg-clipman.info b/desktop/nwg-clipman/nwg-clipman.info
index da19c67daf4b..9cae1a213460 100644
--- a/desktop/nwg-clipman/nwg-clipman.info
+++ b/desktop/nwg-clipman/nwg-clipman.info
@@ -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"