From 4c222eee7b41964c8a1cb8c2b3b4391da65feb15 Mon Sep 17 00:00:00 2001 From: Martijn Braam Date: Mon, 18 Mar 2019 06:47:48 +0000 Subject: [PATCH] main/postmarketos-ui-i3wm: Added xinput dependency (!282) This adds the missing xinput dependency that's needed for lock.sh --- main/postmarketos-ui-i3wm/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/postmarketos-ui-i3wm/APKBUILD b/main/postmarketos-ui-i3wm/APKBUILD index 4ff59e58a..d866d7d8d 100644 --- a/main/postmarketos-ui-i3wm/APKBUILD +++ b/main/postmarketos-ui-i3wm/APKBUILD @@ -1,11 +1,11 @@ pkgname=postmarketos-ui-i3wm pkgver=0.3 -pkgrel=0 +pkgrel=1 pkgdesc="(X11) Tiling WM (keyboard required)" url="https://i3wm.org" arch="noarch" license="GPL-3.0" -depends="xorg-server mesa-egl i3wm i3status dmenu xset st lightdm" +depends="xorg-server mesa-egl i3wm i3status dmenu xset xinput st lightdm" install="$pkgname.post-install $pkgname.pre-deinstall $pkgname.post-deinstall" source="lock.sh 60-lightdm-autologin.conf" options="!check"