master-pdf-editor: change distfiles, update to 4.3.89.

Closes #13639.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
cr6git 2018-04-20 01:06:51 +02:00 committed by Enno Boland
parent de0c8c9e71
commit 60163cbb58

View File

@ -1,27 +1,24 @@
# Template file for 'master-pdf-editor'
pkgname=master-pdf-editor
version=4.3.82
version=4.3.89
revision=1
wrksrc=master-pdf-editor-4
only_for_archs="x86_64"
repository="nonfree"
build_style=fetch
nostrip="yes"
depends="desktop-file-utils"
short_desc="Multifunctional PDF Editor"
maintainer="Giuseppe Fierro <gspe@ae-design.ws>"
license="Proprietary"
homepage="https://code-industry.net/masterpdfeditor"
distfiles="http://get.code-industry.net/public/${pkgname}-${version}_qt5.amd64.deb"
checksum=534fdc815d8e04302830108c08bc71366d8f13156cb78f6bf6cb71a76534f113
do_extract() {
ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}-${version}_qt5.amd64.deb data.tar.xz
tar xf data.tar.xz
}
homepage="https://code-industry.net/free-pdf-editor/"
distfiles="https://code-industry.net/public/${pkgname}-${version}_qt5.amd64.tar.gz"
checksum=ac77db75bcc5f2bce21d98a55c07176e15682b0abe5a83708c53d38721fdab4c
do_install() {
vlicense opt/master-pdf-editor-4/license.txt
rm opt/master-pdf-editor-4/license.txt
vlicense license.txt
vinstall masterpdfeditor4.desktop 644 usr/share/applications
rm {license.txt,masterpdfeditor4.desktop}
vcopy opt/ /opt
vcopy usr/share /usr
vmkdir opt/master-pdf-editor-4
vcopy * opt/master-pdf-editor-4
}