office/MasterPDFEditor: Switch to Qt5 version.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f25fb57f64
commit
77fb9fc252
|
@ -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=""
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue