diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-20 00:24:17 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-20 00:24:17 +0700 |
commit | f5be4d7d631568a95e00638cfcb960e7cb8c29d2 (patch) | |
tree | 750c4a87560ca3045e45a1b1b0198d004692503b /office/MasterPDFEditor | |
parent | 02621bd9abb765ab3c92e620f98cf690c8254396 (diff) | |
download | slackbuilds-f5be4d7d631568a95e00638cfcb960e7cb8c29d2.tar.gz |
office/MasterPDFEditor: Updated for version 5.7.00.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/MasterPDFEditor')
-rw-r--r-- | office/MasterPDFEditor/MasterPDFEditor.SlackBuild | 18 | ||||
-rw-r--r-- | office/MasterPDFEditor/MasterPDFEditor.info | 6 |
2 files changed, 8 insertions, 16 deletions
diff --git a/office/MasterPDFEditor/MasterPDFEditor.SlackBuild b/office/MasterPDFEditor/MasterPDFEditor.SlackBuild index f3612cb057..c5c7a9d679 100644 --- a/office/MasterPDFEditor/MasterPDFEditor.SlackBuild +++ b/office/MasterPDFEditor/MasterPDFEditor.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for MasterPDFEditor -# Copyright 2014-2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2014-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=MasterPDFEditor SRCNAM=master-pdf-editor -VERSION=${VERSION:-5.6.80} +VERSION=${VERSION:-5.7.00} MAJVER=${MAJVER:-5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -42,21 +42,13 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" - SOURCEARCH=".i386" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" - SOURCEARCH="i386" -elif [ "$ARCH" = "x86_64" ]; then +if [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" LIBDIRSUFFIX="64" SOURCEARCH="-qt5.x86_64" else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" + echo "Architecture is not supported." + exit 1 fi set -e diff --git a/office/MasterPDFEditor/MasterPDFEditor.info b/office/MasterPDFEditor/MasterPDFEditor.info index 917fdc240c..98b4dfa6a2 100644 --- a/office/MasterPDFEditor/MasterPDFEditor.info +++ b/office/MasterPDFEditor/MasterPDFEditor.info @@ -1,10 +1,10 @@ PRGNAM="MasterPDFEditor" -VERSION="5.6.80" +VERSION="5.7.00" HOMEPAGE="https://code-industry.net/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://code-industry.net/public/master-pdf-editor-5.6.80-qt5.x86_64.tar.gz" -MD5SUM_x86_64="da410bab51dc6eed7f85ed9887708b99" +DOWNLOAD_x86_64="https://code-industry.net/public/master-pdf-editor-5.7.00-qt5.x86_64.tar.gz" +MD5SUM_x86_64="406f7e6ed5fa9daf11b4272d09e0d5e5" REQUIRES="qt5" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |