mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
master-pdf-editor: update to 5.0.28. (#395)
This commit is contained in:
parent
a6a0f90984
commit
5d879101c3
1 changed files with 7 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'master-pdf-editor'
|
# Template file for 'master-pdf-editor'
|
||||||
pkgname=master-pdf-editor
|
pkgname=master-pdf-editor
|
||||||
version=4.3.89
|
version=5.0.28
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=master-pdf-editor-4
|
wrksrc="${pkgname}-5"
|
||||||
only_for_archs="x86_64"
|
only_for_archs="x86_64"
|
||||||
repository="nonfree"
|
repository="nonfree"
|
||||||
nostrip="yes"
|
nostrip="yes"
|
||||||
|
@ -12,13 +12,13 @@ maintainer="Giuseppe Fierro <gspe@ae-design.ws>"
|
||||||
license="Proprietary"
|
license="Proprietary"
|
||||||
homepage="https://code-industry.net/free-pdf-editor/"
|
homepage="https://code-industry.net/free-pdf-editor/"
|
||||||
distfiles="https://code-industry.net/public/${pkgname}-${version}_qt5.amd64.tar.gz"
|
distfiles="https://code-industry.net/public/${pkgname}-${version}_qt5.amd64.tar.gz"
|
||||||
checksum=ac77db75bcc5f2bce21d98a55c07176e15682b0abe5a83708c53d38721fdab4c
|
checksum=f32a0b9fadf5af45502135fb11f2de9f2e02efc323cffd11a54044ce79561a9f
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vlicense license.txt
|
vlicense license.txt
|
||||||
vinstall masterpdfeditor4.desktop 644 usr/share/applications
|
vinstall masterpdfeditor5.desktop 644 usr/share/applications
|
||||||
rm {license.txt,masterpdfeditor4.desktop}
|
rm {license.txt,masterpdfeditor5.desktop}
|
||||||
|
|
||||||
vmkdir opt/master-pdf-editor-4
|
vmkdir opt/master-pdf-editor-5
|
||||||
vcopy * opt/master-pdf-editor-4
|
vcopy * opt/master-pdf-editor-5
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue