From bd3a5af5276fa5bdd2a3b826f87b525f1bf60d52 Mon Sep 17 00:00:00 2001 From: Skaendo Date: Sat, 14 Mar 2020 07:26:03 +0700 Subject: desktop/simplenote: Updated for version 1.14.0. Signed-off-by: Willy Sudiarto Raharjo --- desktop/simplenote/simplenote.SlackBuild | 8 +++----- desktop/simplenote/simplenote.desktop | 9 --------- desktop/simplenote/simplenote.info | 6 +++--- desktop/simplenote/simplenote.png | Bin 36089 -> 0 bytes 4 files changed, 6 insertions(+), 17 deletions(-) delete mode 100644 desktop/simplenote/simplenote.desktop delete mode 100644 desktop/simplenote/simplenote.png (limited to 'desktop/simplenote') diff --git a/desktop/simplenote/simplenote.SlackBuild b/desktop/simplenote/simplenote.SlackBuild index 4fd098322e..bdfef8006c 100644 --- a/desktop/simplenote/simplenote.SlackBuild +++ b/desktop/simplenote/simplenote.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for simplenote -# Copyright 2018, 2019 Skaendo +# Copyright 2018, 2019, 2020 Skaendo # 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.12.0} +VERSION=${VERSION:-1.14.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -42,9 +42,7 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} # Set to abort if not building on x86_64 -if [ "$ARCH" = "x86_64" ]; then - SRCARCH=x86_64 # This does nothing. -else +if [ "$ARCH" != "x86_64" ]; then echo "$ARCH is not supported. Aborting." exit 1 fi diff --git a/desktop/simplenote/simplenote.desktop b/desktop/simplenote/simplenote.desktop deleted file mode 100644 index 992f010516..0000000000 --- a/desktop/simplenote/simplenote.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=Simplenote -Comment=Simplenote for Linux -Exec="/opt/simplenote/simplenote" %U -Terminal=false -Type=Application -Icon=simplenote -StartupNotify=true -Categories=Utility;TextEditor; diff --git a/desktop/simplenote/simplenote.info b/desktop/simplenote/simplenote.info index bd14d87a26..eb7bf199a0 100644 --- a/desktop/simplenote/simplenote.info +++ b/desktop/simplenote/simplenote.info @@ -1,10 +1,10 @@ PRGNAM="simplenote" -VERSION="1.12.0" +VERSION="1.14.0" HOMEPAGE="https://simplenote.com/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/Automattic/simplenote-electron/releases/download/v1.12.0/Simplenote-linux-1.12.0-x64.tar.gz" -MD5SUM_x86_64="4890ef90e664ca7d41b2f3f8bc5063cb" +DOWNLOAD_x86_64="https://github.com/Automattic/simplenote-electron/releases/download/v1.14.0/Simplenote-linux-1.14.0-x64.tar.gz" +MD5SUM_x86_64="80ed6cfe3c37e7809025fb833bd1b9bc" REQUIRES="" MAINTAINER="Skaendo" EMAIL="skaendo@linuxmail.org" diff --git a/desktop/simplenote/simplenote.png b/desktop/simplenote/simplenote.png deleted file mode 100644 index 15ab612f95..0000000000 Binary files a/desktop/simplenote/simplenote.png and /dev/null differ -- cgit v1.2.3-79-gdb01