From bd438806b8d4a7351b76bad1031d8a7db943fccd Mon Sep 17 00:00:00 2001 From: Matt Madia Date: Mon, 22 Mar 2010 18:35:40 +0000 Subject: [PATCH] Updated BeZillaBrowser & NetSurf with InstallSourceArchive commands. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35930 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/OptionalPackages | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/build/jam/OptionalPackages b/build/jam/OptionalPackages index 9040143977..c289e3428d 100644 --- a/build/jam/OptionalPackages +++ b/build/jam/OptionalPackages @@ -222,7 +222,13 @@ if [ IsOptionalHaikuImagePackageAdded BeZillaBrowser ] { : ; 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 { InstallOptionalHaikuImagePackage BeZillaBrowser-2.0.0.22pre-x86-gcc2-2010-03-14.zip @@ -230,7 +236,13 @@ if [ IsOptionalHaikuImagePackageAdded BeZillaBrowser ] { : ; 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 : /boot/apps/netsurf/NetSurf ; + if $(HAIKU_INCLUDE_SOURCES) = 1 { + InstallSourceArchive netsurf-r9862.7z + : http://www.haiku-files.org/files/sources/2010/netsurf-r9862.7z + ; + } } }