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:
parent
9b326aa287
commit
571def7114
@ -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 ;
|
||||
}
|
||||
}
|
||||
|
@ -86,6 +86,9 @@ for architectureObject in [ MultiArchSubDirSetup ] {
|
||||
$(sources)
|
||||
;
|
||||
|
||||
ExtractArchiveToHaikuImage home config settings WebPositive
|
||||
: $(SUBDIR)/bookmarks/WebPositiveBookmarks.zip ;
|
||||
|
||||
EnableBuildFeatures webpositive ;
|
||||
|
||||
break ;
|
||||
|
BIN
src/apps/webpositive/bookmarks/WebPositiveBookmarks.zip
Normal file
BIN
src/apps/webpositive/bookmarks/WebPositiveBookmarks.zip
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user