diff --git a/DevSupport.st b/DevSupport.st index 8dcafbe..d26f1b4 100644 --- a/DevSupport.st +++ b/DevSupport.st @@ -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. diff --git a/Squeakerfile.phone-base.st b/Squeakerfile.phone-base.st index befce17..1892742 100644 --- a/Squeakerfile.phone-base.st +++ b/Squeakerfile.phone-base.st @@ -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. ! \ No newline at end of file +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. ! \ No newline at end of file diff --git a/Squeakerfile.phone.st b/Squeakerfile.phone.st index cd400f1..b909493 100644 --- a/Squeakerfile.phone.st +++ b/Squeakerfile.phone.st @@ -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'! \ No newline at end of file +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 squeaksource project: 'BitSyntax'; install: 'BitSyntax-Core'! (Installer squeak project: 'ss') install: 'RFB'! Installer squeaksource project: 'Preserves'; install: 'Preserves'! Installer squeaksource project: 'TouchScrolling'; install: 'TouchScrolling'! Installer squeaksource project: 'TiledMaps'; install: 'TiledMaps'! Installer squeaksource project: 'SyndicatedActors'; install: 'BTree-Collections'; install: 'SyndicatedActors'! Installer squeaksource project: 'SqueakPhone'; install: 'LinuxIO'; 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'! \ No newline at end of file