From 8b495498762efc2d86c0d2f4b34db688ad8a22ac Mon Sep 17 00:00:00 2001 From: Ralf Ramsauer Date: Sun, 7 Oct 2018 02:55:48 +0200 Subject: [PATCH] PKGBUILD: add more dependencies Signed-off-by: Ralf Ramsauer --- TODO | 4 ---- arch/PKGBUILD | 13 ++++++++++++- 2 files changed, 12 insertions(+), 5 deletions(-) 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'