mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
master-pdf-editor: set restricted, switch to tarball with bundled libs
master-pdf-editor links against private qt api which broke it for every qt version higher than 5.13(?), also the license is unclear about redistribution so set restricted.
This commit is contained in:
parent
0cc79112df
commit
5830ce60e9
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'master-pdf-editor'
|
||||
pkgname=master-pdf-editor
|
||||
version=5.4.38
|
||||
revision=1
|
||||
revision=2
|
||||
archs="x86_64"
|
||||
wrksrc="master-pdf-editor-5"
|
||||
depends="desktop-file-utils"
|
||||
|
@ -9,10 +9,11 @@ short_desc="Multifunctional PDF Editor"
|
|||
maintainer="Giuseppe Fierro <gspe@ae-design.ws>"
|
||||
license="custom:Proprietary"
|
||||
homepage="https://code-industry.net/free-pdf-editor/"
|
||||
distfiles="https://code-industry.net/public/${pkgname}-${version}-qt5.amd64.tar.gz"
|
||||
checksum=985512bfa82d820fa473d93d88318cdfb7513efab1f15c9ff31b57d21ef22d3a
|
||||
distfiles="https://code-industry.net/public/${pkgname}-${version}-qt5-all.amd64.tar.gz"
|
||||
checksum=6bed7a70d4dcaddebf04bdc692ffe123cf89f909630f66cf4de19d6d56835cd0
|
||||
nostrip=yes
|
||||
repository=nonfree
|
||||
restricted=yes
|
||||
|
||||
do_install() {
|
||||
vlicense license.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue