diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-12-08 08:59:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-12-08 08:59:44 +0700 |
commit | 77fb9fc2525d6209e78ed77738094b9960d462d8 (patch) | |
tree | eb946f3fe8c5520890eb7299adefc344c10afa11 /office | |
parent | f25fb57f64507fb6a3b46079de72afb75e4281e4 (diff) | |
download | slackbuilds-77fb9fc2525d6209e78ed77738094b9960d462d8.tar.gz |
office/MasterPDFEditor: Switch to Qt5 version.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/MasterPDFEditor/MasterPDFEditor.SlackBuild | 2 | ||||
-rw-r--r-- | office/MasterPDFEditor/MasterPDFEditor.info | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/office/MasterPDFEditor/MasterPDFEditor.SlackBuild b/office/MasterPDFEditor/MasterPDFEditor.SlackBuild index 3ae4e07a5d..f3612cb057 100644 --- a/office/MasterPDFEditor/MasterPDFEditor.SlackBuild +++ b/office/MasterPDFEditor/MasterPDFEditor.SlackBuild @@ -53,7 +53,7 @@ elif [ "$ARCH" = "i686" ]; then elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" LIBDIRSUFFIX="64" - SOURCEARCH="-qt4.x86_64" + SOURCEARCH="-qt5.x86_64" else SLKCFLAGS="-O2" LIBDIRSUFFIX="" diff --git a/office/MasterPDFEditor/MasterPDFEditor.info b/office/MasterPDFEditor/MasterPDFEditor.info index 93b486ad2f..917fdc240c 100644 --- a/office/MasterPDFEditor/MasterPDFEditor.info +++ b/office/MasterPDFEditor/MasterPDFEditor.info @@ -1,10 +1,10 @@ PRGNAM="MasterPDFEditor" VERSION="5.6.80" HOMEPAGE="https://code-industry.net/" -DOWNLOAD="https://code-industry.net/public/master-pdf-editor-5.6.80.i386.tar.gz" -MD5SUM="65819a7591ae70c6873cbda4b4bbc747" -DOWNLOAD_x86_64="https://code-industry.net/public/master-pdf-editor-5.6.80-qt4.x86_64.tar.gz" -MD5SUM_x86_64="8a6265d9cfc4066e9895ca59800e20e8" -REQUIRES="" +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" +REQUIRES="qt5" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |