WebPositive: Store default bookmarks in git instead of downloading them.

No functional change. Ideally we would create these via ResAttr like we do
the mail-providers, but these have attributes on their directories and not
just the files, so that will be slightly trickier, so for now just keep them
in their zip format.
This commit is contained in:
Augustin Cavalier 2018-06-19 23:11:58 -04:00
parent 9b326aa287
commit 571def7114
3 changed files with 3 additions and 6 deletions

View File

@ -23,9 +23,6 @@ OptionalPackageDependencies DevelopmentPowerPC : DevelopmentMin ;
OptionalPackageDependencies NetFS : UserlandFS ;
local baseURL = http://haiku-files.org/files/optional-packages ;
# BeBook
if [ IsOptionalHaikuImagePackageAdded BeBook ] {
AddHaikuImagePackages be_book ;
@ -168,9 +165,6 @@ if [ IsOptionalHaikuImagePackageAdded WebPositive ] {
if [ FIsBuildFeatureEnabled webpositive ] {
AddPackageFilesToHaikuImage system : webpositive.hpkg
: nameFromMetaInfo ;
InstallOptionalHaikuImagePackage
$(baseURL)/WebPositiveBookmarks-2017-01-08.zip
: home config settings WebPositive ;
break ;
}
}

View File

@ -86,6 +86,9 @@ for architectureObject in [ MultiArchSubDirSetup ] {
$(sources)
;
ExtractArchiveToHaikuImage home config settings WebPositive
: $(SUBDIR)/bookmarks/WebPositiveBookmarks.zip ;
EnableBuildFeatures webpositive ;
break ;