squeak-phone/Squeakerfile.phone.st

1 line
1.2 KiB
Smalltalk
Raw Normal View History

from: #'squeak-phone-base'! MCMcmUpdater default doUpdate: false! resource: 'fonts/from-github/Roboto-Regular.ttf' ! | description | description := TTFontDescription addFromFileNamed: 'fonts/from-github/Roboto-Regular.ttf'. TTCFont newTextStyleFromTT: description first. TTCFont registerAll. 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. SystemDataspace instance. MachineConfiguration instance. WidgetDaemon instance. CallManager instance. AppRegistryDaemon instance. BacklightControlDaemon instance. ! resource: 'fonts/Font-Awesome/metadata/icons.json'! FontAwesome load: 'fonts/Font-Awesome'!