mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
office/Logseq: Updated for version 0.10.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
03dcb414af
commit
f2dae9bb23
2 changed files with 11 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=Logseq
|
||||
VERSION=${VERSION:-0.9.2}
|
||||
VERSION=${VERSION:-0.10.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -68,6 +68,12 @@ find -L . \
|
|||
mkdir -p $PKG/opt/$PRGNAM $PKG/usr/bin
|
||||
mv * $PKG/opt/$PRGNAM
|
||||
|
||||
# Fix SETUID sandbox helper binary
|
||||
chmod -R 4755 $PKG/opt/Logseq/chrome-sandbox
|
||||
|
||||
# Fix ELF binaries/libraries should be executable
|
||||
chmod +x $PKG/opt/Logseq/resources/app/node_modules/@logseq/rsapi-linux-x64-gnu/rsapi.linux-x64-gnu.node
|
||||
|
||||
# desktop shortcut
|
||||
install -Dm 644 -o root -g root $CWD/$PRGNAM.desktop \
|
||||
$PKG/usr/share/applications/$PRGNAM.desktop
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="Logseq"
|
||||
VERSION="0.9.2"
|
||||
VERSION="0.10.9"
|
||||
HOMEPAGE="https://logseq.com/"
|
||||
DOWNLOAD="https://github.com/logseq/logseq/releases/download/0.9.2/Logseq-linux-x64-0.9.2.zip"
|
||||
MD5SUM="016192132f7d05c33866b226cdbc4ac8"
|
||||
DOWNLOAD="https://github.com/logseq/logseq/releases/download/0.10.9/Logseq-linux-x64-0.10.9.zip"
|
||||
MD5SUM="3e990a7348ad2bef26ee98d15fd40809"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Frederic Galusik"
|
||||
EMAIL="f@galusik.fr"
|
||||
EMAIL="fredg@zaclys.net"
|
||||
|
|
Loading…
Reference in a new issue