bundlewrap/bundles/kodi/metadata.py

35 lines
829 B
Python
Raw Normal View History

2020-10-03 11:36:12 +00:00
defaults = {
'apt': {
'repos': {
'deb-multimedia': {
'items': {
'deb https://ftp-stud.hs-esslingen.de/pub/Mirrors/debian-multimedia/ stable main',
},
},
},
2020-10-03 11:36:12 +00:00
'packages': {
'cec-utils': {},
'fonts-noto': {},
'fonts-roboto': {},
'kodi': {},
'libasound2': {},
2020-10-03 11:36:12 +00:00
'libcec4': {},
'ttf-mscorefonts-installer': {},
'tv-fonts': {},
'xfonts-base': {},
2020-10-03 16:36:48 +00:00
'xinit': {},
'xserver-xorg': {},
2020-10-03 11:36:12 +00:00
'xserver-xorg-legacy': {},
},
},
'users': {
'kodi': {
'groups': {
'audio',
'tty',
'video',
2020-10-03 11:36:12 +00:00
},
},
},
}