diff --git a/TODO b/TODO index 4f386b6..60b4a99 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,5 @@ - add sounds for button switch - add sounds for present state -- respect door state -- add xorg, xorg-fbdev, chromium, slim as dependency -- add alsa stuff as dependency -- alsactl store - automatically setup doorlock user - automatically deploy nginx - unclutter stuff for X (hide cursor) diff --git a/arch/PKGBUILD b/arch/PKGBUILD index d763481..e969814 100644 --- a/arch/PKGBUILD +++ b/arch/PKGBUILD @@ -7,7 +7,18 @@ pkgdesc="Binary Kitchen's doorlockd" arch=('any') url="https://github.com/Binary-Kitchen/${pkgname}" license=(GPL) -depends=('python3' 'python-ldap' 'alsa-utils' 'mosquitto' 'wol' 'python-flask-wtf' 'python-flask-socketio') +depends=('python3' + 'python-ldap' + 'alsa-utils' + 'mosquitto' + 'wol' + 'python-flask-wtf' + 'python-flask-socketio' + 'chromium' + 'xf86-video-fbdev' + 'fluxbox' + 'nginx' + 'slim') source=("git+https://github.com/Binary-Kitchen/${pkgname}.git#branch=next" "https://www.binary-kitchen.de/static/BKCA.crt") sha256sums=('SKIP'