Update to refer to the published versions

This commit is contained in:
Tony Garnock-Jones 2022-03-09 16:52:40 +01:00
parent e0b94c343b
commit 902e3afe4f
3 changed files with 5 additions and 4 deletions

View File

@ -17,8 +17,9 @@ startUp
].
} otherwise: [].
i := Installer mc directory: (UnixProcess env at: 'HOME'), '/Archives/Monticello'.
self update: 'SyndicatedActors' from: i.
self update: 'SyndicatedActors' from: (Installer squeaksource project: 'SyndicatedActors').
i := Installer squeaksource project: 'SqueakPhone'.
self update: 'LinuxIO' from: i.
self update: 'SqueakPhone' from: i.

View File

@ -1 +1 @@
from: 'http://files.squeak.org/6.0alpha/Squeak6.0alpha-21379-64bit/Squeak6.0alpha-21379-64bit.zip'! World submorphs select: [:m | (m isKindOf: PreferenceWizardMorph) or: [m isSystemWindow and: [m label beginsWith: 'Welcome to Squeak']]] thenDo: [:m | m delete]. ! "Preferences." CommunityTheme createDark apply. Model useColorfulWindows: true. [Preferences setDemoFonts] valueSupplyingAnswer: true. Cursor useBiggerCursors: true. Preferences enable: #mouseOverForKeyboardFocus. Preferences disable: #balloonHelpEnabled. Preferences disable: #alternativeBrowseIt. TextEditor autoEnclose: false. Model windowActiveOnFirstClick: true. ! MCMcmUpdater default doUpdate: false! Metacello new configuration: 'FFI'; load! Installer ss project: 'OSProcess'; install: 'OSProcess'! Installer ss project: 'CommandShell'; install: 'CommandShell'! Installer ss project: 'JSON'; install: 'JSON'! Installer ss project: 'Snarl'; install: 'Snarl'. Project current instVarNamed: #uiManager put: nil. !
from: 'http://files.squeak.org/6.0alpha/Squeak6.0alpha-21379-64bit/Squeak6.0alpha-21379-64bit.zip'! World submorphs select: [:m | (m isKindOf: PreferenceWizardMorph) or: [m isSystemWindow and: [m label beginsWith: 'Welcome to Squeak']]] thenDo: [:m | m delete]. ! "Preferences." CommunityTheme createDark apply. Model useColorfulWindows: true. [Preferences setDemoFonts] valueSupplyingAnswer: true. Cursor useBiggerCursors: true. Preferences enable: #mouseOverForKeyboardFocus. Preferences disable: #balloonHelpEnabled. Preferences disable: #alternativeBrowseIt. TextEditor autoEnclose: false. Model windowActiveOnFirstClick: true. ! MCMcmUpdater default doUpdate: false! Metacello new configuration: 'FFI'; load! Installer squeaksource project: 'OSProcess'; install: 'OSProcess'! Installer squeaksource project: 'CommandShell'; install: 'CommandShell'! Installer squeaksource project: 'JSON'; install: 'JSON'! Installer squeaksource project: 'Snarl'; install: 'Snarl'. Project current instVarNamed: #uiManager put: nil. !

View File

@ -1 +1 @@
from: #'squeak-phone-base'! MCMcmUpdater default doUpdate: false! resource: 'fonts/from-github/Roboto-Regular.ttf' ! | description | description := TTFontDescription addFromTTFile: 'fonts/from-github/Roboto-Regular.ttf'. TTCFont newTextStyleFromTT: description first. TTCFont registerAll. "TTCFont installFromFileNames: #('fonts/from-github/Roboto-Regular.ttf')." TTCFont glyphCacheSize: 8000. ! Installer ss project: 'BitSyntax'; install: 'BitSyntax-Core'! (Installer squeak project: 'ss') install: 'RFB'! Installer ss project: 'Preserves'; install: 'Preserves'! Installer ss project: 'TouchScrolling'; install: 'TouchScrolling'! Installer ss project: 'TiledMaps'; install: 'TiledMaps'! (Installer mc directory: '/home/tonyg/Archives/Monticello') install: 'BTree-Collections'; install: 'SyndicatedActors'! (Installer mc directory: '/home/tonyg/Archives/Monticello') install: 'LinuxIO'! (Installer mc directory: '/home/tonyg/Archives/Monticello') install: 'SqueakPhone'! CellphoneTheme createDark apply! PhoneWorldMorph install. LinuxInputIndex instance. LinuxInputDaemon instance. MachineConfiguration instance. WidgetDaemon instance. CallManager instance. AppRegistryDaemon instance. BacklightControlDaemon instance. ! resource: 'fonts/Font-Awesome/metadata/icons.json'! FontAwesome load: 'fonts/Font-Awesome'!
from: #'squeak-phone-base'! MCMcmUpdater default doUpdate: false! resource: 'fonts/from-github/Roboto-Regular.ttf' ! | description | description := TTFontDescription addFromTTFile: 'fonts/from-github/Roboto-Regular.ttf'. TTCFont newTextStyleFromTT: description first. TTCFont registerAll. "TTCFont installFromFileNames: #('fonts/from-github/Roboto-Regular.ttf')." TTCFont glyphCacheSize: 8000. ! Installer ss project: 'BitSyntax'; install: 'BitSyntax-Core'! (Installer squeak project: 'ss') install: 'RFB'! Installer squeaksource project: 'Preserves'; install: 'Preserves'! Installer squeaksource project: 'TouchScrolling'; install: 'TouchScrolling'! s project: 'BitSyntax'; install: 'BitSyntax-Core'! Installer ss project: 'Preserves'; install: 'Preserves'! s project: 'BitSyntax'; install: 'BitSyntax-Core'! Installer ss project: 'TouchScrolling'; install: 'TouchScrolling'! s project: 'BitSyntax'; install: 'BitSyntax-Core'! Installer ss project: 'TiledMaps'; install: 'TiledMaps'! s project: 'BitSyntax'; install: 'BitSyntax-Core'! (Installer mc directory: '/home/tonyg/Archives/Monticello') s project: 'BitSyntax'; install: 'BitSyntax-Core'! install: 'BTree-Collections'; install: 'SyndicatedActors'! Installer squeaksource s project: 'BitSyntax'; install: 'BitSyntax-Core'! (Installer mc directory: '/home/tonyg/Archives/Monticello') install: 'LinuxIO'! s project: 'BitSyntax'; install: 'BitSyntax-Core'! (Installer mc directory: '/home/tonyg/Archives/Monticello') install: 'SqueakPhone'! CellphoneTheme createDark apply! PhoneWorldMorph install. LinuxInputIndex instance. LinuxInputDaemon instance. MachineConfiguration instance. WidgetDaemon instance. CallManager instance. AppRegistryDaemon instance. BacklightControlDaemon instance. ! resource: 'fonts/Font-Awesome/metadata/icons.json'! FontAwesome load: 'fonts/Font-Awesome'!