desktop/simplenote: Updated for version 1.10.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6043fb870c
commit
845692dcbc
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue