squeak-phone/Squeakerfile.phone.st

1 line
1.3 KiB
Smalltalk

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'!