summaryrefslogtreecommitdiffstats
path: root/desktop/simplenote/simplenote.SlackBuild
diff options
context:
space:
mode:
author Skaendo2019-11-09 01:48:33 +0100
committer Willy Sudiarto Raharjo2019-11-09 01:48:33 +0100
commit845692dcbc490e232e4255c2b95d29e93a04fdb0 (patch)
tree818b337894356df1a0cb7876e1bd23664c29ac4d /desktop/simplenote/simplenote.SlackBuild
parent6043fb870c9cf0a568c2eb3d63cc4db8c7c122a0 (diff)
downloadslackbuilds-845692dcbc490e232e4255c2b95d29e93a04fdb0.tar.gz
desktop/simplenote: Updated for version 1.10.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/simplenote/simplenote.SlackBuild')
-rw-r--r--desktop/simplenote/simplenote.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/desktop/simplenote/simplenote.SlackBuild b/desktop/simplenote/simplenote.SlackBuild
index 3b026759d7..a7b71bef25 100644
--- a/desktop/simplenote/simplenote.SlackBuild
+++ b/desktop/simplenote/simplenote.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for simplenote
-# Copyright 2018, 2019 Skaendo <skaendo@linuxmail.org>
+# Copyright 2018-2019 Skaendo <skaendo@linuxmail.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
PRGNAM=simplenote
SRCNAM=Simplenote
-VERSION=${VERSION:-1.7.0}
+VERSION=${VERSION:-1.10.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -67,7 +67,7 @@ find -L . \
# Install into /opt
mkdir -p $PKG/opt/$PRGNAM
cp -vr * $PKG/opt/$PRGNAM
-cp -v $CWD/$PRGNAM.png $PKG/opt/$PRGNAM
+cp -v $CWD/files/$PRGNAM.png $PKG/opt/$PRGNAM
# Link the Binary
mkdir -p $PKG/usr/bin
@@ -80,13 +80,13 @@ ln -s /opt/$PRGNAM/$PRGNAM.png \
# Install the .desktop file
mkdir -p $PKG/usr/share/applications
-cp $CWD/$PRGNAM.desktop $PKG/usr/share/applications
+cp $CWD/files/$PRGNAM.desktop $PKG/usr/share/applications
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
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a LICENSE* \
+cp -a LICENSE.electron.txt LICENSES.chromium.html \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild