summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordequis2018-01-23 10:24:09 -0300
committerdequis2018-01-23 10:24:09 -0300
commit176ba5dc9824148ed7e59d172319d36507c8d68d (patch)
treeb3ee39306560c0eabddbb6c0a04fc2fc354b9ee9
parent983185b4233103bf7fc03cbe54ac26dea374db12 (diff)
downloadaur-176ba5dc9824148ed7e59d172319d36507c8d68d.tar.gz
optdepends
-rw-r--r--PKGBUILD8
1 files changed, 7 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e02253fc401..ad172cabdf8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,13 @@ url="http://www.qtile.org"
license=('MIT')
depends=('python' 'pango' 'python-xcffib>=0.5.1' 'python-cairocffi>=0.8.0')
makedepends=('python-distribute')
-optdepends=('python-setproctitle: change the process name to qtile')
+optdepends=('python-setproctitle: change the process name to qtile'
+ 'python-mpd2: Mpd widget'
+ 'python-gobject: dbus interface'
+ 'python-dbus: dbus interface, Mpris, Mpris2, KeyboardKbdd widgets'
+ 'python-iwlib: Wlan widget'
+ 'python-keyring: Imap widget'
+ 'khal: calendar widget')
conflicts=('qtile-git')
install=${pkgname}.install
source=("https://github.com/qtile/qtile/archive/v${pkgver}.tar.gz")