Added an optional package for some predefined Tracker New Templates and made it
part of the alpha release profile. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36479 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -63,6 +63,7 @@ if $(HAIKU_ADD_ALTERNATIVE_GCC_LIBS) = 1
|
||||
# SQLite - the database implementation
|
||||
# Subversion - the version control system
|
||||
# Tar - archiving utility
|
||||
# TrackerNewTemplates - template files for Tracker's New menu
|
||||
# UserlandFS - aids native file system development (like FUSE)
|
||||
# Vim - the command line text editor
|
||||
# Vision - powerful native IRC client
|
||||
@@ -1071,6 +1072,15 @@ if [ IsOptionalHaikuImagePackageAdded Tar ] {
|
||||
}
|
||||
|
||||
|
||||
# TrackerNewTemplates
|
||||
if [ IsOptionalHaikuImagePackageAdded TrackerNewTemplates ] {
|
||||
InstallOptionalHaikuImagePackage TrackerNewTemplates-2010-04-26.zip
|
||||
: $(baseURL)/TrackerNewTemplates-2010-04-26.zip
|
||||
: home config settings Tracker "Tracker New Templates"
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
# UserlandFS
|
||||
if [ IsOptionalHaikuImagePackageAdded UserlandFS ] {
|
||||
local arch = $(TARGET_ARCH) ;
|
||||
|
||||
@@ -18,6 +18,7 @@ switch $(HAIKU_BUILD_PROFILE) {
|
||||
HAIKU_IMAGE_HOST_NAME = shredder ;
|
||||
HAIKU_IMAGE_SIZE = 650 ;
|
||||
|
||||
AddOptionalHaikuImagePackages TrackerNewTemplates ;
|
||||
AddOptionalHaikuImagePackages BePDF Clockwerk Pe Vision
|
||||
WebPositive WonderBrush ;
|
||||
AddOptionalHaikuImagePackages CVS Development Git Mercurial
|
||||
|
||||
Reference in New Issue
Block a user