summaryrefslogtreecommitdiffstats
path: root/desktop/nwg-clipman/nwg-clipman.SlackBuild
diff options
context:
space:
mode:
author Jay Lanagan <1995739+mac-a-r0ni@users.noreply.github.com>2024-02-01 06:19:07 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-02 06:07:35 +0700
commit37a8cd16d3c418cc839c6d1accb1a9ced2e7470f (patch)
treef2c164dbbe99ca3898767f845bc0fc10e9263cbe /desktop/nwg-clipman/nwg-clipman.SlackBuild
parent045f2f0ad84a189d242ad0367f715d2c0399f9a3 (diff)
downloadslackbuilds-37a8cd16d3c418cc839c6d1accb1a9ced2e7470f.tar.gz
slackbuilds-37a8cd16d3c418cc839c6d1accb1a9ced2e7470f.tar.xz
desktop/nwg-clipman: Updated for version 0.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/nwg-clipman/nwg-clipman.SlackBuild')
-rw-r--r--desktop/nwg-clipman/nwg-clipman.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/nwg-clipman/nwg-clipman.SlackBuild b/desktop/nwg-clipman/nwg-clipman.SlackBuild
index 47c290e773..4c07563582 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.0}
+VERSION=${VERSION:-0.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -94,7 +94,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
rm -rf $PKG/usr/lib${LIBDIRSUFFIX}/*.la
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a README.md \
+cp -a LICENSE README.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild