mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
office/smoffice2024: Updated for version 2024_1218.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
24d2bbe9d9
commit
533f100a44
2 changed files with 8 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for smoffice2024
|
||||
|
||||
# Copyright 2023-2024, Antonio Leal, Porto Salvo, Oeiras, Portugal
|
||||
# Copyright 2023-, Antonio Leal, Porto Salvo, Oeiras, Portugal
|
||||
# Copyright 2020-2023, Donald Cooley, South Haven, Indiana, USA
|
||||
# Based on the smoffice2018 SlackBuild by Alexander Verbovetsky
|
||||
# Based on the Arch Linux PKGBUILD.
|
||||
|
@ -28,7 +28,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=smoffice2024
|
||||
VERSION=${VERSION:-2024_1214}
|
||||
VERSION=${VERSION:-2024_1218}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -85,6 +85,9 @@ for s in 16 24 32 48 64 128 256 512 1024; do
|
|||
done
|
||||
done
|
||||
|
||||
# sbopkglint complains
|
||||
chmod +x $PKG/opt/smoffice2024/smserver
|
||||
|
||||
mkdir -p usr/share/applications
|
||||
cp -a $CWD/planmaker-2024.desktop usr/share/applications/
|
||||
cp -a $CWD/presentations-2024.desktop usr/share/applications/
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="smoffice2024"
|
||||
VERSION="2024_1214"
|
||||
VERSION="2024_1218"
|
||||
HOMEPAGE="https://www.softmaker.com/en/softmaker-office-linux"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://www.softmaker.net/down/softmaker-office-2024-1214-amd64.tgz"
|
||||
MD5SUM_x86_64="75b1a3ddf631c7d9a5ae9a2454b85913"
|
||||
DOWNLOAD_x86_64="https://www.softmaker.net/down/softmaker-office-2024-1218-amd64.tgz"
|
||||
MD5SUM_x86_64="1e574114b712c2091c13dabb50673184"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Antonio Leal"
|
||||
EMAIL="antonioleal@yahoo.com"
|
||||
|
|
Loading…
Reference in a new issue