Added WebPositive (r459) optional package.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36435 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -67,6 +67,7 @@ if $(HAIKU_ADD_ALTERNATIVE_GCC_LIBS) = 1
|
|||||||
# Vim - the command line text editor
|
# Vim - the command line text editor
|
||||||
# Vision - powerful native IRC client
|
# Vision - powerful native IRC client
|
||||||
# VLC - the multi media player with native interface
|
# VLC - the multi media player with native interface
|
||||||
|
# WebPositive - native, WebKit-based web browser
|
||||||
# Welcome - introductory documentation to Haiku
|
# Welcome - introductory documentation to Haiku
|
||||||
# WifiFirmwareScriptData - data files needed by install-wifi-firmwares.sh
|
# WifiFirmwareScriptData - data files needed by install-wifi-firmwares.sh
|
||||||
# WonderBrush - native graphics application
|
# WonderBrush - native graphics application
|
||||||
@@ -1180,6 +1181,24 @@ if [ IsOptionalHaikuImagePackageAdded VLC ] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
# WebPositive
|
||||||
|
if [ IsOptionalHaikuImagePackageAdded WebPositive ] {
|
||||||
|
if $(TARGET_ARCH) != x86 {
|
||||||
|
Echo "No optional package WebPositive available for $(TARGET_ARCH)" ;
|
||||||
|
} else if $(HAIKU_GCC_VERSION[1]) < 4 && ! $(isHybridBuild) {
|
||||||
|
Echo "No optional package WebPositive available for gcc2" ;
|
||||||
|
} else {
|
||||||
|
InstallOptionalHaikuImagePackage
|
||||||
|
WebPositive-r1a2-gcc4-x86-r459-2010-04-23.zip
|
||||||
|
: $(baseURL)/WebPositive-r1a2-gcc4-x86-r459-2010-04-23.zip
|
||||||
|
:
|
||||||
|
;
|
||||||
|
AddSymlinkToHaikuImage home config be Applications
|
||||||
|
: /boot/apps/WebPositive/WebPositive ;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
# Welcome
|
# Welcome
|
||||||
if [ IsOptionalHaikuImagePackageAdded Welcome ] {
|
if [ IsOptionalHaikuImagePackageAdded Welcome ] {
|
||||||
CopyDirectoryToHaikuImage system documentation
|
CopyDirectoryToHaikuImage system documentation
|
||||||
|
|||||||
Reference in New Issue
Block a user