From b5bc5eaec781d8c3e20a2a690e1048a645ce9af8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Przemys=C5=82aw=20Grondek?= <pgrondek@gmail.com>
Date: Thu, 7 Nov 2019 09:24:14 +0100
Subject: [PATCH] [i3] Makefile retab!

---
 i3/Makefile | 31 +++++++++++++++++++++----------
 1 file changed, 21 insertions(+), 10 deletions(-)

diff --git a/i3/Makefile b/i3/Makefile
index 1f6e537..a573621 100644
--- a/i3/Makefile
+++ b/i3/Makefile
@@ -1,13 +1,24 @@
 REQUIRED_BINS=\
-    /usr/bin/i3 \
-    /usr/bin/i3blocks \
-    /usr/bin/i3lock \
-    /usr/bin/xautolock \
-    /usr/bin/dunst \
-    /usr/bin/compton \
-    /usr/bin/numlockx \
-    /usr/bin/gedit
-PACKAGES=i3 i3blocks i3lock dunst compton numlockx gedit xautolock
+	/usr/bin/i3 \
+	/usr/bin/i3blocks \
+	/usr/bin/i3lock \
+	/usr/bin/xautolock \
+	/usr/bin/dunst \
+	/usr/bin/compton \
+	/usr/bin/numlockx \
+	/usr/bin/gedit \
+	/usr/lib/policykit-1/polkit-gnome-authentication-agent-1
+
+PACKAGES=\
+	i3 \
+	i3blocks \
+	i3lock \
+	dunst \
+	compton \
+	numlockx \
+	gedit \
+	xautolock \
+	policykit-1-gnome
 
 I3_CONFIG=config
 I3_CONFIG_OUT=$(HOME)/.config/i3/config
@@ -41,7 +52,7 @@ $(REQUIRED_BINS):
 clean_i3:
 	rm -f $(OUT)
 
-install_i3: $(I3_CONFIG_DIR)
+install_i3: $(I3_CONFIG_DIR) $(REQUIRED_BINS)
 	cp $(I3_CONFIG) $(I3_CONFIG_OUT)
 
 $(I3_CONFIG_DIR):