* prepare optional package Vision (download at sourceforge has been updated
with HVIF icon too, thanks DeadYak!) * enable optional packages in your UserBuildSetup git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22389 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -416,6 +416,16 @@ AddDirectoryToHaikuImage home config settings printers "Save as PDF"
|
|||||||
#pragma mark - Optional Packages
|
#pragma mark - Optional Packages
|
||||||
|
|
||||||
|
|
||||||
|
# Vision
|
||||||
|
if [ IsOptionalHaikuImagePackageAdded Vision ] {
|
||||||
|
InstallOptionalHaikuImagePackage Vision
|
||||||
|
: http://vision.sourceforge.net/Vision-0.9.7-SF-01052007.zip
|
||||||
|
: apps
|
||||||
|
;
|
||||||
|
AddSymlinkToHaikuImage home config be Applications
|
||||||
|
: /boot/apps/Vision-0.9.7-SF-01052007/Vision ;
|
||||||
|
}
|
||||||
|
|
||||||
# WonderBrush
|
# WonderBrush
|
||||||
if [ IsOptionalHaikuImagePackageAdded WonderBrush ] {
|
if [ IsOptionalHaikuImagePackageAdded WonderBrush ] {
|
||||||
InstallOptionalHaikuImagePackage WonderBrush
|
InstallOptionalHaikuImagePackage WonderBrush
|
||||||
|
|||||||
@@ -71,6 +71,9 @@ UnzipArchiveToHaikuImage develop tools
|
|||||||
# via wget (i.e. wget must be installed).
|
# via wget (i.e. wget must be installed).
|
||||||
AddOptionalHaikuImagePackages WonderBrush ;
|
AddOptionalHaikuImagePackages WonderBrush ;
|
||||||
|
|
||||||
|
# Adds the optional package Vision to the image. See above.
|
||||||
|
AddOptionalHaikuImagePackages Vision ;
|
||||||
|
|
||||||
# Add all available optional packages.
|
# Add all available optional packages.
|
||||||
HAIKU_ADD_ALL_OPTIONAL_PACKAGES = 1 ;
|
HAIKU_ADD_ALL_OPTIONAL_PACKAGES = 1 ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user