From eb9c8e66f27c2ff9b0e52ee8073c605b69cadfd1 Mon Sep 17 00:00:00 2001
From: patrick96
Date: Mon, 19 Mar 2018 00:59:26 +0100
Subject: [PATCH] aur: Add i3-wm dependency
The actual i3 package is also needed to build polybar with i3 support.
---
README.md | 1 +
contrib/polybar-git.aur/PKGBUILD | 3 ++-
contrib/polybar.aur/PKGBUILD | 3 ++-
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 24c12b49..61ae2986 100644
--- a/README.md
+++ b/README.md
@@ -95,6 +95,7 @@ A compiler with C++14 support ([clang-3.4+](http://llvm.org/releases/download.ht
**Optional dependencies for extended module support:**
- alsa-lib *required by `internal/alsa`*
- libpulse *required by `internal/pulseaudio`*
+- i3-wm *required by `internal/i3`*
- jsoncpp *required by `internal/i3`*
- libmpdclient *required by `internal/mpd`*
- libcurl *required by `internal/github`*
diff --git a/contrib/polybar-git.aur/PKGBUILD b/contrib/polybar-git.aur/PKGBUILD
index 91d3d874..eca18005 100644
--- a/contrib/polybar-git.aur/PKGBUILD
+++ b/contrib/polybar-git.aur/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=polybar
pkgname="${_pkgname}-git"
pkgver=3.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="A fast and easy-to-use status bar"
arch=("i686" "x86_64")
url="https://github.com/jaagr/polybar"
@@ -14,6 +14,7 @@ optdepends=("alsa-lib: alsa module support"
"libmpdclient: mpd module support"
"wireless_tools: network module support"
"jsoncpp: i3 module support"
+ "i3-wm: i3 module support"
"ttf-unifont: Font used in example config"
"siji-git: Font used in example config"
"curl: github module support")
diff --git a/contrib/polybar.aur/PKGBUILD b/contrib/polybar.aur/PKGBUILD
index 459fb39b..bf9a1adb 100644
--- a/contrib/polybar.aur/PKGBUILD
+++ b/contrib/polybar.aur/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Michael Carlberg
pkgname=polybar
pkgver=3.1.0
-pkgrel=3
+pkgrel=4
pkgdesc="A fast and easy-to-use status bar"
arch=("i686" "x86_64")
url="https://github.com/jaagr/polybar"
@@ -12,6 +12,7 @@ optdepends=("alsa-lib: alsa module support"
"libmpdclient: mpd module support"
"wireless_tools: network module support"
"jsoncpp: i3 module support"
+ "i3-wm: i3 module support"
"ttf-unifont: Font used in example config"
"siji-git: Font used in example config"
"curl: github module support")