mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
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:
parent
de0c8c9e71
commit
60163cbb58
1 changed files with 11 additions and 14 deletions
|
@ -1,27 +1,24 @@
|
||||||
# Template file for 'master-pdf-editor'
|
# Template file for 'master-pdf-editor'
|
||||||
pkgname=master-pdf-editor
|
pkgname=master-pdf-editor
|
||||||
version=4.3.82
|
version=4.3.89
|
||||||
revision=1
|
revision=1
|
||||||
|
wrksrc=master-pdf-editor-4
|
||||||
only_for_archs="x86_64"
|
only_for_archs="x86_64"
|
||||||
repository="nonfree"
|
repository="nonfree"
|
||||||
build_style=fetch
|
|
||||||
nostrip="yes"
|
nostrip="yes"
|
||||||
|
depends="desktop-file-utils"
|
||||||
short_desc="Multifunctional PDF Editor"
|
short_desc="Multifunctional PDF Editor"
|
||||||
maintainer="Giuseppe Fierro <gspe@ae-design.ws>"
|
maintainer="Giuseppe Fierro <gspe@ae-design.ws>"
|
||||||
license="Proprietary"
|
license="Proprietary"
|
||||||
homepage="https://code-industry.net/masterpdfeditor"
|
homepage="https://code-industry.net/free-pdf-editor/"
|
||||||
distfiles="http://get.code-industry.net/public/${pkgname}-${version}_qt5.amd64.deb"
|
distfiles="https://code-industry.net/public/${pkgname}-${version}_qt5.amd64.tar.gz"
|
||||||
checksum=534fdc815d8e04302830108c08bc71366d8f13156cb78f6bf6cb71a76534f113
|
checksum=ac77db75bcc5f2bce21d98a55c07176e15682b0abe5a83708c53d38721fdab4c
|
||||||
|
|
||||||
do_extract() {
|
|
||||||
ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}-${version}_qt5.amd64.deb data.tar.xz
|
|
||||||
tar xf data.tar.xz
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vlicense opt/master-pdf-editor-4/license.txt
|
vlicense license.txt
|
||||||
rm opt/master-pdf-editor-4/license.txt
|
vinstall masterpdfeditor4.desktop 644 usr/share/applications
|
||||||
|
rm {license.txt,masterpdfeditor4.desktop}
|
||||||
|
|
||||||
vcopy opt/ /opt
|
vmkdir opt/master-pdf-editor-4
|
||||||
vcopy usr/share /usr
|
vcopy * opt/master-pdf-editor-4
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue