bundlewrap/bundles/kodi/metadata.py
Sophie Schiller c87611c2e2
All checks were successful
bundlewrap/pipeline/head This commit looks good
bw/kodi add backports repo
2021-03-08 21:06:25 +01:00

42 lines
1.1 KiB
Python

defaults = {
'apt': {
'repos': {
'deb-multimedia': {
'items': {
'deb https://ftp-stud.hs-esslingen.de/pub/Mirrors/debian-multimedia/ {os_release} main',
'deb https://ftp-stud.hs-esslingen.de/pub/Mirrors/debian-multimedia/ {os_release}-backports main',
},
},
},
'packages': {
'cec-utils': {},
'fonts-noto': {},
'fonts-roboto': {},
'kodi': {},
'kodi-inputstream-adaptive': {},
'libasound2': {},
'libcec4': {},
'ttf-mscorefonts-installer': {},
'tv-fonts': {},
'xfonts-base': {},
'xinit': {},
'xserver-xorg': {},
'xserver-xorg-legacy': {},
},
},
'backups': {
'paths': {
'/home/kodi',
},
},
'users': {
'kodi': {
'groups': {
'audio',
'tty',
'video',
},
},
},
}