Updated WebPositive. Supports common/data/ssl/cert.pem

This package contains only the app + libs. The certificate file
is satisfied through OptionalPackageDependencies. The bookmarks
have been moved (and updated) to a separate archive.

Thanks Rene Gollent and Chris Roberts for the help!

This group of changesets should close #7707, though it is possible
that other optional-packages, pre-built software will still fail to
locate the certificates file in the new location.
This commit is contained in:
Matt Madia
2012-02-19 09:29:31 +00:00
parent ea70913a5c
commit bff40a31c1
2 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ OptionalPackageDependencies SDLLibs : XiphLibs libmad libmikmod Libmng libmodplu
OptionalPackageDependencies Subversion : APR-util Neon LibIconv LibXML2 OpenSSL SQLite ;
OptionalPackageDependencies Transmission : LibEvent Curl OpenSSL LibIconv ;
OptionalPackageDependencies Vim : GetText LibIconv ;
OptionalPackageDependencies WebPositive : Curl LibXML2 SQLite ;
OptionalPackageDependencies WebPositive : Curl LibXML2 SQLite WebPositiveBookmarks ;
OptionalPackageDependencies wpa_supplicant : OpenSSL ;
OptionalPackageDependencies XZ-Utils : Tar ;
+10 -2
View File
@@ -88,6 +88,7 @@ if $(HAIKU_ADD_ALTERNATIVE_GCC_LIBS) = 1
# Vim - Vi IMproved. Highly configurable text editor
# Vision - powerful native IRC client
# WebPositive - native, WebKit-based web browser
# WebPositiveBookmarks - bookmarks for WebPositive
# Welcome - introductory documentation to Haiku
# WifiFirmwareScriptData - data files needed by install-wifi-firmwares.sh
# WonderBrush - native graphics application
@@ -1722,14 +1723,21 @@ if [ IsOptionalHaikuImagePackageAdded WebPositive ] {
Echo "No optional package WebPositive available for gcc2" ;
} else {
InstallOptionalHaikuImagePackage
WebPositive-gcc4-x86-r583-2012-01-23a.zip
: $(baseURL)/WebPositive-gcc4-x86-r583-2012-01-23a.zip ;
WebPositive-gcc4-x86-r584-2012-02-18.zip
: $(baseURL)/WebPositive-gcc4-x86-r584-2012-02-18.zip ;
AddSymlinkToHaikuImage home config settings deskbar Applications
: /boot/apps/WebPositive/WebPositive ;
}
}
# WebPositiveBookmarks
if [ IsOptionalHaikuImagePackageAdded WebPositiveBookmarks ] {
InstallOptionalHaikuImagePackage WebPositiveBookmarks-2012-02-18.zip
: $(baseURL)/WebPositiveBookmarks-2012-02-18.zip
: home config settings WebPositive ;
}
# Welcome
if [ IsOptionalHaikuImagePackageAdded Welcome ] {
CopyDirectoryToHaikuImage system documentation