From c9179718c2afd8f754cf8ab0f290b5ef29fc3bb4 Mon Sep 17 00:00:00 2001 From: Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com> Date: Fri, 23 Aug 2024 07:46:27 -0400 Subject: desktop/nwg-clipman: Updated for version 0.2.3. Signed-off-by: Willy Sudiarto Raharjo --- desktop/nwg-clipman/nwg-clipman.SlackBuild | 6 +++--- desktop/nwg-clipman/nwg-clipman.info | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'desktop') diff --git a/desktop/nwg-clipman/nwg-clipman.SlackBuild b/desktop/nwg-clipman/nwg-clipman.SlackBuild index bc8cadd84b..be8704c26d 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 da19c67daf..9cae1a2134 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" -- cgit v1.2.3