correct product dependency

This commit is contained in:
Mario Fetka 2011-06-25 07:00:33 +02:00
parent 2e0b56fd22
commit 04acfb9781
2 changed files with 14 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[Package]
version: RELEASE
depends: aio ghostscript
depends:
incremental: False
[Product]
@ -8,7 +8,7 @@ type: localboot
id: edocprintpro
name: eDocPrintPro PDF Druckertreiber FREE
description: Mit eDocPrintPro koennen Sie PDF Dokumente aus jeder Applikation auf jedem Arbeitsplatz erzeugen.
advice:
advice: ADVICE
version: VERSION
priority: PRIORITY
licenseRequired: False
@ -30,3 +30,13 @@ description: which architecture (32/64 bit) has to be installed
values: ["32 only", "64 only", "both", "system specific"]
default: ["system specific"]
[ProductDependency]
action: setup
requiredProduct: ghostscript
requiredStatus: installed
[ProductDependency]
action: setup
requiredProduct: aio
requiredStatus: installed

View File

@ -1,8 +1,9 @@
#!/bin/sh
PN="edocprintpro"
VERSION="3.17.4"
RELEASE="1"
RELEASE="2"
PRIORITY="0"
ADVICE="New Relase"
TYPE="public"
# 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"