diff --git a/BitstreamVera.jpg.sha1sum b/BitstreamVera.jpg.sha1sum new file mode 100644 index 0000000..d587ed5 --- /dev/null +++ b/BitstreamVera.jpg.sha1sum @@ -0,0 +1 @@ +b02d45f48e6a7d3cbab8dc5136e03937f34d90e5 /home/mario/.opsi-dist-cache/font.bitstreamvera-1.10//BitstreamVera.jpg diff --git a/BitstreamVeraFonts.gif.sha1sum b/BitstreamVeraFonts.gif.sha1sum deleted file mode 100644 index d4cbeaa..0000000 --- a/BitstreamVeraFonts.gif.sha1sum +++ /dev/null @@ -1 +0,0 @@ -64307c3994f85c202e47601999d29c3386ccfbf6 /home/mario/.opsi-dist-cache/font.bitstreamvera-1.10//BitstreamVeraFonts.gif diff --git a/CLIENT_DATA/setup.ins b/CLIENT_DATA/setup.ins index a1d548e..0816d4a 100644 --- a/CLIENT_DATA/setup.ins +++ b/CLIENT_DATA/setup.ins @@ -4,7 +4,7 @@ ; credits: http://www.opsi.org/credits/ [Actions] -requiredWinstVersion >= "4.10.8.6" +requiredWinstVersion >= "4.11.2.6" DefVar $ProductId$ DefVar $MinimumSpace$ @@ -37,7 +37,6 @@ Set $LogDir$ = "%SystemDrive%\tmp" ;$ProductId$ should be the name of the product in opsi ; therefore please: only lower letters, no umlauts, ; no white space use '-' as a seperator -Set $ProductId$ = "font.bitstreamvera" Set $MinimumSpace$ = "10 MB" ; the path were we find the product after the installation Set $InstallDir32$ = "%ProgramFiles32Dir%\Bitstream" @@ -50,12 +49,12 @@ if not(HasMinimumSpace ("%SystemDrive%", $MinimumSpace$)) ; Stop process and set installation status to failed else comment "Show product picture" - ShowBitmap "%ScriptPath%\" + $ProductId$ + ".png" $ProductId$ + ShowBitmap "%ScriptPath%\" + $ProductId$ + ".png" $NAME$ comment "installing" if (($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specific")) or ($INST_architecture$ = "both") or ($INST_architecture$ = "32 only") - Message "Installing " + $ProductId$ + " 32 Bit..." + Message "Installing " + $ProductId$ + " "+ $VERSION$ + "-" + $CREATOR_TAG$ + $RELEASE$ + " 32 Bit..." comment "Copy files" Files_install_32 /32Bit comment "Start setup program" @@ -68,7 +67,7 @@ else endif if ($INST_SystemType$ = "64 Bit System") and (($INST_architecture$ = "system specific") or ($INST_architecture$ = "both") or ($INST_architecture$ = "64 only")) - Message "Installing " + $ProductId$ + " 64 Bit..." + Message "Installing " + $ProductId$ + " "+ $VERSION$ + "-" + $CREATOR_TAG$ + $RELEASE$ + " 64 Bit..." comment "Copy files" Files_install_64 /64Bit comment "Start setup program" diff --git a/builder-product.cfg b/builder-product.cfg index 2c4de3e..95015d4 100644 --- a/builder-product.cfg +++ b/builder-product.cfg @@ -3,6 +3,8 @@ ############################ VENDOR="gnome.org" PN="font.bitstreamvera" +NAME="Bitstream Vera Free Font" +DESCRIPTION="Bitstream Vera Free Font" VERSION="1.10" RELEASE="3" PRIORITY="0" @@ -14,8 +16,8 @@ TYPE="public" # -DL_FILE[0]="BitstreamVeraFonts.gif" -DL_SOURCE[0]="http://www.tribalmedia.com/wiki/images/2/23/BitstreamVeraFonts.gif" +DL_FILE[0]="BitstreamVera.jpg" +DL_SOURCE[0]="http://www.addictivefonts.com/wp-content/uploads/2010/08/BitstreamVera.jpg" DL_FILE[1]="ttf-bitstream-vera-1.10.zip" DL_SOURCE[1]="http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/ttf-bitstream-vera-1.10.zip"