correct package requriement
This commit is contained in:
parent
e405eac27e
commit
ab38ae62f2
@ -34,9 +34,12 @@ default: ["system specific"]
|
|||||||
action: setup
|
action: setup
|
||||||
requiredProduct: ghostscript
|
requiredProduct: ghostscript
|
||||||
requiredStatus: installed
|
requiredStatus: installed
|
||||||
|
requirementType: before
|
||||||
|
|
||||||
|
|
||||||
[ProductDependency]
|
[ProductDependency]
|
||||||
action: setup
|
action: setup
|
||||||
requiredProduct: aio
|
requiredProduct: aio
|
||||||
requiredStatus: installed
|
requiredStatus: installed
|
||||||
|
requirementType: before
|
||||||
|
|
||||||
|
4
build.sh
4
build.sh
@ -1,9 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
PN="edocprintpro"
|
PN="edocprintpro"
|
||||||
VERSION="3.17.4"
|
VERSION="3.17.4"
|
||||||
RELEASE="2"
|
RELEASE="3"
|
||||||
PRIORITY="0"
|
PRIORITY="0"
|
||||||
ADVICE="New Release"
|
ADVICE=""
|
||||||
TYPE="public"
|
TYPE="public"
|
||||||
# all downloads should not have any traling parameters like ?downlaodid=1234 .....(should rewrite in python)
|
# all downloads should not have any traling parameters like ?downlaodid=1234 .....(should rewrite in python)
|
||||||
ICON="http://www.pdfprinter.at/fileadmin/images/Product_Logos/eDocPrintPro-Logo-150.png"
|
ICON="http://www.pdfprinter.at/fileadmin/images/Product_Logos/eDocPrintPro-Logo-150.png"
|
||||||
|
Loading…
Reference in New Issue
Block a user