summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Skaendo <skaendo@linuxmail.org>2019-11-09 07:48:33 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-11-09 07:48:33 +0700
commit845692dcbc490e232e4255c2b95d29e93a04fdb0 (patch)
tree818b337894356df1a0cb7876e1bd23664c29ac4d /desktop
parent6043fb870c9cf0a568c2eb3d63cc4db8c7c122a0 (diff)
downloadslackbuilds-845692dcbc490e232e4255c2b95d29e93a04fdb0.tar.gz
slackbuilds-845692dcbc490e232e4255c2b95d29e93a04fdb0.tar.xz
desktop/simplenote: Updated for version 1.10.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/simplenote/simplenote.SlackBuild10
-rw-r--r--desktop/simplenote/simplenote.info6
2 files changed, 8 insertions, 8 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
diff --git a/desktop/simplenote/simplenote.info b/desktop/simplenote/simplenote.info
index 50421d4ff6..ff28705e12 100644
--- a/desktop/simplenote/simplenote.info
+++ b/desktop/simplenote/simplenote.info
@@ -1,10 +1,10 @@
PRGNAM="simplenote"
-VERSION="1.7.0"
+VERSION="1.10.0"
HOMEPAGE="https://simplenote.com/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/Automattic/simplenote-electron/releases/download/v1.7.0/Simplenote-linux-1.7.0-x64.tar.gz"
-MD5SUM_x86_64="414beff03d70f90b2c30ddbc20747baa"
+DOWNLOAD_x86_64="https://github.com/Automattic/simplenote-electron/releases/download/v1.10.0/Simplenote-linux-1.10.0-x64.tar.gz"
+MD5SUM_x86_64="cd23a6362dc44385681e2b18e0aadca4"
REQUIRES=""
MAINTAINER="Skaendo"
EMAIL="skaendo@linuxmail.org"