inkscape.inkscape/builder-product.cfg

47 lines
1.5 KiB
INI
Raw Permalink Normal View History

2013-03-24 22:52:31 +01:00
############################
# Setup product information
############################
2015-03-04 00:12:48 +01:00
VENDOR="inkscape.org"
2013-03-24 22:52:31 +01:00
PN="inkscape.inkscape"
NAME="Inkscape"
DESCRIPTION="Inkscape ist ein Open-Source-Vektorgrafikeditor, dessen Faehigkeiten mit denen von Illustrator, Freehand, CorelDraw oder Xara X vergleichbar sind."
2019-03-15 13:20:39 +01:00
VERSION="0.92.4"
2013-03-24 22:52:31 +01:00
RELEASE="3"
PRIORITY="0"
ADVICE=""
# TYPE - defines, if the install files are public or restricted.
# Valid value: restricted | public
TYPE="public"
DL_FILE[0]="inkscape.png"
DL_SOURCE[0]="http://animateyourhtml5.appspot.com/prescommon/images/inkscape.png"
2017-01-20 15:53:40 +01:00
DL_FILE[1]="Inkscape-${VERSION}-x86.msi"
2017-08-18 14:21:37 +02:00
#DL_SOURCE[1]="https://media.inkscape.org/dl/resources/file/Inkscape-${VERSION}.msi"
2019-03-15 13:20:39 +01:00
DL_SOURCE[1]="https://inkscape.org/de/gallery/item/13322/inkscape-0.92.4-x86.msi"
2013-03-24 22:52:31 +01:00
DL_ARCH[1]="X86"
2015-03-04 00:12:48 +01:00
DL_WINST_NAME[1]=Install32Msi
2017-01-20 15:53:40 +01:00
DL_FILE[2]="Inkscape-${VERSION}-x64.msi"
2017-08-18 14:21:37 +02:00
#DL_SOURCE[2]="https://media.inkscape.org/dl/resources/file/Inkscape-${VERSION}-x64.msi"
2019-03-15 13:20:39 +01:00
DL_SOURCE[2]="https://inkscape.org/de/gallery/item/13321/inkscape-0.92.4-x64.msi"
2015-03-04 00:12:48 +01:00
DL_ARCH[2]="X86_64"
DL_WINST_NAME[2]=Install64Msi
2013-03-24 22:52:31 +01:00
# File array index for the image showing while installing the program
ICON_DL_INDEX=0
OPSI_INI_SECTION[0]="X86"
2015-03-04 00:12:48 +01:00
OPSI_INI_OPTION[0]="MsiId32"
OPSI_INI_VALUE[0]="{81922150-317E-4BB0-A31D-FF1C14F707C5}"
OPSI_INI_SECTION[1]="X86_64"
OPSI_INI_OPTION[1]="MsiId64"
OPSI_INI_VALUE[1]="{81922150-317E-4BB0-A31D-FF1C14F707C5}"
#OPSI_INI_SECTION[2]="X86"
#OPSI_INI_OPTION[2]="UninstallProg"
#OPSI_INI_VALUE[2]="Uninstall.exe"
2013-03-24 22:52:31 +01:00