diff --git a/build/jam/images/definitions/regular b/build/jam/images/definitions/regular index 54b0725794..eb4337975e 100644 --- a/build/jam/images/definitions/regular +++ b/build/jam/images/definitions/regular @@ -17,9 +17,9 @@ SYSTEM_APPS += [ FFilterByBuildFeatures CodyCam GLInfo@mesa HaikuDepot - Icon-O-Matic@expat Installer LaunchBox + Icon-O-Matic@expat Installer LaunchBox LegacyPackageInstaller Magnify Mail MediaConverter MediaPlayer MidiPlayer - PackageInstaller People PoorMan PowerStatus + People PoorMan PowerStatus RemoteDesktop Screenshot SerialConnect SoundRecorder TV diff --git a/src/apps/packageinstaller/Jamfile b/src/apps/packageinstaller/Jamfile index c040ee37ea..97e542784d 100644 --- a/src/apps/packageinstaller/Jamfile +++ b/src/apps/packageinstaller/Jamfile @@ -8,7 +8,7 @@ UseBuildFeatureHeaders zlib ; Includes [ FGristFiles PackageItem.cpp ] : [ BuildFeatureAttribute zlib : headers ] ; -Application PackageInstaller : +Application LegacyPackageInstaller : main.cpp BlockingWindow.cpp PackageWindow.cpp @@ -26,7 +26,7 @@ Application PackageInstaller : : PackageInstaller.rdef ; -DoCatalogs PackageInstaller : +DoCatalogs LegacyPackageInstaller : x-vnd.Haiku-PackageInstaller : main.cpp diff --git a/src/apps/packageinstaller/PackageInstaller.rdef b/src/apps/packageinstaller/PackageInstaller.rdef index 37042b2bcd..f9bc93248f 100644 --- a/src/apps/packageinstaller/PackageInstaller.rdef +++ b/src/apps/packageinstaller/PackageInstaller.rdef @@ -15,8 +15,8 @@ resource app_version { internal = 0, - short_info = "Package Installer", - long_info = "Package Installer ©2007-2009 Haiku, Inc." + short_info = "Legacy Package Installer", + long_info = "Legacy Package Installer ©2007-2009 Haiku, Inc." }; resource app_flags B_SINGLE_LAUNCH; diff --git a/src/data/mime_db/application/x-scode-upkg b/src/data/mime_db/application/x-scode-upkg index 8c572afb42..41f8fa7569 100644 --- a/src/data/mime_db/application/x-scode-upkg +++ b/src/data/mime_db/application/x-scode-upkg @@ -7,7 +7,7 @@ resource(2, "META:SNIFF_RULE") "0.40 (\"AlB\\032\")"; resource(3, "META:S:DESC") #'MSDC' "Software package"; -resource(4, "META:L:DESC") #'MLDC' "Binary package for the PackageInstaller"; +resource(4, "META:L:DESC") #'MLDC' "Old-format package for the LegacyPackageInstaller"; resource(5, "META:PREF_APP") #'MSIG' "application/x-vnd.Haiku-PackageInstaller";