Updated BeZillaBrowser & NetSurf with InstallSourceArchive commands.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35930 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -222,7 +222,13 @@ if [ IsOptionalHaikuImagePackageAdded BeZillaBrowser ] {
|
|||||||
:
|
:
|
||||||
;
|
;
|
||||||
AddSymlinkToHaikuImage home config be Applications
|
AddSymlinkToHaikuImage home config be Applications
|
||||||
: /boot/apps/BeZillaBrowser/BeZillaBrowser ;
|
: /boot/apps/BeZillaBrowser/BeZillaBrowser
|
||||||
|
;
|
||||||
|
if $(HAIKU_INCLUDE_SOURCES) = 1 {
|
||||||
|
InstallSourceArchive BeZillaBrowser-2010-01-21-src.7z
|
||||||
|
: http://www.haiku-files.org/files/sources/2010/BeZillaBrowser-2010-01-21-src.7z
|
||||||
|
;
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
InstallOptionalHaikuImagePackage
|
InstallOptionalHaikuImagePackage
|
||||||
BeZillaBrowser-2.0.0.22pre-x86-gcc2-2010-03-14.zip
|
BeZillaBrowser-2.0.0.22pre-x86-gcc2-2010-03-14.zip
|
||||||
@@ -230,7 +236,13 @@ if [ IsOptionalHaikuImagePackageAdded BeZillaBrowser ] {
|
|||||||
:
|
:
|
||||||
;
|
;
|
||||||
AddSymlinkToHaikuImage home config be Applications
|
AddSymlinkToHaikuImage home config be Applications
|
||||||
: /boot/apps/BeZillaBrowser/BeZillaBrowser ;
|
: /boot/apps/BeZillaBrowser/BeZillaBrowser
|
||||||
|
;
|
||||||
|
if $(HAIKU_INCLUDE_SOURCES) = 1 {
|
||||||
|
InstallSourceArchive BeZillaBrowser-2010-01-21-src.7z
|
||||||
|
: http://www.haiku-files.org/files/sources/2010/BeZillaBrowser-2010-01-21-src.7z
|
||||||
|
;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -760,6 +772,11 @@ if [ IsOptionalHaikuImagePackageAdded NetSurf ] {
|
|||||||
;
|
;
|
||||||
AddSymlinkToHaikuImage home config be Applications
|
AddSymlinkToHaikuImage home config be Applications
|
||||||
: /boot/apps/netsurf/NetSurf ;
|
: /boot/apps/netsurf/NetSurf ;
|
||||||
|
if $(HAIKU_INCLUDE_SOURCES) = 1 {
|
||||||
|
InstallSourceArchive netsurf-r9862.7z
|
||||||
|
: http://www.haiku-files.org/files/sources/2010/netsurf-r9862.7z
|
||||||
|
;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user