Remove the TrackerNewTemplates optional package
Instead add the files to the tree and generate the resulting files on the fly. This also avoids the undesired attributes the files in the package had.
This commit is contained in:
@@ -265,6 +265,15 @@ AddDirectoryToHaikuImage home config boot launch ;
|
||||
AddFilesToHaikuImage home config settings Mail ProviderInfo :
|
||||
$(HAIKU_PROVIDER_INFOS) ;
|
||||
|
||||
# Add Tracker New Templates
|
||||
AddFilesToHaikuImage home config settings Tracker "Tracker New Templates"
|
||||
:
|
||||
"<tracker-new-templates>C++ header"
|
||||
"<tracker-new-templates>C++ source"
|
||||
"<tracker-new-templates>makefile"
|
||||
"<tracker-new-templates>text file"
|
||||
;
|
||||
|
||||
local etcDir = [ FDirName $(HAIKU_TOP) data etc ] ;
|
||||
local etcFiles = inputrc profile ;
|
||||
etcFiles = $(etcFiles:G=etc) ;
|
||||
|
||||
@@ -73,7 +73,6 @@
|
||||
# TagLib - id3 tag library
|
||||
# Tar - archiving utility
|
||||
# TimGMSoundFont - a good quality General MIDI Sound Font
|
||||
# TrackerNewTemplates - template files for Tracker's New menu
|
||||
# Transmission - a fast, easy, and free BitTorrent Client
|
||||
# UserlandFS - aids native file system development (like FUSE)
|
||||
# Vim - Vi IMproved. Highly configurable text editor
|
||||
@@ -1338,15 +1337,6 @@ if [ IsOptionalHaikuImagePackageAdded TimGMSoundFont ] {
|
||||
}
|
||||
|
||||
|
||||
# TrackerNewTemplates
|
||||
if [ IsOptionalHaikuImagePackageAdded TrackerNewTemplates ] {
|
||||
InstallOptionalHaikuImagePackage
|
||||
$(baseURL)/TrackerNewTemplates-2010-04-26.zip
|
||||
: home config settings Tracker "Tracker New Templates"
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
# Transmission
|
||||
if [ IsOptionalHaikuImagePackageAdded Transmission ] {
|
||||
if $(TARGET_ARCH) != x86 {
|
||||
|
||||
@@ -19,8 +19,7 @@ switch $(HAIKU_BUILD_PROFILE) {
|
||||
HAIKU_IMAGE_SIZE = 750 ;
|
||||
HAIKU_STRIP_DEBUG_FROM_OPTIONAL_PACKAGES = 1 ;
|
||||
|
||||
AddOptionalHaikuImagePackages TimGMSoundFont TrackerNewTemplates
|
||||
WQY-MicroHei ;
|
||||
AddOptionalHaikuImagePackages TimGMSoundFont WQY-MicroHei ;
|
||||
AddOptionalHaikuImagePackages BePDF Pe Vision
|
||||
WebPositive WonderBrush ;
|
||||
AddOptionalHaikuImagePackages CVS Development Git Mercurial
|
||||
|
||||
Reference in New Issue
Block a user